Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=24b3286c32764e56d8fa212a456cd67c8cdc907b

commit 24b3286c32764e56d8fa212a456cd67c8cdc907b
Author: crazy <[EMAIL PROTECTED]>
Date:   Wed Sep 5 13:52:23 2007 +0200

php-5.2.4-1-i686
* Version bump
* killed off some config options are gone in .4
* closes #2383 in -current

diff --git a/source/devel/php/CVE-2007-3806.diff 
b/source/devel/php/CVE-2007-3806.diff
deleted file mode 100644
index 5b0e0e7..0000000
--- a/source/devel/php/CVE-2007-3806.diff
+++ /dev/null
@@ -1,10 +0,0 @@
---- ext/standard/dir.c.orig    2007-02-25 02:16:23.000000000 +0900
-+++ ext/standard/dir.c
-@@ -395,6 +395,7 @@ PHP_FUNCTION(glob)
-       }
- #endif
-
-+      memset(&globbuf, 0, sizeof(glob_t));
-       globbuf.gl_offs = 0;
-       if (0 != (ret = glob(pattern, flags & GLOB_FLAGMASK, NULL, &globbuf))) {
- #ifdef GLOB_NOMATCH
diff --git a/source/devel/php/FrugalBuild b/source/devel/php/FrugalBuild
index 5bf9ea4..81834bb 100644
--- a/source/devel/php/FrugalBuild
+++ b/source/devel/php/FrugalBuild
@@ -3,8 +3,8 @@
# Contributor: VMiklos <[EMAIL PROTECTED]>

pkgname=php
-pkgver=5.2.3
-pkgrel=3
+pkgver=5.2.4
+pkgrel=1
pkgdesc="A widely-used general-purpose scripting language"
url="http://www.php.net";
backup=(etc/{php.ini,httpd/conf/modules.d/$pkgname.conf})
@@ -16,7 +16,7 @@ groups=('devel')
archs=('i686' 'x86_64')
up2date="lynx -dump http://www.php.net/downloads.php |grep 'Complete Source 
Code' -3|sed -n 's/.*P \(.*\)/\1/;2 p'"
source=(http://www.php.net/distributions/$pkgname-$pkgver.tar.gz \
-       php.ini php.conf README.Frugalware CVE-2007-3806.diff)
+       php.ini php.conf README.Frugalware)

subpkgs=("$pkgname-cgi")
suboptions=('nodocs') ## its depends on PHP and the same files are installed etc
@@ -29,7 +29,6 @@ build()
{
## the php config
phpconfig="--with-config-file-path=/etc \
-               --enable-mailparse \
--enable-bcmath=shared \
--enable-calendar=shared \
--enable-ftp=shared \
@@ -41,17 +40,12 @@ build()
--enable-shmop=shared \
--enable-sysvsem=shared \
--enable-sysvshm=shared \
-               --enable-track-vars \
-               --enable-trans-sid \
--enable-safe-mode \
--enable-sockets=shared \
--enable-exif \
--enable-sigchild \
--enable-pcntl \
-                --enable-memory-limit \
--enable-sysvmsg \
-                --enable-yp \
-                --enable-dbx \
--enable-mbstring \
--without-db2 \
--without-db3 \
@@ -67,14 +61,11 @@ build()
--with-openssl \
--with-gettext \
--with-pear=/usr/share/pear \
-               --with-dom \
-               --with-dom-xslt \
--with-png-dir=/usr \
--with-regex=php \
--with-zlib \
--with-xsl \
--with-pgsql=shared \
-               --with-pgsql-sock=/tmp/pgsql.sock \
--with-mysqli \
--with-curl=/usr/bin \
--with-xmlrpc \
@@ -131,10 +122,9 @@ build()
Ffile /etc/php.ini
Fln /etc/php.ini /usr/lib/php.ini
}
-sha1sums=('c2dfab484ce16ebac8f29544641b4690f4b8f034' \
+sha1sums=('20e9c6cd9766eca78f04d4166703d26ee24815e8' \
'9ba6e9430bdba5f6ab2bad15e7cc354d0ea3fd58' \
'0850ef23512a02e8460dc36f08f453d148dcd9df' \
-          '40ae88f0721e02a2c75de76be342c51c85bf734d' \
-          'c4bfe3432ccbc2d369269f44d3b70a2afc244452')
+          '40ae88f0721e02a2c75de76be342c51c85bf734d')

# optimization OK
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to