diff options
-rw-r--r-- | dev-lang/php/Manifest | 16 | ||||
-rw-r--r-- | dev-lang/php/files/4.4.0/php4.3.11-pcre-security.patch | 2 | ||||
-rw-r--r-- | dev-lang/php/files/4.4.0/php4.4.0-pcre-security.patch | 2 | ||||
-rw-r--r-- | dev-lang/php/files/5.0.0/php5.0.4-pcre-security.patch | 2 | ||||
-rw-r--r-- | dev-php/mod_php/Manifest | 14 | ||||
-rw-r--r-- | dev-php/mod_php/files/php4.3.11-pcre-security.patch | 2 | ||||
-rw-r--r-- | dev-php/mod_php/files/php4.4.0-pcre-security.patch | 2 | ||||
-rw-r--r-- | dev-php/php-cgi/Manifest | 14 | ||||
-rw-r--r-- | dev-php/php-cgi/files/php4.3.11-pcre-security.patch | 2 | ||||
-rw-r--r-- | dev-php/php-cgi/files/php4.4.0-pcre-security.patch | 2 | ||||
-rw-r--r-- | dev-php/php/Manifest | 14 | ||||
-rw-r--r-- | dev-php/php/files/php4.3.11-pcre-security.patch | 2 | ||||
-rw-r--r-- | dev-php/php/files/php4.4.0-pcre-security.patch | 2 |
13 files changed, 18 insertions, 58 deletions
diff --git a/dev-lang/php/Manifest b/dev-lang/php/Manifest index 100ecb69dca3..d298a87cf2ba 100644 --- a/dev-lang/php/Manifest +++ b/dev-lang/php/Manifest @@ -1,6 +1,3 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 ea7ebf86a8c83bd03948fa0470c763e3 ChangeLog 3459 MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157 MD5 ddaf60731c56a3de8b6dece494393f3b php-4.3.11-r1.ebuild 8127 @@ -16,12 +13,12 @@ MD5 6d2047e069da7178fc841c4c7c890aa8 files/4.4.0/php4-imap-symlink.diff 620 MD5 22ed61ab0175cd83985a90e5d2b3b8b2 files/4.4.0/php4-iodbc-config.diff 511 MD5 f2ab14c7be0482a4f25fc438fa6f5399 files/4.4.0/php4-with-iodbc.diff 443 MD5 a7036ee38aa3b37256c0a6fe2afdbbe2 files/4.4.0/php4-libtool-1.5.patch 613 -MD5 efcfbb558107548517e353d1d2ce9ea8 files/4.4.0/php4.3.11-pcre-security.patch 2043 -MD5 26f614ae6ede678053bcbda0fad6c55f files/4.4.0/php4.4.0-pcre-security.patch 2116 +MD5 9c1de19a11cbfdcb4ff77803d1f5a62b files/4.4.0/php4.3.11-pcre-security.patch 2043 +MD5 2d2a8fb57b52ce965d2f6564d7ab0817 files/4.4.0/php4.4.0-pcre-security.patch 2116 MD5 7d198bde60f94cc8cea5ad9479901e21 files/5.0.0/php5-imap-symlink.diff 620 MD5 110af7b300bcbbfb821fbb58f7923d8b files/5.0.0/php5-iodbc-config.diff 511 MD5 7530065b6851a15b1c9d8b0ee5fb0a98 files/5.0.0/php5-libtool-1.5.patch 613 -MD5 8b6d3c996fc29d53bb1988d3f9cf1269 files/5.0.0/php5.0.4-pcre-security.patch 2034 +MD5 27c7d2dcb301cd78314f8ca22ff59b6f files/5.0.0/php5.0.4-pcre-security.patch 2034 MD5 e157161249ad2b217dc532f5289ba74b files/5.0.0/php5.0.4-xmlrcp-ccode.diff 750 MD5 b95f630e058c1b0f9cc47e186ef182cf files/5.0.0/php5.0.5-obj-serialize.patch 1364 MD5 2aca8867fada1d3345859f201ce7e428 files/5.1.0/php5-imap-symlink.diff 652 @@ -33,10 +30,3 @@ MD5 389638f1d46b6c41cd4d87b471572f4b files/4.4.0/apache-1.3/70_mod_php.conf 484 MD5 ee36e31632adb08b7abf70f78b5b2125 files/4.4.0/apache-2.0/70_mod_php.conf 485 MD5 96ed6efe383833dbb880fef3b6c562bb files/5.1.0/apache-1.3/70_mod_php5.conf 524 MD5 21bc6cc85150b5a5385f213d45efbe67 files/5.1.0/apache-2.0/70_mod_php5.conf 525 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDM4UWmPFBzbX68WERAgkRAKCVQebPwmUtxHkUy2v2kfUgVOiW5wCdFDIg -XCPO3a9QF9OjU4j2xGuTfV0= -=xGO7 ------END PGP SIGNATURE----- diff --git a/dev-lang/php/files/4.4.0/php4.3.11-pcre-security.patch b/dev-lang/php/files/4.4.0/php4.3.11-pcre-security.patch index bdd94bf37dec..5f7d17b05c71 100644 --- a/dev-lang/php/files/4.4.0/php4.3.11-pcre-security.patch +++ b/dev-lang/php/files/4.4.0/php4.3.11-pcre-security.patch @@ -5,7 +5,7 @@ MINOR_VERSION=3 RELEASE_VERSION=11 -EXTRA_VERSION="" -+EXTRA_VERSION="-p11-gentoo" ++EXTRA_VERSION="-pl1-gentoo" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context diff --git a/dev-lang/php/files/4.4.0/php4.4.0-pcre-security.patch b/dev-lang/php/files/4.4.0/php4.4.0-pcre-security.patch index 6b4294d41657..6ac2b2e50727 100644 --- a/dev-lang/php/files/4.4.0/php4.4.0-pcre-security.patch +++ b/dev-lang/php/files/4.4.0/php4.4.0-pcre-security.patch @@ -5,7 +5,7 @@ MINOR_VERSION=4 RELEASE_VERSION=0 -EXTRA_VERSION="" -+EXTRA_VERSION="-p11-gentoo" ++EXTRA_VERSION="-pl1-gentoo" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context diff --git a/dev-lang/php/files/5.0.0/php5.0.4-pcre-security.patch b/dev-lang/php/files/5.0.0/php5.0.4-pcre-security.patch index 43e8b7d15eb9..7aad99f52a9b 100644 --- a/dev-lang/php/files/5.0.0/php5.0.4-pcre-security.patch +++ b/dev-lang/php/files/5.0.0/php5.0.4-pcre-security.patch @@ -5,7 +5,7 @@ MINOR_VERSION=0 RELEASE_VERSION=4 -EXTRA_VERSION="" -+EXTRA_VERSION="-p11-gentoo" ++EXTRA_VERSION="-pl1-gentoo" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context diff --git a/dev-php/mod_php/Manifest b/dev-php/mod_php/Manifest index 0c6a652f01da..571eb1cd8f58 100644 --- a/dev-php/mod_php/Manifest +++ b/dev-php/mod_php/Manifest @@ -1,6 +1,3 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 0667b9ac338f7834eeb1eadebbb3381d ChangeLog 47077 MD5 38fe937e954ab7109395cefa86fcd2d4 metadata.xml 384 MD5 adf20bea2955fa8bb573026c733864b5 mod_php-4.3.11.ebuild 6196 @@ -21,9 +18,9 @@ MD5 cdec3284251432935f950c2d15a405b7 files/php-4.3.11-flash.patch 694 MD5 b2aa5952d5c805b3e57a5a6bf0f0b8d0 files/php-4.3.11-gmp.patch 925 MD5 07529a6c32d73282c53d2936ed8ea9bd files/with-iodbc.diff 444 MD5 47a031979331eeb527d0918d2c38cdbe files/php4.3.11-imap-symlink.diff 1238 -MD5 cdcafb1f1235579bb1f54e53ffac5f9b files/php4.3.11-pcre-security.patch 6031 +MD5 a9b932952f12aa01a9f98a7fcbf32ed9 files/php4.3.11-pcre-security.patch 6031 MD5 4c86d8ed96f2bb38b94e826c1f028c80 files/php4.4.0-imap-symlink.diff 1238 -MD5 c345d14fba0025e1b0d6365693f8923e files/php4.4.0-pcre-security.patch 6177 +MD5 54a4ad0766f89185d7de2c6d07b07296 files/php4.4.0-pcre-security.patch 6177 MD5 ce1f1b2a1e56cf4459b2cbfdcce6b03f files/digest-mod_php-4.3.11-r1 364 MD5 9b7f8c71395e9ac97dc87a48c9e4770d files/digest-mod_php-4.4.0-r1 285 MD5 61c52577ff879166da224373e27ad11e files/digest-mod_php-4.4.0-r3 362 @@ -31,10 +28,3 @@ MD5 ee36e31632adb08b7abf70f78b5b2125 files/4.4.0-a2/70_mod_php.conf 485 MD5 158cb07377a3e2a0028947b0aeb505cb files/4.3.10-r1/70_mod_php.conf 1017 MD5 2dfe55aa49dbca0c3316e859f8bebcb1 files/4.3.11-r2/70_mod_php.conf 1125 MD5 389638f1d46b6c41cd4d87b471572f4b files/4.4.0-a1/70_mod_php.conf 484 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDM4VlmPFBzbX68WERArhLAJkBoj0Sq6T0qseN/2giv3FZviF4mACdGDAe -qXlm8kFPmDi1lfO5/R5Vgf0= -=ZtYW ------END PGP SIGNATURE----- diff --git a/dev-php/mod_php/files/php4.3.11-pcre-security.patch b/dev-php/mod_php/files/php4.3.11-pcre-security.patch index 0cdb77878e61..1b76f8b27c6a 100644 --- a/dev-php/mod_php/files/php4.3.11-pcre-security.patch +++ b/dev-php/mod_php/files/php4.3.11-pcre-security.patch @@ -70,7 +70,7 @@ MINOR_VERSION=3 RELEASE_VERSION=11 -EXTRA_VERSION="" -+EXTRA_VERSION="-p11-gentoo" ++EXTRA_VERSION="-pl1-gentoo" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context diff --git a/dev-php/mod_php/files/php4.4.0-pcre-security.patch b/dev-php/mod_php/files/php4.4.0-pcre-security.patch index 4971ff814ee4..002ee2842c56 100644 --- a/dev-php/mod_php/files/php4.4.0-pcre-security.patch +++ b/dev-php/mod_php/files/php4.4.0-pcre-security.patch @@ -70,7 +70,7 @@ MINOR_VERSION=4 RELEASE_VERSION=0 -EXTRA_VERSION="" -+EXTRA_VERSION="-p11-gentoo" ++EXTRA_VERSION="-pl1-gentoo" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context diff --git a/dev-php/php-cgi/Manifest b/dev-php/php-cgi/Manifest index c932cc196503..93b688b757a2 100644 --- a/dev-php/php-cgi/Manifest +++ b/dev-php/php-cgi/Manifest @@ -1,6 +1,3 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 a9a28ceddc54e96fd392c0cb2969a7fa ChangeLog 13732 MD5 38fe937e954ab7109395cefa86fcd2d4 metadata.xml 384 MD5 87afbaa27805c015e37148d0347887af php-cgi-4.3.11-r1.ebuild 1110 @@ -12,18 +9,11 @@ MD5 ad986b02a371b2fea3b4ae5060c9dc81 files/stdint.diff 358 MD5 cdec3284251432935f950c2d15a405b7 files/php-4.3.11-flash.patch 694 MD5 b2aa5952d5c805b3e57a5a6bf0f0b8d0 files/php-4.3.11-gmp.patch 925 MD5 47a031979331eeb527d0918d2c38cdbe files/php4.3.11-imap-symlink.diff 1238 -MD5 cdcafb1f1235579bb1f54e53ffac5f9b files/php4.3.11-pcre-security.patch 6031 +MD5 a9b932952f12aa01a9f98a7fcbf32ed9 files/php4.3.11-pcre-security.patch 6031 MD5 4c86d8ed96f2bb38b94e826c1f028c80 files/php4.4.0-imap-symlink.diff 1238 -MD5 c345d14fba0025e1b0d6365693f8923e files/php4.4.0-pcre-security.patch 6177 +MD5 54a4ad0766f89185d7de2c6d07b07296 files/php4.4.0-pcre-security.patch 6177 MD5 225b57325cbdf582288a8796da9d72f5 files/digest-php-cgi-4.3.11-r1 287 MD5 ce1f1b2a1e56cf4459b2cbfdcce6b03f files/digest-php-cgi-4.3.11-r2 364 MD5 9b7f8c71395e9ac97dc87a48c9e4770d files/digest-php-cgi-4.4.0-r1 285 MD5 61c52577ff879166da224373e27ad11e files/digest-php-cgi-4.4.0-r2 362 MD5 9b7f8c71395e9ac97dc87a48c9e4770d files/digest-php-cgi-4.4.0 285 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDM4RDmPFBzbX68WERApZAAJ9HAH3RcASxel3TUuIKQaBZpP1VaACfTsyX -JPnZ6BZXgQ6ZaY5hrQfw+8M= -=OMJY ------END PGP SIGNATURE----- diff --git a/dev-php/php-cgi/files/php4.3.11-pcre-security.patch b/dev-php/php-cgi/files/php4.3.11-pcre-security.patch index 0cdb77878e61..1b76f8b27c6a 100644 --- a/dev-php/php-cgi/files/php4.3.11-pcre-security.patch +++ b/dev-php/php-cgi/files/php4.3.11-pcre-security.patch @@ -70,7 +70,7 @@ MINOR_VERSION=3 RELEASE_VERSION=11 -EXTRA_VERSION="" -+EXTRA_VERSION="-p11-gentoo" ++EXTRA_VERSION="-pl1-gentoo" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context diff --git a/dev-php/php-cgi/files/php4.4.0-pcre-security.patch b/dev-php/php-cgi/files/php4.4.0-pcre-security.patch index 4971ff814ee4..002ee2842c56 100644 --- a/dev-php/php-cgi/files/php4.4.0-pcre-security.patch +++ b/dev-php/php-cgi/files/php4.4.0-pcre-security.patch @@ -70,7 +70,7 @@ MINOR_VERSION=4 RELEASE_VERSION=0 -EXTRA_VERSION="" -+EXTRA_VERSION="-p11-gentoo" ++EXTRA_VERSION="-pl1-gentoo" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context diff --git a/dev-php/php/Manifest b/dev-php/php/Manifest index 03ecdd6ac37e..ae2927f918e1 100644 --- a/dev-php/php/Manifest +++ b/dev-php/php/Manifest @@ -1,6 +1,3 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 2e49a31b55385c0bec9501697bf53869 ChangeLog 26376 MD5 38fe937e954ab7109395cefa86fcd2d4 metadata.xml 384 MD5 eaa1a899f214a9ad1a095e9f6a4f5fc5 php-4.3.11.ebuild 1214 @@ -13,17 +10,10 @@ MD5 ad986b02a371b2fea3b4ae5060c9dc81 files/stdint.diff 358 MD5 cdec3284251432935f950c2d15a405b7 files/php-4.3.11-flash.patch 694 MD5 b2aa5952d5c805b3e57a5a6bf0f0b8d0 files/php-4.3.11-gmp.patch 925 MD5 47a031979331eeb527d0918d2c38cdbe files/php4.3.11-imap-symlink.diff 1238 -MD5 cdcafb1f1235579bb1f54e53ffac5f9b files/php4.3.11-pcre-security.patch 6031 +MD5 a9b932952f12aa01a9f98a7fcbf32ed9 files/php4.3.11-pcre-security.patch 6031 MD5 4c86d8ed96f2bb38b94e826c1f028c80 files/php4.4.0-imap-symlink.diff 1238 -MD5 c345d14fba0025e1b0d6365693f8923e files/php4.4.0-pcre-security.patch 6177 +MD5 54a4ad0766f89185d7de2c6d07b07296 files/php4.4.0-pcre-security.patch 6177 MD5 d1536bfe7ebf7dab5076fcd56b03250a files/digest-php-4.3.11-r1 290 MD5 c3936dcc33eacdde589f42f0f28e4bd6 files/digest-php-4.3.11 213 MD5 58cd61c7ae093d9e2b847d68e76b88a2 files/digest-php-4.4.0-r1 288 MD5 b3403a09e5d5fa394900b99ca6f63335 files/digest-php-4.4.0 211 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDM4SPmPFBzbX68WERAupMAJ9TgQsakKtXmGyDqLlJ5spT3gj/HACfdxSF -k2qBKhdly6dwlusVxHQMVvU= -=Okk5 ------END PGP SIGNATURE----- diff --git a/dev-php/php/files/php4.3.11-pcre-security.patch b/dev-php/php/files/php4.3.11-pcre-security.patch index 0cdb77878e61..1b76f8b27c6a 100644 --- a/dev-php/php/files/php4.3.11-pcre-security.patch +++ b/dev-php/php/files/php4.3.11-pcre-security.patch @@ -70,7 +70,7 @@ MINOR_VERSION=3 RELEASE_VERSION=11 -EXTRA_VERSION="" -+EXTRA_VERSION="-p11-gentoo" ++EXTRA_VERSION="-pl1-gentoo" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context diff --git a/dev-php/php/files/php4.4.0-pcre-security.patch b/dev-php/php/files/php4.4.0-pcre-security.patch index 4971ff814ee4..002ee2842c56 100644 --- a/dev-php/php/files/php4.4.0-pcre-security.patch +++ b/dev-php/php/files/php4.4.0-pcre-security.patch @@ -70,7 +70,7 @@ MINOR_VERSION=4 RELEASE_VERSION=0 -EXTRA_VERSION="" -+EXTRA_VERSION="-p11-gentoo" ++EXTRA_VERSION="-pl1-gentoo" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context |