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