diff options
author | taca <taca@pkgsrc.org> | 2011-11-15 14:33:38 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-11-15 14:33:38 +0000 |
commit | fd4980931b666f2629ebf56575afce42f43c2102 (patch) | |
tree | e4ff1e3ec5f97aa3170d6aa56b5140f0aa609c02 /net/isc-dhcp4 | |
parent | 24878c96db927b7148f8a44e40909826d05d79a2 (diff) | |
download | pkgsrc-fd4980931b666f2629ebf56575afce42f43c2102.tar.gz |
Update ISC DHCP packages to 4.2.3.
net/isc-dhclient
net/isc-dhcp
net/isc-dhcpd
net/isc-dhcrelay
* Update MASTER_SITES.
* CHanges:
Changes since 4.2.3rc1
- None.
Changes since 4.2.2
- Fix the code that checks for an existing DDNS transaction to cancel
when removing DDNS information, so that we will continue with the
processing if we have a lease even if it doesn't have an outstanding
transaction. [ISC-Bugs #24682]
- Add AM_MAINTAINER_MODE to configure.ac to avoid rebuilding
configuration files. [ISC-Bugs #24107]
- Add support for passing DDNS information to a DNS server over
an IPv6 address. [ISC-Bugs #22647]
- Enhanced patch for 23595 to handle IPv4 fixed addresses more
cleanly. [ISC-Bugs #23595]
Diffstat (limited to 'net/isc-dhcp4')
-rw-r--r-- | net/isc-dhcp4/Makefile.common | 7 | ||||
-rw-r--r-- | net/isc-dhcp4/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/net/isc-dhcp4/Makefile.common b/net/isc-dhcp4/Makefile.common index 54dca248c43..6478e0e866b 100644 --- a/net/isc-dhcp4/Makefile.common +++ b/net/isc-dhcp4/Makefile.common @@ -1,14 +1,15 @@ -# $NetBSD: Makefile.common,v 1.11 2011/09/13 15:06:54 taca Exp $ +# $NetBSD: Makefile.common,v 1.12 2011/11/15 14:33:38 taca Exp $ # # used by net/isc-dhcp4/Makefile # used by net/isc-dhcpd4/Makefile # used by net/isc-dhclient4/Makefile # used by net/isc-dhcrelay4/Makefile -DISTNAME= dhcp-4.2.2 +DISTNAME= dhcp-4.2.3 DHVER= ${DISTNAME:S/dhcp-//:S/-P/p/} CATEGORIES= net -MASTER_SITES= http://ftp.isc.org/isc/dhcp/ +MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/${DISTNAME}/ \ + http://ftp.isc.org/isc/dhcp/${DISTNAME}/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://www.isc.org/sw/dhcp diff --git a/net/isc-dhcp4/distinfo b/net/isc-dhcp4/distinfo index e6262df58b5..3495f968fa5 100644 --- a/net/isc-dhcp4/distinfo +++ b/net/isc-dhcp4/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2011/09/13 15:06:54 taca Exp $ +$NetBSD: distinfo,v 1.8 2011/11/15 14:33:38 taca Exp $ -SHA1 (dhcp-4.2.2.tar.gz) = a2d5d5bf0fb2a98e9e3e18b243d0a07e12837f81 -RMD160 (dhcp-4.2.2.tar.gz) = a7d0a66a6156cc2194a784b120587ffd5e8e200e -Size (dhcp-4.2.2.tar.gz) = 8764108 bytes +SHA1 (dhcp-4.2.3.tar.gz) = d50767156a000e4158c16ede7a102cac992cc98d +RMD160 (dhcp-4.2.3.tar.gz) = 4f1b6d9ad2e4b0bf02cbaa010c4261c90f635a00 +Size (dhcp-4.2.3.tar.gz) = 9509210 bytes SHA1 (patch-aa) = cdb64616f16ee79bf14f496518a2958352ce1fc9 SHA1 (patch-ab) = 3a36eb65c6b0a865f2d8a350fa083fa2fe549efd SHA1 (patch-ac) = 97af5dd9e787c63ca387fb05df20f42d90b985fb |