diff options
author | mandree <mandree@FreeBSD.org> | 2013-11-27 07:41:05 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2013-11-27 07:41:05 +0800 |
commit | 6ab8bd57e943351c3199d34c3e575d644698422e (patch) | |
tree | 0af1674e0cdd3abd813b171da13c7976e61caf6a /dns/dnsmasq-devel | |
parent | a6ef3ef486fc7c52f860c1e0a3bac714b7cb6c7d (diff) | |
download | freebsd-ports-gnome-6ab8bd57e943351c3199d34c3e575d644698422e.tar.gz freebsd-ports-gnome-6ab8bd57e943351c3199d34c3e575d644698422e.tar.zst freebsd-ports-gnome-6ab8bd57e943351c3199d34c3e575d644698422e.zip |
Update to new release candidate #4.
Upstream changes:
- Add missing malloc() return-code check.
- Do immediate RA when a prefix goes from old->current.
- Fixes to various compiler warnings.
Diffstat (limited to 'dns/dnsmasq-devel')
-rw-r--r-- | dns/dnsmasq-devel/Makefile | 2 | ||||
-rw-r--r-- | dns/dnsmasq-devel/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index 50dbf5e9c183..72cb2b9bf8f5 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dnsmasq -DISTVERSION= 2.68rc3 +DISTVERSION= 2.68rc4 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/ PKGNAMESUFFIX= -devel diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index d1cc018cdd3f..94cd6321baf2 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (dnsmasq-2.68rc3.tar.xz) = f332b21282d1854a019bedafe972df536914636f8cdf278527ea0ef956a0eef8 -SIZE (dnsmasq-2.68rc3.tar.xz) = 435256 +SHA256 (dnsmasq-2.68rc4.tar.xz) = 1e536356ea3bf1ad1e120c2a54e0456ab8992b9dc925700484282a34b3c57e26 +SIZE (dnsmasq-2.68rc4.tar.xz) = 435256 |