Package: php4 Version: 4.3.10-10 Severity: wishlist Hi, 4.3.11 is out and seems to contain some security related fixes.
If someone wishes to build it locally, here's a short list of what had to be changed. These patches are not needed any more: 000-200503131325_CVS.patch 040-curl_open_basedir.patch (AFAICT, equivalent applied upstream) 048-x509_multiple_orgUnits.patch (applied upstream) A tiny bit in 006-debian.quirks to fix: diff -Nru debian/patches/006-debian_quirks.patch ../php-4.3.11/debian/patches/006-debian_quirks.patch --- debian/patches/006-debian_quirks.patch 2005-04-07 15:37:25.000000000 +0200 +++ ../php-4.3.11/debian/patches/006-debian_quirks.patch 2005-04-07 15:28:51.000000000 +0200 @@ -101,7 +101,7 @@ version="@PHP_VERSION@" -includedir="@includedir@/php" +includedir="@includedir@/php4" - includes="-I$includedir -I$includedir/main -I$includedir/Zend" + includes="-I$includedir -I$includedir/main -I$includedir/TSRM -I$includedir/Zend" ldflags="@PHP_LDFLAGS@" libs="@EXTRA_LIBS@" diff -urN php-4.3.7.orig/scripts/phpize.in php-4.3.7/scripts/phpize.in I must admit I've been too lazy to check if other patches are still needed, but at least they applied more or less cleanly, and our PHP applications (squirrelmail, phpbb2, some custom scripts) seem to work. Upstream has removed many default pear packages from the tarball, so I had to download them separately not to break anything that might depend on them. I used these versions (based on their changelogs): DB-1.6.8 HTTP-1.3.5 Mail-1.1.4 Net_SMTP-1.2.6 Net_Socket-1.0.6 XML_Parser-1.2.6 ungzipped them and put into pear/packages/. This probably means you'll have to change orig.tar.gz, check the licenses and whatnot, but it would be unwise to lose those default versions. Luckily I don't have to care about that. ;-) Regards, Zoran -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.4.29 Locale: LANG=hr_HR, LC_CTYPE=hr_HR (charmap=ISO-8859-2) Versions of packages php4 depends on: ii libapache-mod-php4 4:4.3.10-9 server-side, HTML-embedded scripti ii php4-common 4:4.3.10-9 Common files for packages built fr -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]