aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2008-11-28 15:10:10 +0800
committerjohans <johans@FreeBSD.org>2008-11-28 15:10:10 +0800
commita7df6defd125dd24739476ec18d15381e7d4cd99 (patch)
tree76400ea368cf743374e74ba03593f35e42556b03
parent84d12a761b08da2ddf58e850d45819966210baba (diff)
downloadfreebsd-ports-gnome-a7df6defd125dd24739476ec18d15381e7d4cd99.tar.gz
freebsd-ports-gnome-a7df6defd125dd24739476ec18d15381e7d4cd99.tar.zst
freebsd-ports-gnome-a7df6defd125dd24739476ec18d15381e7d4cd99.zip
- Update to 3.6 beta 23
- Remove patchfile (now fixed upstream)
-rw-r--r--www/xshttpd-devel/Makefile2
-rw-r--r--www/xshttpd-devel/distinfo6
-rw-r--r--www/xshttpd-devel/files/patch-src_ssl.c29
3 files changed, 4 insertions, 33 deletions
diff --git a/www/xshttpd-devel/Makefile b/www/xshttpd-devel/Makefile
index 7246174da306..261000d139c0 100644
--- a/www/xshttpd-devel/Makefile
+++ b/www/xshttpd-devel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xshttpd
-DISTVERSION= 3.6b22
+DISTVERSION= 3.6b23
CATEGORIES= www ipv6
MASTER_SITES= ftp://ftp.stack.nl/pub/xs-httpd/release/ \
ftp://mud.stack.nl/pub/xs-httpd/release/
diff --git a/www/xshttpd-devel/distinfo b/www/xshttpd-devel/distinfo
index d31f60312a93..2bae57594be1 100644
--- a/www/xshttpd-devel/distinfo
+++ b/www/xshttpd-devel/distinfo
@@ -1,3 +1,3 @@
-MD5 (xshttpd-36b22.tar.bz2) = 174bdc787908719ee7a7b62ffc1a0f0d
-SHA256 (xshttpd-36b22.tar.bz2) = 71cc6329dfeb0452c70a3886fdb5efeb1a9c63281525762431de69e50ad861d1
-SIZE (xshttpd-36b22.tar.bz2) = 235878
+MD5 (xshttpd-36b23.tar.bz2) = 1a03391c5ed2214b9bdd663d31570e7e
+SHA256 (xshttpd-36b23.tar.bz2) = ef17e8da21993e0ea45ea2888991f4065cc7b98d529845c4297f3d3d31aa8d9f
+SIZE (xshttpd-36b23.tar.bz2) = 236134
diff --git a/www/xshttpd-devel/files/patch-src_ssl.c b/www/xshttpd-devel/files/patch-src_ssl.c
deleted file mode 100644
index 3c9c09806bf3..000000000000
--- a/www/xshttpd-devel/files/patch-src_ssl.c
+++ /dev/null
@@ -1,29 +0,0 @@
---- src/ssl.c.orig 2008-11-22 17:49:07.000000000 +0100
-+++ src/ssl.c 2008-11-22 17:50:17.000000000 +0100
-@@ -16,11 +16,13 @@
- #endif /* HAVE_ERR_H */
-
- #ifdef HANDLE_SSL
-+# define MD5_CTX OpenSSL_MD5_CTX
- #include <openssl/rand.h>
- #include <openssl/err.h>
- #include <openssl/conf.h>
- #include <openssl/ssl.h>
- #include <openssl/tls1.h>
-+# undef MD5_CTX
- #endif /* HANDLE_SSL */
-
- #include "htconfig.h"
---- src/ssl.h.orig 2008-11-22 17:49:11.000000000 +0100
-+++ src/ssl.h 2008-11-22 17:50:17.000000000 +0100
-@@ -11,8 +11,10 @@
- # define OPENSSL_NO_MD5
- # define HEADER_MD5_H /* trick older openssl */
- # endif /* Not USE_OPENSSL_MD5 */
-+# define MD5_CTX OpenSSL_MD5_CTX
- # include <openssl/ssl.h>
- # include <openssl/tls1.h>
-+# undef MD5_CTX
- # ifdef TLSEXT_NAMETYPE_host_name
- # ifndef OPENSSL_NO_TLSEXT
- # define HANDLE_SSL_TLSEXT