inadyn 1.99.3-1 source package in Ubuntu

Changelog

inadyn (1.99.3-1) unstable; urgency=low


  * New upstream release:
    - new option --cachefile to specify cache file.
    - new option --bind to set interface to bind to.
    - old option --iface used to obtain interface IP
      with no external IP check.
  * Fix problem with /run/inadyn access when upgrading from 1.96.2-1.
    Closes: #709391, #711226.
  * debian/inadyn.ppp.ip-up:
    - write PID into /tmp/inadyn.pid.
  * debian/control:
    - add full list of the supported services to extended description.
  * debian/inadyn.init:
    - use log_action_msg() instead of log_success_msg().
    - fix lintian warning init.d-script-call-internal-API.
  * debian/docs:
    - README renamed to README.md.
  * debian/rules:
    - tell 'make' do not hide build info.
  * Drop debian/patches, merged upstream.
  * Update debian/inadyn.conf.
  * Add debian/links:
    - add symlink for /usr/sbin/inadyn to /usr/bin/inadyn.

 -- Timur Birsh <email address hidden>  Fri, 07 Jun 2013 11:40:43 +0600

Upload details

Uploaded by:
Timur Birsh
Uploaded to:
Sid
Original maintainer:
Timur Birsh
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
inadyn_1.99.3-1.dsc 1.7 KiB bd2f4fff6606576acf92f9512076d8c9a3c824cd316852a08160e33b552d6a4c
inadyn_1.99.3.orig.tar.gz 60.4 KiB b03c13315846cf6bb2bdce5eb5d3efb78dd48bee855271390274c20f21c67a51
inadyn_1.99.3-1.debian.tar.xz 8.5 KiB 968d5f860fa6f04ea0664020eed1bbc222d44f3efab59a5228c60fe42b5cdb81

Available diffs

No changes file available.

Binary packages built by this source

inadyn: Simple and small DynDNS client written in the C language

 With this package the user can have an Internet name for his host
 even though he might not have a name server or a static IP. It works
 by being a client of a supposedly open name server and updating the
 server's records when the need arise. A list of the servers that are
 supported is:
   * http://www.dyndns.org
   * http://freedns.afraid.org
   * http:// www.zoneedit.com
   * http://www.no-ip.com
   * http://www.easydns.com
   * http://www.tzo.com
   * http://www.3322.org
   * http://www.dnsomatic.com
   * http://www.tunnelbroker.net
   * http://dns.he.net
   * http://www.dynsip.org
   * http://www.sitelutions.com
   * http://www.dnsexit.com
   * http://www.changeip.com
 .
 Some of the services of these servers are free of charge.
 .
 This is a command line tool that is written in portable ANSI C with a
 little OS abstraction layer. It can maintain multiple host names with
 the same IP address, and has a web based IP detection which runs well
 behind a NAT router.