public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: suhosin-0.9.37.1.ebuild ChangeLog
@ 2015-01-19 15:38 Brian Evans (grknight)
  0 siblings, 0 replies; 7+ messages in thread
From: Brian Evans (grknight) @ 2015-01-19 15:38 UTC (permalink / raw
  To: gentoo-commits

grknight    15/01/19 15:38:55

  Modified:             ChangeLog
  Added:                suhosin-0.9.37.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)

Revision  Changes    Path
1.18                 dev-php/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	10 Oct 2014 01:47:55 -0000	1.17
+++ ChangeLog	19 Jan 2015 15:38:55 -0000	1.18
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/suhosin
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.17 2014/10/10 01:47:55 grknight Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.18 2015/01/19 15:38:55 grknight Exp $
+
+*suhosin-0.9.37.1 (19 Jan 2015)
+
+  19 Jan 2015; Brian Evans <grknight@gentoo.org>
+  +files/suhosin-0.9.37.1-libcrypt.patch, +suhosin-0.9.37.1.ebuild:
+  Version bump
 
 *suhosin-0.9.36 (08 Oct 2014)
 



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

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

Index: suhosin-0.9.37.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v 1.1 2015/01/19 15:38:55 grknight Exp $

EAPI="5"

PHP_EXT_NAME="suhosin"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
USE_PHP="php5-6 php5-5 php5-4"

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}.tar.gz"
LICENSE="PHP-3.01"
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: suhosin-0.9.37.1.ebuild ChangeLog
@ 2015-02-17 18:04 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2015-02-17 18:04 UTC (permalink / raw
  To: gentoo-commits

jer         15/02/17 18:04:32

  Modified:             suhosin-0.9.37.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #540328).
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.2                  dev-php/suhosin/suhosin-0.9.37.1.ebuild

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

Index: suhosin-0.9.37.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- suhosin-0.9.37.1.ebuild	19 Jan 2015 15:38:55 -0000	1.1
+++ suhosin-0.9.37.1.ebuild	17 Feb 2015 18:04:32 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v 1.1 2015/01/19 15:38:55 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v 1.2 2015/02/17 18:04:32 jer Exp $
 
 EAPI="5"
 
@@ -11,7 +11,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/"



1.19                 dev-php/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	19 Jan 2015 15:38:55 -0000	1.18
+++ ChangeLog	17 Feb 2015 18:04:32 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/suhosin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.18 2015/01/19 15:38:55 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.19 2015/02/17 18:04:32 jer Exp $
+
+  17 Feb 2015; Jeroen Roovers <jer@gentoo.org> suhosin-0.9.37.1.ebuild:
+  Stable for HPPA (bug #540328).
 
 *suhosin-0.9.37.1 (19 Jan 2015)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: suhosin-0.9.37.1.ebuild ChangeLog
@ 2015-02-19  9:08 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-19  9:08 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/19 09:08:19

  Modified:             suhosin-0.9.37.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #540328
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.3                  dev-php/suhosin/suhosin-0.9.37.1.ebuild

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

Index: suhosin-0.9.37.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- suhosin-0.9.37.1.ebuild	17 Feb 2015 18:04:32 -0000	1.2
+++ suhosin-0.9.37.1.ebuild	19 Feb 2015 09:08:19 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v 1.2 2015/02/17 18:04:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v 1.3 2015/02/19 09:08:19 ago Exp $
 
 EAPI="5"
 
@@ -11,7 +11,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/"



1.20                 dev-php/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	17 Feb 2015 18:04:32 -0000	1.19
+++ ChangeLog	19 Feb 2015 09:08:19 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/suhosin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.19 2015/02/17 18:04:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.20 2015/02/19 09:08:19 ago Exp $
+
+  19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> suhosin-0.9.37.1.ebuild:
+  Stable for amd64, wrt bug #540328
 
   17 Feb 2015; Jeroen Roovers <jer@gentoo.org> suhosin-0.9.37.1.ebuild:
   Stable for HPPA (bug #540328).





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

* [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: suhosin-0.9.37.1.ebuild ChangeLog
@ 2015-02-24  8:47 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-24  8:47 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/24 08:47:44

  Modified:             suhosin-0.9.37.1.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #540328
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.4                  dev-php/suhosin/suhosin-0.9.37.1.ebuild

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

Index: suhosin-0.9.37.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- suhosin-0.9.37.1.ebuild	19 Feb 2015 09:08:19 -0000	1.3
+++ suhosin-0.9.37.1.ebuild	24 Feb 2015 08:47:43 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v 1.3 2015/02/19 09:08:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v 1.4 2015/02/24 08:47:43 ago Exp $
 
 EAPI="5"
 
@@ -11,7 +11,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/"



1.21                 dev-php/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	19 Feb 2015 09:08:19 -0000	1.20
+++ ChangeLog	24 Feb 2015 08:47:43 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/suhosin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.20 2015/02/19 09:08:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.21 2015/02/24 08:47:43 ago Exp $
+
+  24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> suhosin-0.9.37.1.ebuild:
+  Stable for alpha, wrt bug #540328
 
   19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> suhosin-0.9.37.1.ebuild:
   Stable for amd64, wrt bug #540328





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

* [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: suhosin-0.9.37.1.ebuild ChangeLog
@ 2015-02-25 15:54 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-25 15:54 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/25 15:54:37

  Modified:             suhosin-0.9.37.1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #540328
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.5                  dev-php/suhosin/suhosin-0.9.37.1.ebuild

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

Index: suhosin-0.9.37.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- suhosin-0.9.37.1.ebuild	24 Feb 2015 08:47:43 -0000	1.4
+++ suhosin-0.9.37.1.ebuild	25 Feb 2015 15:54:37 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v 1.4 2015/02/24 08:47:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v 1.5 2015/02/25 15:54:37 ago Exp $
 
 EAPI="5"
 
@@ -11,7 +11,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/"



1.22                 dev-php/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	24 Feb 2015 08:47:43 -0000	1.21
+++ ChangeLog	25 Feb 2015 15:54:37 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/suhosin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.21 2015/02/24 08:47:43 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.22 2015/02/25 15:54:37 ago Exp $
+
+  25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> suhosin-0.9.37.1.ebuild:
+  Stable for x86, wrt bug #540328
 
   24 Feb 2015; Agostino Sarubbo <ago@gentoo.org> suhosin-0.9.37.1.ebuild:
   Stable for alpha, wrt bug #540328





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

* [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: suhosin-0.9.37.1.ebuild ChangeLog
@ 2015-02-27 11:33 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-27 11:33 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/27 11:33:31

  Modified:             suhosin-0.9.37.1.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #540328
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.6                  dev-php/suhosin/suhosin-0.9.37.1.ebuild

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

Index: suhosin-0.9.37.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- suhosin-0.9.37.1.ebuild	25 Feb 2015 15:54:37 -0000	1.5
+++ suhosin-0.9.37.1.ebuild	27 Feb 2015 11:33:31 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v 1.5 2015/02/25 15:54:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v 1.6 2015/02/27 11:33:31 ago Exp $
 
 EAPI="5"
 
@@ -11,7 +11,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/"



1.23                 dev-php/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	25 Feb 2015 15:54:37 -0000	1.22
+++ ChangeLog	27 Feb 2015 11:33:31 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/suhosin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.22 2015/02/25 15:54:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.23 2015/02/27 11:33:31 ago Exp $
+
+  27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> suhosin-0.9.37.1.ebuild:
+  Stable for sparc, wrt bug #540328
 
   25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> suhosin-0.9.37.1.ebuild:
   Stable for x86, wrt bug #540328





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

* [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: suhosin-0.9.37.1.ebuild ChangeLog
@ 2015-02-28 13:35 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-02-28 13:35 UTC (permalink / raw
  To: gentoo-commits

ago         15/02/28 13:35:35

  Modified:             suhosin-0.9.37.1.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #540328
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-php/suhosin/suhosin-0.9.37.1.ebuild

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

Index: suhosin-0.9.37.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- suhosin-0.9.37.1.ebuild	27 Feb 2015 11:33:31 -0000	1.6
+++ suhosin-0.9.37.1.ebuild	28 Feb 2015 13:35:35 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v 1.6 2015/02/27 11:33:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.37.1.ebuild,v 1.7 2015/02/28 13:35:35 ago Exp $
 
 EAPI="5"
 
@@ -11,7 +11,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/"



1.24                 dev-php/suhosin/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	27 Feb 2015 11:33:31 -0000	1.23
+++ ChangeLog	28 Feb 2015 13:35:35 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-php/suhosin
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.23 2015/02/27 11:33:31 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.24 2015/02/28 13:35:35 ago Exp $
+
+  28 Feb 2015; Agostino Sarubbo <ago@gentoo.org> suhosin-0.9.37.1.ebuild:
+  Stable for ia64, wrt bug #540328
 
   27 Feb 2015; Agostino Sarubbo <ago@gentoo.org> suhosin-0.9.37.1.ebuild:
   Stable for sparc, wrt bug #540328





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

end of thread, other threads:[~2015-02-28 13:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-28 13:35 [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: suhosin-0.9.37.1.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-27 11:33 Agostino Sarubbo (ago)
2015-02-25 15:54 Agostino Sarubbo (ago)
2015-02-24  8:47 Agostino Sarubbo (ago)
2015-02-19  9:08 Agostino Sarubbo (ago)
2015-02-17 18:04 Jeroen Roovers (jer)
2015-01-19 15:38 Brian Evans (grknight)

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