pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/s6-networking Remove the non-applicable warning ab...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a9e917a5a169
branches: trunk
changeset: 444800:a9e917a5a169
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Wed Jan 13 09:21:22 2021 +0000
description:
Remove the non-applicable warning about CADIR. Bump PKGREVISION.
diffstat:
net/s6-networking/Makefile | 3 +-
net/s6-networking/distinfo | 3 +-
net/s6-networking/patches/patch-src_stls_stls__client__init__and__handshake.c | 14 ++++++++++
3 files changed, 18 insertions(+), 2 deletions(-)
diffs (42 lines):
diff -r e74e94254861 -r a9e917a5a169 net/s6-networking/Makefile
--- a/net/s6-networking/Makefile Wed Jan 13 09:17:24 2021 +0000
+++ b/net/s6-networking/Makefile Wed Jan 13 09:21:22 2021 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2021/01/11 18:31:10 schmonz Exp $
+# $NetBSD: Makefile,v 1.5 2021/01/13 09:21:22 schmonz Exp $
DISTNAME= s6-networking-2.4.0.0
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${HOMEPAGE}
diff -r e74e94254861 -r a9e917a5a169 net/s6-networking/distinfo
--- a/net/s6-networking/distinfo Wed Jan 13 09:17:24 2021 +0000
+++ b/net/s6-networking/distinfo Wed Jan 13 09:21:22 2021 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2021/01/11 18:31:10 schmonz Exp $
+$NetBSD: distinfo,v 1.3 2021/01/13 09:21:22 schmonz Exp $
SHA1 (s6-networking-2.4.0.0.tar.gz) = 7b013b0181d5873555bbaead902533429db207ae
RMD160 (s6-networking-2.4.0.0.tar.gz) = 21fd26cff9868096d297b415f74e799da3db10ab
SHA512 (s6-networking-2.4.0.0.tar.gz) = e8646bbfe965db0a736b1624e3533151182fd0d0337c08ab6af52f6872af1e8c82e3afa85fd146fec3f0640360173aa57182065982e1f3d60ec16862f449115b
Size (s6-networking-2.4.0.0.tar.gz) = 102302 bytes
+SHA1 (patch-src_stls_stls__client__init__and__handshake.c) = 5ba7652cca7fc864cfff31939fa196086d4336f6
diff -r e74e94254861 -r a9e917a5a169 net/s6-networking/patches/patch-src_stls_stls__client__init__and__handshake.c
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/s6-networking/patches/patch-src_stls_stls__client__init__and__handshake.c Wed Jan 13 09:21:22 2021 +0000
@@ -0,0 +1,14 @@
+$NetBSD: patch-src_stls_stls__client__init__and__handshake.c,v 1.1 2021/01/13 09:21:22 schmonz Exp $
+
+LibreSSL has this problem; OpenSSL + LibreTLS do not.
+
+--- src/stls/stls_client_init_and_handshake.c.orig 2020-11-23 15:28:30.000000000 +0000
++++ src/stls/stls_client_init_and_handshake.c
+@@ -50,7 +50,6 @@ struct tls *stls_client_init_and_handsha
+ {
+ if (tls_config_set_ca_path(cfg, x) < 0)
+ diecfg(cfg, "tls_config_set_ca_path") ;
+- strerr_warnw1x("some versions of libtls do not work with CADIR, try using CAFILE instead") ;
+ }
+ else strerr_diefu1x(100, "get trust anchor list: neither CADIR nor CAFILE is set") ;
+ }
Home |
Main Index |
Thread Index |
Old Index