public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: ChangeLog suhosin-0.9.33.ebuild
@ 2012-01-26  8:10 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 7+ messages in thread
From: Ole Markus With (olemarkus) @ 2012-01-26  8:10 UTC (permalink / raw
  To: gentoo-commits

olemarkus    12/01/26 08:10:49

  Modified:             ChangeLog
  Added:                suhosin-0.9.33.ebuild
  Log:
  Version bump (bug 399427)
  
  (Portage version: 2.1.10.41/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-php/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	18 Sep 2011 10:32:18 -0000	1.1
+++ ChangeLog	26 Jan 2012 08:10:49 -0000	1.2
@@ -1,6 +1,12 @@
-# ChangeLog for dev-php5/suhosin
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.1 2011/09/18 10:32:18 olemarkus Exp $
+# ChangeLog for dev-php/suhosin
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.2 2012/01/26 08:10:49 olemarkus Exp $
+
+*suhosin-0.9.33 (26 Jan 2012)
+
+  26 Jan 2012; Ole Markus With <olemarkus@gentoo.org> +suhosin-0.9.33.ebuild,
+  +files/suhosin-0.9.33-libcrypt.patch:
+  Version bump (bug 399427)
 
   22 Aug 2011; Ole Markus With <olemarkus@gentoo.org> -suhosin-0.9.31.ebuild,
   -suhosin-0.9.32.1.ebuild, -suhosin-0.9.32.1-r1.ebuild:



1.1                  dev-php/suhosin/suhosin-0.9.33.ebuild

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

Index: suhosin-0.9.33.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v 1.1 2012/01/26 08:10:49 olemarkus Exp $

EAPI="2"

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

inherit php-ext-source-r2

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/"
SRC_URI="http://download.suhosin.org/${P}.tgz"
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] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: ChangeLog suhosin-0.9.33.ebuild
@ 2012-02-15 15:59 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2012-02-15 15:59 UTC (permalink / raw
  To: gentoo-commits

jer         12/02/15 15:59:44

  Modified:             ChangeLog suhosin-0.9.33.ebuild
  Log:
  Stable for HPPA (bug #399427).
  
  (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-php/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	12 Feb 2012 19:13:00 -0000	1.4
+++ ChangeLog	15 Feb 2012 15:59:44 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/suhosin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.4 2012/02/12 19:13:00 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.5 2012/02/15 15:59:44 jer Exp $
+
+  15 Feb 2012; Jeroen Roovers <jer@gentoo.org> suhosin-0.9.33.ebuild:
+  Stable for HPPA (bug #399427).
 
   12 Feb 2012; Ole Markus With <olemarkus@gentoo.org>
   +files/suhosin-0.9.33-fix-ZTS-compile-problem.patch, suhosin-0.9.33.ebuild:



1.4                  dev-php/suhosin/suhosin-0.9.33.ebuild

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

Index: suhosin-0.9.33.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- suhosin-0.9.33.ebuild	12 Feb 2012 19:13:00 -0000	1.3
+++ suhosin-0.9.33.ebuild	15 Feb 2012 15:59:44 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v 1.3 2012/02/12 19:13:00 olemarkus Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v 1.4 2012/02/15 15:59:44 jer Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 inherit php-ext-source-r2
 
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~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/"






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

* [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: ChangeLog suhosin-0.9.33.ebuild
@ 2012-02-16 17:57 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-02-16 17:57 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/02/16 17:57:36

  Modified:             ChangeLog suhosin-0.9.33.ebuild
  Log:
  x86 stable wrt bug #399427
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.6                  dev-php/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	15 Feb 2012 15:59:44 -0000	1.5
+++ ChangeLog	16 Feb 2012 17:57:36 -0000	1.6
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/suhosin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.5 2012/02/15 15:59:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.6 2012/02/16 17:57:36 phajdan.jr Exp $
+
+  16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> suhosin-0.9.33.ebuild:
+  x86 stable wrt bug #399427
 
   15 Feb 2012; Jeroen Roovers <jer@gentoo.org> suhosin-0.9.33.ebuild:
   Stable for HPPA (bug #399427).



1.5                  dev-php/suhosin/suhosin-0.9.33.ebuild

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

Index: suhosin-0.9.33.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- suhosin-0.9.33.ebuild	15 Feb 2012 15:59:44 -0000	1.4
+++ suhosin-0.9.33.ebuild	16 Feb 2012 17:57:36 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v 1.4 2012/02/15 15:59:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v 1.5 2012/02/16 17:57:36 phajdan.jr Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 inherit php-ext-source-r2
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~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/"






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

* [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: ChangeLog suhosin-0.9.33.ebuild
@ 2012-02-16 19:41 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2012-02-16 19:41 UTC (permalink / raw
  To: gentoo-commits

maekke      12/02/16 19:41:10

  Modified:             ChangeLog suhosin-0.9.33.ebuild
  Log:
  arm stable, bug #399427
  
  (Portage version: 2.1.10.46/cvs/Linux i686)

Revision  Changes    Path
1.7                  dev-php/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	16 Feb 2012 17:57:36 -0000	1.6
+++ ChangeLog	16 Feb 2012 19:41:10 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/suhosin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.6 2012/02/16 17:57:36 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.7 2012/02/16 19:41:10 maekke Exp $
+
+  16 Feb 2012; Markus Meier <maekke@gentoo.org> suhosin-0.9.33.ebuild:
+  arm stable, bug #399427
 
   16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> suhosin-0.9.33.ebuild:
   x86 stable wrt bug #399427



1.6                  dev-php/suhosin/suhosin-0.9.33.ebuild

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

Index: suhosin-0.9.33.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- suhosin-0.9.33.ebuild	16 Feb 2012 17:57:36 -0000	1.5
+++ suhosin-0.9.33.ebuild	16 Feb 2012 19:41:10 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v 1.5 2012/02/16 17:57:36 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v 1.6 2012/02/16 19:41:10 maekke Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 inherit php-ext-source-r2
 
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 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/"






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

* [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: ChangeLog suhosin-0.9.33.ebuild
@ 2012-02-17 14:23 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann (klausman) @ 2012-02-17 14:23 UTC (permalink / raw
  To: gentoo-commits

klausman    12/02/17 14:23:10

  Modified:             ChangeLog suhosin-0.9.33.ebuild
  Log:
  Stable on alpha, bug #399427
  
  (Portage version: 2.1.10.46/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  dev-php/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	16 Feb 2012 19:41:10 -0000	1.7
+++ ChangeLog	17 Feb 2012 14:23:10 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/suhosin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.7 2012/02/16 19:41:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.8 2012/02/17 14:23:10 klausman Exp $
+
+  17 Feb 2012; Tobias Klausmann <klausman@gentoo.org> suhosin-0.9.33.ebuild:
+  Stable on alpha, bug #399427
 
   16 Feb 2012; Markus Meier <maekke@gentoo.org> suhosin-0.9.33.ebuild:
   arm stable, bug #399427



1.7                  dev-php/suhosin/suhosin-0.9.33.ebuild

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

Index: suhosin-0.9.33.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- suhosin-0.9.33.ebuild	16 Feb 2012 19:41:10 -0000	1.6
+++ suhosin-0.9.33.ebuild	17 Feb 2012 14:23:10 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v 1.6 2012/02/16 19:41:10 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v 1.7 2012/02/17 14:23:10 klausman Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 inherit php-ext-source-r2
 
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 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/"






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

* [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: ChangeLog suhosin-0.9.33.ebuild
@ 2012-02-18 19:43 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2012-02-18 19:43 UTC (permalink / raw
  To: gentoo-commits

armin76     12/02/18 19:43:56

  Modified:             ChangeLog suhosin-0.9.33.ebuild
  Log:
  ia64/s390/sh/sparc stable wrt #399427
  
  (Portage version: 2.1.10.44/cvs/Linux ia64)

Revision  Changes    Path
1.9                  dev-php/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	17 Feb 2012 14:23:10 -0000	1.8
+++ ChangeLog	18 Feb 2012 19:43:56 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/suhosin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.8 2012/02/17 14:23:10 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.9 2012/02/18 19:43:56 armin76 Exp $
+
+  18 Feb 2012; Raúl Porcel <armin76@gentoo.org> suhosin-0.9.33.ebuild:
+  ia64/s390/sh/sparc stable wrt #399427
 
   17 Feb 2012; Tobias Klausmann <klausman@gentoo.org> suhosin-0.9.33.ebuild:
   Stable on alpha, bug #399427



1.8                  dev-php/suhosin/suhosin-0.9.33.ebuild

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

Index: suhosin-0.9.33.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- suhosin-0.9.33.ebuild	17 Feb 2012 14:23:10 -0000	1.7
+++ suhosin-0.9.33.ebuild	18 Feb 2012 19:43:56 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v 1.7 2012/02/17 14:23:10 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.33.ebuild,v 1.8 2012/02/18 19:43:56 armin76 Exp $
 
 EAPI="2"
 
@@ -10,7 +10,7 @@
 
 inherit php-ext-source-r2
 
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc 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/"






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

* [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: ChangeLog suhosin-0.9.33.ebuild
@ 2012-08-23 19:17 Ole Markus With (olemarkus)
  0 siblings, 0 replies; 7+ messages in thread
From: Ole Markus With (olemarkus) @ 2012-08-23 19:17 UTC (permalink / raw
  To: gentoo-commits

olemarkus    12/08/23 19:17:39

  Modified:             ChangeLog
  Removed:              suhosin-0.9.33.ebuild
  Log:
  Removing old ebuilds
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-php/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	18 Feb 2012 19:43:56 -0000	1.9
+++ ChangeLog	23 Aug 2012 19:17:39 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/suhosin
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.9 2012/02/18 19:43:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.10 2012/08/23 19:17:39 olemarkus Exp $
+
+  23 Aug 2012; Ole Markus With <olemarkus@gentoo.org> -suhosin-0.9.33.ebuild:
+  Removing old ebuilds
 
   18 Feb 2012; Raúl Porcel <armin76@gentoo.org> suhosin-0.9.33.ebuild:
   ia64/s390/sh/sparc stable wrt #399427
@@ -286,4 +289,3 @@
   04 Mar 2007; Luca Longinotti <chtekk@gentoo.org> +metadata.xml,
   +suhosin-0.9.16.ebuild:
   Add Suhosin.
-





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

end of thread, other threads:[~2012-08-23 19:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-26  8:10 [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: ChangeLog suhosin-0.9.33.ebuild Ole Markus With (olemarkus)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-15 15:59 Jeroen Roovers (jer)
2012-02-16 17:57 PaweA Hajdan (phajdan.jr)
2012-02-16 19:41 Markus Meier (maekke)
2012-02-17 14:23 Tobias Klausmann (klausman)
2012-02-18 19:43 Raul Porcel (armin76)
2012-08-23 19:17 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