1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510
|
ckermit (416~beta12-1) unstable; urgency=medium
* New upstream release
-- John Goerzen <jgoerzen@complete.org> Fri, 04 Apr 2025 23:59:58 -0500
ckermit (414~beta11-3) unstable; urgency=medium
* Another attempt for time_t compatibility.
-- John Goerzen <jgoerzen@complete.org> Mon, 26 Aug 2024 07:24:12 -0500
ckermit (414~beta11-2) unstable; urgency=medium
* Use time_t for compatibility with 64-bit time_t on 32-bit archs.
-- John Goerzen <jgoerzen@complete.org> Mon, 26 Aug 2024 07:18:04 -0500
ckermit (414~beta11-1) unstable; urgency=medium
* New upstream release
-- John Goerzen <jgoerzen@complete.org> Mon, 26 Aug 2024 06:56:30 -0500
ckermit (408~beta11.20240207-1) unstable; urgency=medium
* New upstream release per upstream author
-- John Goerzen <jgoerzen@complete.org> Wed, 07 Feb 2024 07:51:05 -0600
ckermit (405~beta10-2) unstable; urgency=medium
* New maintainer. Thank you Sébastien for maintaining ckermit!
* Document iksd procedures and correct default inetd entry.
Closes: #1042938.
-- John Goerzen <jgoerzen@complete.org> Fri, 25 Aug 2023 05:18:56 -0500
ckermit (405~beta10-1) unstable; urgency=medium
* New upstream version 405~beta10
* d/rules: delete /u/s/doc/ckermit/COPYING.TXT, it’s back in this release
-- Sébastien Villemot <sebastien@debian.org> Fri, 07 Jul 2023 09:28:58 +0200
ckermit (404~beta09-1) unstable; urgency=medium
* New upstream version 404~beta09
* d/copyright: reflect upstream changes
* Update standards version to 4.6.2, no changes needed.
* d/rules: COPYING.txt and ckermit.ini no longer installed, so no need to
clean them
* README.txt no longer included, so do not install it under /usr/share/doc
* cflags.patch: new patch, sanitizes compilation flags
-- Sébastien Villemot <sebastien@debian.org> Tue, 20 Jun 2023 22:15:36 +0200
ckermit (402~beta08-1) unstable; urgency=medium
* New upstream version 402~beta08
* NOTES.txt no longer exists upstream
-- Sébastien Villemot <sebastien@debian.org> Sun, 15 Jan 2023 20:24:22 +0100
ckermit (400~beta06-1) unstable; urgency=medium
* New upstream version 400~beta06 (actually 10.0 Beta.06, but we track
the so-called edit number)
-- Sébastien Villemot <sebastien@debian.org> Sat, 22 Oct 2022 10:13:59 +0200
ckermit (400~beta05-1) unstable; urgency=medium
[ Sébastien Villemot ]
* New upstream version 400~beta05 (actually 10.0 Beta.05, but we track
the so-called edit number)
* d/rules: handle -beta suffix in upstream version numbers
* Update lintian overrides for new syntax
* Update standards version to 4.6.1, no changes needed.
[ Debian Janitor ]
* Trim trailing whitespace.
* Use secure URI in Homepage field.
-- Sébastien Villemot <sebastien@debian.org> Fri, 14 Oct 2022 20:25:40 +0200
ckermit (305~alpha07-1) unstable; urgency=medium
* New upstream version 305~alpha07
* d/copyright: reflect upstream changes
* d/rules: do not distribute spurious /usr/bin/ckermit.ini
-- Sébastien Villemot <sebastien@debian.org> Thu, 27 Jan 2022 21:17:29 +0100
ckermit (305~alpha06-1) unstable; urgency=medium
* New upstream version 305~alpha06
* Again fix lintian override for
maintainer-script-needs-depends-on-update-inetd
-- Sébastien Villemot <sebastien@debian.org> Mon, 20 Dec 2021 13:44:45 +0100
ckermit (305~alpha05-1) unstable; urgency=medium
* New upstream version 305~alpha05
* format-security.patch: drop patch, applied upstream
* Fix lintian override for maintainer-script-needs-depends-on-update-inetd
-- Sébastien Villemot <sebastien@debian.org> Sun, 21 Nov 2021 13:45:46 +0100
ckermit (305~alpha04-1) unstable; urgency=medium
* New upstream version 305~alpha04
* d/copyright: reflect upstream changes
* openssl-1.1.patch: drop patch, no longer needed
* Disable kerberos support.
It no longer compiles with this new upstream version. The upstream author
says that he does not have the resources to maintain it.
* format-security.patch: new patch, fixes FTBFS with -Werror=format-security
* Demote openbsd-inetd to Suggests.
Most users probably don’t use iksd.
* Bump S-V to 4.6.0
* Add Rules-Requires-Root: no
* d/postinst: replace call to obsolete “which” by “command -v”
* Add lintian override for maintainer-script-needs-depends-on-update-inetd
-- Sébastien Villemot <sebastien@debian.org> Thu, 30 Sep 2021 17:38:37 +0200
ckermit (305~alpha02-1) unstable; urgency=medium
* New upstream version 305~alpha02
* Drop patches applied upstream:
+ make-errors-not-trapped.patch
+ multiarch-makefile.patch
-- Sébastien Villemot <sebastien@debian.org> Thu, 24 Sep 2020 21:27:06 +0200
ckermit (305~alpha01-1) unstable; urgency=medium
* Reintroduce the package (Closes: #970461)
* Add debian/gbp.conf, for DEP-14 branch layout
* Update Homepage to point specifically to C-Kermit
* Update debian/watch to track development releases
* New upstream version 305~alpha01 (#809750)
+ compiles against glibc 2.28 (#915992)
* d/copyright:
+ add missing copyright notices
+ fix license shortname
+ update copyright years
* Drop patches applied upstream:
+ 020_fix_ptys.patch
+ 030_fix_dialmessage.patch
+ 040_fix_types.patch
+ 050-consider-OPENSSL_NO_SSL3.patch
+ ckermit-drop-the-version-for-openssl.patch
* Refresh patches: multiarch-makefile.patch, ck_patch.patch
* make-errors-not-trapped.patch: new patch (#905815)
* openssl-1.1.patch: new patch (#847611)
* d/control:
+ Bump to debhelper 13
+ Bump to S-V 4.5.0
+ Clean up (Build-)Depends list
+ Downgrade Priority to optional
+ Update Vcs-* fields for move to salsa
* d/rules, d/install, d/docs, d/links, d/rules:
+ Do not try to install ckermit.ini under kermrc.full, since that file
is no longer distributed by upstream
+ Adapt to renames/drops of *.txt files
+ Various simplifications (in particular for build flags)
+ Support DEB_BUILD_OPTIONS=parallel=N
* Drop obsolete menu file
* Add Brazilian Portuguese translation (#815513)
Thanks to José Antônio de Figueiredo
* iksd now uses /srv/ftp as default directory (same as proftpd)
-- Sébastien Villemot <sebastien@debian.org> Thu, 17 Sep 2020 18:13:43 +0200
ckermit (302-5.3+deb9u1) stretch; urgency=medium
* Non-maintainer upload.
* Drop check openssl compile time version vs runtime version
(Closes: #917485).
-- Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Thu, 14 Feb 2019 23:35:55 +0100
ckermit (302-5.3) unstable; urgency=medium
* Non-maintainer upload.
* Add B-D: zlib1g-dev (Closes: #851007).
-- Andrey Rahmatullin <wrar@debian.org> Thu, 12 Jan 2017 13:18:27 +0500
ckermit (302-5.2) unstable; urgency=medium
* Non-maintainer upload.
* Explicitly build with libssl1.0-dev (Closes: #828266).
-- Andrey Rahmatullin <wrar@debian.org> Sat, 03 Dec 2016 03:17:37 +0500
ckermit (302-5.1) unstable; urgency=medium
* Non-maintainer upload.
* Do not use SSLv3 protocol functions (Closes: #804463).
-- Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Tue, 19 Apr 2016 23:14:43 +0200
ckermit (302-5) unstable; urgency=low
* Fix FTBFS: botched modification of YunQiang Su's
perfectly good patch.
-- Ian Beckwith <ianb@debian.org> Thu, 23 Jan 2014 22:09:43 +0000
ckermit (302-4) unstable; urgency=low
* Fix FTBFS. Thanks to YunQiang Su for the patch (Closes: #713603).
* Standards-Version: 3.9.5.
* Add Vcs- fields.
* Remove unused overrides.
-- Ian Beckwith <ianb@debian.org> Thu, 23 Jan 2014 03:51:04 +0000
ckermit (302-3) unstable; urgency=low
* Fix Hurd FTBFS: (Closes: #674444)
+ 020_fix_ptys.patch: define _XOPEN_SOURCE to 500.
+ rules: don't define HAVE_PTMX on hurd.
Thanks to Svante Signell.
-- Ian Beckwith <ianb@debian.org> Sat, 26 May 2012 01:18:43 +0100
ckermit (302-2) unstable; urgency=low
* DES support is disabled as libdes425 has been removed.
* Fix FTBFS on hurd-i386 (Closes: #671892)
Thanks to Svante Signell.
* New patch: 020_fix_ptys: pull in ptsname() prototype.
Thanks to Mark Wooding (Closes: #660066).
* New patch: 030_fix_dialmessage: fix \v(dialmessage) when dialsta
is unset. Further thanks to Mark Wooding (Closes: #660276).
* New patch: 040_fix_types: fix inconsistent type declarations that can
cause a bus error on some platforms. Patch from Edward Berner,
via upstream.
* New patch: 900_ck_patch: set ck_patch as we have modified source.
* Fix pending l10n issues. Debconf translations:
+ Dutch; (Thanks to Jeroen Schot). Closes: #660843
+ Polish (Thanks to Michał Kułach). Closes: #670771
+ and thanks to Christian Perrier for his usual sterling l10n work.
* Add openssl to Build-Depends so openssl binary is available to makefile.
* Add hardening flags.
* Update Homepage: to new kermitproject.org site (Closes: #666516).
Thanks to Anders Andersson.
* Standards-Version: 3.9.3 (no changes).
* Remove obsolete lintian overrides.
-- Ian Beckwith <ianb@debian.org> Sat, 19 May 2012 10:20:52 +0100
ckermit (302-1) unstable; urgency=low
* New upstream version.
* 01_search-usr-lib-for-libk5crypto.patch:
+ Update to properly find multiarch library paths (Closes: #639747).
Based on patch from Ubuntu, thanks to Daniel T Chen.
+ Add dep3 header.
* debian/copyright:
+ Change Source: to point to new kermitproject.org site.
+ Update DEP5 Format: URL.
-- Ian Beckwith <ianb@debian.org> Sun, 29 Jan 2012 02:24:28 +0000
ckermit (301-2) unstable; urgency=low
* Fix FTBFS:
+ patch makefile with new patch
01_search-usr-lib-for-libk5crypto.patch.
+ kfreebsd: add -DSELECT.
* Remove XS-Autobuild: yes, not needed now we are in main.
-- Ian Beckwith <ianb@debian.org> Wed, 20 Jul 2011 01:53:47 +0100
ckermit (301-1) unstable; urgency=low
* New upstream release (Closes: #633156).
* Moved to main, ckermit is now DFSG-free!.
* Updated copyright, kermit is now under a BSD-like license.
* Being in main means we can finally enable crypto. This enables
us to close a 10 year old bug! (Closes: #95135).
+ use make target linux+krb5+openssl.
+ add ssl-dev and libkrb5-dev to Build-Depends.
* Removed socks support because:
+ libsocks4 doesn't support socks5, and is orphaned.
+ socks support causes problems with avahi.
+ you can get the same functionality with 'tsocks kermit'.
* Removed all patches from debian/patches, all taken upstream.
* Compile with -O1: -O2 is not supported and causes segfaults
with iksd + kerberos.
* debian/rules: use dh minimal rules file.
* Bump debhelper build depends to (>= 7.0.50~) for dh override support.
* Update PAM config, now just includes common-auth, common-account
and common-session.
* Propitiate lintian:
+ remove ./ from override paths.
+ add override unusual-interpreter #!/usr/bin/kermit.
+ add spelling override. 'IF WRITEABLE' is a valid kermit
command, so we are stuck with that spelling.
+ drop leading 'a' from Description.
+ debian/watch: remove dh-make boilerplate.
+ Standards-Version: 3.9.2 (no changes).
-- Ian Beckwith <ianb@debian.org> Tue, 12 Jul 2011 02:48:17 +0100
ckermit (211-15) unstable; urgency=low
* Add Italian translation. Thanks to Luca Bruno. (Closes: #602240).
* Standards-Version: 3.9.1 (no changes).
-- Ian Beckwith <ianb@debian.org> Mon, 08 Nov 2010 20:49:06 +0000
ckermit (211-14) unstable; urgency=low
* Switch to 3.0 (quilt) source format:
+ Add debian/source/format.
+ Remove quilt from debian/rules.
+ Remove quilt from Build-Depends.
+ Remove debian/README.source.
* 060_speeling.patch: fix more spelling errors.
* Add lintian overrides for spelling false-positives.
* Update maintainer email address.
* Remove DM-Upload-Allowed flag.
* Debhelper compat level 7.
* Standards-Version: 3.8.4 (no changes).
-- Ian Beckwith <ianb@debian.org> Wed, 12 May 2010 02:15:29 +0100
ckermit (211-13) unstable; urgency=low
* Weaken inetd Depends: to Recommends (Closes: #511564).
* postinst: if IKSD requested, complain if no inetd installed.
* templates: new template ckermit/iksd-no-inetd.
* Translations:
+ New:
* Finnish, thanks to Esko Arajärvi (Closes: #518197).
* Spanish, thanks to Francisco Javier Cuadrado (Closes: #518914).
+ Updated:
* Czech, thanks to Martin Šín (Closes: #517357).
* German, thanks to Matthias Julius & Andre Gorgus (Closes: #517855).
* Galician, thanks to Marce Villarino (Closes: #517516).
* Japanese, thanks to Hideki Yamane (Closes: #517648).
* Swedish, thanks to Martin Bagge (Closes: #518327).
* French, thanks to Florentin Duneau (Closes: #518576).
* Russian, thanks to Yuri Kozlov (Closes: #518702).
* Portuguese, thanks to Américo Monteiro (Closes: #519004).
* Danish, thanks to Jacob Sparre Andersen.
* Fix typos, unfuzzy translations. Thanks to Esko Arajärvi.
* Mark 'dpkg-reconfigure ckermit' non-translatable. Thanks to Jacob
Sparre Andersen.
* Standards-Version: 3.8.1 (no changes).
-- Ian Beckwith <ianb@erislabs.net> Sun, 15 Mar 2009 00:26:29 +0000
ckermit (211-12) unstable; urgency=low
* Add debian/README.source pointing to quilt docs.
* debian/copyright: note that ckermit is non-free and not part of
Debian, and explain why.
* control: add Homepage: field.
* postinst, postrm, config: switch from /bin/sh -e to set -e.
* Standards-version: 3.8.0.
* New patch 06_speeling: fix spelling errors.
* 05_ck_patch: bump ck_patch value.
-- Ian Beckwith <ianb@erislabs.net> Thu, 26 Feb 2009 22:31:09 +0000
ckermit (211-11) unstable; urgency=low
* New Russian debconf translation (Closes: #511935)
Thanks to Yuri Kozlov.
-- Ian Beckwith <ianb@erislabs.net> Sun, 18 Jan 2009 06:47:05 +0000
ckermit (211-10) unstable; urgency=low
* Add DM-Upload-Allowed: yes.
* Switch to linking with libsocks4 as libsocksd is no longer in testing.
* Split up source patches and apply them at build time with quilt.
* Remove nostrip handling, dh_strip does it for us.
* Bump debhelper compat level to 6.
-- Ian Beckwith <ianb@erislabs.net> Wed, 16 Jan 2008 11:36:09 +0000
ckermit (211-9) unstable; urgency=low
* Fix iksd user information disclosure when PAM is used (Closes: #417247).
* Update maintainer email address.
* Bump ck_patch to 2.
* Fix menu section.
* Stop ignoring return code of 'make clean'.
* Cut out unneeeded linkage: added "-Wl,-z,defs -Wl,--as-needed" to LNKFLAGS
* Bump Standards-Version to 3.7.3
-- Ian Beckwith <ianb@erislabs.net> Thu, 13 Dec 2007 20:49:55 +0000
ckermit (211-8) unstable; urgency=low
* Change netbase dependency to openbsd-inetd | inet-superserver.
* Tweak debconf templates to keep lintian happy.
* Bumped debconf compatability level to 5.
* Tidied debian/rules.
-- Ian Beckwith <ianb@nessie.mcc.ac.uk> Sat, 09 Jun 2007 23:12:49 +0100
ckermit (211-7) unstable; urgency=low
* New debconf translations:
+ German - thanks to Matthias Julius. (Closes: #408586).
+ Portuguese - thanks to Ricardo Silva (Closes: #413748).
+ Galician - thanks to Jacobo Tarrio (Closes: #413757).
* debian/control:
+ Updated Standards-Version (no changes).
+ Added XS-Autobuild: yes.
-- Ian Beckwith <ianb@nessie.mcc.ac.uk> Thu, 8 Mar 2007 05:09:34 +0000
ckermit (211-6) unstable; urgency=low
* Applied fix to IF tests from ckdaily snapshot (Closes: #323510).
* Set ck_patch to "1" per discussion with upstream.
* New debconf translations:
+ Czech - thanks to Martin Sín (Closes: #319577).
+ Swedish - thanks to Daniel Nylander (Closes: #330429).
* debian/control:
+ Added ${misc:Depends} to pick up right debconf dependency (Closes: #331779).
+ Added dependency on netbase.
+ Standards-Version: 3.6.2 (No changes).
+ Updated Recommends to openssh-client | ssh-client
* debian/postrm: removed bashism.
* debian/copyright: added note from upstream about autobuilding.
-- Ian Beckwith <ianb@nessie.mcc.ac.uk> Sat, 22 Oct 2005 20:43:57 +0100
ckermit (211-5) unstable; urgency=low
* New translations:
+ French - Thanks to Olivier Trichet (Closes: #260090)
+ Danish - Thanks to Morten Brix Pederson (Closes: #268368)
+ Japanese - Thanks to Hideki Yamane (Closes: #270927)
-- Ian Beckwith <ianb@nessie.mcc.ac.uk> Wed, 23 Feb 2005 15:16:11 +0000
ckermit (211-4) unstable; urgency=low
* Temporarily removed crypto (kerberos and SSL)
until the non-US/non-free issue is resolved, so we
don't miss sarge.
* debian/control:
+ Section: reverted to non-free/comm.
+ Build-Depends: removed kerberos and openssl.
-- Ian Beckwith <ianb@nessie.mcc.ac.uk> Tue, 29 Jun 2004 14:22:41 +0100
ckermit (211-3) unstable; urgency=low
* Included minor changes upstream sneaked in without bumping
the version number. As previous 211- versions haven't made it into
debian, there should be no problems with the .orig.tar.gz changing.
* debian/rules: clean target now deletes wermit, as upstream makefile
no longer does.
-- Ian Beckwith <ianb@nessie.mcc.ac.uk> Sat, 26 Jun 2004 17:09:46 +0100
ckermit (211-2) unstable; urgency=low
* Uploaded to non-US/non-free instead of non-free as crypto options now enabled.
* Fixes for new lintian warnings:
+ iksd man page link moved to section 8.
+ Converted - in kermit man page to \- or \(hy as appropriate.
-- Ian Beckwith <ianb@nessie.mcc.ac.uk> Tue, 4 May 2004 06:40:09 +0100
ckermit (211-1) unstable; urgency=low
* New Maintainer (Closes: #143649).
* New upstream version (Closes: #58634).
* Ack NMU (Closes: #54901).
* Add -DTIMEH to KFLAGS, replacing NMU patch (Closes: #91281).
* Sorted out docs dir (Closes: #229309).
* errno problem should be fixed by this recompile (Closes: #222096, #228728).
* Kerberos 4/5 support with MIT libs (Closes: #95135).
* Support for Socks4 (libsocksd), openssl, pam, shadow passwds and IKSD.
* Converted to po-debconf.
* Added support for /etc/kermit/kermrc (Closes: #123336).
* Attempt to remove /etc/kermit/ on purge in postrm.
* debian/control: changed Section: to non-US/non-free
-- Ian Beckwith <ianb@nessie.mcc.ac.uk> Wed, 14 Apr 2004 03:17:56 +0100
ckermit (196-1.1) unstable; urgency=low
* Non-maintainer Upload
* As part of BSP, fixing RC bug 91281. Added compiler directive to
sense <time.h>
* Added Build-Depends forestalling possible RC bugs in future
-- Gopal Narayanan <gopal@debian.org> Sat, 14 Apr 2001 00:17:22 +0000
ckermit (196-1) unstable; urgency=low
* Initial Release.
-- Vaidhyanathan G Mayilrangam <vaidhy@debian.org> Tue, 4 Jan 2000 15:22:47 -0500
|