* [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: suhosin-0.9.38.ebuild ChangeLog
@ 2015-06-10 14:12 Brian Evans (grknight)
0 siblings, 0 replies; 6+ messages in thread
From: Brian Evans (grknight) @ 2015-06-10 14:12 UTC (permalink / raw
To: gentoo-commits
grknight 15/06/10 14:12:54
Modified: ChangeLog
Added: suhosin-0.9.38.ebuild
Log:
Version bump for security bug 550770
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)
Revision Changes Path
1.27 dev-php/suhosin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?r1=1.26&r2=1.27
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog 28 Feb 2015 20:16:14 -0000 1.26
+++ ChangeLog 10 Jun 2015 14:12:54 -0000 1.27
@@ -1,6 +1,12 @@
# 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.26 2015/02/28 20:16:14 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.27 2015/06/10 14:12:54 grknight Exp $
+
+*suhosin-0.9.38 (10 Jun 2015)
+
+ 10 Jun 2015; Brian Evans <grknight@gentoo.org>
+ +files/suhosin-0.9.38-libcrypt.patch, +suhosin-0.9.38.ebuild:
+ Version bump for security bug 550770
28 Feb 2015; Brian Evans <grknight@gentoo.org>
-files/suhosin-0.9.33-fix-ZTS-compile-problem.patch,
1.1 dev-php/suhosin/suhosin-0.9.38.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild?rev=1.1&content-type=text/plain
Index: suhosin-0.9.38.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.38.ebuild,v 1.1 2015/06/10 14:12:54 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=""
for target in ${USE_PHP}; do
slot=${target/php}
slot=${slot/-/.}
PHPUSEDEPEND="${PHPUSEDEPEND}
php_targets_${target}? ( dev-lang/php:${slot}[unicode] )"
done
DEPEND="${PHPUSEDEPEND}"
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] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: suhosin-0.9.38.ebuild ChangeLog
@ 2015-06-11 7:08 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-11 7:08 UTC (permalink / raw
To: gentoo-commits
ago 15/06/11 07:08:03
Modified: suhosin-0.9.38.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #550770
(Portage version: 2.2.18/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.38.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild?r1=1.2&r2=1.3
Index: suhosin-0.9.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- suhosin-0.9.38.ebuild 11 Jun 2015 04:26:07 -0000 1.2
+++ suhosin-0.9.38.ebuild 11 Jun 2015 07:08:03 -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.38.ebuild,v 1.2 2015/06/11 04:26:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild,v 1.3 2015/06/11 07:08:03 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.29 dev-php/suhosin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 11 Jun 2015 04:26:07 -0000 1.28
+++ ChangeLog 11 Jun 2015 07:08:03 -0000 1.29
@@ -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.28 2015/06/11 04:26:07 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.29 2015/06/11 07:08:03 ago Exp $
+
+ 11 Jun 2015; Agostino Sarubbo <ago@gentoo.org> suhosin-0.9.38.ebuild:
+ Stable for amd64, wrt bug #550770
11 Jun 2015; Jeroen Roovers <jer@gentoo.org> suhosin-0.9.38.ebuild:
Stable for HPPA PPC64 (bug #550770).
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: suhosin-0.9.38.ebuild ChangeLog
@ 2015-06-11 7:17 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-11 7:17 UTC (permalink / raw
To: gentoo-commits
ago 15/06/11 07:17:36
Modified: suhosin-0.9.38.ebuild ChangeLog
Log:
Stable for x86, wrt bug #550770
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-php/suhosin/suhosin-0.9.38.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild?r1=1.3&r2=1.4
Index: suhosin-0.9.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- suhosin-0.9.38.ebuild 11 Jun 2015 07:08:03 -0000 1.3
+++ suhosin-0.9.38.ebuild 11 Jun 2015 07:17:36 -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.38.ebuild,v 1.3 2015/06/11 07:08:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild,v 1.4 2015/06/11 07:17:36 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.30 dev-php/suhosin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 11 Jun 2015 07:08:03 -0000 1.29
+++ ChangeLog 11 Jun 2015 07:17:36 -0000 1.30
@@ -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.29 2015/06/11 07:08:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.30 2015/06/11 07:17:36 ago Exp $
+
+ 11 Jun 2015; Agostino Sarubbo <ago@gentoo.org> suhosin-0.9.38.ebuild:
+ Stable for x86, wrt bug #550770
11 Jun 2015; Agostino Sarubbo <ago@gentoo.org> suhosin-0.9.38.ebuild:
Stable for amd64, wrt bug #550770
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: suhosin-0.9.38.ebuild ChangeLog
@ 2015-06-17 8:50 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-06-17 8:50 UTC (permalink / raw
To: gentoo-commits
ago 15/06/17 08:50:51
Modified: suhosin-0.9.38.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #550770
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-php/suhosin/suhosin-0.9.38.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild?r1=1.4&r2=1.5
Index: suhosin-0.9.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- suhosin-0.9.38.ebuild 11 Jun 2015 07:17:36 -0000 1.4
+++ suhosin-0.9.38.ebuild 17 Jun 2015 08:50:51 -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.38.ebuild,v 1.4 2015/06/11 07:17:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild,v 1.5 2015/06/17 08:50:51 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.31 dev-php/suhosin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 11 Jun 2015 07:17:36 -0000 1.30
+++ ChangeLog 17 Jun 2015 08:50:51 -0000 1.31
@@ -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.30 2015/06/11 07:17:36 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.31 2015/06/17 08:50:51 ago Exp $
+
+ 17 Jun 2015; Agostino Sarubbo <ago@gentoo.org> suhosin-0.9.38.ebuild:
+ Stable for sparc, wrt bug #550770
11 Jun 2015; Agostino Sarubbo <ago@gentoo.org> suhosin-0.9.38.ebuild:
Stable for x86, wrt bug #550770
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: suhosin-0.9.38.ebuild ChangeLog
@ 2015-07-03 9:56 Agostino Sarubbo (ago)
0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-07-03 9:56 UTC (permalink / raw
To: gentoo-commits
ago 15/07/03 09:56:52
Modified: suhosin-0.9.38.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #550770
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 dev-php/suhosin/suhosin-0.9.38.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild?r1=1.6&r2=1.7
Index: suhosin-0.9.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- suhosin-0.9.38.ebuild 19 Jun 2015 17:14:07 -0000 1.6
+++ suhosin-0.9.38.ebuild 3 Jul 2015 09:56:52 -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.38.ebuild,v 1.6 2015/06/19 17:14:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild,v 1.7 2015/07/03 09:56:52 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.33 dev-php/suhosin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 19 Jun 2015 17:14:07 -0000 1.32
+++ ChangeLog 3 Jul 2015 09:56:52 -0000 1.33
@@ -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.32 2015/06/19 17:14:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.33 2015/07/03 09:56:52 ago Exp $
+
+ 03 Jul 2015; Agostino Sarubbo <ago@gentoo.org> suhosin-0.9.38.ebuild:
+ Stable for alpha, wrt bug #550770
19 Jun 2015; Markus Meier <maekke@gentoo.org> suhosin-0.9.38.ebuild:
arm stable, bug #550770
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: suhosin-0.9.38.ebuild ChangeLog
@ 2015-07-22 16:33 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-07-22 16:33 UTC (permalink / raw
To: gentoo-commits
zlogene 15/07/22 16:33:48
Modified: suhosin-0.9.38.ebuild ChangeLog
Log:
ia64 stable wrt bug #550770
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x1BDC0E5AC42EB5D6)
Revision Changes Path
1.8 dev-php/suhosin/suhosin-0.9.38.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild?r1=1.7&r2=1.8
Index: suhosin-0.9.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- suhosin-0.9.38.ebuild 3 Jul 2015 09:56:52 -0000 1.7
+++ suhosin-0.9.38.ebuild 22 Jul 2015 16:33:48 -0000 1.8
@@ -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.38.ebuild,v 1.7 2015/07/03 09:56:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/suhosin-0.9.38.ebuild,v 1.8 2015/07/22 16:33:48 zlogene 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.34 dev-php/suhosin/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/suhosin/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 3 Jul 2015 09:56:52 -0000 1.33
+++ ChangeLog 22 Jul 2015 16:33:48 -0000 1.34
@@ -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.33 2015/07/03 09:56:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/suhosin/ChangeLog,v 1.34 2015/07/22 16:33:48 zlogene Exp $
+
+ 22 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> suhosin-0.9.38.ebuild:
+ ia64 stable wrt bug #550770
03 Jul 2015; Agostino Sarubbo <ago@gentoo.org> suhosin-0.9.38.ebuild:
Stable for alpha, wrt bug #550770
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-07-22 16:33 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-11 7:08 [gentoo-commits] gentoo-x86 commit in dev-php/suhosin: suhosin-0.9.38.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2015-07-22 16:33 Mikle Kolyada (zlogene)
2015-07-03 9:56 Agostino Sarubbo (ago)
2015-06-17 8:50 Agostino Sarubbo (ago)
2015-06-11 7:17 Agostino Sarubbo (ago)
2015-06-10 14:12 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