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