Gentoo Archives: gentoo-commits

From: "Christian Hoffmann (hoffie)" <hoffie@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php5/suhosin: ChangeLog suhosin-0.9.23.ebuild
Date: Wed, 06 Feb 2008 15:04:52
Message-Id: E1JMlpS-0006nN-4W@stork.gentoo.org
1 hoffie 08/02/06 15:04:50
2
3 Modified: ChangeLog
4 Added: suhosin-0.9.23.ebuild
5 Log:
6 bump to 0.9.23, bug 209070
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.26 dev-php5/suhosin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 16 Jan 2008 00:24:33 -0000 1.25
23 +++ ChangeLog 6 Feb 2008 15:04:49 -0000 1.26
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-php5/suhosin
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.25 2008/01/16 00:24:33 hanno Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/ChangeLog,v 1.26 2008/02/06 15:04:49 hoffie Exp $
29 +
30 +*suhosin-0.9.23 (06 Feb 2008)
31 +
32 + 06 Feb 2008; Christian Hoffmann <hoffie@g.o>
33 + +suhosin-0.9.23.ebuild:
34 + bump to 0.9.23, bug 209070
35
36 16 Jan 2008; Hanno Boeck <hanno@g.o> suhosin-0.9.22.ebuild:
37 Stable on amd64.
38
39
40
41 1.1 dev-php5/suhosin/suhosin-0.9.23.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/suhosin-0.9.23.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php5/suhosin/suhosin-0.9.23.ebuild?rev=1.1&content-type=text/plain
45
46 Index: suhosin-0.9.23.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-php5/suhosin/suhosin-0.9.23.ebuild,v 1.1 2008/02/06 15:04:49 hoffie Exp $
51
52 PHP_EXT_NAME="suhosin"
53 PHP_EXT_INI="yes"
54 PHP_EXT_ZENDEXT="no"
55
56 inherit php-ext-source-r1
57
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
59
60 DESCRIPTION="Suhosin is an advanced protection system for PHP installations."
61 HOMEPAGE="http://www.suhosin.org/"
62 SRC_URI="http://download.suhosin.org/${P}.tgz"
63 LICENSE="PHP-3"
64 SLOT="0"
65 IUSE=""
66
67 DEPEND=""
68 RDEPEND=""
69
70 need_php_by_category
71
72 pkg_setup() {
73 has_php
74 require_php_with_use unicode
75 }
76
77 src_install() {
78 php-ext-source-r1_src_install
79 dodoc-php CREDITS
80
81 for inifile in ${PHPINIFILELIST} ; do
82 insinto "${inifile/${PHP_EXT_NAME}.ini/}"
83 insopts -m644
84 doins "suhosin.ini"
85 done
86 }
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list