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