mydns (1:1.1.0-6ubuntu0.1) feisty-security; urgency=low * Security upload for a remote heap smash. (LP: #110306) * debian/patches/04-remote-heap-smash.dpatch generated from http://www.digit-labs.org/files/patches/mydns-update.c.diff, with PoC at http://www.digit-labs.org/files/exploits/mydns-rr-smash.c -- Steve Kowalik Fri, 27 Apr 2007 23:49:24 +1000 mydns (1:1.1.0-6) unstable; urgency=medium * MyDNS does not recognise `listen' addresses separated with a comma and a space, removed the latter (Closes: #377641) -- Philipp Kern Tue, 31 Oct 2006 23:09:11 +0100 mydns (1:1.1.0-5) unstable; urgency=low * Corrected a typo (Closes: #393353) -- Philipp Kern Mon, 16 Oct 2006 19:11:19 +0200 mydns (1:1.1.0-4) unstable; urgency=low * Updated Spanish debconf translation (Closes: #383078) * Handle multiple `listen' and `no-listen' configuration options by joining them into a comma-separated list. (Closes: #377641) -- Philipp Kern Sun, 8 Oct 2006 22:52:15 +0200 mydns (1:1.1.0-3) unstable; urgency=low * Install the contributed web interface into the documentation directory, together with some documentation about the ALIAS feature * Fixed the postal code in `debian/copyright' * Do not depend on `mydns-common' in `mydns-pgsql' -- Philipp Kern Thu, 8 Jun 2006 15:42:42 +0200 mydns (1:1.1.0-2) unstable; urgency=low * Fix ALIAS handling in mydnscheck (Patch supplied by Patrick Coleman) * Preserve yet more configuration options -- Philipp Kern Tue, 30 May 2006 18:26:03 +0200 mydns (1:1.1.0-1) experimental; urgency=low * New upstream version (Closes: #355255) * Updated FSF postal address in `debian/copyright' * Added CVE ID for the security issue fixed in `1.1.0+pre-3' * Updated build-dependency to libmysqlclient15-dev (Closes: #357080) * Pruned `mydns-common' due to its size * Refactored `debian/rules' * Moved changes to the pristine source into dpatch files * Run autotools during the build cycle to honour necessary fixes of the build system * Added Swedish debconf translations, thanks to Daniel Nylander (Closes: #351013) -- Philipp Kern Fri, 7 Apr 2006 20:06:20 +0200 mydns (1.1.0+pre-3) unstable; urgency=high * Fix a critical remote DDoS, caused by a missing pointer check. (CVE-2006-0351, Closes: #348826) -- Philipp Kern Fri, 20 Jan 2006 22:24:31 +0100 mydns (1.1.0+pre-2) unstable; urgency=low * Applied the PostgreSQL transition path proposed by Martin Pitt. * Added Vietnamese debconf translations, thank you Clytie Siddall. (Closes: #312995) * Some tweeks to the English debconf template. (Closes: #312996) -- Philipp Kern Tue, 14 Jun 2005 12:40:39 +0000 mydns (1.1.0+pre-1) unstable; urgency=low * New upstream release. -- Philipp Kern Mon, 23 May 2005 08:28:59 +0000 mydns (1.0.0-4) unstable; urgency=low * mydns-pgsql.mydns.init: - Check for the configuration file; bail out if there is none. * mydns-pgsql.postinst: - Dump an example configuration file to /etc/mydns.conf.example. - Show a note about it. (Closes: #303564) * mydns-pgsql.postrm: - Remove all of mydns's configuration files in /etc on purge and the example one on remove. * Applied a patch of David Phillips to keep more values when dumping a new configuration file with ``--dump-config''. -- Philipp Kern Mon, 25 Apr 2005 18:23:00 +0000 mydns (1.0.0-3) unstable; urgency=low * Corrected typo in the package description. (Closes: #299689) * Added mydns-pgsql to the recommendations of mydns-common. -- Philipp Kern Fri, 8 Apr 2005 20:44:24 +0000 mydns (1.0.0-2) unstable; urgency=low * Added czech debconf translations, thanks to Miroslav Kure. (Closes: #298210) * Fixed a memory leak due to a missing free. -- Philipp Kern Wed, 9 Mar 2005 15:32:21 +0000 mydns (1.0.0-1) unstable; urgency=low * New upstream release. * Added an additional depend on virtual-mysql-client to fix conflicts with new MySQL versions. -- Philipp Kern Fri, 14 Jan 2005 19:29:50 +0100 mydns (0.11.0-9) unstable; urgency=low * Added debconf-updatepo to debian/rules:clean. * Applied a patch for MyDNS to fix FTBFS on amd64 with gcc-4.0. (Thanks to Andreas Jochens , Closes: #287741) -- Philipp Kern Thu, 30 Dec 2004 14:51:36 +0000 mydns (0.11.0-8) unstable; urgency=low * Add a daily cron script to check the consistency of MyDNS's database. * Build a PostgreSQL version of the MyDNS server -- yet without debconf support. -- Philipp Kern Sat, 25 Dec 2004 12:09:00 +0100 mydns (0.11.0-7) unstable; urgency=medium * Remove the temporary MySQL configuration files in a seperate function to ensure it will be called. * Accept empty MySQL administration password by passing "none" to the debconf interface. -- Philipp Kern Sun, 31 Oct 2004 14:48:00 +0200 mydns (0.11.0-6) unstable; urgency=low * Preserve more configuration options. (Closes: #272089) -- Philipp Kern Fri, 17 Sep 2004 17:44:04 +0200 mydns (0.11.0-5) unstable; urgency=low * Updates to the French debconf translations, thanks Christian Perrier. (Closes: #267002) * Switched to the correct MyDNS capitalisation within the debconf templates and translations. -- Philipp Kern Fri, 20 Aug 2004 10:30:17 +0200 mydns (0.11.0-4) unstable; urgency=low * Patch against typo in src/mydns/conf.c applied. * Added updated ja.po, thanks Hideki Yamane. (Closes: #266783) -- Philipp Kern Fri, 19 Aug 2004 11:41:00 +0200 mydns (0.11.0-3) unstable; urgency=low * debian/rules: - Moved configure flags to CFGFLAGS. - Some preliminary flavour support added, MySQL is used by default. * debian/config: - Heavily refactored. - Model representing the control flow added to the top of the file. - Debconf question mydns/setup added: Users are now able to setup their database by themselves. (Closes: #255040) * debian/postinst: - Heavily refactored. - Logic for mydns/setup added. * debian/postrm: - Moved mydns/purge_db to postrm. * debian/mysql-mysql.templates: - Added mydns/setup debconf template. * debian/mysql-common.docs: - Removed doc as the texinfo documentation is already included in /usr/share/info and the manpages in their corresponding flavour package. * debian/mysql-mysql.mydns.init: - Build from scratch upon the actual skeleton. (Closes: #262057) * debian/po/ca.po removed, all strings were fuzzy. * debian/po/fr.po updated, thanks to Christian Perrier . -- Philipp Kern Fri, 18 Jul 2004 20:50:50 +0200 mydns (0.11.0-2) unstable; urgency=low * Build-Depends on debhelper fixed, >=4.1.68 is required. (Closes: #252448) -- Philipp Kern Thu, 03 Jun 2004 19:14:00 +0200 mydns (0.11.0-1) unstable; urgency=low * New upstream release -- Philipp Kern Fri, 21 May 2004 19:02:00 +0200 mydns (0.10.4-1) unstable; urgency=low * New upstream release (This release should significantly improve performance, bandwidth utilization and maybe even reliability.) -- Philipp Kern Thu, 29 Apr 2004 18:29:03 +0200 mydns (0.10.3-3) unstable; urgency=medium * Fixed the config file defaults in postinst. -- Philipp Kern Mon, 26 Apr 2004 19:37:20 +0200 mydns (0.10.3-2) unstable; urgency=medium * Changed configure line to default to MySQL in every case. * Debconf config and templates were not included in mydns-mysql since the package split. Justifies `medium'. * Changed the socket handling. When the host field in debconf is set to "localhost", the default socket of MySQL is used, if "127.0.0.1" is set then a TCP/IP connection to MySQL will be initiated. An empty field would also lead to a socket being used. (Closes: #171234) -- Philipp Kern Fri, 16 Apr 2004 20:02:17 +0200 mydns (0.10.3-1) unstable; urgency=low * New upstream release * Catalan debconf translation added (thanks to Aleix Badia i Bosch) (Closes: #236653) -- Philipp Kern Mon, 22 Mar 2004 20:57:29 +0100 mydns (0.10.2-1) unstable; urgency=medium * New upstream release (Closes: #234430) (0.10.1 suffered from a cache problem which had serious performance and RAM impact - justifies medium urgency) * Policy fixes * Splitted package into mydns-common and mydns-mysql * Preserving more values in mydns.conf on package upgrade * Building more cleanly * Added manpage for 'mydnsptrconvert' utility * Added debian/watch * Japanese debconf translation added (thanks to Hideki Yamane) (Closes: #229293) * Spanish debconf translation added (thanks to Carlos Valdivia Yague) (Closes: #235050) * Incomplete dependency chain for mydns-mysql. Included mysql-client. Thanks to Marcin Orlowski for reporting this (Closes: #234559). -- Philipp Kern Fri, 27 Feb 2004 18:41:42 +0100 mydns (0.10.1-1) unstable; urgency=high * New upstream release * Previous versions of MyDNS may be susceptible to a denial-of-service attack. Upgrading to this version is recommended for all users. * debian/copyright fixed according to the recent discussion on debian-legal -- Philipp Kern Wed, 17 Dec 2003 18:31:42 +0100 mydns (0.10.0-1) unstable; urgency=low * Package taken over by Philipp Kern Sponsor is Christian Perrier (Closes: #205555, #209071) * Correction of the Brazilian Portuguese (pt_BR) debconf template translation (Closes: #207977) * Enabled the aliasing patch * Compatibility with GNU/Hurd (Closes: #218331) * Fixed strange behavior with .po files (8-bit -> 8bit) * mydnsimport did not import PTR records * Fix against failure of mydnsptrconvert when nothing to do. (Closes: #211901) * Finally close all bugs fixed in NMU (Closes: #176843, #191826, #197533, #198987, #203091) -- Philipp Kern Sat, 1 Nov 2003 20:01:12 +0100 mydns (0.10.0-0.2) unstable; urgency=low * NMU * Correction to french debconf translation (unfuzzied strings) -- Christian Perrier Fri, 5 Sep 2003 08:35:05 +0200 mydns (0.10.0-0.1) unstable; urgency=low * NMU, sponsored by Christian Perrier * New upstream release (Closes: #203091) * Adds french and portuguese debconf translations (Closes: #198987) * Runs ptrconvert when a ptr table exists (Thank you, Hiroyuki Kimura) -- Philipp Kern Sat, 16 Aug 2003 11:55:09 +0200 mydns (0.9.10-0.1) unstable; urgency=high * NMU * Urgency: High because upgrade is needed while this release (previous too) fixes various security bugs. (Closes: #191826) (See http://mydns.bboy.net/download/changelog.html) * use po-debconf now * change debconf template (the previous one did not work anymore) * add two debconf templates used to test the existence of mysql-server on localhost when localhost is provided to debconf. * s/Type "enter"/Hit "enter"/ in template (Closes: #176843) * remove extra white space in control description -- Igor Genibel Sat, 10 May 2003 13:11:56 +0200 mydns (0.9.2-1) unstable; urgency=low * New upstream release: Add AXFR acl, fix some bugs. -- Helios de Creisquer (aka creis) Sat, 21 Sep 2002 21:11:19 +0200 mydns (0.8.3-2) unstable; urgency=low * Fix little bugs in packaging: missing texinfo in build-deps, better handling of mysql informations for debconf... -- Helios de Creisquer (aka creis) Mon, 26 Aug 2002 10:15:47 +0200 mydns (0.8.3-1) unstable; urgency=low * New upstream release, fix a lot of little bugs :) upgrading is recommended -- Helios de Creisquer (aka creis) Sun, 11 Aug 2002 02:55:27 +0200 mydns (0.8.2-1) unstable; urgency=low * Initial Release. -- Helios de Creisquer (aka creis) Thu, 1 Aug 2002 14:50:27 +0200