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