diff options
author | delphij <delphij@FreeBSD.org> | 2006-08-19 00:41:30 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2006-08-19 00:41:30 +0800 |
commit | a3d1f783b9e559d64b93821fd97138bd930be4d6 (patch) | |
tree | a68b82d4f5c50dba44c435eaf42bffbb128828e2 /lang/php53 | |
parent | bf173771e41778bb3a165b842f3a6d753892b52f (diff) | |
download | freebsd-ports-gnome-a3d1f783b9e559d64b93821fd97138bd930be4d6.tar.gz freebsd-ports-gnome-a3d1f783b9e559d64b93821fd97138bd930be4d6.tar.zst freebsd-ports-gnome-a3d1f783b9e559d64b93821fd97138bd930be4d6.zip |
Update to 5.1.5.
Approved by: ale's vacation
Diffstat (limited to 'lang/php53')
-rw-r--r-- | lang/php53/Makefile | 2 | ||||
-rw-r--r-- | lang/php53/distinfo | 6 | ||||
-rw-r--r-- | lang/php53/files/patch-sapi_cgi_fastcgi.c | 22 |
3 files changed, 4 insertions, 26 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 36a0f5256094..2f0b4cbb993e 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -6,7 +6,7 @@ # PORTNAME= php5 -PORTVERSION= 5.1.4 +PORTVERSION= 5.1.5 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP:S,$,:release,} \ diff --git a/lang/php53/distinfo b/lang/php53/distinfo index 5d2a15653302..39679e1be6ce 100644 --- a/lang/php53/distinfo +++ b/lang/php53/distinfo @@ -1,3 +1,3 @@ -MD5 (php-5.1.4.tar.bz2) = 66a806161d4a2d3b5153ebe4cd0f2e1c -SHA256 (php-5.1.4.tar.bz2) = b55253e9557eceb901d83217ec192da22c28c7b2fdf714d3f151f1db663b5a32 -SIZE (php-5.1.4.tar.bz2) = 6356171 +MD5 (php-5.1.5.tar.bz2) = fb4edd5ed9c536a04a241b52ea62a6c1 +SHA256 (php-5.1.5.tar.bz2) = a86ed44bdb999fed1803403afb39975c71fbceb3409ec79042b4db1eb1b05566 +SIZE (php-5.1.5.tar.bz2) = 6454521 diff --git a/lang/php53/files/patch-sapi_cgi_fastcgi.c b/lang/php53/files/patch-sapi_cgi_fastcgi.c deleted file mode 100644 index f8195b2a86f2..000000000000 --- a/lang/php53/files/patch-sapi_cgi_fastcgi.c +++ /dev/null @@ -1,22 +0,0 @@ ---- sapi/cgi/fastcgi.c.orig Wed May 10 08:04:51 2006 -+++ sapi/cgi/fastcgi.c Wed May 10 08:07:04 2006 -@@ -633,6 +633,9 @@ - #ifdef _WIN32 - HANDLE pipe; - OVERLAPPED ov; -+#else -+ sa_t sa; -+ socklen_t len = sizeof(sa); - #endif - fcgi_finish_request(req); - -@@ -669,9 +672,6 @@ - } - FCGI_UNLOCK(req->listen_socket); - #else -- sa_t sa; -- socklen_t len = sizeof(sa); -- - FCGI_LOCK(req->listen_socket); - req->fd = accept(req->listen_socket, (struct sockaddr *)&sa, &len); - FCGI_UNLOCK(req->listen_socket); |