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
|
checkpw (1.02-1.1) unstable; urgency=high
* Non-maintainer upload.
* CVE-2015-0885: Fix denial of service via -- in usernames (Closes: #780139)
-- Salvatore Bonaccorso <carnil@debian.org> Fri, 13 Mar 2015 14:49:55 +0100
checkpw (1.02-1) unstable; urgency=low
* new upstream point release.
* debian/diff/env-MAILDIR.diff; replaced with
debian/diff/0001-bug-304737-default-Maildir-may-be-overridden-thro.diff.
* debian/checkpw.8, debian/checkapoppw.8: default 'Maildir' may be
overridden through the env variable $MAILDIR.
* debian/implicit: add proper dependencies to support 'parallel build'
through make -j (thx Daniel Schepler for the patch, closes: #445817).
* debian/rules: target patch:, clean: apply diffs from debian/diff/ with
-p1 instead of -p0.
* debian/control: Standards-Version: 3.7.2.2.
-- Gerrit Pape <pape@smarden.org> Tue, 11 Dec 2007 10:21:45 +0000
checkpw (1.01-1) unstable; urgency=low
* new upstream point release.
* debian/diff/errno.diff: remove; fixed upstream.
* debian/implicit: update to revision 1.10.
* debian/checkpw.README.Debian: minor cleanup.
* debian/rules: cleanup; support DEB_BUILD_OPTIONS=diet to build against
diet libc.
* debian/diff/env-MAILDIR.diff: new; default 'Maildir' may be overidden
through the environment variable $MAILDIR (closes: #304737).
* debian/README.Debian.diet: new; how to build package with the diet
libc.
* debian/checkpw.docs: add debian/README.Debian.diet.
-- Gerrit Pape <pape@smarden.org> Tue, 27 Sep 2005 19:41:19 +0000
checkpw (1.00-3) unstable; urgency=low
* debian/control: no longer Build-Depends: debhelper; fix typo in
Description.
* debian/rules: stop using debhelper, use implicit rules.
* debian/implicit: new; implicit Makefile rules.
* debian/README.Debian: rename to debian/checkpw.README.Debian.
* debian/dirs, debian/docs, debian/examples: remove; obsolete.
* debian/checkpw.docs, debian/checkpw.examples: new.
-- Gerrit Pape <pape@smarden.org> Mon, 29 Dec 2003 13:08:16 +0000
checkpw (1.00-2) unstable; urgency=low
* debian/control: Standards-Version: 3.6.1.0; minor changes to the long
description.
* debian/rules: remove target configure; add target patch: apply diffs
in debian/diff/; target clean: reverse apply debian/diff/*.
* debian/diff/errno.diff: new: extern int errno -> #include <errno.h>.
-- Gerrit Pape <pape@smarden.org> Mon, 10 Nov 2003 08:45:34 +0000
checkpw (1.00-1) unstable; urgency=low
* new upstream version.
* debian/rules: do not install /etc/checkpw plus subdirs, but install
service directories as examples; install binaries in /usr/bin/,
omit loginlog and selectcheckpw programs, install them as examples;
provide upstream run-script examples.
* debian/control: Standards-Version: 3.5.8; strip down Build-Depends
and Depends.
* debian/copyright: adapt.
* 1st official debian package (closes: #182681).
* debian/postinst, debian/postrm: remove.
-- Gerrit Pape <pape@smarden.org> Tue, 4 Mar 2003 14:42:32 +0100
checkpw (0.70-0.5) woody; urgency=low
* debian/postinst: change function declaration syntax (bashism?) to
support more /bin/sh shells.
-- Gerrit Pape <pape@smarden.org> Mon, 8 Apr 2002 15:09:55 +0200
checkpw (0.70-0.4) woody; urgency=low
* woody package.
* pop username and client ip is logged on login.
-- Gerrit Pape <pape@innominate.com> Tue, 14 Aug 2001 16:06:10 +0200
checkpw (0.70-0.3) unstable; urgency=low
* logs are stored in /var/log/pop/ or /var/log/apop/, accessible through
/var/service/[a]pop/log/main/.
* /etc/checkpw/.qmail-start removed.
* depends on qmail-run >= 0.2.0.
-- Gerrit Pape <pape@innominate.com> Mon, 23 Apr 2001 23:47:11 +0200
checkpw (0.70-0.2) unstable; urgency=low
* run tcpserver with softlimit -m 2000000.
-- Gerrit Pape <pape@innominate.com> Thu, 19 Apr 2001 15:54:21 +0200
checkpw (0.70-0.1) unstable; urgency=low
* Initial Release.
-- Gerrit Pape <pape@innominate.com> Sat, 24 Mar 2001 19:31:31 +0100
|