diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2005-09-23 05:48:52 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2005-09-23 05:48:52 +0000 |
commit | d643e14f0f0ae05b9e1a815361349ecd4877d944 (patch) | |
tree | 1fe3e8359a8f1250d65433e182c026944460efc6 /dev-lang | |
parent | Remove version from DESCRIPTION, fixes bug 105691 (diff) | |
download | gentoo-2-d643e14f0f0ae05b9e1a815361349ecd4877d944.tar.gz gentoo-2-d643e14f0f0ae05b9e1a815361349ecd4877d944.tar.bz2 gentoo-2-d643e14f0f0ae05b9e1a815361349ecd4877d944.zip |
d'oh, L = 1 on courier-new!
(Portage version: 2.0.52-r1)
Diffstat (limited to 'dev-lang')
-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 |
4 files changed, 6 insertions, 16 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 |