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:           Fri Apr 21 15:03:40 UTC 2023

Modified Files:
        pkgsrc/net/dhcpcd: Makefile distinfo

Log Message:
Update to dhcpcd-10.0.1 with the following changes:

Big new release, mainly around better privsep process management
which allows us to detect when they exit unexpectedly.
Other changes include:

    privsep: keep resources open rather than open/close
    dhcp6: OPTION_NTP_SERVER is now preferred over OPTION_SNTP_SERVER
    dev: unload when spawning new processes

Defaults to downloading the signed source tarball in the GitHub release
rather than the auto generated GitHub source.


To generate a diff of this commit:
cvs rdiff -u -r1.115 -r1.116 pkgsrc/net/dhcpcd/Makefile
cvs rdiff -u -r1.111 -r1.112 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.115 pkgsrc/net/dhcpcd/Makefile:1.116
--- pkgsrc/net/dhcpcd/Makefile:1.115    Thu Apr 13 10:35:53 2023
+++ pkgsrc/net/dhcpcd/Makefile  Fri Apr 21 15:03:39 2023
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.115 2023/04/13 10:35:53 roy Exp $
+# $NetBSD: Makefile,v 1.116 2023/04/21 15:03:39 roy Exp $
 
-DISTNAME=              dhcpcd-9.5.0
+DISTNAME=              dhcpcd-10.0.1
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=NetworkConfiguration/}
 GITHUB_PROJECT=                dhcpcd
-GITHUB_TAG=            ${DISTNAME}
+#GITHUB_TAG=           v${PKGVERSION_NOREV}
+GITHUB_RELEASE=                v${PKGVERSION_NOREV}
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            roy%NetBSD.org@localhost
 HOMEPAGE=              https://roy.marples.name/projects/dhcpcd/

Index: pkgsrc/net/dhcpcd/distinfo
diff -u pkgsrc/net/dhcpcd/distinfo:1.111 pkgsrc/net/dhcpcd/distinfo:1.112
--- pkgsrc/net/dhcpcd/distinfo:1.111    Tue Apr 11 15:57:02 2023
+++ pkgsrc/net/dhcpcd/distinfo  Fri Apr 21 15:03:39 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.111 2023/04/11 15:57:02 roy Exp $
+$NetBSD: distinfo,v 1.112 2023/04/21 15:03:39 roy Exp $
 
-BLAKE2s (dhcpcd-9.5.0.tar.gz) = e1a56391cc1e4c1adbb2d87d8b0db40a85321c60acc466db35ecb4158b50214b
-SHA512 (dhcpcd-9.5.0.tar.gz) = 02943769ce24c1073f2634a1e2e0db74f5f95322f7690d40df49589b131ce46aeddc9b8505b8d185070b95bbd3d34284c19998bbb89e059b0ad67cd07fe98932
-Size (dhcpcd-9.5.0.tar.gz) = 348645 bytes
+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



Home | Main Index | Thread Index | Old Index