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 Jul 19 14:19:58 UTC 2023

Modified Files:
        pkgsrc/net/dhcpcd: Makefile distinfo

Log Message:
Import dhcpcd-10.0.2 with the following changes:
 * OpenBSD: add RTM_DESYNC to route(4) filter.
 * Linux: fix disabling of kernel RA autoconf
 * Linux: Improve learning IPv6 address flags
 * Linux: risc-v fix vendor error
 * Linux: consider IFF_LOWER_UP and !IFF_DORMANT for LINK_UP
 * BSD: When we get RTM_NEWADDR the interface must have IFF_UP
 * BSD: Fix non INET6 builds
 * DHCP: Don't enforce the message came port 67
 * privsep: Allow zero length messages through
 * dhcpcd: deal with HANGUP and EPIPE better
 * dhcpcd: Fix waitip address family
 * privsep: Check if we have a root process before sending it stuff
 * privsep: Only unlink control sockets if we created them
 * common: Improve valid_domain and check correct return
 * common: Allow hwaddr_ntoa to print an empty string
 * privsep: Send only what we have put in the buffer to script env


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.112 -r1.113 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.116 pkgsrc/net/dhcpcd/Makefile:1.117
--- pkgsrc/net/dhcpcd/Makefile:1.116    Fri Apr 21 15:03:39 2023
+++ pkgsrc/net/dhcpcd/Makefile  Wed Jul 19 14:19:58 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.116 2023/04/21 15:03:39 roy Exp $
+# $NetBSD: Makefile,v 1.117 2023/07/19 14:19:58 roy Exp $
 
-DISTNAME=              dhcpcd-10.0.1
+DISTNAME=              dhcpcd-10.0.2
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=NetworkConfiguration/}
 GITHUB_PROJECT=                dhcpcd

Index: pkgsrc/net/dhcpcd/distinfo
diff -u pkgsrc/net/dhcpcd/distinfo:1.112 pkgsrc/net/dhcpcd/distinfo:1.113
--- pkgsrc/net/dhcpcd/distinfo:1.112    Fri Apr 21 15:03:39 2023
+++ pkgsrc/net/dhcpcd/distinfo  Wed Jul 19 14:19:58 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.112 2023/04/21 15:03:39 roy Exp $
+$NetBSD: distinfo,v 1.113 2023/07/19 14:19:58 roy Exp $
 
-BLAKE2s (dhcpcd-10.0.1.tar.xz) = 8a96b1159af01fa3f380f2500ac1a14ab9b7e6723e98e75de078cffc648cac49
-SHA512 (dhcpcd-10.0.1.tar.xz) = 31b0ac780b8592d3d40437837fd759a357b0200dbdc7fd8c62287a4fedc052f324fb8006daff84455906c82d5a4cb6a04916b94a0ad9b17899532f83daf51d3d
-Size (dhcpcd-10.0.1.tar.xz) = 263564 bytes
+BLAKE2s (dhcpcd-10.0.2.tar.xz) = 75d77cc25f6d05b00552a0479c645361a0e66342d24a7ae7ab5b3847c8fc5b6e
+SHA512 (dhcpcd-10.0.2.tar.xz) = 1231caba6b6a2264ba80be0c888f52ce1c8de21289c3a4452b5319dae76d8c1c78331a822372e77ee1419d12c23c1d57df712499d43983eb535e79c6a8e78f42
+Size (dhcpcd-10.0.2.tar.xz) = 264324 bytes



Home | Main Index | Thread Index | Old Index