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