diff options
author | schmonz <schmonz@pkgsrc.org> | 2019-12-16 21:26:43 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2019-12-16 21:26:43 +0000 |
commit | af733ec1d4260a762c584e008cb2db255b07f9ea (patch) | |
tree | b9ba5cf68e753df523ed2c58a857b55d4a5e94ea /net/ucspi-ssl | |
parent | 0c54b0aacec7bcd20a98e6005bb2fb606f77e585 (diff) | |
download | pkgsrc-af733ec1d4260a762c584e008cb2db255b07f9ea.tar.gz |
Update to 0.11.1 (as 0.999.11.1). From the changelog:
- Added compatibility with fehQlibs-13.
- Fixed wrong behavior of sslserver/sslclient given a local or remote
IPv4 address. sslhandle is now an own program (man sslhandle.3).
- Code streamlined with ucspi-tcp6-1.11.0.
- Removed parenthesis from host in https@: [$host]:$port -> $host:port.
Tx, A.E.
- Fixed TLSv1* macro's names in ucspissl.h to match ssl_context.c.
- Clarified usage of 'SSL_CTX_set_ciphersuites()' in ssl_ciphers.c.
Diffstat (limited to 'net/ucspi-ssl')
-rw-r--r-- | net/ucspi-ssl/Makefile | 5 | ||||
-rw-r--r-- | net/ucspi-ssl/distinfo | 12 | ||||
-rw-r--r-- | net/ucspi-ssl/patches/patch-src_ucspissl.h | 12 |
3 files changed, 14 insertions, 15 deletions
diff --git a/net/ucspi-ssl/Makefile b/net/ucspi-ssl/Makefile index 8bcbbbd0508..58ff2f86095 100644 --- a/net/ucspi-ssl/Makefile +++ b/net/ucspi-ssl/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.39 2019/11/03 11:45:56 rillig Exp $ +# $NetBSD: Makefile,v 1.40 2019/12/16 21:26:43 schmonz Exp $ # -DISTNAME= ucspi-ssl-0.10.11 +DISTNAME= ucspi-ssl-0.11.1 PKGNAME= ${DISTNAME:S/-0./-0.999./} -PKGREVISION= 2 CATEGORIES= net MASTER_SITES= https://www.fehcom.de/ipnet/ucspi-ssl/ DIST_SUBDIR= ${PKGNAME_NOREV} diff --git a/net/ucspi-ssl/distinfo b/net/ucspi-ssl/distinfo index 2bc6d5a4a05..4c6341a5e6a 100644 --- a/net/ucspi-ssl/distinfo +++ b/net/ucspi-ssl/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.17 2019/08/20 00:14:25 schmonz Exp $ +$NetBSD: distinfo,v 1.18 2019/12/16 21:26:43 schmonz Exp $ -SHA1 (ucspi-ssl-0.999.10.11/ucspi-ssl-0.10.11.tgz) = bb9e670e383168bc49317758dba584a5584a2986 -RMD160 (ucspi-ssl-0.999.10.11/ucspi-ssl-0.10.11.tgz) = 00466474a170f23ddecb85aadb3c663c6370d6a9 -SHA512 (ucspi-ssl-0.999.10.11/ucspi-ssl-0.10.11.tgz) = 0d4545ca207898de8019c2e9e84b6790894c2832592f2332e7e2ecb33474d872049327bf0d380523bfe61b71171570821d814f316bfa03d7f0ffd5fc1b0fd053 -Size (ucspi-ssl-0.999.10.11/ucspi-ssl-0.10.11.tgz) = 81920 bytes +SHA1 (ucspi-ssl-0.999.11.1/ucspi-ssl-0.11.1.tgz) = de7ac2413b77b285ab4c6e4bfb1a36a23f3d6132 +RMD160 (ucspi-ssl-0.999.11.1/ucspi-ssl-0.11.1.tgz) = 6590cbe8b096492b6998eca5352a11b550a6c153 +SHA512 (ucspi-ssl-0.999.11.1/ucspi-ssl-0.11.1.tgz) = 6ec53641ecf8ff35658b42c9d5fc491935c278d0c5d48a10d7b5fd8105bfaaaff664c31b188c2e5be8ab0aa0e1ea4c5078783a8850b11b2f030434cffc8ee09c +Size (ucspi-ssl-0.999.11.1/ucspi-ssl-0.11.1.tgz) = 81920 bytes SHA1 (patch-src_print-dl.sh) = 456ae878c5116bbdfab1e9b4c049f6e4e80bc2b1 SHA1 (patch-src_print-ld.sh) = f05f316eb6b95a3a9cb5726c9e7bb2d27dfc1b7b -SHA1 (patch-src_ucspissl.h) = a73b19d3b5e70450c8dc0382836aa6ccc8e79a6e +SHA1 (patch-src_ucspissl.h) = 4f9724be72a9fa9310bd5969f84767ff1b88260c diff --git a/net/ucspi-ssl/patches/patch-src_ucspissl.h b/net/ucspi-ssl/patches/patch-src_ucspissl.h index ac20390a446..cc5e6e829f0 100644 --- a/net/ucspi-ssl/patches/patch-src_ucspissl.h +++ b/net/ucspi-ssl/patches/patch-src_ucspissl.h @@ -1,15 +1,15 @@ -$NetBSD: patch-src_ucspissl.h,v 1.1 2018/10/28 17:10:27 schmonz Exp $ +$NetBSD: patch-src_ucspissl.h,v 1.2 2019/12/16 21:26:43 schmonz Exp $ Disable TLSv1.0. ---- src/ucspissl.h.orig 2018-10-11 12:24:52.000000000 +0000 +--- src/ucspissl.h.orig 2019-10-31 21:23:05.000000000 +0000 +++ src/ucspissl.h -@@ -15,7 +15,7 @@ +@@ -23,7 +23,7 @@ #define SSLv2_DISABLE #define SSLv3_DISABLE -// #define TLSv1_DISABLE +#define TLSv1_DISABLE - // #define TLSv1.1_DISABLE - // #define TLSv1.2_DISABLE - // #define TLSv1.3_DISABLE + // #define TLSv1_1_DISABLE + // #define TLSv1_2_DISABLE + // #define TLSv1_3_DISABLE |