pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/ucspi-ssl Update to 0.11.1 (as 0.999.11.1). From t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3bbf744c5c4
branches:  trunk
changeset: 419383:f3bbf744c5c4
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Mon Dec 16 21:26:43 2019 +0000

description:
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:

 net/ucspi-ssl/Makefile                     |   5 ++---
 net/ucspi-ssl/distinfo                     |  12 ++++++------
 net/ucspi-ssl/patches/patch-src_ucspissl.h |  12 ++++++------
 3 files changed, 14 insertions(+), 15 deletions(-)

diffs (59 lines):

diff -r 975eabae5154 -r f3bbf744c5c4 net/ucspi-ssl/Makefile
--- a/net/ucspi-ssl/Makefile    Mon Dec 16 21:26:17 2019 +0000
+++ b/net/ucspi-ssl/Makefile    Mon Dec 16 21:26:43 2019 +0000
@@ -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 -r 975eabae5154 -r f3bbf744c5c4 net/ucspi-ssl/distinfo
--- a/net/ucspi-ssl/distinfo    Mon Dec 16 21:26:17 2019 +0000
+++ b/net/ucspi-ssl/distinfo    Mon Dec 16 21:26:43 2019 +0000
@@ -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 -r 975eabae5154 -r f3bbf744c5c4 net/ucspi-ssl/patches/patch-src_ucspissl.h
--- a/net/ucspi-ssl/patches/patch-src_ucspissl.h        Mon Dec 16 21:26:17 2019 +0000
+++ b/net/ucspi-ssl/patches/patch-src_ucspissl.h        Mon Dec 16 21:26:43 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index