pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/dhcpcd Import dhcpcd-7.2.0 with the following chan...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86fe9cb7706d
branches:  trunk
changeset: 332597:86fe9cb7706d
user:      roy <roy%pkgsrc.org@localhost>
date:      Wed Apr 17 23:47:27 2019 +0000

description:
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

diffstat:

 net/dhcpcd/Makefile |   4 ++--
 net/dhcpcd/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r aca9ed09f32d -r 86fe9cb7706d net/dhcpcd/Makefile
--- a/net/dhcpcd/Makefile       Wed Apr 17 18:04:42 2019 +0000
+++ b/net/dhcpcd/Makefile       Wed Apr 17 23:47:27 2019 +0000
@@ -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/
diff -r aca9ed09f32d -r 86fe9cb7706d net/dhcpcd/distinfo
--- a/net/dhcpcd/distinfo       Wed Apr 17 18:04:42 2019 +0000
+++ b/net/dhcpcd/distinfo       Wed Apr 17 23:47:27 2019 +0000
@@ -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