pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/dhcpcd



Module Name:    pkgsrc
Committed By:   roy
Date:           Mon Oct 12 14:12:06 UTC 2020

Modified Files:
        pkgsrc/net/dhcpcd: Makefile distinfo

Log Message:
Update to dhcpcd-9.3.1 with the following changes:
 * dhcpcd: carrier handling issue fixed from 9.3.0
 * dhcpcd: log if interface type is unsupported in debug
 * duid: memory leak fixed if UUID wanted but none available
 * privsep: fix receiving inet and no BPF running
 * privsep: allow gettimeofday for SECCOMP
 * privsep: fix stderr redirection again
 * Linux: use libbsd setproctitle as it works with more kernel configs


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.102 -r1.103 pkgsrc/net/dhcpcd/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/dhcpcd/Makefile
diff -u pkgsrc/net/dhcpcd/Makefile:1.105 pkgsrc/net/dhcpcd/Makefile:1.106
--- pkgsrc/net/dhcpcd/Makefile:1.105    Mon Oct  5 15:55:15 2020
+++ pkgsrc/net/dhcpcd/Makefile  Mon Oct 12 14:12:06 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.105 2020/10/05 15:55:15 roy Exp $
+# $NetBSD: Makefile,v 1.106 2020/10/12 14:12:06 roy Exp $
 
-DISTNAME=              dhcpcd-9.3.0
+DISTNAME=              dhcpcd-9.3.1
 PKGNAME=               ${DISTNAME:S/-rc/rc/}
 CATEGORIES=            net
 MASTER_SITES=          ftp://roy.marples.name/pub/dhcpcd/

Index: pkgsrc/net/dhcpcd/distinfo
diff -u pkgsrc/net/dhcpcd/distinfo:1.102 pkgsrc/net/dhcpcd/distinfo:1.103
--- pkgsrc/net/dhcpcd/distinfo:1.102    Mon Oct  5 15:55:15 2020
+++ pkgsrc/net/dhcpcd/distinfo  Mon Oct 12 14:12:06 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.102 2020/10/05 15:55:15 roy Exp $
+$NetBSD: distinfo,v 1.103 2020/10/12 14:12:06 roy Exp $
 
-SHA1 (dhcpcd-9.3.0.tar.xz) = d0ca31edbc0863e91583bd681c7ba9ccdc7c74e2
-RMD160 (dhcpcd-9.3.0.tar.xz) = cc07b12b2a0fcea19dd85da3ec1dec5f3e77ef6e
-SHA512 (dhcpcd-9.3.0.tar.xz) = 4ee533a5458d1800093860edabc5480b40b7909b83b829513c03eb25951f0858ded9f7a81f0b8a444810dc440dbce47bf5a6806bda055c98af6d5415e8e9f84d
-Size (dhcpcd-9.3.0.tar.xz) = 252256 bytes
+SHA1 (dhcpcd-9.3.1.tar.xz) = 0290fa3475ea75d2d78209538b14abb1e2992fc7
+RMD160 (dhcpcd-9.3.1.tar.xz) = 7f8b53b4f3706de915d21d0eeef5623f3e9ad084
+SHA512 (dhcpcd-9.3.1.tar.xz) = d89141de92e2ee79c68c43e58bb7d604e51edbc93bcf69bdd5fba37a9fbf372d9df963ac3127b7b740856ab43ff330ce9ca6053bf4a814540c177b204e7beb80
+Size (dhcpcd-9.3.1.tar.xz) = 253288 bytes



Home | Main Index | Thread Index | Old Index