The NetBSD Project

CVS log for pkgsrc/net/ddclient/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / ddclient

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Dec 2 17:59:49 2024 UTC (7 days, 10 hours ago) by abs
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +4 -5 lines
Updated net/ddclient to 3.11.2

# ChangeLog

## 2023-11-23 v3.11.2

### Bug fixes
  * Fixed simultaneous IPv4 and IPv6 updates for provider duckdns
  * Fixed caching issues for new providers when using the old 'use' config parameter

## 2023-10-25 v3.11.1

### Bug fixes
  * Fixed simultaneous IPv4 and IPv6 updates for provider porkbun
  * Removed @PACKAGE_VERSION@ placeholder in ddclient.in for now
    to allow downstream to adopt the proper build process first.
    See [here](https://github.com/ddclient/ddclient/issues/579) for the discussion.

## 2023-10-21 v3.11.0
This version is the same as v3.11.0_1 (except for the updated version number in the code).
Refer to [v3.11 release plan discussions](https://github.com/ddclient/ddclient/issues/552) for the reasons.

## 2023-10-15 v3.11.0_1

### Breaking changes

  * ddclient now requires curl. The Perl modules IO::Socket::IP and IO::Socket::SSL are no longer used.
  * ddclient no longer ships any example files for init systems that use `/etc/init.d`.
    This was done because those files where effectively unmaintained, untested by the developers and only updated by downstream distros.
    If you where relying on those files, please copy them into your packaging.
  * The defunct `dnsexit` protocol is removed (replaced by `dnsexit2`).

### New features

  * Introduced `usev4` and `usev6` for separate IPv4/IPv6 configuration. These will replace the legacy `use` eventually.
  * Added support for moving secrets out of the configuration through environment variables
  * Extended postscript mechanism
  * sample-get-ip-from-fritzbox: Added environment variable to override hostname
  * Warn about hosts where no IP could be determined - and skip the (bogus) update.

### Provider updates:
  * Added regfish
  * Added domeneshop.no
  * Added Mythic Beasts
  * Added Porkbun
  * Added Enom
  * Added DigitalOcean
  * Added Infomaniak
  * Added DNSExit API v2
  * Removed old DNSExit API
  * Extended EasyDNS to support IPv6
  * Extended duckdns to support IPv6

### Bug fixes

  * Fixed various issues with caching
  * Fixed issues with Hetzner zones
  * The OVH provider now ignores extra data returned
  * Merge multiple configs for the same hostname instead of use the last

## 2022-10-20 v3.10.0

### New features

  * Added support for domaindiscount24.com
  * Added support for njal.la

## 2022-05-15 v3.10.0_2

### Bug fixes

  * Fix version number being unable to parse

## 2022-05-15 v3.10.0_1

This release contains a total of over 360 commits according to GitHub.
Many of them cleaned up and improved the code to make further maintenance easier.
ddclient also went through a major maintainer change. More help is highly appreciated
and for the time new features are unlikely to be implemented.
This is a first release candidate to hopefully catch some more bugs before the final 3.10.0 release.
Due to ddclient's nature talking to many cloud services, testing all of them is not easy
and it is necessary to rely on the community to test all of them.

### New features

  * Added support for Cloudflare API tokens
  * Added support for OVH DynHost.
  * Added support for ClouDNS.
  * Added support for dinahosting.
  * Added support for Gandi LiveDNS.
  * Added a build system to make it easier for distributions to package
    ddclient:
    ```
    ./autogen && ./configure && make && make VERBOSE=1 check && make install
    ```
  * The `freedns` protocol (for https://freedns.afraid.org) now supports IPv6
    addresses.
  * New `ssl_ca_dir` and `ssl_ca_file` options to specify the location of CA
    certificates.
  * New built-in IP discovery service shorthands:
      - `googledomains` from https://domains.google
      - `he` from https://he.net
      - `ip4only.me`, `ip6only.me` from http://whatismyv6.com
      - `ipify-ipv4` and `ipify-ipv6` from https://www.ipify.org
      - `myonlineportal` from https://myonlineportal.net
      - `noip-ipv4` and `noip-ipv6` from https://www.noip.com
      - `nsupdate.info-ipv4` and `nsupdate.info-ipv6` from
        https://www.nsupdate.info
      - `zoneedit` from https://www.zoneedit.com
  * New built-in shorthands for obtaining the IP address from the following
    devices ([thanks to Geoff Simmons](https://bugs.debian.org/589980)):
      - `alcatel-530`: Alcatel/Thomson SpeedTouch 530
      - `siemens-ss4200`: Siemens SpeedStream 4200
      - `thomson-st536v6`: Thomson SpeedTouch 536v6
      - `thomson-tg782`: Thomson/Technicolor TG782
  * Added option `-curl` to access network with system Curl command instead
    of the Perl built-in IO::Socket classes.
  * Added option `-{no}web-ssl-validate` and `-{no}fw-ssl-validate`to provide
    option to disable SSL certificate validation.  Note that these only apply for
    network access when obtaining an IP address with `use=web` or `use=fw`
    (any firewall).  Network access to Dynamic DNS servers to set or retrieve
    IP address will always require certificate validation.

### Bug fixes

  * If multiple hosts are defined and one fails, ddclient will no longer skip
    the remaining hosts.
  * Minor `freedns` protocol fixes. In particular, you can now update an
    address that differs from the system's own.
  * Fixed a regression introduced in v3.9.0 that caused
    `use=ip,ip=<ipv4-address>` to fail.
  * "true" is now accepted as a boolean value.
  * The `ssl` option now applies to the `web` URL.

### Compatibility and dependency changes

  * Perl v5.10.1 or later is now required.
  * Removed dependency on Data::Validate::IP.
  * When `use=if`, iproute2's `ip` command is now attempted before falling back
    to `ifconfig` (it used to be the other way around). If you set `if-skip`,
    please check that your configuration still works as expected.
  * Removed the `concont` protocol. If you still use this protocol, please
    [file a bug report](https://github.com/ddclient/ddclient/issues) and we
    will restore it.
  * The `force` option no longer prevents daemonization.
  * If installed as `ddclientd` (or any other name ending in `d`), the default
    value for the `daemon` option is now 5 minutes instead of the previous 1
    minute.
  * The `pid` option is now ignored when ddclient is not daemonized.
  * ddclient now gracefully exits when interrupted by Ctrl-C.
  * The way ddclient chooses the default for the `use` option has changed.
    Rather than rely on the default, users should explicitly set the `use`
    option.
    * The default `interval` changed from 1 minute to 5 minutes.
  * The `fw-banlocal` option is deprecated and no longer does anything.
  * The `if-skip` option is deprecated and no longer does anything.
  * The default server for the `dslreports1` protocol changed from
    `members.dyndns.org` to `www.dslreports.com`.
  * Removed support for defunct dnsspark service
  * Removed support for defunct dtdns service
  * Removed support for defunct Hammernode service

## 2020-01-08 v3.9.1

  * added support for Yandex.Mail for Domain DNS service
  * added support for NearlyFreeSpeech.net
  * added support for DNS Made Easy
  * added systemd instructions
  * added support for dondominio.com
  * updated perl instruction
  * updated fritzbox instructions
  * fixed multidomain support for namecheap
  * fixed support for Yandex

## 2018-08-09 v3.9.0

  * new dependency: Data::Validate::IP
  * added IPv6 support for cloudfare
  * added suppport for freemyip
  * added configurable TTL to Cloudflare
  * added support for woima.fi dyndns service
  * added support for google domain

### Detailed list of changes

  * [r208] wimpunk: ddclient: cosmetic, remove stray space indent
  * [r207] wimpunk: ddclient: Support IPv6 for CloudFlare
  * [r206] wimpunk: ddclient: name cheap support https now

    From name cheap it seems http is supported now.  Since the password was
    send on plaintext, https should be used
  * [r205] wimpunk: ddclient: Use JSON::PP instead of the (deprecated)
    JSON::Any
  * [r204] wimpunk: ddclient: Follow expected behavior

    Align ddclient behavior and documentation with namecheap's -
    https://www.namecheap.com/support/knowledgebase/article.aspx/583/11/how-do-i-configure-ddclient
  * [r203] wimpunk: ddclient: Specify port number properly to 'nsupdate' (#58)

    If a port number is included in the 'server' configuration item, ddclient
    allows a port number to be specified by appending a colon and the port
    number to the server's name or IPv4 address.  However, nsupdate does not
    support this syntax, it requires the port number to be separated from the
    server name/address by whitespace.

    Signed-off-by: Kevin P. Fleming <kevin@km6g.us>
  * [r202] wimpunk: README.md, README.ssl, ddclient, sample-etc_ddclient.conf,
    sample-etc_rc.d_init.d_ddclient.alpine: Adding support for freemyip.com

    Support provided by @Cadence-GitHub in by pull request #47
  * [r195] wimpunk: ddclient, sample-etc_ddclient.conf: Merge pull request #25
    from dancapper/master

    Adding configurable TTL to Cloudflare

    This change adds configurable TTL to cloudflare instead of just using
    hardcoded value of 1 which sets "automatic" TTL any time ddclient updates
    the IP address.
  * [r194] wimpunk: sample-etc_ddclient.conf: Merge pull request #24 from
    gkranis/master

    Adding duckdns example

    Duckdns example added to sample-etc_ddclient.conf
  * [r193] wimpunk: README.md, sample-etc_rc.d_init.d_ddclient.ubuntu: Prevent
    service to start multiple times.  Added messages if trying to start/stop
    already started/stopped service.  Added daemon install instructions for
    ubuntu.
  * [r192] wimpunk: ddclient: odd-fw-patch-squashed
  * [r191] wimpunk: README.md, ddclient: Added support for woima.fi dyndns
    service
  * [r190] wimpunk: ddclient: Cleanup: removing revision info.

    Removing revision info even when it's just in the comments.
  * [r189] wimpunk: ChangeLog: Adding ChangeLog

    Since we are not going to fetch the changes from svn anymore, we add the
    old ChangeLog again.
  * [r188] wimpunk: .cvsignore, .gitignore: Cleanup: removing old ignore files

    Switching to git so we don't need .cvsignore anymore
  * [r187] wimpunk: COPYING: FSF address

    Address for FSF was wrong, corrected
  * [r186] wimpunk: Changelog.old, README.cisco, ddclient,
    sample-etc_cron.d_ddclient, sample-etc_ddclient.conf,
    sample-etc_dhclient-exit-hooks, sample-etc_dhcpc_dhcpcd-eth0.exe,
    sample-etc_ppp_ip-up.local, sample-etc_rc.d_init.d_ddclient.lsb,
    sample-etc_rc.d_init.d_ddclient.redhat: Cleanup: removing Id tags from the
    files

    Preparing a complete move to git. The Id tag isn't useful so removing from
    the files seemed to be the best solotion

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Oct 26 11:05:30 2021 UTC (3 years, 1 month ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines

net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch

Revision 1.13: download - view: text, markup, annotated - select for diffs
Thu Oct 7 14:41:20 2021 UTC (3 years, 2 months ago) by nia
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -2 lines
net: Remove SHA1 hashes for distfiles

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Feb 9 12:23:37 2016 UTC (8 years, 10 months ago) by mef
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -5 lines
Update 3.8.2 to 3.8.3
---------------------
2015-05-28  wimpunk

	* [r183] ., release: Removing unneeded release directory

2015-03-23  wimpunk

	* [r182] ddclient: Reverting to the old perl requirements like
	  suggested in #75

		The new requirements were added when adding support for cloudflare. By the
		simple fix suggested by Roy Tam we could revert the requirements which make
		ddclient back usable on CentOS and RHEL.

	* [r181] ddclient: ddclient: made json optional

	  As suggested in pull 7 on github by @abelbeck and @Bugsbane it is
	  better to make the
	  use of JSON related to the use of cloudflare.

	* [r180] ddclient: ddclient: reindenting cloudflare

	  Indenting cloudflare according to the vim tags

	* [r179] ddclient: ddclient: correction after duckdns merge

	  Correcting duckdns configuration after commit r178

	* [r178] ddclient: Added simple support for Duckdns www.duckdns.org

	  Patch provided by gkranis on github.
	  Merge branch 'gkranis'

2015-03-21  wimpunk

	* [r177] README.md: Added duckDNS to the README.md
	* [r176] sample-etc_rc.d_init.d_ddclient.ubuntu: update ubuntu init.d script

	  Merge pull request #9 from gottaloveit/master

	* [r175] Changelog, Changelog.old: Renamed Changelog to
	  Changelog.old

	  Avoiding conflicts on case insensitive filesystems

	* [r174] ddclient: Add missing config line for CloudFlare

	  Merge pull request #19 from shikasta-net/fixes

	* [r173] ddclient: Merge pull request #22 from reddyr/patch-1

	  loopia.se changed the "Current Address:" output string to "Current IP
		Address:"

	* [r172] ddclient: fixed missing ) for cloudflare service hash

	  Merge pull request #16 from adepretis/master

2015-01-20  wimpunk

	* [r171] README.md, ddclient, sample-etc_ddclient.conf: Adding
	  support for google domain

	  Patch gently provided through github on
	  https://github.com/wimpunk/ddclient/pull/13

2014-10-08  wimpunk

	* [r170] README.md, ddclient, sample-etc_ddclient.conf: Added
	  support for Cloudflare and multi domain support for namecheap

	  Pull request #7 from @roberthawdon
	  See https://github.com/wimpunk/ddclient/pull/7 for more info.

2014-09-09  wimpunk

	* [r169] ddclient: Bugfix: allowing long username-password
	  combinations

	  Patch provided by @dirdi through github.

2014-08-20  wimpunk

	* [r166] ddclient: Fixing bug #72: Account info revealed during
	  noip update

	* [r165] ddclient: Interfaces can be named almost anything on
	  modern systems.

	  Patch provided by Stephen Couchman through github

2014-06-30  wimpunk

	* [r164] ddclient: Only delete A RR, not any RR for the FQDN

	  Make the delete command specific to A RRs. This prevents ddclient
	  from deleting other RRs unrelated to the dynamic address, but on the
	  same FQDN. This can be specifically a problem with KEY RRs when using
	  SIG(0) instead of symmetric keys.

	  Reported by: Wellie Chao
	  Bug report: http://sourceforge.net/p/ddclient/bugs/71/

	  Fixes #71

2014-06-02  wimpunk

	* [r163] README.md, ddclient: Adding support for nsupdate.

	  Patch provided by Daniel Roethlisberger <daniel@roe.ch> through
	  github.

2014-04-29  wimpunk

	* [r162] README.md, README.ssl, ddclient: Removed revision
	  information

	  Revision information isn't very usable when switching to git.

2014-03-20  wimpunk

	* [r161] README.md, README.ssl, ddclient,
	  sample-etc_rc.d_init.d_ddclient.alpine: Added Alpine Linux init
	  script

	  Patch send by Tal on github.

	* [r160] RELEASENOTE: Corrected release note

2013-12-26  wimpunk

	* [r159] release/readme.txt: Commiting updated release information
	* [r158] README.md, RELEASENOTE: Committing release notes and
	  readme information to trunk

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Nov 4 00:34:56 2015 UTC (9 years, 1 month ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
Add SHA512 digests for distfiles for net category

Problems found with existing digests:
	Package haproxy distfile haproxy-1.5.14.tar.gz
	159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package bsddip: missing distfile bsddip-1.02.tar.Z
	Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
	Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
	Package djbdns: missing distfile djbdns-cachestats.patch
	Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
	Package gated: missing distfile gated-3-5-11.tar.gz
	Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
	Package poink: missing distfile poink-1.6.tar.gz
	Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
	Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
	Package waste: missing distfile waste-source.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Dec 14 15:35:49 2014 UTC (9 years, 11 months ago) by schmonz
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Add missing files to PLIST, use /bin/sh in place of unnecessary
/bin/bash, add comment to patch, define LICENSE.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Dec 13 00:26:48 2014 UTC (10 years ago) by jmcneill
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -5 lines
Update ddclient to 3.8.2.

2013-11-05  wimpunk

	* [r156] patches: Moving patching to the root of the repository.

	  The patches are mostly there for historical reasons. They've been
	  moved away to make cleaning easier. I think the applied patches should
	  even be removed.

2013-10-28  wimpunk

	* [r155] ddclient: Fallback to iproute if ifconfig doesn't work.

	  This fix applies the patch provided by Maccied Grela in
	  [bugs:#26]
	* [r154] ddclient: preventing deep sleep - see [bugs:#46]

	  Fixing [bugs:#46] by applying the provided patch.

2013-07-08  wimpunk

	* [r153] ddclient: Applying patch from [fb1ad014] fixing bug [#14]

	  More info can be found on [fb1ad014] and has been discussed in
	  the mailinglist:
	  http://article.gmane.org/gmane.network.dns.ddclient.user/71. The
	  patch was send by Rodrigo Araujo.

2013-05-14  wimpunk

	* [r152] ddclient: Adding sha1-patch provided by pirast in
	  [9742ac09]

2013-04-28  wimpunk

	* [r150] README.md, ddclient, sample-etc_ddclient.conf: Adding
	  support for ChangeIP based on the patch from Michele Giorato
	  http://sourceforge.net/p/ddclient/discussion/399428/thread/e85661ad/
	* [r148] README.md: Updated README file
	* [r147] ., README, README.md: Applying markdown syntax to README

2011-07-11  wimpunk

	* [r131] release/readme.txt: Updates after releasing 3.8.1
	* [r129] release/readme.txt: Corrected release/readme.txt
	* [r128] sample-etc_ppp_ip-up.local: Applied ip-up_run-parts.diff
	  from ubuntu
	* [r127] ddclient: Applied smc-barricade-fw-alt.diff from ubuntu

2011-07-03  wimpunk

	* [r126] ddclient: Fixing #28: FreeDNS.afraid.org changed api
	  slightly

2011-05-19  wimpunk

	* [r125] ddclient, sample-etc_ddclient.conf: Added patch for
	  dtdns-support (#39)

2011-03-09  wimpunk

	* [r124] ddclient: Patching with nic_updateable-warning patch
	  provided by antespi in ticket #2

2011-03-08  wimpunk

	* [r123] ddclient: Patching with zoneedit patch provided by
	  killer-jk in ticket #15

2010-12-07  wimpunk

	* [r122] ddclient: Added longer password support, sended by Ingo
	  Schwarze (#3130634)

2010-10-13  wimpunk

	* [r121] ddclient: Fixing bug #13: multiple fetch-ip but
	  introducing a multiple ip bug

2010-09-14  wimpunk

	* [r120] ddclient: patch for #10: invalid value for keyword ip

2010-09-13  wimpunk

	* [r119] ddclient: Applied patch from ticket #8, patch for cache
	  content leaks to global
	* [r118] ddclient: Applied patch from ticket #7, provided by Chris
	  Carr

2010-07-01  wimpunk

	* [r117] ddclient: Fixed #6: Add Red Hat package name to Perl
	  module IO::Socket::SSL error message

2010-02-24  wimpunk

	* [r116] ddclient: Subversion revision added

2009-11-09  wimpunk

	* [r115] ddclient, patches/cisco-asa.patch: Added cisco-asa patch
	  (2891001) submitted by Philip Gladstone
	* [r114] ddclient, patches/prevent-hang.patch: Added prevent-hang
	  patch (2880462) submitted by Panos

2009-10-19  wimpunk

	* [r113] ddclient, patches/foreground.patch: Added foreground patch
	  (1893144) submitted by John Palkovic

2009-09-10  wimpunk

	* [r112] README, ddclient, patches/loopia.patch,
	  sample-etc_ddclient.conf: #1609799 Support for LoopiaDNS
	  (submitted by scilence)

2009-08-05  wimpunk

	* [r111] ddclient, patches/freedns-patch: applied freedns patch
	  (patch 2832129)

2009-05-16  wimpunk

	* [r110] ddclient: Bug 2792436: fixed abuse message of dyndns

2009-02-27  wimpunk

	* [r109] sample-etc_ddclient.conf: Added warning about the update
	  interval (#2619505)

2009-01-27  wimpunk

	* [r108] .cvsignore, RELEASENOTE, ddclient, release,
	  release/readme.txt: Modified during the release of ddclient-3.8.0

2008-12-04  wimpunk

	* [r106] ddclient: help about postscript added

2008-11-19  wimpunk

	* [r105] ddclient, patches/password.patch: Added better password
	  handling sended by Ingo Schwarze
	* [r104] TODO, sample-ddclient-wrapper.sh: Added ddclient wrapper
	  script
	* [r103] ddclient: Extra fix for multiple IP's

2008-11-01  wimpunk

	* [r102] sample-etc_ddclient.conf: Added some remarks concerning
	  the postscript. See
	  https://sourceforge.net/forum/message.php?msg_id=5550545

2008-09-30  wimpunk

	* [r101] ddclient, patches/multiple-ip.patch: Added support for
	  multiple IP adresses. See
	  http://permalink.gmane.org/gmane.network.dns.ddclient.user/17
	* [r100] patches/namecheap.patch: extra comments added to namecheap
	  patch

2008-07-04  wimpunk

	* [r99] patches/namecheap.patch: namecheap patch added to patches
	  section

2008-06-13  wimpunk

	* [r98] .: New trunk created based on the old trunk/svn
	* [r96] svn: Moved old trunk/svn to ddclient and it will be the new
	  trunk
	* [r95] svn: Ignoring test configuration
	* [r94] svn/.cvsignore, svn/RELEASENOTE, svn/UPGRADE: Added some
	  release related files
	* [r93] svn/patches/no-host.patch: Added not used no-host patch to
	  patches section

2008-06-05  wimpunk

	* [r90] svn/ddclient: Added more info about the daemon interval
	* [r89] svn/ddclient: Preventing error while reading cache when ip
	  wasn't set correctly before
	* [r88] svn/ddclient: Preventing an error when trying to send a
	  message on mail-failure

2008-06-02  wimpunk

	* [r87] svn/ddclient, svn/sample-etc_ddclient.conf: Modified
	  documentation about zoneedit based on the comments from Oren Held

2008-03-04  wimpunk

	* [r86] svn/patches/ddclient.daemon-timeout.patch: Added patch
	  which was applied to rev 27 (posted by James deBoer)

2008-02-19  wimpunk

	* [r85] svn/patches/eurodns.patch: Patch modified to apply on
	  ddclient 3.7.3

2008-02-08  wimpunk

	* [r84] svn/patches/mail-on-kill.patch: Added mail-on-kill patch to
	  patches section

2008-02-05  wimpunk

	* [r83] svn/ddclient: Sending mail when killed, not after
	  TERM-signal
	* [r82] svn/README: Added creation of cache dir

2007-10-29  wimpunk

	* [r81] svn/ddclient, svn/patches/ubuntu/default-timeout.patch:
	  Added and applied default timeout patch from
	  https://bugs.launchpad.net/ubuntu/+source/ddclient/+bug/116066

2007-08-29  wimpunk

	* [r80] svn/ddclient, svn/patches/ddclient-noip.patch: Added
	  ddclient-noip.patch send by Kurt Bussche.

2007-08-07  wimpunk

	* [r78] svn/ddclient: Updated version number to 3.7.3

2007-08-01  wimpunk

	* [r77] svn/ddclient, svn/patches/typo_dnspark.patch: Applied
	  typo_dnspark.patch send by Marco

2007-07-31  wimpunk

	* [r76] svn/README.ssl: Renamed dyndns.org to dyndns.com
	* [r75] svn/README: Removed ^M at line 37
	* [r74] svn/ddclient: Removed line 183, comments on Vigor 2200 USB

2007-07-30  wimpunk

	* [r73] svn: Ignoring ChangeLog since autogenerated
	* [r72] svn/Changelog: Notification about changed ChangeLog
	  configuration
	* [r71] svn/patches/ubuntu/dyndns_com.diff: Removed patch since
	  it's invalid
	* [r70] svn/patches/opendns.patch: Added not applied opendns.patch,
	  see tracker #1758564
	* [r69] svn/patches/debianpatches,
	  svn/patches/debianpatches/abuse_msg.diff,
	  svn/patches/debianpatches/cachedir.diff,
	  svn/patches/debianpatches/cisco_fw.diff,
	  svn/patches/debianpatches/config_path.diff,
	  svn/patches/debianpatches/daemon_check.diff,
	  svn/patches/debianpatches/daemon_interval.diff,
	  svn/patches/debianpatches/help_nonroot(2).diff,
	  svn/patches/debianpatches/help_nonroot.diff,
	  svn/patches/debianpatches/ip-up_run-parts.diff,
	  svn/patches/debianpatches/maxinterval.diff,
	  svn/patches/debianpatches/readme.txt,
	  svn/patches/debianpatches/sample_path.diff,
	  svn/patches/debianpatches/smc-barricade-7401bra.patch,
	  svn/patches/debianpatches/smc-barricade-fw-alt.diff,
	  svn/patches/debianpatches/update-new-config.patch,
	  svn/patches/ubuntu, svn/patches/ubuntu/checked_ssl_load.diff,
	  svn/patches/ubuntu/config_path.diff,
	  svn/patches/ubuntu/daemon_interval.diff,
	  svn/patches/ubuntu/dyndns_com.diff,
	  svn/patches/ubuntu/sample_ubuntu.diff, svn/patches/ubuntu/series,
	  svn/patches/ubuntu/smc-barricade-fw-alt.diff: Added debian and
	  ubuntu patches

2007-07-29  wimpunk

	* [r68] svn/TODO: Added url to feature request dyndns

2007-07-12  wimpunk

	* [r67] svn/README, svn/patches/readme.patch: Run dos2unix on
	  readme and it's patch which Marco Rodrigues submitted.
	* [r66] svn/README, svn/patches/readme.patch: Partial applied
	  readme.patch. See tracker #1752931

2007-07-10  wimpunk

	* [r65] svn/ddclient: signature modified
	* [r64] svn/ddclient: Added website to ddclient comments
	* [r63] svn/patches/regex_vlan.patch: Added extra comments to the
	  patch.
	* [r62] svn/ddclient, svn/patches/create_patch.sh,
	  svn/patches/regex_vlan.patch,
	  svn/patches/typo_namecheap_patch.diff.new: Added patches and
	  applied regex_vlan.patch. See bug #1747337
	* [r61] svn/ddclient: Applied typo_namecheap_patch.diff send by
	  Marco Rodrigues

2007-07-07  wimpunk

	* [r60] svn/sample-etc_ppp_ip-up.local: Reverted the patch from
	  torsten. See [ 1749470 ] Bug in Script sample-etc_ppp_ip-up.local

2007-07-04  wimpunk

	* [r59] svn/release, svn/release/readme.txt: Adding some release
	  documentation

2007-06-14  wimpunk

	* [r57] svn/Changelog, svn/ddclient: Changed version number
	* [r55] svn/patches, svn/patches/3com-oc-remote812.patch,
	  svn/patches/easydns.patch, svn/patches/eurodns.patch: Patches
	  directory added

2007-06-12  wimpunk

	* [r54] svn/ddclient: 3com-oc-remote812 patch by The_Beast via IRC:
	  see patches/3com-oc-remote812.patch

2007-06-05  wimpunk

	* [r53] svn/ddclient: Applied easydns.patch, patch 117054

2007-05-28  wimpunk

	* [r52] svn/ddclient: Changed nic_namecheap_update following the
	  suggestion of edmdude on the forum
	  (https://sourceforge.net/forum/message.php?msg_id=4316938)

2007-05-19  wimpunk

	* [r48] svn/ddclient: Cosmetic change about checkip
	* [r47] svn/ddclient: Applied checked_ssl_load.diff from ubuntu
	* [r46] svn/ddclient: Removed the two empty lines at the end of
	  ddclient

2007-02-26  wimpunk

	* [r44] svn/TODO: added a TODO list

2007-02-21  wimpunk

	* [r43] svn/Changelog, svn/ddclient: Preventing unitialized values,
	  check https://sourceforge.net/forum/message.php?msg_id=4167772

2007-01-24  wimpunk

	* [r40] svn/Changelog, svn/ddclient: Changed max-interval to
	  25days. See https://www.dyndns.com/services/dns/dyndns/faq.html

2006-12-03  wimpunk

	* [r39] svn/Changelog, svn/ddclient: Applied maxinterval.diff:
	  Increase max interval for updates.
	  See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=129370
	  http://www.dyndns.com/support/services/dyndns/faq.html#q15
	* [r38] svn/ddclient: Applied cisco_fw.diff: Use configured
	  hostname for firewall access with
	  -use=cisco (closes: #345712). Thanks to Per Carlson for the
	  patch!
	  See http://bugs.debian.org/345712.

2006-12-02  wimpunk

	* [r37] svn/Changelog, svn/ddclient: Applied
	  smc-barricade-7401bra.patch: Support for SMC Barricade 7401BRA FW
	  firewall (submitted by Torsten)
	  Changelog modified for all previous patches from Torsten
	* [r36] svn/ddclient: Applied update-new-config.patch: Force update
	  if config has changed
	  (submitted by Torsten)
	* [r35] svn/sample-etc_ppp_ip-up.local: Applied
	  ip-up_run-parts.diff: Fix parameter in ip-up script.
	  (submitted by Torsten)
	* [r34] svn/ddclient: Applied help_nonroot.diff: Allow calling the
	  help function as non-root.
	  (submitted by Torsten)
	* [r33] svn/ddclient: Applied cachedir.diff: Original ddclient
	  stores a cache file in /etc which
	  would belong in /var/cache in my opinion and according to the
	  FHS. Patch
	  changes that. (submitted by Torsten)
	* [r32] svn/ddclient: Applied abuse_msg.diff: ddclient still
	  reports the email to contact dyndns.org
	  but they prefer a web form today (IIRC). This patch adjusts the
	  abuse warning
	  printed by ddclient. (submitted by Torsten)
	* [r31] svn/Changelog: Changed Changelog syntax

2006-11-27  wimpunk

	* [r30] svn/Changelog, svn/ddclient: Don't send any mail when in
	  not running daemon mode (patch submitted by Daniel Thaler)

2006-11-03  wimpunk

	* [r28] svn/Changelog, svn/ddclient: Added patch "Patch: Treat
	  --daemon values as intervals"
	  (submitted by James deBoer)

2006-09-30  wimpunk

	* [r22] svn/Changelog, svn/sample-etc_rc.d_init.d_ddclient.ubuntu:
	  Added initscript for Ubuntu (posted by Paolo Martinelli)

2006-09-14  wimpunk

	* [r21] svn/Changelog, svn/ddclient: URL of zoneedit has changed
	  (see bug #1558483)

2006-06-14  wimpunk

	* [r11] svn/Changelog, svn/ddclient: Changed version number
	* [r8] ., html, svn, xml: Created trunk and tags, moved directories
	  to it
	* [r6] Changed the order of perl and update of README.ssl

2006-06-11  ddfisher

	* [r5] see Changelog

2006-06-10  ddfisher

	* [r4] updated changelog
	* [r3] See Changelog

2006-05-22  wimpunk

	* [r2] Reorganise

3.7.3
        * Changelog moved to more correct ChangeLog
          generated by svn2cl --group-by-day -i
          See http://tinyurl.com/2fzhc6

3.7.2
        * Preventing unitialized values, check
        https://sourceforge.net/forum/message.php?msg_id=4167772
        * added a TODO list
        * Removed the two empty lines at the end of ddclient
        * Applied checked_ssl_load.diff from Ubuntu
        * Cosmetic change about checkip
        * Changed nic_namecheap_update following the suggestion of edmdude
        on the forum (https://sourceforge.net/forum/message.php?msg_id=4316938)
        * Applied easydns.patch
        * 3com-oc-remote812 patch by The_Beast via IRC.
        * Applied eurodns.patch

3.7.1
        * URL of zoneedit has changed (see bug #1558483)
        * Added initscript for Ubuntu (posted by Paolo Martinelli)
        * Added patch "Patch: Treat --daemon values as intervals"
        (submitted by James deBoer)
        * Don't send any mail when in not running daemon mode
        (patch submitted by Daniel Thaler)
        * Changed Changelog syntax
        * Applied patches submitted by Torsten:
        abuse_msg.diff: ddclient still reports the email to contact dyndns.org
        but they prefer a web form today (IIRC). This patch adjusts the abuse
        warning printed by ddclient.
        cachedir.diff: Original ddclient stores a cache file in /etc which
        would belong in /var/cache in my opinion and according to the FHS.
        help_nonroot.diff: Allow calling the help function as non-root.
        update-new-config.patch: Force update if config has changed
        smc-barricade-7401bra.patch: Support for SMC Barricade 7401BRA FW
        firewall
        cisco_fw.diff: Use configured hostname for firewall access
        with -use=cisco (closes: #345712). Thanks to Per Carlson for the
        patch!  See http://bugs.debian.org/345712.
        maxinterval.diff: Increase max interval for updates.
        See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=129370
        http://www.dyndns.com/support/services/dyndns/faq.html#q15
        * Changed max-interval to 25days.  See
        https://www.dyndns.com/services/dns/dyndns/faq.html

3.7.0
- Added vi tag
- Added support for 2Wire 1701HG Gateway (see
  https://sourceforge.net/forum/message.php?msg_id=3496041 submitted by hemo)
- added ssl-support by perlhaq
- updated cvs version to 3.7.0-pre
- added support for Linksys RV042, see feature requests #1501093, #1500877
- added support for netgear-rp614, see feature request #1237039
- added support for watchguard-edge-x, patch #1468981
- added support for dlink-524, see patch #1314272
- added support for rtp300
- added support for netgear-wpn824
- added support for linksys-wcg200, see patch #1280713
- added support for netgear-dg834g, see patch #1176425
- added support for netgear-wgt624, see patch #1165209
- added support for sveasoft, see patch #1102432
- added support for smc-barricade-7004vbr, see patch #1087989
- added support for sitecom-dc202, see patch #1060119
- fixed the error of stripping out '#' in the middle of password, bug #1465932
- fixed a couple bugs in sample-etc_rc.d_init.d_ddclient and added some extra au
to distro detection
- added the validation of values when reading the configuration value.
- this fixes a bug when trying to use periods/intervals in the daemon check time
s, bug #1209743
- added timeout option to the IO::Socket call for timing out the initial connect
ion, bug: #1085110

3.6.7
- modified sample-etc_rc.d_init.d_ddclient.lsb (bug #1231930)
- support for ConCont Protocol (patch #1265128) submitted by seather_misery
- problem with sending mail should be solved
- corrected a few writing mistakes
- support for 'NetComm NB3' adsl modem (submitted by crazyprog)
- Added Sitelutions DynDNS, fixed minor Namecheap bug (patch #1346867)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Oct 3 23:02:52 2007 UTC (17 years, 2 months ago) by bad
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Regenerate patch-aa avoiding CVS keyword in the patch.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Oct 3 18:31:19 2007 UTC (17 years, 2 months ago) by bad
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Move ddclient cache file to $VARBASE/db/ddclient.cache by default.
Bump PKGREVISION.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Aug 2 09:55:38 2005 UTC (19 years, 4 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5 lines
Update to 3.6.6, provided by Geert Hendrickx in PR 30891:

3.6.6
- support for olitec-SX200
- added sample-etc_rc.d_init.d_ddclient.lsb as a sample script for lsb-compliant systems.
- support for linksys wrt854g (thanks to Nick Triantos)
- support for linksys ver 3
- support for Thomson (Alcatel) SpeedTouch 510 (thanks to Aldoir)
- Cosmetic fixes submitted by John Owens

3.6.5
- there was a bug in the linksys-ver2
- support for postscript (thanks to Larry Hendrickson)
- Changelog out of README
- modified all documentation to use /etc/ddclient/ddclient.conf (notified by 	nicolasmartin in bug [1070646])

3.6.4
- added support for NameCheap service (thanks to Dan Boardman)
- added support for linksys ver2 (thanks to Dan Perik)

3.6.3
- renamed sample-etc_dhclient-enter-hooks to sample-etc_dhclient-exit-hooks
- add support for the Allnet 1298 Router
- add -a to ifconfig to query all interfaces (for Solaris and OpenBSD)
- update the process status to reflect what is happening.
- add a To: line when sending e-mail
- add mail-failure to send mail on failures only
- try all addresses for multihomed hosts (like check.dyndns.org)
- add support for dnspark
- add sample for OrgDNS.org

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Feb 24 12:13:45 2005 UTC (19 years, 9 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Add RMD160 digests.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Mar 25 01:18:50 2002 UTC (22 years, 8 months ago) by hubertf
Branches: MAIN
CVS tags: pkgviews-base, pkgviews, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4, netbsd-1-6-RELEASE-base, netbsd-1-6-1-base, netbsd-1-6-1, netbsd-1-6, netbsd-1-5-PATCH003, buildlink2-base, buildlink2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Update ddclient to 3.6.2. Changes:

- add support for Xsense Aero
- add support for Alcatel Speedtouch Pro
- do authentication when either the login or password are defined.
- fix parsing of web status pages

Updated contributed by Amitai Schlair <schmonz@schmonz.com> in private mail.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Dec 9 19:55:35 2001 UTC (23 years ago) by jlam
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
Update net/ddclient to 3.6.  Pkgsrc changes include:

- buildlink'ify
- use general INSTALL scripts as ddclient now requires a config file and
  can use a rc.d script to operate in daemon mode

Changes from version 2.3.2 include:

- bug fixes
- new ddclient.conf format
- rewritten to support DynDNS's NIC2 and other dynamic DNS services:
-   added EasyDNS (easydns.com)
-   added Hammernode (hn.org)
-   added ZoneEdit (zoneedit.com)
-   added DSLreports (dslreports.com) host monitoring
- added support for obtaining IP addresses from :
-   interfaces, commands, web, external commands, routers
- added daemon mode
- added logging msgs to syslog and e-mail
- add detection of SIGHUP. When this signal is received, ddclient will
  wake up immediately, reload it's configuration file, and update
  the IP addresses if necessary.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Apr 21 11:23:13 2001 UTC (23 years, 7 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-5-PATCH001
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -2 lines
Move to sha1 checksum, and/or add distfile sizes.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Apr 17 11:51:07 2001 UTC (23 years, 7 months ago) by agc
Branches: MAIN
+ move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>