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:           Wed Apr 17 23:47:27 UTC 2019

Modified Files:
        pkgsrc/net/dhcpcd: Makefile distinfo

Log Message:
Import dhcpcd-7.2.0 with the following changes:
  *  build: latest gmake-3 works once more
  *  build: exits on error in a subdir
  *  BSD: PF_LINK sockets now closed when no longer needed
  *  BSD: Fix detecting interface for scoped routes
  *  Solaris: Many, many, many fixes - pretty much works now
  *  script: Allow "" to mean /dev/null
  *  script: Add static routers and routes to env
  *  DHCP: outbound interface is no longer dictated with IP_PKTINFO
  *  DHCP: BPF sockets now closed when no longer needed
  *  DHCPv6: Allow nooption dhcp6_unicast to work
  *  DHCPv6: Don't spam syslog if we always get the same error
  *  route: Log pid which deleted routes of interest


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.76 -r1.77 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.79 pkgsrc/net/dhcpcd/Makefile:1.80
--- pkgsrc/net/dhcpcd/Makefile:1.79     Thu Feb  7 21:43:50 2019
+++ pkgsrc/net/dhcpcd/Makefile  Wed Apr 17 23:47:27 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2019/02/07 21:43:50 roy Exp $
+# $NetBSD: Makefile,v 1.80 2019/04/17 23:47:27 roy Exp $
 
-DISTNAME=              dhcpcd-7.1.1
+DISTNAME=              dhcpcd-7.2.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.76 pkgsrc/net/dhcpcd/distinfo:1.77
--- pkgsrc/net/dhcpcd/distinfo:1.76     Thu Feb  7 21:43:50 2019
+++ pkgsrc/net/dhcpcd/distinfo  Wed Apr 17 23:47:27 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.76 2019/02/07 21:43:50 roy Exp $
+$NetBSD: distinfo,v 1.77 2019/04/17 23:47:27 roy Exp $
 
-SHA1 (dhcpcd-7.1.1.tar.xz) = c17c0797672d40758d784ba7e3fbdc12552bd0fc
-RMD160 (dhcpcd-7.1.1.tar.xz) = 345049847fe6f3cc5a19cee358ea4c938b450a97
-SHA512 (dhcpcd-7.1.1.tar.xz) = 8791e718d65ef8ae23a16b98e82824860fa91914e6eb0a42cdbbca28236c1c38005ada44214bde33aac57152fe675debebdb5d141b67dcfc82012996d8337bb4
-Size (dhcpcd-7.1.1.tar.xz) = 211788 bytes
+SHA1 (dhcpcd-7.2.0.tar.xz) = 57c3cd7059b8b429903cada2121e0f29046bcedf
+RMD160 (dhcpcd-7.2.0.tar.xz) = 4cd921bf37aa9f013fb775438f36ed4c69dcea22
+SHA512 (dhcpcd-7.2.0.tar.xz) = 2ab7df53ed42cd7a274bbc9cfb9dca43a8615d9044c0e9f460c41f064ad012b436bf2fe2648dd2738e66aaefc72412cad6c59444631b650f942cba168127a79d
+Size (dhcpcd-7.2.0.tar.xz) = 212532 bytes



Home | Main Index | Thread Index | Old Index