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.27.ebuild
@ 2008-08-23 11:09 Christian Hoffmann (hoffie)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Hoffmann (hoffie) @ 2008-08-23 11:09 UTC (permalink / raw
  To: gentoo-commits

hoffie      08/08/23 11:09:09

  Modified:             ChangeLog
  Added:                suhosin-0.9.27.ebuild
  Log:
  version bump
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.36                 dev-php5/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	7 Aug 2008 11:56:00 -0000	1.35
+++ ChangeLog	23 Aug 2008 11:09:09 -0000	1.36
@@ -1,6 +1,12 @@
 # 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.35 2008/08/07 11:56:00 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.36 2008/08/23 11:09:09 hoffie Exp $
+
+*suhosin-0.9.27 (23 Aug 2008)
+
+  23 Aug 2008; Christian Hoffmann <hoffie@gentoo.org>
+  +suhosin-0.9.27.ebuild:
+  version bump
 
 *suhosin-0.9.25 (07 Aug 2008)
 



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

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

Index: suhosin-0.9.27.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.27.ebuild,v 1.1 2008/08/23 11:09:09 hoffie 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.27.ebuild
@ 2008-08-25 13:36 Christian Hoffmann (hoffie)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Hoffmann (hoffie) @ 2008-08-25 13:36 UTC (permalink / raw
  To: gentoo-commits

hoffie      08/08/25 13:36:16

  Modified:             ChangeLog suhosin-0.9.27.ebuild
  Log:
  stable on amd64, bug 235676
  (Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo x86_64)

Revision  Changes    Path
1.37                 dev-php5/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	23 Aug 2008 11:09:09 -0000	1.36
+++ ChangeLog	25 Aug 2008 13:36:16 -0000	1.37
@@ -1,6 +1,9 @@
 # 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.36 2008/08/23 11:09:09 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.37 2008/08/25 13:36:16 hoffie Exp $
+
+  25 Aug 2008; Christian Hoffmann <hoffie@gentoo.org> suhosin-0.9.27.ebuild:
+  stable on amd64
 
 *suhosin-0.9.27 (23 Aug 2008)
 



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

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

Index: suhosin-0.9.27.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.27.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- suhosin-0.9.27.ebuild	23 Aug 2008 11:09:09 -0000	1.1
+++ suhosin-0.9.27.ebuild	25 Aug 2008 13:36:16 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.27.ebuild,v 1.1 2008/08/23 11:09:09 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.27.ebuild,v 1.2 2008/08/25 13:36:16 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.27.ebuild
@ 2008-08-25 17:25 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2008-08-25 17:25 UTC (permalink / raw
  To: gentoo-commits

maekke      08/08/25 17:25:25

  Modified:             ChangeLog suhosin-0.9.27.ebuild
  Log:
  x86 stable, bug #235676
  (Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc4 i686)

Revision  Changes    Path
1.38                 dev-php5/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	25 Aug 2008 13:36:16 -0000	1.37
+++ ChangeLog	25 Aug 2008 17:25:24 -0000	1.38
@@ -1,6 +1,9 @@
 # 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.37 2008/08/25 13:36:16 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.38 2008/08/25 17:25:24 maekke Exp $
+
+  25 Aug 2008; Markus Meier <maekke@gentoo.org> suhosin-0.9.27.ebuild:
+  x86 stable, bug #235676
 
   25 Aug 2008; Christian Hoffmann <hoffie@gentoo.org> suhosin-0.9.27.ebuild:
   stable on amd64



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

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

Index: suhosin-0.9.27.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.27.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- suhosin-0.9.27.ebuild	25 Aug 2008 13:36:16 -0000	1.2
+++ suhosin-0.9.27.ebuild	25 Aug 2008 17:25:24 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.27.ebuild,v 1.2 2008/08/25 13:36:16 hoffie Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.27.ebuild,v 1.3 2008/08/25 17:25:24 maekke 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.27.ebuild
@ 2008-08-25 17:35 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2008-08-25 17:35 UTC (permalink / raw
  To: gentoo-commits

jer         08/08/25 17:35:47

  Modified:             ChangeLog suhosin-0.9.27.ebuild
  Log:
  Stable for HPPA (bug #235676).
  (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

Revision  Changes    Path
1.39                 dev-php5/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	25 Aug 2008 17:25:24 -0000	1.38
+++ ChangeLog	25 Aug 2008 17:35:46 -0000	1.39
@@ -1,6 +1,9 @@
 # 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.38 2008/08/25 17:25:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.39 2008/08/25 17:35:46 jer Exp $
+
+  25 Aug 2008; Jeroen Roovers <jer@gentoo.org> suhosin-0.9.27.ebuild:
+  Stable for HPPA (bug #235676).
 
   25 Aug 2008; Markus Meier <maekke@gentoo.org> suhosin-0.9.27.ebuild:
   x86 stable, bug #235676



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

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

Index: suhosin-0.9.27.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.27.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- suhosin-0.9.27.ebuild	25 Aug 2008 17:25:24 -0000	1.3
+++ suhosin-0.9.27.ebuild	25 Aug 2008 17:35:46 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.27.ebuild,v 1.3 2008/08/25 17:25:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.27.ebuild,v 1.4 2008/08/25 17:35:46 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.27.ebuild
@ 2008-08-25 19:53 Tobias Scherbaum (dertobi123)
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Scherbaum (dertobi123) @ 2008-08-25 19:53 UTC (permalink / raw
  To: gentoo-commits

dertobi123    08/08/25 19:53:58

  Modified:             ChangeLog suhosin-0.9.27.ebuild
  Log:
  ppc stable, bug #235676
  (Portage version: 2.2_rc8/cvs/Linux 2.6.25-gentoo-r7 x86_64)

Revision  Changes    Path
1.40                 dev-php5/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	25 Aug 2008 17:35:46 -0000	1.39
+++ ChangeLog	25 Aug 2008 19:53:57 -0000	1.40
@@ -1,6 +1,10 @@
 # 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.39 2008/08/25 17:35:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.40 2008/08/25 19:53:57 dertobi123 Exp $
+
+  25 Aug 2008; Tobias Scherbaum <dertobi123@gentoo.org>
+  suhosin-0.9.27.ebuild:
+  ppc stable, bug #235676
 
   25 Aug 2008; Jeroen Roovers <jer@gentoo.org> suhosin-0.9.27.ebuild:
   Stable for HPPA (bug #235676).



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

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

Index: suhosin-0.9.27.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.27.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- suhosin-0.9.27.ebuild	25 Aug 2008 17:35:46 -0000	1.4
+++ suhosin-0.9.27.ebuild	25 Aug 2008 19:53:57 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.27.ebuild,v 1.4 2008/08/25 17:35:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.27.ebuild,v 1.5 2008/08/25 19:53:57 dertobi123 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.27.ebuild
@ 2008-08-26  8:59 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2008-08-26  8:59 UTC (permalink / raw
  To: gentoo-commits

armin76     08/08/26 08:59:55

  Modified:             ChangeLog suhosin-0.9.27.ebuild
  Log:
  alpha/ia64/sparc stable wrt #235676
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.41                 dev-php5/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	25 Aug 2008 19:53:57 -0000	1.40
+++ ChangeLog	26 Aug 2008 08:59:54 -0000	1.41
@@ -1,6 +1,9 @@
 # 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.40 2008/08/25 19:53:57 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.41 2008/08/26 08:59:54 armin76 Exp $
+
+  26 Aug 2008; Raúl Porcel <armin76@gentoo.org> suhosin-0.9.27.ebuild:
+  alpha/ia64/sparc stable wrt #235676
 
   25 Aug 2008; Tobias Scherbaum <dertobi123@gentoo.org>
   suhosin-0.9.27.ebuild:



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

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

Index: suhosin-0.9.27.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.27.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- suhosin-0.9.27.ebuild	25 Aug 2008 19:53:57 -0000	1.5
+++ suhosin-0.9.27.ebuild	26 Aug 2008 08:59:54 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.27.ebuild,v 1.5 2008/08/25 19:53:57 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.27.ebuild,v 1.6 2008/08/26 08:59:54 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.27.ebuild
@ 2008-08-29  7:16 Markus Rothe (corsair)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Rothe (corsair) @ 2008-08-29  7:16 UTC (permalink / raw
  To: gentoo-commits

corsair     08/08/29 07:16:30

  Modified:             ChangeLog suhosin-0.9.27.ebuild
  Log:
  Stable on ppc64; bug #235676
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.42                 dev-php5/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	26 Aug 2008 08:59:54 -0000	1.41
+++ ChangeLog	29 Aug 2008 07:16:30 -0000	1.42
@@ -1,6 +1,9 @@
 # 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.41 2008/08/26 08:59:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.42 2008/08/29 07:16:30 corsair Exp $
+
+  29 Aug 2008; Markus Rothe <corsair@gentoo.org> suhosin-0.9.27.ebuild:
+  Stable on ppc64; bug #235676
 
   26 Aug 2008; Raúl Porcel <armin76@gentoo.org> suhosin-0.9.27.ebuild:
   alpha/ia64/sparc stable wrt #235676



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

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

Index: suhosin-0.9.27.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.27.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- suhosin-0.9.27.ebuild	26 Aug 2008 08:59:54 -0000	1.6
+++ suhosin-0.9.27.ebuild	29 Aug 2008 07:16:30 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.27.ebuild,v 1.6 2008/08/26 08:59:54 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.27.ebuild,v 1.7 2008/08/29 07:16:30 corsair 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:[~2008-08-29  7:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-25 13:36 [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: ChangeLog suhosin-0.9.27.ebuild Christian Hoffmann (hoffie)
  -- strict thread matches above, loose matches on Subject: below --
2008-08-29  7:16 Markus Rothe (corsair)
2008-08-26  8:59 Raul Porcel (armin76)
2008-08-25 19:53 Tobias Scherbaum (dertobi123)
2008-08-25 17:35 Jeroen Roovers (jer)
2008-08-25 17:25 Markus Meier (maekke)
2008-08-23 11:09 Christian Hoffmann (hoffie)

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