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