pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/tlswrapper



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Jan 15 19:04:24 UTC 2022

Modified Files:
        pkgsrc/security/tlswrapper: Makefile PLIST distinfo
Removed Files:
        pkgsrc/security/tlswrapper/patches: patch-connectioninfo.c
            patch-iptostr.c patch-log.c patch-resolvehost.c patch-strtoip.c

Log Message:
Update to 20220114. From the changelog:

- added "experimental" support for delayed encryption (option -nN)
- add tlswrapper-smtp (STARTTLS support for old inetd-style SMTP servers)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/tlswrapper/Makefile \
    pkgsrc/security/tlswrapper/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/tlswrapper/PLIST
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/security/tlswrapper/patches/patch-connectioninfo.c \
    pkgsrc/security/tlswrapper/patches/patch-iptostr.c \
    pkgsrc/security/tlswrapper/patches/patch-log.c \
    pkgsrc/security/tlswrapper/patches/patch-resolvehost.c \
    pkgsrc/security/tlswrapper/patches/patch-strtoip.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/tlswrapper/Makefile
diff -u pkgsrc/security/tlswrapper/Makefile:1.2 pkgsrc/security/tlswrapper/Makefile:1.3
--- pkgsrc/security/tlswrapper/Makefile:1.2     Tue Jan  4 22:10:37 2022
+++ pkgsrc/security/tlswrapper/Makefile Sat Jan 15 19:04:24 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2022/01/04 22:10:37 schmonz Exp $
+# $NetBSD: Makefile,v 1.3 2022/01/15 19:04:24 schmonz Exp $
 
 GITHUB_PROJECT=                tlswrapper
-GITHUB_TAG=            20220101
+GITHUB_TAG=            20220114
 DISTNAME=              ${GITHUB_PROJECT}
 PKGNAME=               ${GITHUB_PROJECT}-${GITHUB_TAG}
 CATEGORIES=            security net
@@ -20,11 +20,13 @@ MAKE_ENV+=          EMPTYDIR=${TLSWRAPPER_CHROOT
 
 LDFLAGS.SunOS+=                -lsocket
 
-INSTALLATION_DIRS=     bin man/man1
+INSTALLATION_DIRS=     bin man/man1 share/examples/${PKGBASE}
 
 do-install:
        cd ${WRKSRC};                                                   \
-       for i in tlswrapper tlswrapper-tcp; do                          \
+       ${INSTALL_DATA} examples.md \
+               ${DESTDIR}${PREFIX}/share/examples/${PKGBASE};          \
+       for i in tlswrapper tlswrapper-smtp tlswrapper-tcp; do          \
                ${INSTALL_PROGRAM} $${i} \
                        ${DESTDIR}${PREFIX}/bin;                        \
                ${INSTALL_MAN} man/$${i}.1 \
Index: pkgsrc/security/tlswrapper/distinfo
diff -u pkgsrc/security/tlswrapper/distinfo:1.2 pkgsrc/security/tlswrapper/distinfo:1.3
--- pkgsrc/security/tlswrapper/distinfo:1.2     Tue Jan  4 22:10:37 2022
+++ pkgsrc/security/tlswrapper/distinfo Sat Jan 15 19:04:24 2022
@@ -1,11 +1,6 @@
-$NetBSD: distinfo,v 1.2 2022/01/04 22:10:37 schmonz Exp $
+$NetBSD: distinfo,v 1.3 2022/01/15 19:04:24 schmonz Exp $
 
-BLAKE2s (tlswrapper-20220101.tar.gz) = aad0a74ffe7a494e037a7bce1f28ff643e545f9bd456d5298dbdd2c1dc41c83d
-SHA512 (tlswrapper-20220101.tar.gz) = df1c3505cb44468099c2ce439c1d75731a24722474e55fe7868f52d91d414adfa4fc3575826ac9a7c6fb6491752622985d87d691d44e847c8897148350b1acce
-Size (tlswrapper-20220101.tar.gz) = 239414 bytes
+BLAKE2s (tlswrapper-20220114.tar.gz) = cc802481dd99fb2c463ffe0532943d999f4c757b38abf996650eee986bfc456e
+SHA512 (tlswrapper-20220114.tar.gz) = 333b96f6f413b5a1377606be9a3aa9afbee95c0ad22aacb5ebd4eb3464d329b531fcdd3ac6aa64d180ed558b4c39d2f13ae8cef240c071c59e0b45d5d43bd88a
+Size (tlswrapper-20220114.tar.gz) = 244733 bytes
 SHA1 (patch-Makefile) = 72fb81a5224e3c363d7a61dec17ea61d7d99879b
-SHA1 (patch-connectioninfo.c) = 8b3617d4452236e8c0c907ee93bcf0ef71af6f06
-SHA1 (patch-iptostr.c) = d58d00510a6be9c4534f962211a86fa54cedd0ff
-SHA1 (patch-log.c) = 8a136e87339115ace38c1ceb16ff6dc3b40142e8
-SHA1 (patch-resolvehost.c) = 4ea8adf324405aeab7775b82beff6c285f2f8ab9
-SHA1 (patch-strtoip.c) = 9c742a3f58624a8a8a27bf2c3d97ca9a90e7bd88

Index: pkgsrc/security/tlswrapper/PLIST
diff -u pkgsrc/security/tlswrapper/PLIST:1.1 pkgsrc/security/tlswrapper/PLIST:1.2
--- pkgsrc/security/tlswrapper/PLIST:1.1        Tue Jan  4 21:39:03 2022
+++ pkgsrc/security/tlswrapper/PLIST    Sat Jan 15 19:04:24 2022
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2022/01/04 21:39:03 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.2 2022/01/15 19:04:24 schmonz Exp $
 bin/tlswrapper
+bin/tlswrapper-smtp
 bin/tlswrapper-tcp
+man/man1/tlswrapper-smtp.1
 man/man1/tlswrapper-tcp.1
 man/man1/tlswrapper.1
+share/examples/tlswrapper/examples.md



Home | Main Index | Thread Index | Old Index