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:           Tue Jan 22 15:31:41 UTC 2019

Modified Files:
        pkgsrc/net/dhcpcd: Makefile distinfo

Log Message:
dhcpcd-7.1.0 has been released with the following changes:

* OpenBSD: works alongside slaacd(8)
* NetBSD: sets SO_RERROR on to detect receive socket overflow
* BSD: route improvements to avoid listening for own changes
* Linux: use NETLINK_BROADCAST_ERROR
* BSD: avoid late address deletion messages by testing address existance
* IP6: implement IP6 address sharing
* BSD: catch UP/DOWN events when interfaces does support media changes
* IPv4LL: remember old address when carrier is lost


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.74 -r1.75 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.77 pkgsrc/net/dhcpcd/Makefile:1.78
--- pkgsrc/net/dhcpcd/Makefile:1.77     Mon Aug 20 16:27:13 2018
+++ pkgsrc/net/dhcpcd/Makefile  Tue Jan 22 15:31:41 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2018/08/20 16:27:13 roy Exp $
+# $NetBSD: Makefile,v 1.78 2019/01/22 15:31:41 roy Exp $
 
-DISTNAME=              dhcpcd-7.0.8
+DISTNAME=              dhcpcd-7.1.0
 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.74 pkgsrc/net/dhcpcd/distinfo:1.75
--- pkgsrc/net/dhcpcd/distinfo:1.74     Mon Aug 20 16:27:13 2018
+++ pkgsrc/net/dhcpcd/distinfo  Tue Jan 22 15:31:41 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.74 2018/08/20 16:27:13 roy Exp $
+$NetBSD: distinfo,v 1.75 2019/01/22 15:31:41 roy Exp $
 
-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
+SHA1 (dhcpcd-7.1.0.tar.xz) = 73d52c244ccdbd6c739a061e6674ddaccbbe13f8
+RMD160 (dhcpcd-7.1.0.tar.xz) = c7c8b8f047fccc761c6e7e6316aa46d8e6abac62
+SHA512 (dhcpcd-7.1.0.tar.xz) = 28d2b5ff8cb372df6432becdbfeedaea945608b14374b6af8938936efdaa73d8d8f1cb3f37d2f440137c2f6988f72ed8de6d1bda43d65d4fe22efdd0a1662c24
+Size (dhcpcd-7.1.0.tar.xz) = 211496 bytes



Home | Main Index | Thread Index | Old Index