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 Sep 19 19:25:46 UTC 2017

Modified Files:
        pkgsrc/net/dhcpcd: Makefile distinfo

Log Message:
Import dhcpcd-7.0.0-rc2 with the following changes:

  *  dhcp: fixed classless static routes
  *  prefix delegation: build routes after assigning addresses
  *  dhcp: on lease expiration, discover only when carrier
  *  ip6: fix potential segfault when lifetime overflows
  *  bsd: compile on recent OpenBSD platforms
  *  dhcp: fix reporting of DNS encoded SIP servers
  *  dhcp6: fix unicast in non master mode


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.63 -r1.64 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.66 pkgsrc/net/dhcpcd/Makefile:1.67
--- pkgsrc/net/dhcpcd/Makefile:1.66     Sat Sep 16 08:37:35 2017
+++ pkgsrc/net/dhcpcd/Makefile  Tue Sep 19 19:25:46 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2017/09/16 08:37:35 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2017/09/19 19:25:46 roy Exp $
 
-DISTNAME=              dhcpcd-7.0.0-rc1
+DISTNAME=              dhcpcd-7.0.0-rc2
 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.63 pkgsrc/net/dhcpcd/distinfo:1.64
--- pkgsrc/net/dhcpcd/distinfo:1.63     Wed May 10 10:58:11 2017
+++ pkgsrc/net/dhcpcd/distinfo  Tue Sep 19 19:25:46 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.63 2017/05/10 10:58:11 roy Exp $
+$NetBSD: distinfo,v 1.64 2017/09/19 19:25:46 roy Exp $
 
-SHA1 (dhcpcd-7.0.0-rc1.tar.xz) = 0debc25e9a295c0c5e81de42e0757d04fca5d76a
-RMD160 (dhcpcd-7.0.0-rc1.tar.xz) = d7f770fe23b4296336a618e44af34c16ff9de8e7
-SHA512 (dhcpcd-7.0.0-rc1.tar.xz) = 536ed4c09638a7a0fb16ad6a4a16fd74242ffbe2fe53e183c6756d2c62c94ce02869c95e828fbf3aa49aca06a129ab710195bf3d1dc9c9b52ac550ec51f68a1e
-Size (dhcpcd-7.0.0-rc1.tar.xz) = 204496 bytes
+SHA1 (dhcpcd-7.0.0-rc2.tar.xz) = aa3f7b110448aac7c648282d7e519ea1b6c85727
+RMD160 (dhcpcd-7.0.0-rc2.tar.xz) = 716723f19e103925ab6d80f9aa9c7f5dc29b05e3
+SHA512 (dhcpcd-7.0.0-rc2.tar.xz) = a3e596c605c8ffe9f87f7113522f460d24a639b54dcc31182c70c3d0589d34d8c1cc765d5dfcfc6fd026697846866f7aa5714ef0d0d9eb049404973ef21f8ec7
+Size (dhcpcd-7.0.0-rc2.tar.xz) = 206108 bytes



Home | Main Index | Thread Index | Old Index