diff options
author | se <se@FreeBSD.org> | 2004-03-23 06:59:06 +0800 |
---|---|---|
committer | se <se@FreeBSD.org> | 2004-03-23 06:59:06 +0800 |
commit | b3d094669be9fbaca0e5977616ce3ade397d6150 (patch) | |
tree | f3be1f29742c5a35acddceb46a88123e685af7f2 /dns/ez-ipupdate | |
parent | 140874ff3643bc8b37140e422020980b4d07d63b (diff) | |
download | freebsd-ports-gnome-b3d094669be9fbaca0e5977616ce3ade397d6150.tar.gz freebsd-ports-gnome-b3d094669be9fbaca0e5977616ce3ade397d6150.tar.zst freebsd-ports-gnome-b3d094669be9fbaca0e5977616ce3ade397d6150.zip |
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>
Diffstat (limited to 'dns/ez-ipupdate')
-rw-r--r-- | dns/ez-ipupdate/Makefile | 5 | ||||
-rw-r--r-- | dns/ez-ipupdate/distinfo | 4 |
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 |