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