diff options
author | ale <ale@FreeBSD.org> | 2004-12-16 22:23:21 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-12-16 22:23:21 +0800 |
commit | fc899247465b9f1700012428a5c63ddde2f83d52 (patch) | |
tree | 7331f71c41cb2c4d14d16829c46b65f7e1a49d5e /lang/php5/files | |
parent | 3f7cca6ac667f794730e20d6149a0aa2c671fd6e (diff) | |
download | freebsd-ports-gnome-fc899247465b9f1700012428a5c63ddde2f83d52.tar.gz freebsd-ports-gnome-fc899247465b9f1700012428a5c63ddde2f83d52.tar.zst freebsd-ports-gnome-fc899247465b9f1700012428a5c63ddde2f83d52.zip |
Update to 5.0.3 release:
- Fix some serious security bugs
- Other minor enhancements (PRs fixes) will come later
Diffstat (limited to 'lang/php5/files')
-rw-r--r-- | lang/php5/files/patch-scripts::Makefile.frag | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lang/php5/files/patch-scripts::Makefile.frag b/lang/php5/files/patch-scripts::Makefile.frag index 7fe44b1b1b7d..ea577f11204c 100644 --- a/lang/php5/files/patch-scripts::Makefile.frag +++ b/lang/php5/files/patch-scripts::Makefile.frag @@ -1,7 +1,10 @@ ---- scripts/Makefile.frag.orig Mon Jul 12 19:30:23 2004 -+++ scripts/Makefile.frag Mon Jul 12 19:30:48 2004 -@@ -31,11 +31,7 @@ +--- scripts/Makefile.frag.orig Tue Nov 23 14:06:16 2004 ++++ scripts/Makefile.frag Thu Dec 16 13:00:26 2004 +@@ -30,14 +30,9 @@ + main/ \ + main/streams/ \ regex/ \ +- ext/iconv/ \ ext/libxml/ \ ext/standard/ \ - ext/session/ \ |