public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: ChangeLog suhosin-0.9.29.ebuild
@ 2009-09-11  9:20 Hanno Boeck (hanno)
  0 siblings, 0 replies; 7+ messages in thread
From: Hanno Boeck (hanno) @ 2009-09-11  9:20 UTC (permalink / raw
  To: gentoo-commits

hanno       09/09/11 09:20:59

  Modified:             ChangeLog
  Added:                suhosin-0.9.29.ebuild
  Log:
  suhosin bump
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.43                 dev-php5/suhosin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?r1=1.42&r2=1.43

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	29 Aug 2008 07:16:30 -0000	1.42
+++ ChangeLog	11 Sep 2009 09:20:59 -0000	1.43
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php5/suhosin
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.42 2008/08/29 07:16:30 corsair Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.43 2009/09/11 09:20:59 hanno Exp $
+
+*suhosin-0.9.29 (11 Sep 2009)
+
+  11 Sep 2009; Hanno Boeck <hanno@gentoo.org> +suhosin-0.9.29.ebuild:
+  Version bump.
 
   29 Aug 2008; Markus Rothe <corsair@gentoo.org> suhosin-0.9.27.ebuild:
   Stable on ppc64; bug #235676



1.1                  dev-php5/suhosin/suhosin-0.9.29.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild?rev=1.1&content-type=text/plain

Index: suhosin-0.9.29.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v 1.1 2009/09/11 09:20:59 hanno Exp $

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

inherit php-ext-source-r1

KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"

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

DEPEND=""
RDEPEND=""

need_php_by_category

pkg_setup() {
	has_php
	require_php_with_use unicode
}

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

	for inifile in ${PHPINIFILELIST} ; do
		insinto "${inifile/${PHP_EXT_NAME}.ini/}"
		insopts -m644
		doins "suhosin.ini"
	done
}






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: ChangeLog suhosin-0.9.29.ebuild
@ 2009-10-06 22:37 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-10-06 22:37 UTC (permalink / raw
  To: gentoo-commits

fauli       09/10/06 22:37:05

  Modified:             ChangeLog suhosin-0.9.29.ebuild
  Log:
  stable x86, bug 276583
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.44                 dev-php5/suhosin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	11 Sep 2009 09:20:59 -0000	1.43
+++ ChangeLog	6 Oct 2009 22:37:04 -0000	1.44
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php5/suhosin
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.43 2009/09/11 09:20:59 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.44 2009/10/06 22:37:04 fauli Exp $
+
+  06 Oct 2009; Christian Faulhammer <fauli@gentoo.org>
+  suhosin-0.9.29.ebuild:
+  stable x86, bug 276583
 
 *suhosin-0.9.29 (11 Sep 2009)
 



1.2                  dev-php5/suhosin/suhosin-0.9.29.ebuild

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

Index: suhosin-0.9.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- suhosin-0.9.29.ebuild	11 Sep 2009 09:20:59 -0000	1.1
+++ suhosin-0.9.29.ebuild	6 Oct 2009 22:37:04 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v 1.1 2009/09/11 09:20:59 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v 1.2 2009/10/06 22:37:04 fauli Exp $
 
 PHP_EXT_NAME="suhosin"
 PHP_EXT_INI="yes"
@@ -8,7 +8,7 @@
 
 inherit php-ext-source-r1
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 
 DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
 HOMEPAGE="http://www.suhosin.org/"






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: ChangeLog suhosin-0.9.29.ebuild
@ 2009-10-06 23:41 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2009-10-06 23:41 UTC (permalink / raw
  To: gentoo-commits

jer         09/10/06 23:41:32

  Modified:             ChangeLog suhosin-0.9.29.ebuild
  Log:
  Stable for HPPA (bug #276583).
  (Portage version: 2.2_rc44/cvs/Linux i686)

Revision  Changes    Path
1.45                 dev-php5/suhosin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	6 Oct 2009 22:37:04 -0000	1.44
+++ ChangeLog	6 Oct 2009 23:41:32 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php5/suhosin
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.44 2009/10/06 22:37:04 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.45 2009/10/06 23:41:32 jer Exp $
+
+  06 Oct 2009; Jeroen Roovers <jer@gentoo.org> suhosin-0.9.29.ebuild:
+  Stable for HPPA (bug #276583).
 
   06 Oct 2009; Christian Faulhammer <fauli@gentoo.org>
   suhosin-0.9.29.ebuild:



1.3                  dev-php5/suhosin/suhosin-0.9.29.ebuild

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

Index: suhosin-0.9.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- suhosin-0.9.29.ebuild	6 Oct 2009 22:37:04 -0000	1.2
+++ suhosin-0.9.29.ebuild	6 Oct 2009 23:41:32 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v 1.2 2009/10/06 22:37:04 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v 1.3 2009/10/06 23:41:32 jer Exp $
 
 PHP_EXT_NAME="suhosin"
 PHP_EXT_INI="yes"
@@ -8,7 +8,7 @@
 
 inherit php-ext-source-r1
 
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 
 DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
 HOMEPAGE="http://www.suhosin.org/"






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: ChangeLog suhosin-0.9.29.ebuild
@ 2009-10-07 16:00 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2009-10-07 16:00 UTC (permalink / raw
  To: gentoo-commits

armin76     09/10/07 16:00:49

  Modified:             ChangeLog suhosin-0.9.29.ebuild
  Log:
  alpha/arm/ia64/s390/sh/sparc stable wrt #285434
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.46                 dev-php5/suhosin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	6 Oct 2009 23:41:32 -0000	1.45
+++ ChangeLog	7 Oct 2009 16:00:48 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php5/suhosin
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.45 2009/10/06 23:41:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.46 2009/10/07 16:00:48 armin76 Exp $
+
+  07 Oct 2009; Raúl Porcel <armin76@gentoo.org> suhosin-0.9.29.ebuild:
+  alpha/arm/ia64/s390/sh/sparc stable wrt #285434
 
   06 Oct 2009; Jeroen Roovers <jer@gentoo.org> suhosin-0.9.29.ebuild:
   Stable for HPPA (bug #276583).



1.4                  dev-php5/suhosin/suhosin-0.9.29.ebuild

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

Index: suhosin-0.9.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- suhosin-0.9.29.ebuild	6 Oct 2009 23:41:32 -0000	1.3
+++ suhosin-0.9.29.ebuild	7 Oct 2009 16:00:48 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v 1.3 2009/10/06 23:41:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v 1.4 2009/10/07 16:00:48 armin76 Exp $
 
 PHP_EXT_NAME="suhosin"
 PHP_EXT_INI="yes"
@@ -8,7 +8,7 @@
 
 inherit php-ext-source-r1
 
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
 
 DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
 HOMEPAGE="http://www.suhosin.org/"






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: ChangeLog suhosin-0.9.29.ebuild
@ 2009-10-07 17:41 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 7+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-10-07 17:41 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/10/07 17:41:27

  Modified:             ChangeLog suhosin-0.9.29.ebuild
  Log:
  ppc stable #276583
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.47                 dev-php5/suhosin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	7 Oct 2009 16:00:48 -0000	1.46
+++ ChangeLog	7 Oct 2009 17:41:27 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php5/suhosin
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.46 2009/10/07 16:00:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.47 2009/10/07 17:41:27 nixnut Exp $
+
+  07 Oct 2009; nixnut <nixnut@gentoo.org> suhosin-0.9.29.ebuild:
+  ppc stable #276583
 
   07 Oct 2009; Raúl Porcel <armin76@gentoo.org> suhosin-0.9.29.ebuild:
   alpha/arm/ia64/s390/sh/sparc stable wrt #285434



1.5                  dev-php5/suhosin/suhosin-0.9.29.ebuild

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

Index: suhosin-0.9.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- suhosin-0.9.29.ebuild	7 Oct 2009 16:00:48 -0000	1.4
+++ suhosin-0.9.29.ebuild	7 Oct 2009 17:41:27 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v 1.4 2009/10/07 16:00:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v 1.5 2009/10/07 17:41:27 nixnut Exp $
 
 PHP_EXT_NAME="suhosin"
 PHP_EXT_INI="yes"
@@ -8,7 +8,7 @@
 
 inherit php-ext-source-r1
 
-KEYWORDS="alpha ~amd64 arm hppa ia64 ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 arm hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
 
 DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
 HOMEPAGE="http://www.suhosin.org/"






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: ChangeLog suhosin-0.9.29.ebuild
@ 2009-10-09 13:53 Christian Hoffmann (hoffie)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Hoffmann (hoffie) @ 2009-10-09 13:53 UTC (permalink / raw
  To: gentoo-commits

hoffie      09/10/09 13:53:13

  Modified:             ChangeLog suhosin-0.9.29.ebuild
  Log:
  amd64 stable #276583
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.48                 dev-php5/suhosin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	7 Oct 2009 17:41:27 -0000	1.47
+++ ChangeLog	9 Oct 2009 13:53:13 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php5/suhosin
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.47 2009/10/07 17:41:27 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.48 2009/10/09 13:53:13 hoffie Exp $
+
+  09 Oct 2009; Christian Hoffmann <hoffie@gentoo.org> suhosin-0.9.29.ebuild:
+  amd64 stable #276583
 
   07 Oct 2009; nixnut <nixnut@gentoo.org> suhosin-0.9.29.ebuild:
   ppc stable #276583



1.6                  dev-php5/suhosin/suhosin-0.9.29.ebuild

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

Index: suhosin-0.9.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- suhosin-0.9.29.ebuild	7 Oct 2009 17:41:27 -0000	1.5
+++ suhosin-0.9.29.ebuild	9 Oct 2009 13:53:13 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v 1.5 2009/10/07 17:41:27 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v 1.6 2009/10/09 13:53:13 hoffie Exp $
 
 PHP_EXT_NAME="suhosin"
 PHP_EXT_INI="yes"
@@ -8,7 +8,7 @@
 
 inherit php-ext-source-r1
 
-KEYWORDS="alpha ~amd64 arm hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
 
 DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
 HOMEPAGE="http://www.suhosin.org/"






^ permalink raw reply	[flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: ChangeLog suhosin-0.9.29.ebuild
@ 2009-10-18 14:19 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2009-10-18 14:19 UTC (permalink / raw
  To: gentoo-commits

ranger      09/10/18 14:19:24

  Modified:             ChangeLog suhosin-0.9.29.ebuild
  Log:
  Marking suhosin-0.9.29 ppc64 for bug 276583
  (Portage version: 2.1.7.1/cvs/Linux ppc64)

Revision  Changes    Path
1.49                 dev-php5/suhosin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	9 Oct 2009 13:53:13 -0000	1.48
+++ ChangeLog	18 Oct 2009 14:19:23 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php5/suhosin
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.48 2009/10/09 13:53:13 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.49 2009/10/18 14:19:23 ranger Exp $
+
+  18 Oct 2009; Brent Baude <ranger@gentoo.org> suhosin-0.9.29.ebuild:
+  Marking suhosin-0.9.29 ppc64 for bug 276583
 
   09 Oct 2009; Christian Hoffmann <hoffie@gentoo.org> suhosin-0.9.29.ebuild:
   amd64 stable #276583



1.7                  dev-php5/suhosin/suhosin-0.9.29.ebuild

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

Index: suhosin-0.9.29.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- suhosin-0.9.29.ebuild	9 Oct 2009 13:53:13 -0000	1.6
+++ suhosin-0.9.29.ebuild	18 Oct 2009 14:19:23 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v 1.6 2009/10/09 13:53:13 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.29.ebuild,v 1.7 2009/10/18 14:19:23 ranger Exp $
 
 PHP_EXT_NAME="suhosin"
 PHP_EXT_INI="yes"
@@ -8,7 +8,7 @@
 
 inherit php-ext-source-r1
 
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 
 DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
 HOMEPAGE="http://www.suhosin.org/"






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

end of thread, other threads:[~2009-10-18 14:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-11  9:20 [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: ChangeLog suhosin-0.9.29.ebuild Hanno Boeck (hanno)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-06 22:37 Christian Faulhammer (fauli)
2009-10-06 23:41 Jeroen Roovers (jer)
2009-10-07 16:00 Raul Porcel (armin76)
2009-10-07 17:41 Gysbert Wassenaar (nixnut)
2009-10-09 13:53 Christian Hoffmann (hoffie)
2009-10-18 14:19 Brent Baude (ranger)

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