diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-01 05:37:53 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-01 05:37:53 +0800 |
commit | 69138b1e0da05a17780d4b166457ed47d7aee907 (patch) | |
tree | b6ccf5270b0c6fa4f46e714e43c624f5781e0ad8 /dns/dnrd | |
parent | eb0d19b1504bfc3ca9ed3c249ad2e7891ced97c2 (diff) | |
download | freebsd-ports-gnome-69138b1e0da05a17780d4b166457ed47d7aee907.tar.gz freebsd-ports-gnome-69138b1e0da05a17780d4b166457ed47d7aee907.tar.zst freebsd-ports-gnome-69138b1e0da05a17780d4b166457ed47d7aee907.zip |
Update port: dns/dnrd (bug fix release)
DNRD will always bind to all interfaces, even if the user specifically
says it should bind to only one, using the -a option.
PR: ports/89774
Submitted by: Natanael Copa <natanael.copa@gmail.com>
Diffstat (limited to 'dns/dnrd')
-rw-r--r-- | dns/dnrd/Makefile | 2 | ||||
-rw-r--r-- | dns/dnrd/distinfo | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dns/dnrd/Makefile b/dns/dnrd/Makefile index dbc082018fd0..9dbcc3ca2559 100644 --- a/dns/dnrd/Makefile +++ b/dns/dnrd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dnrd -PORTVERSION= 2.20 +PORTVERSION= 2.20.1 CATEGORIES= dns MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= dnrd diff --git a/dns/dnrd/distinfo b/dns/dnrd/distinfo index 6986bc13564e..e826c6f838cf 100644 --- a/dns/dnrd/distinfo +++ b/dns/dnrd/distinfo @@ -1,2 +1,3 @@ -MD5 (dnrd-2.20.tar.gz) = 5adea655ede72738e65de00cd3c21b72 -SIZE (dnrd-2.20.tar.gz) = 157772 +MD5 (dnrd-2.20.1.tar.gz) = cbd3657617ecb92e0fd19c5c9f1ccfd7 +SHA256 (dnrd-2.20.1.tar.gz) = 698acae5a0de7e6694dec441d63dbf68d1c9b83c6f43b1b086da11d270ffd40e +SIZE (dnrd-2.20.1.tar.gz) = 157804 |