summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2004-03-22 22:59:06 +0000
committerStefan Eßer <se@FreeBSD.org>2004-03-22 22:59:06 +0000
commit7c053ce8a858ceebdaa6aab718fad9870665f0ce (patch)
tree72a4e0f88adfb701db356925d37e21c4b96dbd94 /dns
parentUpdate to 0.10.10. (diff)
Upgrade to version 3.0.11b8.
The only difference to the previous version (except for the version ID sent in request packets), is the method used to declare errno. For unknown reasons, this version is not available from all mirror sites and binary packages seem to only be provided for 3.0.11b7. The problem with that version was that it was used incorrectly in some Linksys WLAN router which tended to spam DynDNS.org with bogus requests. DynDNS.org ignores certain requests, when received with a version ID of 3.0.11b7, though there's nothing wrong with that code when used correctly. I had considered to just patch the version string in "configure", but after some more thought I've now choosen to actually use the new dist file and to remove the URL of the master site that doesn't offer the newer version. PR: 60940 Submitted by: Lynk <lynk@lynksys.net>
Notes
Notes: svn path=/head/; revision=104988
Diffstat (limited to 'dns')
-rw-r--r--dns/ez-ipupdate/Makefile5
-rw-r--r--dns/ez-ipupdate/distinfo4
2 files changed, 4 insertions, 5 deletions
diff --git a/dns/ez-ipupdate/Makefile b/dns/ez-ipupdate/Makefile
index 1f8212c73ff9..fec4e2e08d78 100644
--- a/dns/ez-ipupdate/Makefile
+++ b/dns/ez-ipupdate/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= ez-ipupdate
-PORTVERSION= 3.0.11b7
+PORTVERSION= 3.0.11b8
CATEGORIES= dns
-MASTER_SITES= http://www.ez-ipupdate.com/dist/ \
- http://www.gusnet.cx:8080/proj/ez-ipupdate/dist/
+MASTER_SITES= http://www.gusnet.cx:8080/proj/ez-ipupdate/dist/
MAINTAINER= se@FreeBSD.org
COMMENT= Update your host name on any dynamic DNS service
diff --git a/dns/ez-ipupdate/distinfo b/dns/ez-ipupdate/distinfo
index 1f0fac3dea99..95dbc46288e5 100644
--- a/dns/ez-ipupdate/distinfo
+++ b/dns/ez-ipupdate/distinfo
@@ -1,2 +1,2 @@
-MD5 (ez-ipupdate-3.0.11b7.tar.gz) = 525be4550b4461fdf105aed8e753b020
-SIZE (ez-ipupdate-3.0.11b7.tar.gz) = 82481
+MD5 (ez-ipupdate-3.0.11b8.tar.gz) = 000211add4c4845ffa4211841bff4fb0
+SIZE (ez-ipupdate-3.0.11b8.tar.gz) = 81975