bump debhelper compat level to 9
[ckermit.git] / debian / changelog
1 ckermit (302-6) unstable; urgency=medium
2
3   * New patch: 050_tls.patch.
4     SSL/TLS changes from upstream dev12 version,
5     including code to default to TLS.
6   * New patch: 060_disable_sslv3.patch.
7     Adds DISABLE_SSLV3 preprocessor option
8     to disable SSL v3 at compile time, needed to link
9     with Debian's openssl.
10   * Bump debhelper compat level to 9.
11
12  -- Ian Beckwith <ianb@debian.org>  Thu, 10 Dec 2015 18:22:41 +0000
13
14 ckermit (302-5) unstable; urgency=low
15
16   * Fix FTBFS: botched modification of YunQiang Su's
17     perfectly good patch.
18
19  -- Ian Beckwith <ianb@debian.org>  Thu, 23 Jan 2014 22:09:43 +0000
20
21 ckermit (302-4) unstable; urgency=low
22
23   * Fix FTBFS. Thanks to YunQiang Su for the patch (Closes: #713603).
24   * Standards-Version: 3.9.5.
25   * Add Vcs- fields.
26   * Remove unused overrides.
27
28  -- Ian Beckwith <ianb@debian.org>  Thu, 23 Jan 2014 03:51:04 +0000
29
30 ckermit (302-3) unstable; urgency=low
31
32   * Fix Hurd FTBFS: (Closes: #674444)
33     + 020_fix_ptys.patch: define _XOPEN_SOURCE to 500.
34     + rules: don't define HAVE_PTMX on hurd.
35     Thanks to Svante Signell.
36
37  -- Ian Beckwith <ianb@debian.org>  Sat, 26 May 2012 01:18:43 +0100
38
39 ckermit (302-2) unstable; urgency=low
40
41   * DES support is disabled as libdes425 has been removed.
42   * Fix FTBFS on hurd-i386 (Closes: #671892)
43     Thanks to Svante Signell.
44   * New patch: 020_fix_ptys: pull in ptsname() prototype.
45     Thanks to Mark Wooding (Closes: #660066).
46   * New patch: 030_fix_dialmessage: fix \v(dialmessage) when dialsta
47     is unset. Further thanks to Mark Wooding (Closes: #660276).
48   * New patch: 040_fix_types: fix inconsistent type declarations that can
49     cause a bus error on some platforms. Patch from Edward Berner,
50     via upstream.
51   * New patch: 900_ck_patch: set ck_patch as we have modified source.
52   * Fix pending l10n issues. Debconf translations:
53     + Dutch; (Thanks to Jeroen Schot).  Closes: #660843
54     + Polish (Thanks to Michał Kułach).  Closes: #670771
55     + and thanks to Christian Perrier for his usual sterling l10n work.
56   * Add openssl to Build-Depends so openssl binary is available to makefile.
57   * Add hardening flags.
58   * Update Homepage: to new kermitproject.org site (Closes: #666516).
59     Thanks to Anders Andersson.
60   * Standards-Version: 3.9.3 (no changes).
61   * Remove obsolete lintian overrides.
62
63  -- Ian Beckwith <ianb@debian.org>  Sat, 19 May 2012 10:20:52 +0100
64
65 ckermit (302-1) unstable; urgency=low
66
67   * New upstream version.
68   * 01_search-usr-lib-for-libk5crypto.patch:
69     + Update to properly find multiarch library paths (Closes: #639747).
70       Based on patch from Ubuntu, thanks to Daniel T Chen.
71     + Add dep3 header.
72   * debian/copyright:
73     + Change Source: to point to new kermitproject.org site.
74     + Update DEP5 Format: URL.
75
76  -- Ian Beckwith <ianb@debian.org>  Sun, 29 Jan 2012 02:24:28 +0000
77
78 ckermit (301-2) unstable; urgency=low
79
80   * Fix FTBFS:
81     + patch makefile with new patch
82       01_search-usr-lib-for-libk5crypto.patch.
83     + kfreebsd: add -DSELECT.
84   * Remove XS-Autobuild: yes, not needed now we are in main.
85
86  -- Ian Beckwith <ianb@debian.org>  Wed, 20 Jul 2011 01:53:47 +0100
87
88 ckermit (301-1) unstable; urgency=low
89
90   * New upstream release (Closes: #633156).
91   * Moved to main, ckermit is now DFSG-free!.
92   * Updated copyright, kermit is now under a BSD-like license.
93   * Being in main means we can finally enable crypto. This enables
94     us to close a 10 year old bug! (Closes: #95135).
95     + use make target linux+krb5+openssl.
96     + add ssl-dev and libkrb5-dev to Build-Depends.
97   * Removed socks support because:
98     + libsocks4 doesn't support socks5, and is orphaned.
99     + socks support causes problems with avahi.
100     + you can get the same functionality with 'tsocks kermit'.
101   * Removed all patches from debian/patches, all taken upstream.
102   * Compile with -O1: -O2 is not supported and causes segfaults
103     with iksd + kerberos.
104   * debian/rules: use dh minimal rules file.
105   * Bump debhelper build depends to (>= 7.0.50~) for dh override support.
106   * Update PAM config, now just includes common-auth, common-account
107     and common-session.
108   * Propitiate lintian:
109     + remove ./ from override paths.
110     + add override unusual-interpreter #!/usr/bin/kermit.
111     + add spelling override. 'IF WRITEABLE' is a valid kermit
112       command, so we are stuck with that spelling.
113     + drop leading 'a' from Description.
114     + debian/watch: remove dh-make boilerplate.
115     + Standards-Version: 3.9.2 (no changes).
116
117  -- Ian Beckwith <ianb@debian.org>  Tue, 12 Jul 2011 02:48:17 +0100
118
119 ckermit (211-15) unstable; urgency=low
120
121   * Add Italian translation. Thanks to Luca Bruno. (Closes: #602240).
122   * Standards-Version: 3.9.1 (no changes).
123
124  -- Ian Beckwith <ianb@debian.org>  Mon, 08 Nov 2010 20:49:06 +0000
125
126 ckermit (211-14) unstable; urgency=low
127
128   * Switch to 3.0 (quilt) source format:
129     + Add debian/source/format.
130     + Remove quilt from debian/rules.
131     + Remove quilt from Build-Depends.
132     + Remove debian/README.source.
133   * 060_speeling.patch: fix more spelling errors.
134   * Add lintian overrides for spelling false-positives.
135   * Update maintainer email address.
136   * Remove DM-Upload-Allowed flag.
137   * Debhelper compat level 7.
138   * Standards-Version: 3.8.4 (no changes).
139
140  -- Ian Beckwith <ianb@debian.org>  Wed, 12 May 2010 02:15:29 +0100
141
142 ckermit (211-13) unstable; urgency=low
143
144   * Weaken inetd Depends: to Recommends (Closes: #511564).
145   * postinst: if IKSD requested, complain if no inetd installed.
146   * templates: new template ckermit/iksd-no-inetd.
147   * Translations:
148     + New:
149       * Finnish, thanks to Esko Arajärvi (Closes: #518197).
150       * Spanish, thanks to Francisco Javier Cuadrado (Closes: #518914).
151     + Updated:
152       * Czech, thanks to Martin Šín (Closes: #517357).
153       * German, thanks to Matthias Julius & Andre Gorgus (Closes: #517855).
154       * Galician, thanks to Marce Villarino (Closes: #517516).
155       * Japanese, thanks to Hideki Yamane (Closes: #517648).
156       * Swedish, thanks to Martin Bagge (Closes: #518327).
157       * French, thanks to Florentin Duneau (Closes: #518576).
158       * Russian, thanks to Yuri Kozlov (Closes: #518702).
159       * Portuguese, thanks to Américo Monteiro (Closes: #519004).
160       * Danish, thanks to Jacob Sparre Andersen.
161   * Fix typos, unfuzzy translations. Thanks to Esko Arajärvi.
162   * Mark 'dpkg-reconfigure ckermit' non-translatable. Thanks to Jacob
163     Sparre Andersen.
164   * Standards-Version: 3.8.1 (no changes).
165
166  -- Ian Beckwith <ianb@erislabs.net>  Sun, 15 Mar 2009 00:26:29 +0000
167
168 ckermit (211-12) unstable; urgency=low
169
170   * Add debian/README.source pointing to quilt docs.
171   * debian/copyright: note that ckermit is non-free and not part of
172     Debian, and explain why.
173   * control: add Homepage: field.
174   * postinst, postrm, config: switch from /bin/sh -e to set -e.
175   * Standards-version: 3.8.0.
176   * New patch 06_speeling: fix spelling errors.
177   * 05_ck_patch: bump ck_patch value.
178
179  -- Ian Beckwith <ianb@erislabs.net>  Thu, 26 Feb 2009 22:31:09 +0000
180
181 ckermit (211-11) unstable; urgency=low
182
183   * New Russian debconf translation (Closes: #511935)
184     Thanks to Yuri Kozlov.
185
186  -- Ian Beckwith <ianb@erislabs.net>  Sun, 18 Jan 2009 06:47:05 +0000
187
188 ckermit (211-10) unstable; urgency=low
189
190   * Add DM-Upload-Allowed: yes.
191   * Switch to linking with libsocks4 as libsocksd is no longer in testing.
192   * Split up source patches and apply them at build time with quilt.
193   * Remove nostrip handling, dh_strip does it for us.
194   * Bump debhelper compat level to 6.
195
196  -- Ian Beckwith <ianb@erislabs.net>  Wed, 16 Jan 2008 11:36:09 +0000
197
198 ckermit (211-9) unstable; urgency=low
199
200   * Fix iksd user information disclosure when PAM is used (Closes: #417247).
201   * Update maintainer email address.
202   * Bump ck_patch to 2.
203   * Fix menu section.
204   * Stop ignoring return code of 'make clean'.
205   * Cut out unneeeded linkage: added "-Wl,-z,defs -Wl,--as-needed" to LNKFLAGS
206   * Bump Standards-Version to 3.7.3
207
208  -- Ian Beckwith <ianb@erislabs.net>  Thu, 13 Dec 2007 20:49:55 +0000
209
210 ckermit (211-8) unstable; urgency=low
211
212   * Change netbase dependency to openbsd-inetd | inet-superserver.
213   * Tweak debconf templates to keep lintian happy.
214   * Bumped debconf compatability level to 5.
215   * Tidied debian/rules.
216
217  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Sat, 09 Jun 2007 23:12:49 +0100
218
219 ckermit (211-7) unstable; urgency=low
220
221   * New debconf translations:
222     + German - thanks to Matthias Julius.  (Closes: #408586).
223     + Portuguese - thanks to Ricardo Silva (Closes: #413748).
224     + Galician - thanks to Jacobo Tarrio   (Closes: #413757).
225   * debian/control:
226     + Updated Standards-Version (no changes).
227     + Added XS-Autobuild: yes.
228
229  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Thu,  8 Mar 2007 05:09:34 +0000
230
231 ckermit (211-6) unstable; urgency=low
232
233   * Applied fix to IF tests from ckdaily snapshot (Closes: #323510).
234   * Set ck_patch to "1" per discussion with upstream.
235   * New debconf translations:
236     + Czech - thanks to Martin Sín (Closes: #319577).
237     + Swedish - thanks to Daniel Nylander (Closes: #330429).
238   * debian/control:
239     + Added ${misc:Depends} to pick up right debconf dependency (Closes: #331779).
240     + Added dependency on netbase.
241     + Standards-Version: 3.6.2 (No changes).
242     + Updated Recommends to openssh-client | ssh-client
243   * debian/postrm: removed bashism.
244   * debian/copyright: added note from upstream about autobuilding.
245
246  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Sat, 22 Oct 2005 20:43:57 +0100
247
248 ckermit (211-5) unstable; urgency=low
249
250   * New translations:
251     + French - Thanks to Olivier Trichet (Closes: #260090)
252     + Danish - Thanks to Morten Brix Pederson (Closes: #268368)
253     + Japanese - Thanks to Hideki Yamane (Closes: #270927)
254
255  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Wed, 23 Feb 2005 15:16:11 +0000
256
257 ckermit (211-4) unstable; urgency=low
258
259   * Temporarily removed crypto (kerberos and SSL)
260   until the non-US/non-free issue is resolved, so we
261   don't miss sarge.
262   * debian/control:
263     + Section: reverted to non-free/comm.
264     + Build-Depends: removed kerberos and openssl.
265
266  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Tue, 29 Jun 2004 14:22:41 +0100
267
268 ckermit (211-3) unstable; urgency=low
269
270   * Included minor changes upstream sneaked in without bumping
271   the version number. As previous 211- versions haven't made it into
272   debian, there should be no problems with the .orig.tar.gz changing.
273   * debian/rules: clean target now deletes wermit, as upstream makefile
274   no longer does.
275
276  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Sat, 26 Jun 2004 17:09:46 +0100
277
278 ckermit (211-2) unstable; urgency=low
279
280   * Uploaded to non-US/non-free instead of non-free as crypto options now enabled.
281   * Fixes for new lintian warnings:
282     + iksd man page link moved to section 8.
283     + Converted - in kermit man page to \- or \(hy as appropriate.
284
285  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Tue,  4 May 2004 06:40:09 +0100
286
287 ckermit (211-1) unstable; urgency=low
288
289   * New Maintainer (Closes: #143649).
290   * New upstream version (Closes: #58634).
291   * Ack NMU (Closes: #54901).
292   * Add -DTIMEH to KFLAGS, replacing NMU patch (Closes: #91281).
293   * Sorted out docs dir (Closes: #229309).
294   * errno problem should be fixed by this recompile (Closes: #222096, #228728).
295   * Kerberos 4/5 support with MIT libs (Closes: #95135).
296   * Support for Socks4 (libsocksd), openssl, pam, shadow passwds and IKSD.
297   * Converted to po-debconf.
298   * Added support for /etc/kermit/kermrc (Closes: #123336).
299   * Attempt to remove /etc/kermit/ on purge in postrm.
300   * debian/control: changed Section: to non-US/non-free
301
302  -- Ian Beckwith <ianb@nessie.mcc.ac.uk>  Wed, 14 Apr 2004 03:17:56 +0100
303
304 ckermit (196-1.1) unstable; urgency=low
305
306   * Non-maintainer Upload
307   * As part of BSP, fixing RC bug 91281. Added compiler directive to
308     sense <time.h>
309   * Added Build-Depends forestalling possible RC bugs in future
310
311  -- Gopal Narayanan <gopal@debian.org>  Sat, 14 Apr 2001 00:17:22 +0000
312
313 ckermit (196-1) unstable; urgency=low
314
315   * Initial Release.
316
317  -- Vaidhyanathan G Mayilrangam <vaidhy@debian.org>  Tue,  4 Jan 2000 15:22:47 -0500
318
319