Skip to content

Commit

Permalink
Upgrade to new release candidate #3 (skipping rc2).
Browse files Browse the repository at this point in the history
Changes since rc1 (git shortlog):

 +    Don't fail DNSSEC when a signed CNAME dangles into an unsigned zone.
 +    Return SERVFAIL when validation abandoned.
 +    Protect against broken DNSSEC upstreams.
 +    DNSSEC fix for non-ascii characters in labels.
 +    Allow control characters in names in the cache, handle when logging.


git-svn-id: svn+ssh://svn.freebsd.org/ports/head@382866 35697150-7ecd-e111-bb59-0022644237b5
  • Loading branch information
mandree committed Mar 31, 2015
1 parent 5f0cc2c commit e98fe10
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dns/dnsmasq-devel/Makefile
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= dnsmasq
DISTVERSION= 2.73rc1
DISTVERSION= 2.73rc3
CATEGORIES= dns ipv6
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/release-candidates/
PKGNAMESUFFIX= -devel
4 changes: 2 additions & 2 deletions dns/dnsmasq-devel/distinfo
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SHA256 (dnsmasq-2.73rc1.tar.xz) = 3971fb537c0a18fdecb49f91dd7ac8e90e75a74b3908265788a24c0ba5b87541
SIZE (dnsmasq-2.73rc1.tar.xz) = 478744
SHA256 (dnsmasq-2.73rc3.tar.xz) = 826d88f212a7fc0c7dcc9f33b81c7ef8b57ecebee76e2e8466a3af12aee41f84
SIZE (dnsmasq-2.73rc3.tar.xz) = 479916

0 comments on commit e98fe10

Please sign in to comment.