public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: suhosin-0.9.32.1-r2.ebuild ChangeLog
@ 2010-11-02 21:48 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 10+ messages in thread
From: Ole Markus With (olemarkus) @ 2010-11-02 21:48 UTC (permalink / raw
  To: gentoo-commits

olemarkus    10/11/02 21:48:07

  Modified:             ChangeLog
  Added:                suhosin-0.9.32.1-r2.ebuild
  Log:
  Revbump supporting minor version slotting
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.56                 dev-php5/suhosin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	11 Oct 2010 23:26:22 -0000	1.55
+++ ChangeLog	2 Nov 2010 21:48:07 -0000	1.56
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php5/suhosin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.55 2010/10/11 23:26:22 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.56 2010/11/02 21:48:07 olemarkus Exp $
+
+*suhosin-0.9.32.1-r2 (02 Nov 2010)
+
+  02 Nov 2010; <olemarkus@gentoo.org> +suhosin-0.9.32.1-r2.ebuild:
+  Revbump supporting minor version slotting
 
   11 Oct 2010; Diego E. Pettenò <flameeyes@gentoo.org>
   suhosin-0.9.32.1-r1.ebuild:



1.1                  dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: suhosin-0.9.32.1-r2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v 1.1 2010/11/02 21:48:07 olemarkus Exp $

EAPI="2"

PHP_EXT_NAME="suhosin"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"

inherit php-ext-source-r2

KEYWORDS="~amd64 ~x86"

DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
HOMEPAGE="http://www.suhosin.org/"
SRC_URI="http://download.suhosin.org/${P}.tar.gz"
LICENSE="PHP-3"
SLOT="0"
IUSE=""

DEPEND="dev-lang/php[unicode]"
RDEPEND="${DEPEND}"

src_prepare() {
	local slot
	for slot in $(php_get_slots); do
		php_init_slot_env ${slot}
		epatch "${FILESDIR}"/${P}-libcrypt.patch
	done
	php-ext-source-r2_src_prepare
}

src_install() {
	php-ext-source-r2_src_install
	dodoc CREDITS

	local slot
	for slot in $(php_get_slots); do
		php_init_slot_env ${slot}
		for inifile in ${PHPINIFILELIST} ; do
			insinto "${inifile/${PHP_EXT_NAME}.ini/}"
			insopts -m644
			doins "suhosin.ini"
		done
	done
}

src_test() {
	# Makefile passes a hard-coded -d extension_dir=./modules, we move the lib
	# away from there in src_compile
	for slot in `php_get_slots`; do
		php_init_slot_env ${slot}
		NO_INTERACTION="yes" emake test || die "emake test failed for slot ${slot}"
	done
}






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: suhosin-0.9.32.1-r2.ebuild ChangeLog
@ 2010-12-25 17:50 Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2010-12-25 17:50 UTC (permalink / raw
  To: gentoo-commits

jer         10/12/25 17:50:17

  Modified:             suhosin-0.9.32.1-r2.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #349659).
  
  (Portage version: 2.2.0_alpha10/cvs/Linux i686)

Revision  Changes    Path
1.2                  dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?r1=1.1&r2=1.2

Index: suhosin-0.9.32.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- suhosin-0.9.32.1-r2.ebuild	2 Nov 2010 21:48:07 -0000	1.1
+++ suhosin-0.9.32.1-r2.ebuild	25 Dec 2010 17:50:17 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v 1.1 2010/11/02 21:48:07 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v 1.2 2010/12/25 17:50:17 jer Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 inherit php-ext-source-r2
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 hppa ~x86"
 
 DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
 HOMEPAGE="http://www.suhosin.org/"



1.58                 dev-php5/suhosin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	26 Nov 2010 16:11:23 -0000	1.57
+++ ChangeLog	25 Dec 2010 17:50:17 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php5/suhosin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.57 2010/11/26 16:11:23 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.58 2010/12/25 17:50:17 jer Exp $
+
+  25 Dec 2010; Jeroen Roovers <jer@gentoo.org> suhosin-0.9.32.1-r2.ebuild:
+  Stable for HPPA (bug #349659).
 
   26 Nov 2010; Jeroen Roovers <jer@gentoo.org> suhosin-0.9.32.1-r1.ebuild:
   Stable for HPPA (bug #343007).






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: suhosin-0.9.32.1-r2.ebuild ChangeLog
@ 2010-12-28 19:30 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2010-12-28 19:30 UTC (permalink / raw
  To: gentoo-commits

ranger      10/12/28 19:30:20

  Modified:             suhosin-0.9.32.1-r2.ebuild ChangeLog
  Log:
  Marking suhosin-0.9.32.1-r2 ~ppc64 for bug 349659
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.3                  dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?r1=1.2&r2=1.3

Index: suhosin-0.9.32.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- suhosin-0.9.32.1-r2.ebuild	25 Dec 2010 17:50:17 -0000	1.2
+++ suhosin-0.9.32.1-r2.ebuild	28 Dec 2010 19:30:20 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v 1.2 2010/12/25 17:50:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v 1.3 2010/12/28 19:30:20 ranger Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 inherit php-ext-source-r2
 
-KEYWORDS="~amd64 hppa ~x86"
+KEYWORDS="~amd64 hppa ~ppc64 ~x86"
 
 DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
 HOMEPAGE="http://www.suhosin.org/"



1.59                 dev-php5/suhosin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	25 Dec 2010 17:50:17 -0000	1.58
+++ ChangeLog	28 Dec 2010 19:30:20 -0000	1.59
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php5/suhosin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.58 2010/12/25 17:50:17 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.59 2010/12/28 19:30:20 ranger Exp $
+
+  28 Dec 2010; Brent Baude <ranger@gentoo.org> suhosin-0.9.32.1-r2.ebuild:
+  Marking suhosin-0.9.32.1-r2 ~ppc64 for bug 349659
 
   25 Dec 2010; Jeroen Roovers <jer@gentoo.org> suhosin-0.9.32.1-r2.ebuild:
   Stable for HPPA (bug #349659).






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: suhosin-0.9.32.1-r2.ebuild ChangeLog
@ 2011-01-02 17:58 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 10+ messages in thread
From: Tobias Klausmann (klausman) @ 2011-01-02 17:58 UTC (permalink / raw
  To: gentoo-commits

klausman    11/01/02 17:58:39

  Modified:             suhosin-0.9.32.1-r2.ebuild ChangeLog
  Log:
  Stable on alpha, bug #349659
  
  (Portage version: 2.1.9.26/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?r1=1.3&r2=1.4

Index: suhosin-0.9.32.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- suhosin-0.9.32.1-r2.ebuild	28 Dec 2010 19:30:20 -0000	1.3
+++ suhosin-0.9.32.1-r2.ebuild	2 Jan 2011 17:58:39 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v 1.3 2010/12/28 19:30:20 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v 1.4 2011/01/02 17:58:39 klausman Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 inherit php-ext-source-r2
 
-KEYWORDS="~amd64 hppa ~ppc64 ~x86"
+KEYWORDS="alpha ~amd64 hppa ~ppc64 ~x86"
 
 DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
 HOMEPAGE="http://www.suhosin.org/"



1.60                 dev-php5/suhosin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	28 Dec 2010 19:30:20 -0000	1.59
+++ ChangeLog	2 Jan 2011 17:58:39 -0000	1.60
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php5/suhosin
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.59 2010/12/28 19:30:20 ranger Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.60 2011/01/02 17:58:39 klausman Exp $
+
+  02 Jan 2011; Tobias Klausmann <klausman@gentoo.org>
+  suhosin-0.9.32.1-r2.ebuild:
+  Stable on alpha, bug #349659
 
   28 Dec 2010; Brent Baude <ranger@gentoo.org> suhosin-0.9.32.1-r2.ebuild:
   Marking suhosin-0.9.32.1-r2 ~ppc64 for bug 349659






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: suhosin-0.9.32.1-r2.ebuild ChangeLog
@ 2011-01-04  8:41 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 10+ messages in thread
From: Christian Faulhammer (fauli) @ 2011-01-04  8:41 UTC (permalink / raw
  To: gentoo-commits

fauli       11/01/04 08:41:24

  Modified:             suhosin-0.9.32.1-r2.ebuild ChangeLog
  Log:
  stable x86, bug 349659
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.5                  dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?r1=1.4&r2=1.5

Index: suhosin-0.9.32.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- suhosin-0.9.32.1-r2.ebuild	2 Jan 2011 17:58:39 -0000	1.4
+++ suhosin-0.9.32.1-r2.ebuild	4 Jan 2011 08:41:24 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v 1.4 2011/01/02 17:58:39 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v 1.5 2011/01/04 08:41:24 fauli Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 inherit php-ext-source-r2
 
-KEYWORDS="alpha ~amd64 hppa ~ppc64 ~x86"
+KEYWORDS="alpha ~amd64 hppa ~ppc64 x86"
 
 DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
 HOMEPAGE="http://www.suhosin.org/"



1.61                 dev-php5/suhosin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	2 Jan 2011 17:58:39 -0000	1.60
+++ ChangeLog	4 Jan 2011 08:41:24 -0000	1.61
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php5/suhosin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.60 2011/01/02 17:58:39 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.61 2011/01/04 08:41:24 fauli Exp $
+
+  04 Jan 2011; Christian Faulhammer <fauli@gentoo.org>
+  suhosin-0.9.32.1-r2.ebuild:
+  stable x86, bug 349659
 
   02 Jan 2011; Tobias Klausmann <klausman@gentoo.org>
   suhosin-0.9.32.1-r2.ebuild:






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: suhosin-0.9.32.1-r2.ebuild ChangeLog
@ 2011-01-04 15:22 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 10+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-01-04 15:22 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/01/04 15:22:00

  Modified:             suhosin-0.9.32.1-r2.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #349659
  
  (Portage version: 2.1.9.28/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?r1=1.5&r2=1.6

Index: suhosin-0.9.32.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- suhosin-0.9.32.1-r2.ebuild	4 Jan 2011 08:41:24 -0000	1.5
+++ suhosin-0.9.32.1-r2.ebuild	4 Jan 2011 15:22:00 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v 1.5 2011/01/04 08:41:24 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v 1.6 2011/01/04 15:22:00 hwoarang Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 inherit php-ext-source-r2
 
-KEYWORDS="alpha ~amd64 hppa ~ppc64 x86"
+KEYWORDS="alpha amd64 hppa ~ppc64 x86"
 
 DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
 HOMEPAGE="http://www.suhosin.org/"



1.62                 dev-php5/suhosin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	4 Jan 2011 08:41:24 -0000	1.61
+++ ChangeLog	4 Jan 2011 15:22:00 -0000	1.62
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php5/suhosin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.61 2011/01/04 08:41:24 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.62 2011/01/04 15:22:00 hwoarang Exp $
+
+  04 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
+  suhosin-0.9.32.1-r2.ebuild:
+  Stable on amd64 wrt bug #349659
 
   04 Jan 2011; Christian Faulhammer <fauli@gentoo.org>
   suhosin-0.9.32.1-r2.ebuild:






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: suhosin-0.9.32.1-r2.ebuild ChangeLog
@ 2011-01-06 19:17 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2011-01-06 19:17 UTC (permalink / raw
  To: gentoo-commits

maekke      11/01/06 19:17:56

  Modified:             suhosin-0.9.32.1-r2.ebuild ChangeLog
  Log:
  add ~arm, bug #349659
  
  (Portage version: 2.1.9.29/cvs/Linux i686)

Revision  Changes    Path
1.7                  dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?r1=1.6&r2=1.7

Index: suhosin-0.9.32.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- suhosin-0.9.32.1-r2.ebuild	4 Jan 2011 15:22:00 -0000	1.6
+++ suhosin-0.9.32.1-r2.ebuild	6 Jan 2011 19:17:56 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v 1.6 2011/01/04 15:22:00 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v 1.7 2011/01/06 19:17:56 maekke Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 inherit php-ext-source-r2
 
-KEYWORDS="alpha amd64 hppa ~ppc64 x86"
+KEYWORDS="alpha amd64 ~arm hppa ~ppc64 x86"
 
 DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
 HOMEPAGE="http://www.suhosin.org/"



1.63                 dev-php5/suhosin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	4 Jan 2011 15:22:00 -0000	1.62
+++ ChangeLog	6 Jan 2011 19:17:56 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php5/suhosin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.62 2011/01/04 15:22:00 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.63 2011/01/06 19:17:56 maekke Exp $
+
+  06 Jan 2011; Markus Meier <maekke@gentoo.org> suhosin-0.9.32.1-r2.ebuild:
+  add ~arm, bug #349659
 
   04 Jan 2011; Markos Chandras <hwoarang@gentoo.org>
   suhosin-0.9.32.1-r2.ebuild:






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: suhosin-0.9.32.1-r2.ebuild ChangeLog
@ 2011-01-08 18:32 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2011-01-08 18:32 UTC (permalink / raw
  To: gentoo-commits

ranger      11/01/08 18:32:47

  Modified:             suhosin-0.9.32.1-r2.ebuild ChangeLog
  Log:
  Marking suhosin-0.9.32.1-r2 ~ppc for bug 349659
  
  (Portage version: 2.1.9.25/cvs/Linux ppc64)

Revision  Changes    Path
1.8                  dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?r1=1.7&r2=1.8

Index: suhosin-0.9.32.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- suhosin-0.9.32.1-r2.ebuild	6 Jan 2011 19:17:56 -0000	1.7
+++ suhosin-0.9.32.1-r2.ebuild	8 Jan 2011 18:32:47 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v 1.7 2011/01/06 19:17:56 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v 1.8 2011/01/08 18:32:47 ranger Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 inherit php-ext-source-r2
 
-KEYWORDS="alpha amd64 ~arm hppa ~ppc64 x86"
+KEYWORDS="alpha amd64 ~arm hppa ~ppc ~ppc64 x86"
 
 DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
 HOMEPAGE="http://www.suhosin.org/"



1.64                 dev-php5/suhosin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	6 Jan 2011 19:17:56 -0000	1.63
+++ ChangeLog	8 Jan 2011 18:32:47 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php5/suhosin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.63 2011/01/06 19:17:56 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.64 2011/01/08 18:32:47 ranger Exp $
+
+  08 Jan 2011; Brent Baude <ranger@gentoo.org> suhosin-0.9.32.1-r2.ebuild:
+  Marking suhosin-0.9.32.1-r2 ~ppc for bug 349659
 
   06 Jan 2011; Markus Meier <maekke@gentoo.org> suhosin-0.9.32.1-r2.ebuild:
   add ~arm, bug #349659






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: suhosin-0.9.32.1-r2.ebuild ChangeLog
@ 2011-01-08 21:26 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2011-01-08 21:26 UTC (permalink / raw
  To: gentoo-commits

maekke      11/01/08 21:26:13

  Modified:             suhosin-0.9.32.1-r2.ebuild ChangeLog
  Log:
  arm stable, bug #349659
  
  (Portage version: 2.1.9.30/cvs/Linux i686)

Revision  Changes    Path
1.9                  dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?r1=1.8&r2=1.9

Index: suhosin-0.9.32.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- suhosin-0.9.32.1-r2.ebuild	8 Jan 2011 18:32:47 -0000	1.8
+++ suhosin-0.9.32.1-r2.ebuild	8 Jan 2011 21:26:13 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v 1.8 2011/01/08 18:32:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v 1.9 2011/01/08 21:26:13 maekke Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 inherit php-ext-source-r2
 
-KEYWORDS="alpha amd64 ~arm hppa ~ppc ~ppc64 x86"
+KEYWORDS="alpha amd64 arm hppa ~ppc ~ppc64 x86"
 
 DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
 HOMEPAGE="http://www.suhosin.org/"



1.65                 dev-php5/suhosin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	8 Jan 2011 18:32:47 -0000	1.64
+++ ChangeLog	8 Jan 2011 21:26:13 -0000	1.65
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php5/suhosin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.64 2011/01/08 18:32:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.65 2011/01/08 21:26:13 maekke Exp $
+
+  08 Jan 2011; Markus Meier <maekke@gentoo.org> suhosin-0.9.32.1-r2.ebuild:
+  arm stable, bug #349659
 
   08 Jan 2011; Brent Baude <ranger@gentoo.org> suhosin-0.9.32.1-r2.ebuild:
   Marking suhosin-0.9.32.1-r2 ~ppc for bug 349659






^ permalink raw reply	[flat|nested] 10+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: suhosin-0.9.32.1-r2.ebuild ChangeLog
@ 2011-01-30 16:41 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2011-01-30 16:41 UTC (permalink / raw
  To: gentoo-commits

armin76     11/01/30 16:41:20

  Modified:             suhosin-0.9.32.1-r2.ebuild ChangeLog
  Log:
  ia64/s390/sh/sparc stable
  
  (Portage version: 2.1.9.25/cvs/Linux ia64)

Revision  Changes    Path
1.10                 dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild?r1=1.9&r2=1.10

Index: suhosin-0.9.32.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- suhosin-0.9.32.1-r2.ebuild	8 Jan 2011 21:26:13 -0000	1.9
+++ suhosin-0.9.32.1-r2.ebuild	30 Jan 2011 16:41:20 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v 1.9 2011/01/08 21:26:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.32.1-r2.ebuild,v 1.10 2011/01/30 16:41:20 armin76 Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 inherit php-ext-source-r2
 
-KEYWORDS="alpha amd64 arm hppa ~ppc ~ppc64 x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86"
 
 DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
 HOMEPAGE="http://www.suhosin.org/"



1.66                 dev-php5/suhosin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php5/suhosin/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	8 Jan 2011 21:26:13 -0000	1.65
+++ ChangeLog	30 Jan 2011 16:41:20 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php5/suhosin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.65 2011/01/08 21:26:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.66 2011/01/30 16:41:20 armin76 Exp $
+
+  30 Jan 2011; Raúl Porcel <armin76@gentoo.org> suhosin-0.9.32.1-r2.ebuild:
+  ia64/s390/sh/sparc stable
 
   08 Jan 2011; Markus Meier <maekke@gentoo.org> suhosin-0.9.32.1-r2.ebuild:
   arm stable, bug #349659






^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2011-01-30 16:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-08 21:26 [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: suhosin-0.9.32.1-r2.ebuild ChangeLog Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2011-01-30 16:41 Raul Porcel (armin76)
2011-01-08 18:32 Brent Baude (ranger)
2011-01-06 19:17 Markus Meier (maekke)
2011-01-04 15:22 Markos Chandras (hwoarang)
2011-01-04  8:41 Christian Faulhammer (fauli)
2011-01-02 17:58 Tobias Klausmann (klausman)
2010-12-28 19:30 Brent Baude (ranger)
2010-12-25 17:50 Jeroen Roovers (jer)
2010-11-02 21:48 Ole Markus With (olemarkus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox