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