summaryrefslogtreecommitdiff
path: root/net/s6-networking
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2021-01-13 09:21:22 +0000
committerschmonz <schmonz@pkgsrc.org>2021-01-13 09:21:22 +0000
commit2d1fab93dd70702d65bdc8f591f237b19f2da4b4 (patch)
tree26ed298867bba3cb2ff68fb11cd90d5121c48334 /net/s6-networking
parent452fe4958d121d6d9d5a1a7bdaf3c0ba32bf8db4 (diff)
downloadpkgsrc-2d1fab93dd70702d65bdc8f591f237b19f2da4b4.tar.gz
Remove the non-applicable warning about CADIR. Bump PKGREVISION.
Diffstat (limited to 'net/s6-networking')
-rw-r--r--net/s6-networking/Makefile3
-rw-r--r--net/s6-networking/distinfo3
-rw-r--r--net/s6-networking/patches/patch-src_stls_stls__client__init__and__handshake.c14
3 files changed, 18 insertions, 2 deletions
diff --git a/net/s6-networking/Makefile b/net/s6-networking/Makefile
index 4a377333587..4fb7301941e 100644
--- a/net/s6-networking/Makefile
+++ b/net/s6-networking/Makefile
@@ -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 --git a/net/s6-networking/distinfo b/net/s6-networking/distinfo
index 7d4e5e24d84..9332f5c8e89 100644
--- a/net/s6-networking/distinfo
+++ b/net/s6-networking/distinfo
@@ -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 --git a/net/s6-networking/patches/patch-src_stls_stls__client__init__and__handshake.c b/net/s6-networking/patches/patch-src_stls_stls__client__init__and__handshake.c
new file mode 100644
index 00000000000..9d4357d3457
--- /dev/null
+++ b/net/s6-networking/patches/patch-src_stls_stls__client__init__and__handshake.c
@@ -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") ;
+ }