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