diff options
author | roy <roy@pkgsrc.org> | 2010-05-26 07:54:42 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2010-05-26 07:54:42 +0000 |
commit | 6f0b5f0c2a40085c4570923d3b1059349b0a2e0d (patch) | |
tree | e753c3cd9b0ec9b96584a9c0f0caf90675f53bfa /net/dhcpcd | |
parent | 840ae4e02f50798ccd3d8f85191adb08f2f045b2 (diff) | |
download | pkgsrc-6f0b5f0c2a40085c4570923d3b1059349b0a2e0d.tar.gz |
Update to dhcpcd-5.2.3
Changes include:
* compile on FreeBSD-8 where closefrom(3) returns void
* log the pid of dhcpcd
* Indicate server IP received message from even if server ID not present
* Fix crashes on IPv4LL failure and add more logging
Diffstat (limited to 'net/dhcpcd')
-rw-r--r-- | net/dhcpcd/Makefile | 4 | ||||
-rw-r--r-- | net/dhcpcd/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 74f7478c641..b1f6c7724aa 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2010/03/31 09:11:11 roy Exp $ +# $NetBSD: Makefile,v 1.22 2010/05/26 07:54:42 roy Exp $ # -DISTNAME= dhcpcd-5.2.2 +DISTNAME= dhcpcd-5.2.3 CATEGORIES= net MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/ MASTER_SITES+= http://roy.aydogan.net/dhcpcd/ diff --git a/net/dhcpcd/distinfo b/net/dhcpcd/distinfo index 4e2d9ccb00d..31f6aefc8c2 100644 --- a/net/dhcpcd/distinfo +++ b/net/dhcpcd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2010/03/31 09:11:11 roy Exp $ +$NetBSD: distinfo,v 1.20 2010/05/26 07:54:42 roy Exp $ -SHA1 (dhcpcd-5.2.2.tar.bz2) = 2739ea24091b3ede42b60affd3ea424dfa05686d -RMD160 (dhcpcd-5.2.2.tar.bz2) = 7ee00a18079b6f3b1a0079a42e69062a9aa7eb37 -Size (dhcpcd-5.2.2.tar.bz2) = 67625 bytes +SHA1 (dhcpcd-5.2.3.tar.bz2) = 367efc2ae5ebf82b90f337168cd6aa5853abdc64 +RMD160 (dhcpcd-5.2.3.tar.bz2) = c8b340b2fe30afc04b4acadb23e4a441a25ab848 +Size (dhcpcd-5.2.3.tar.bz2) = 68106 bytes |