- Update to 3.6 beta 23
- Remove patchfile (now fixed upstream)
This commit is contained in:
parent
3eecc92cdf
commit
79f263775e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223483
@ -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/
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user