1
0

changelog 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  1. ngircd (25-1) unstable; urgency=medium
  2. * New upstream version 25
  3. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 27 Jan 2019 12:59:59 +0100
  4. ngircd (24-2) unstable; urgency=medium
  5. * Take the package out of the Debian IRC Team's maintenance
  6. * Fix dependencies, remove obsolete ones, other cleanup
  7. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Fri, 18 Aug 2017 17:31:49 +0200
  8. ngircd (24-1) unstable; urgency=medium
  9. * New upstream version
  10. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Fri, 20 Jan 2017 22:23:46 +0100
  11. ngircd (23-2) unstable; urgency=low
  12. * No longer ship a socket activation file. Closes: #829057
  13. * Enable full hardening build
  14. * Add Documentation key to systemd service file
  15. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Mon, 04 Jul 2016 14:01:16 +0200
  16. ngircd (23-1) unstable; urgency=low
  17. * New upstream version 23
  18. * Update ngircd config from upstream
  19. * Use systemd and socket activation from upstream
  20. * Fix broken creation of the debug symbols
  21. * Upgrade to Standards-Version: 3.9.8, no changes
  22. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Mon, 27 Jun 2016 23:48:15 +0200
  23. ngircd (22.1-2) unstable; urgency=low
  24. * Allow reproducible builds
  25. * Actually use dh-systemd
  26. * Upgrade to Standards-Version: 3.9.6, no changes
  27. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Wed, 26 Aug 2015 08:00:35 +0200
  28. ngircd (22.1-1) unstable; urgency=low
  29. * New upstream version 22.1
  30. * Remove test-suite-dont-use-dns-lookups.patch, was cherry-picked
  31. * Use dh-systemd to install the service file. When using systemd,
  32. ngircd is now enabled by default.
  33. * Assert directories when using systemd. Closes upstream #219
  34. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Fri, 21 Aug 2015 17:22:46 +0200
  35. ngircd (22-2) unstable; urgency=low
  36. * Re-enable whois-test
  37. * Cherry-pick upstream commit rel-22-6-g31b3c83: Test suite: Don't
  38. use DNS lookups.
  39. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Tue, 04 Nov 2014 22:26:00 +0100
  40. ngircd (22-1) unstable; urgency=low
  41. * New upstream version 22
  42. * Merge upstream version 22
  43. * Shipped configuration ngircd.conf
  44. - Update from upstream
  45. - Disable SSLv3
  46. * README.Debian
  47. - Drop section about ngircd 18
  48. - Document workaround for wheezy/jessie server links
  49. * Change to source format 3.0 (quilt) to benefit from upstream's xz
  50. compressed tarball
  51. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Wed, 15 Oct 2014 20:34:20 +0200
  52. ngircd (21.1-1) unstable; urgency=low
  53. * Build ngircd with support for ident (enabled by default) and
  54. PAM (disabled)
  55. * Exempt /usr/share/doc/ngircd/Commands.txt from compression to make
  56. the HELP command work
  57. * Build against GnuTLS 3 to work around Debian#708174 and CAs that
  58. sign certificates with SHA-512
  59. * Update debian/copyright and debian/watch
  60. * New upstream version 21.1
  61. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sat, 26 Apr 2014 22:27:58 +0000
  62. ngircd (21-1) unstable; urgency=low
  63. * New upstream version 21
  64. * The cipher settings for TLS connections have been restricted,
  65. please report any problems.
  66. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 03 Nov 2013 13:15:58 +0000
  67. ngircd (20.3-1) unstable; urgency=low
  68. * New upstream version 20.3, fixes CVE-2013-5580
  69. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Fri, 23 Aug 2013 23:36:54 +0200
  70. ngircd (20.2-1~exp1) experimental; urgency=low
  71. * Fix systemd service definition installation
  72. * New upstream version 20.2. This fixes the denial of service
  73. vulnerability CVE-2013-1747 introduced with 20.1-1~exp1
  74. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sat, 16 Feb 2013 22:57:16 +0100
  75. ngircd (20.1-1~exp1) experimental; urgency=low
  76. * New upstream version 20.1
  77. * Upload to experimental
  78. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Mon, 07 Jan 2013 19:27:26 +0100
  79. ngircd (20-1) UNRELEASED; urgency=low
  80. * New upstream version 20
  81. * Fix path of upstream ngircd.conf. Closes: #693169
  82. * Remove ngircd-conf-convert and the debconf wrapper for it. This was
  83. needed to support squeeze (ngircd 15) to wheezy (ngircd 19)
  84. upgrades only.
  85. * Merge config config from upstream
  86. * Install systemd service definition
  87. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Tue, 18 Dec 2012 21:09:55 +0100
  88. ngircd (19.2-2) unstable; urgency=low
  89. * Debconf translation: Japanese (victory). Closes: #692479
  90. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Tue, 06 Nov 2012 23:26:40 +0100
  91. ngircd (19.2-1) unstable; urgency=low
  92. * New upstream version 19.2
  93. * Fix watch file to handle release candidates properly
  94. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Tue, 19 Jun 2012 18:24:46 +0200
  95. ngircd (19.2~rc1-1) unstable; urgency=low
  96. * New upstream version 19.2~rc1
  97. * Fix "status" target in init script:
  98. - "status" always returned "not running" since lsb-base 4.1
  99. - "status" was not documented in the short help
  100. Thanks to Alex Barton for the heads-up.
  101. * Provide a watch file
  102. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Wed, 13 Jun 2012 21:30:58 +0200
  103. ngircd (19.1-1) unstable; urgency=low
  104. * New upstream version 19.1
  105. * Enable hardened build flags. Closes: #664984
  106. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Tue, 17 Apr 2012 19:47:32 +0200
  107. ngircd (19-1) unstable; urgency=low
  108. * New upstream release 19
  109. * Upgrade Standards-Version: to 3.9.3, no changes
  110. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Wed, 29 Feb 2012 18:00:27 +0000
  111. ngircd (18-3) UNRELEASED; urgency=low
  112. * Debconf templates and debian/control reviewed by the debian-l10n-
  113. english team as part of the Smith review project. Closes: #648241
  114. * [Debconf translation updates]
  115. * Portuguese (Pedro Ribeiro). Closes: #651678
  116. * Danish (Joe Hansen). Closes: #651892
  117. * Czech (Michal Simunek). Closes: #652087
  118. * German (Chris Leick). Closes: #652217
  119. * Russian (Yuri Kozlov). Closes: #652426
  120. * Brazilian Portuguese (Adriano Rafael Gomes). Closes: #652561
  121. * French (Julien Patriarca). Closes: #652895
  122. * Dutch (Jeroen Schot). Closes: #653080
  123. * Swedish (Martin Bagge). Closes: #653568
  124. * Spanish (Jathan). Closes: #655678
  125. -- Christian Perrier <bubulle@debian.org> Thu, 10 Nov 2011 07:05:54 +0100
  126. ngircd (18-2) unstable; urgency=low
  127. * Fix PIDDIR assertion (Closes: #648815).
  128. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Thu, 17 Nov 2011 20:22:15 +0000
  129. ngircd (18-1) unstable; urgency=low
  130. * New upstream release 18
  131. * The ngircd.conf file firmat has changed. Provide a helper program
  132. to rewrite the configuration file.
  133. * Upgrade to Standards-Version 3.9.2, no changes.
  134. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sun, 06 Nov 2011 21:52:33 +0100
  135. ngircd (17.1-1) UNRELEASED; urgency=low
  136. * New upstream release 17.1
  137. * Upgrade to Standards-Version 3.9.1, no changes.
  138. * Upgrade Debianisation to debhelper7.
  139. * Clean up init script (fixes Ubuntu bug #382027).
  140. -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de> Sat, 04 Jun 2011 18:16:00 +0200
  141. ngircd (15-0.1) unstable; urgency=low
  142. * Non-maintainer upload.
  143. * New upstream version (Closes: #534410).
  144. * Enable reload in init script (Closes: #548797).
  145. * Enable TLS support.
  146. * Enable IPv6 support.
  147. * Set STARTTIME in init script.
  148. -- Christoph Biedl <debian.packages.hhqj@manchmal.in-ulm.de> Sun, 07 Feb 2010 21:15:58 +0100
  149. ngircd (0.12.1-2) unstable; urgency=low
  150. * Create /var/run/ngircd/ when starting the daemon Closes: #507259
  151. -- Patch thanks to Adrien Cunin
  152. * Add myself to Uploaders
  153. -- Matt Arnold <mattarnold5@gmail.com> Tue, 23 Dec 2008 11:54:00 -0500
  154. ngircd (0.12.1-1) unstable; urgency=low
  155. * New upstream release (Closes: #465815, #466063).
  156. * Maintainer set to Debian IRC Team.
  157. * Added Vcs-* fields in debian/control.
  158. * Added Homepage field in debian/control.
  159. * Removed Homepage from description field in debian/control.
  160. * Bumped policy version to 3.8.0.
  161. * Enabled syslog (Closes: #452028).
  162. * New init-script derived from actual dh-templates. (Closes: #478338).
  163. -- Mario Iseli <mario@debian.org> Sat, 13 Sep 2008 16:47:32 +0200
  164. ngircd (0.10.3-1) unstable; urgency=low
  165. * New maintainer E-Mail address.
  166. * New upstream release.
  167. * Removed several useless whitespaces in debian/*.
  168. * Added [ ! -f Makefile ] || $(MAKE) distclean to debian/rules.
  169. -- Mario Iseli <mario@debian.org> Sat, 04 Aug 2007 17:04:53 +0200
  170. ngircd (0.10.0-3) unstable; urgency=medium
  171. * Corrected the PidFile direction in sample ngircd.conf (Closes: #397331).
  172. -- Mario Iseli <admin@marioiseli.com> Tue, 12 Dec 2006 10:34:13 +0100
  173. ngircd (0.10.0-2) unstable; urgency=medium
  174. * Compile without epoll(), works now on Linux 2.4.x (Closes: #395553).
  175. * Corrected the path to the example config in referenced ngircd.conf.
  176. -- Mario Iseli <admin@marioiseli.com> Sun, 05 Nov 2006 13:51:59 +0100
  177. ngircd (0.10.0-1) unstable; urgency=low
  178. * New upstream release (Closes: #392616).
  179. * Removed provide on ircd.
  180. -- Mario Iseli <admin@marioiseli.com> Wed, 11 Oct 2006 23:49:03 +0200
  181. ngircd (0.9.2-4) unstable; urgency=low
  182. * Updated to policy 3.7.2
  183. * Removed patch 04-nicklength to be RFC-compliant (Closes: #353876)
  184. -- Mario Iseli <admin@marioiseli.com> Sun, 07 May 2006 15:21:34 +0200
  185. ngircd (0.9.2-3) unstable; urgency=low
  186. * New patch which allows longer nicknames, thanks to Benjamin A'Lee
  187. for the patch. (Closes: #355342)
  188. * Fixed the typo in the example config. (Closes: #353876)
  189. -- Mario Iseli <admin@marioiseli.com> Sun, 05 Mar 2006 23:22:34 +0100
  190. ngircd (0.9.2-2) unstable; urgency=low
  191. * Wrote 03-ping.dpatch (Closes: #343200)
  192. * Added a "if" in debian/ngircd.postinst
  193. -- Mario Iseli <admin@marioiseli.com> Wed, 14 Dec 2005 23:02:34 +0100
  194. ngircd (0.9.2-1) unstable; urgency=low
  195. * New upstream version
  196. * Changed the init and postinst script
  197. * reload in init script is now supported
  198. * fixed mistake in configfile
  199. * added original config as example
  200. * Removed patches/01-manuals and added patches/02-manuals
  201. -- Mario Iseli <admin@marioiseli.com> Wed, 16 Nov 2005 17:50:17 +0100
  202. ngircd (0.8.2-1) unstable; urgency=low
  203. * Initial release Closes: #295970
  204. * New debian-optimized config
  205. * Introduced dpatch and wrote a patch for the manuals (01-manuals)
  206. -- Mario Iseli <admin@marioiseli.com> Tue, 1 Nov 2005 20:08:53 +0100