pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ucspi-ssl Disable TLS 1.0. Bump PKGREVISION.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13d0c277e474
branches:  trunk
changeset: 324757:13d0c277e474
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Oct 28 17:10:27 2018 +0000

description:
Disable TLS 1.0. Bump PKGREVISION.

diffstat:

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

diffs (47 lines):

diff -r c6ae5949d52d -r 13d0c277e474 net/ucspi-ssl/Makefile
--- a/net/ucspi-ssl/Makefile    Sun Oct 28 16:59:00 2018 +0000
+++ b/net/ucspi-ssl/Makefile    Sun Oct 28 17:10:27 2018 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.24 2018/10/14 12:21:11 schmonz Exp $
+# $NetBSD: Makefile,v 1.25 2018/10/28 17:10:27 schmonz Exp $
 #
 
 DISTNAME=              ucspi-ssl-0.10.6
 PKGNAME=               ${DISTNAME:S/-0./-0.999./}
+PKGREVISION=           1
 CATEGORIES=            net
 MASTER_SITES=          https://www.fehcom.de/ipnet/ucspi-ssl/
 EXTRACT_SUFX=          .tgz
diff -r c6ae5949d52d -r 13d0c277e474 net/ucspi-ssl/distinfo
--- a/net/ucspi-ssl/distinfo    Sun Oct 28 16:59:00 2018 +0000
+++ b/net/ucspi-ssl/distinfo    Sun Oct 28 17:10:27 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.10 2018/10/14 12:21:11 schmonz Exp $
+$NetBSD: distinfo,v 1.11 2018/10/28 17:10:27 schmonz Exp $
 
 SHA1 (ucspi-ssl-0.10.6.tgz) = 88cdb2cb370bd40086287baa449afe783bd81a0a
 RMD160 (ucspi-ssl-0.10.6.tgz) = 8a9b632bee5dcb96b88893161eff283d5ec52c5d
@@ -6,3 +6,4 @@
 Size (ucspi-ssl-0.10.6.tgz) = 71680 bytes
 SHA1 (patch-src_print-dl.sh) = 456ae878c5116bbdfab1e9b4c049f6e4e80bc2b1
 SHA1 (patch-src_print-ld.sh) = f05f316eb6b95a3a9cb5726c9e7bb2d27dfc1b7b
+SHA1 (patch-src_ucspissl.h) = a73b19d3b5e70450c8dc0382836aa6ccc8e79a6e
diff -r c6ae5949d52d -r 13d0c277e474 net/ucspi-ssl/patches/patch-src_ucspissl.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/ucspi-ssl/patches/patch-src_ucspissl.h        Sun Oct 28 17:10:27 2018 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_ucspissl.h,v 1.1 2018/10/28 17:10:27 schmonz Exp $
+
+Disable TLSv1.0.
+
+--- src/ucspissl.h.orig        2018-10-11 12:24:52.000000000 +0000
++++ src/ucspissl.h
+@@ -15,7 +15,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



Home | Main Index | Thread Index | Old Index