diff options
author | roy <roy> | 2009-05-11 08:29:28 +0000 |
---|---|---|
committer | roy <roy> | 2009-05-11 08:29:28 +0000 |
commit | 1414f843a2876b8a372d8dac9d390bafeefa6e2a (patch) | |
tree | 8c941532eea88e037f70bca635413d0f469db3e9 /net/dhcpcd/Makefile | |
parent | ae3beaee3e89f966cebc7d038c24414d13cb07b7 (diff) | |
download | pkgsrc-1414f843a2876b8a372d8dac9d390bafeefa6e2a.tar.gz |
Update to dhcpcd-5.0.3
Changes from 5.0.2
* getifaddrs can return NULL for ifa_addr
We now catch this instead of crashing
Diffstat (limited to 'net/dhcpcd/Makefile')
-rw-r--r-- | net/dhcpcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dhcpcd/Makefile b/net/dhcpcd/Makefile index 707c71c5a15..f3c80b09217 100644 --- a/net/dhcpcd/Makefile +++ b/net/dhcpcd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2009/05/10 16:35:40 roy Exp $ +# $NetBSD: Makefile,v 1.8 2009/05/11 08:29:28 roy Exp $ # -DISTNAME= dhcpcd-5.0.2 +DISTNAME= dhcpcd-5.0.3 CATEGORIES= net LICENSE= modified-bsd MASTER_SITES= ftp://roy.marples.name/pub/dhcpcd/ |