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 Aug 20 16:27:13 UTC 2018

Modified Files:
        pkgsrc/net/dhcpcd: Makefile distinfo

Log Message:
Import dhcpcd-7.0.8 with the following changes:
  *  Don't use IP_PKTINFO on NetBSD-7 as it's incomplete.
  *  Workaround RTM_NEWADDR sending the wrong broadcast address
     on NetBSD-7.
  *  Silence diagnostics if an address vanishes when reading
     it's flags on all BSD's.
  *  Misc compiler warnings fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.73 -r1.74 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.76 pkgsrc/net/dhcpcd/Makefile:1.77
--- pkgsrc/net/dhcpcd/Makefile:1.76     Tue Jul 24 08:01:59 2018
+++ pkgsrc/net/dhcpcd/Makefile  Mon Aug 20 16:27:13 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2018/07/24 08:01:59 roy Exp $
+# $NetBSD: Makefile,v 1.77 2018/08/20 16:27:13 roy Exp $
 
-DISTNAME=              dhcpcd-7.0.7
+DISTNAME=              dhcpcd-7.0.8
 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.73 pkgsrc/net/dhcpcd/distinfo:1.74
--- pkgsrc/net/dhcpcd/distinfo:1.73     Tue Jul 24 08:01:59 2018
+++ pkgsrc/net/dhcpcd/distinfo  Mon Aug 20 16:27:13 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.73 2018/07/24 08:01:59 roy Exp $
+$NetBSD: distinfo,v 1.74 2018/08/20 16:27:13 roy Exp $
 
-SHA1 (dhcpcd-7.0.7.tar.xz) = 7d9bc0e9283cdd1c976607537948e8a6cb922d2d
-RMD160 (dhcpcd-7.0.7.tar.xz) = cfbb1250c21ebb2f0376d8f87afaff2c298d8639
-SHA512 (dhcpcd-7.0.7.tar.xz) = 04c316f7b180bbbf48aa58273d3a28d659824e474d1ce48325f610ed2c5d2a01117f5b65b4a9697f3e8e1b85d4bdcc0b8ab75a928a8cd5723a865d8c0a065269
-Size (dhcpcd-7.0.7.tar.xz) = 210572 bytes
+SHA1 (dhcpcd-7.0.8.tar.xz) = 39445fac21200463ca5a08a261408c6abb9a263a
+RMD160 (dhcpcd-7.0.8.tar.xz) = 9a5e4e6cb8e9648e2fe7b60037eb39b2989f2844
+SHA512 (dhcpcd-7.0.8.tar.xz) = 82cd845eb35670788b8f31b973945460f4c5f1a0a3025e3a452b79230dc30704e129d97140e6aec6d0281e0c89c333c0ce0af03c4767b2e5e66547ed3e071953
+Size (dhcpcd-7.0.8.tar.xz) = 210752 bytes



Home | Main Index | Thread Index | Old Index