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:           Fri Sep 13 10:47:44 UTC 2019

Modified Files:
        pkgsrc/net/dhcpcd: Makefile distinfo

Log Message:
Import dhcpcd-8.0.5 with the following changes:

*  inet6: Fix default route not being installed
*  DHCP: If root fs is network mounted, enable last lease extend
*  man: Fix lint errors.
*  BSD: avoid RTF_WASCLONED routes
*  DHCP: Give a better message when packet validation fails
*  DHCP: Ensure we have enough data to checksum IP and UDP

The last change fixes a potential DoS attack introduced in dhcpcd-8.0.3 when
the checksuming code was changed to accomodate variable length IP headers.


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.85 -r1.86 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.88 pkgsrc/net/dhcpcd/Makefile:1.89
--- pkgsrc/net/dhcpcd/Makefile:1.88     Wed Sep  4 13:32:40 2019
+++ pkgsrc/net/dhcpcd/Makefile  Fri Sep 13 10:47:43 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.88 2019/09/04 13:32:40 roy Exp $
+# $NetBSD: Makefile,v 1.89 2019/09/13 10:47:43 roy Exp $
 
-DISTNAME=              dhcpcd-8.0.4
+DISTNAME=              dhcpcd-8.0.5
 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.85 pkgsrc/net/dhcpcd/distinfo:1.86
--- pkgsrc/net/dhcpcd/distinfo:1.85     Wed Sep  4 13:32:40 2019
+++ pkgsrc/net/dhcpcd/distinfo  Fri Sep 13 10:47:43 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.85 2019/09/04 13:32:40 roy Exp $
+$NetBSD: distinfo,v 1.86 2019/09/13 10:47:43 roy Exp $
 
-SHA1 (dhcpcd-8.0.4.tar.xz) = e20990045d546e73a661a6715d9a9420f1382318
-RMD160 (dhcpcd-8.0.4.tar.xz) = 162b929a662b66be12b2966bb8837baa68297a9d
-SHA512 (dhcpcd-8.0.4.tar.xz) = d5ea895b841a1afcabd50013800f567c0a9c077cd409ec18c5442b3da6bac814db5e9ae4a4218076eb5119bd7ccb732d3f58e22dcbba38ede26ee668f9733ec4
-Size (dhcpcd-8.0.4.tar.xz) = 224236 bytes
+SHA1 (dhcpcd-8.0.5.tar.xz) = bd82f319f28f7fb96d050a25caa3224d4270338e
+RMD160 (dhcpcd-8.0.5.tar.xz) = c976bd2c7ae499d736fdb620ffd7f3877437c822
+SHA512 (dhcpcd-8.0.5.tar.xz) = 8e5ac1410b6b795b6de706bbd2035c9b05a4aa3ff62f66b91acbde34e73d75b716ce2744ed9e6a655d1dbbe96c0f870fdd8f158b9e7f6844ce16f547b61cf3bb
+Size (dhcpcd-8.0.5.tar.xz) = 224388 bytes



Home | Main Index | Thread Index | Old Index