pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/ucspi-tcp6



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Aug  3 10:43:28 UTC 2019

Modified Files:
        pkgsrc/net/ucspi-tcp6: Makefile distinfo

Log Message:
Update to 1.10.7. From the changelog:

- Fix for tcprulescheck abending if environment variable IP is not present.
- Fix for potential stack corruption calling tcpserver/tcpclient with
  '0' for hostname.
- Removed constraints on building IPv4 CIDR rules with tcprules.
- Cleanups and tweaked package/rts to work well again.
  Beta-tested by Veera.
- Fixed bug in rblsmtpd not calculating the inverse IPv6 address correctly.
- package/rts usage explained (README.rts) and finally straightend.
- tcprules and tcprulescheck improved for IPv4/IPv6 CIDR address reporting.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/ucspi-tcp6/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/ucspi-tcp6/distinfo

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

Modified files:

Index: pkgsrc/net/ucspi-tcp6/Makefile
diff -u pkgsrc/net/ucspi-tcp6/Makefile:1.16 pkgsrc/net/ucspi-tcp6/Makefile:1.17
--- pkgsrc/net/ucspi-tcp6/Makefile:1.16 Wed Jul 10 12:59:54 2019
+++ pkgsrc/net/ucspi-tcp6/Makefile      Sat Aug  3 10:43:27 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/07/10 12:59:54 schmonz Exp $
+# $NetBSD: Makefile,v 1.17 2019/08/03 10:43:27 schmonz Exp $
 
-DISTNAME=              ucspi-tcp6-1.10.6
-PKGREVISION=           2
+DISTNAME=              ucspi-tcp6-1.10.7
 CATEGORIES=            net
 MASTER_SITES=          https://www.fehcom.de/ipnet/ucspi-tcp6/
 EXTRACT_SUFX=          .tgz
@@ -20,6 +19,8 @@ DJB_CONFIG_DIR=               ${WRKSRC}
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
 
+MAKE_JOBS_SAFE=                no
+
 post-configure:
        ${RUN}cd ${DJB_CONFIG_DIR};             \
        ${MKDIR} compile;                       \

Index: pkgsrc/net/ucspi-tcp6/distinfo
diff -u pkgsrc/net/ucspi-tcp6/distinfo:1.12 pkgsrc/net/ucspi-tcp6/distinfo:1.13
--- pkgsrc/net/ucspi-tcp6/distinfo:1.12 Thu Jun 20 01:06:27 2019
+++ pkgsrc/net/ucspi-tcp6/distinfo      Sat Aug  3 10:43:27 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/06/20 01:06:27 schmonz Exp $
+$NetBSD: distinfo,v 1.13 2019/08/03 10:43:27 schmonz Exp $
 
-SHA1 (ucspi-tcp6-1.10.6.tgz) = eea3c3d5f1459c3b9f34508d3945876b7ab43b28
-RMD160 (ucspi-tcp6-1.10.6.tgz) = 780750e30523dc1f10fd71aa716f75cb573049a8
-SHA512 (ucspi-tcp6-1.10.6.tgz) = bba6235297b2d1bf1b93caacc94f5ae408ce0a560675acd1d40271f9aaeb9ee9d541e6d23727200930869df8db1bf5025fefe5076ade09b18835be5c223df80d
-Size (ucspi-tcp6-1.10.6.tgz) = 51200 bytes
+SHA1 (ucspi-tcp6-1.10.7.tgz) = 82d06361e8b69ca4a6df8106876c2d9041906d2a
+RMD160 (ucspi-tcp6-1.10.7.tgz) = 70fe5dd1e1aded55d3f1d58771eeef2fc32ceda5
+SHA512 (ucspi-tcp6-1.10.7.tgz) = 3ceb78d2a761156f7c0ee2b9ad36f728bcb78cad588bcd5f29e305a26b25fd1fc424b970dd0abfe4769680b756cfc4f60b1c60204e0eacce43d5ccc5f90fb85d
+Size (ucspi-tcp6-1.10.7.tgz) = 51200 bytes



Home | Main Index | Thread Index | Old Index