cracklib2 (2.7-19) unstable; urgency=high * debian/patches/01-crack-h.patch: Change to apply with -p1 to fix FTBFS due to recent cdbs change. Thanks to Julien Cristau! (closes: #372273) -- Martin Pitt Sat, 10 Jun 2006 17:50:21 +0200 cracklib2 (2.7-18) unstable; urgency=low * debian/cracklib-runtime.{preinst,postinst}: Properly handle the /etc/cron.daily/cracklib -> cracklib-runtime transition. (closes: #316488) -- Martin Pitt Thu, 14 Jul 2005 00:14:50 +0300 cracklib2 (2.7-17) unstable; urgency=low * Converted to cdbs. * debian/control: Made short descriptions Policy conformant. * Added debian/patches/12-packer-dont-print-skipping-line.c.patch: - util/packer.c: Do not print a confusing "Skipping line..." message on empty lines in dictionaries. (closes: #304583) * debian/crack_mkdict.8: Fixed "utilties" typo. (closes: #310335) * debian/crack_teststr.8: Fixed "utilties" typo. (closes: #310336) -- Martin Pitt Wed, 8 Jun 2005 00:40:04 +0200 cracklib2 (2.7-16) unstable; urgency=high * Urgency high since this fixes an RC bug present in Sarge. * Added debian/patches/10-check-corrupt-dict.diff: - packlib.c, FindPW(): If GetPW() returns NULL we have a corrupt dictionary. Check for NULL and exit with an appropriate error message instead of strcmp()'ing against NULL which triggers a segfault. * Added debian/patches/11-mkdict-C-locale.diff: - Run crack_mkdict with locale C; other locales might mess up the dictionary. - Thanks to Kenshi Muto for his help with this bug. - Closes: #309746 -- Martin Pitt Sun, 22 May 2005 12:49:14 +0200 cracklib2 (2.7-15) unstable; urgency=high * Added missing "Depends: ${shlibs:Depends}" to cracklib-runtime. Thanks to Maks Attems for discovering this. (closes: #280668) * Urgency high since this is an RC bug and no code changes were made. -- Martin Pitt Thu, 11 Nov 2004 19:41:15 +0100 cracklib2 (2.7-14) unstable; urgency=low * cracklib-runtime: suggest non-virtual wordlist package 'wenglish' as first alternative (closes: #271282) -- Martin Pitt Mon, 18 Oct 2004 09:12:35 +0200 cracklib2 (2.7-13) unstable; urgency=low * overhauled HTML documentation (e. g. now describes integration with libpam-cracklib) * converted HTML documentation to XHTML 1.1 * updated my maintainer address -- Martin Pitt Tue, 21 Oct 2003 15:53:29 +0200 cracklib2 (2.7-12) unstable; urgency=low * 09-multidicts.diff: fixes bug in packlib.c: dictionary search was faulty after dictionary switch; thanks to Chris Dunlop! (closes: #215085) -- Martin Pitt Fri, 10 Oct 2003 11:20:04 +0200 cracklib2 (2.7-11) unstable; urgency=low * updated Standards-Version * 08-dictsearch.diff: fixes bug in dictionary search algorithm, some words were not found before; thanks to Chris Dunlop! (closes: #213574) -- Martin Pitt Wed, 1 Oct 2003 11:55:13 +0200 cracklib2 (2.7-10) unstable; urgency=low * changed priority of cracklib2-dev to extra, as in override file * utils/mkdict: changed order of commands to eliminate empty lines; thanks to Bart Cortooms! (closes: #199014) -- Martin Pitt Sun, 29 Jun 2003 15:52:24 +0200 cracklib2 (2.7-9) unstable; urgency=low * new maintainer (closes: #194025) * NMU acks (most of this stuff is not needed any more because of the new build system) (closes: #62393, #69187, #70239, #72244, #75376, #87355, #91135, #91136, #91407, #91414, #91429, #95291, #97705, #97855, #99512, #107112, #108822, #111525); thanks to Colin Watson, Sebastian Rittau, and Lenart Janos * debian/control: updated maintainer and standards-version, moved -dev to section libdevel * updated debian/copyright (maintainer, correct upstream URL) * rewrote debian/ directory from scratch * cracklib.conf now also searches in dictionary directories below /usr/local (closes: #46024) * cracklib-runtime recommends wordlist now (closes: #54214, #67856, #46025) * corrected all links in cracklib*.html (closes: #112238) * corrected SEE ALSO links in manpages (closes: #90718) * cracklib2-dev now comes with packer.h (closes: #173705) * moved functionality of cronjob to /usr/sbin/update-cracklib and call this script in cracklib-runtime's postinst (closes: #36976) * cronjob now logs to cron.info (was 'notice' before) * cronjob result output is now properly redirected to logger (closes: #45567) * packed wordlist are world-readable now (they are created from world-readable files, should be no problem) (closes: #146955) * removed 'readonly' variable attribute from cronjob since it is bash-specific (closes: #114749) * cracklib(3) is an alias (symlink) for FascistCheck(3) (closes: #90717) * cleaned up and documented example application * all files: deleted CVS references from former maintainer * deleted 'Local variables:' stuff at end of changelog * patch 07-ccwarnings.diff to eliminate all (but one) compiler warning * added linda overrides for nonstandard package name * added logcheck ignores for cronjob -- Martin Pitt Fri, 13 Jun 2003 10:37:10 +0200 cracklib2 (2.7-8.5) unstable; urgency=medium * Non-maintainer upload. Urgency medium as this is keeping other packages out of testing. * debian/dpkg.common/rules: Move calls to dpkg-shlibdeps and dpkg-gencontrol from the build target to binary, as dpkg-shlibdeps doesn't like being called as non-root (closes: #97855). * Call ldconfig without arguments, for the Hurd (closes: #108822). * Fix typo in crack_teststr(8)'s NAME section (closes: #99512). * Exit 0 and don't complain in the syslog if cracklib-runtime is removed but not purged (closes: #95291). * logger is no longer used as a result of the above (closes: #62393). -- Colin Watson Wed, 3 Oct 2001 01:37:09 +0100 cracklib2 (2.7-8.4) unstable; urgency=low * Another non-maintainer upload to fix the disappearing changelog entry. (Closes: #111525) -- Sebastian Rittau Sat, 8 Sep 2001 14:24:27 +0200 cracklib2 (2.7-8.3) unstable; urgency=low * Non-maintainer upload with permission of maintainer. * Closes an annoying warning produced by the cron.daily scipt when /bin/sh is linked against /bin/ash. (Closes: #107112) * Fixed a similar problem in debian/dpkg.common/clean. -- Sebastian Rittau Wed, 5 Sep 2001 19:08:44 +0200 cracklib2 (2.7-8.2) unstable; urgency=low * Non-maintainer upload. * debian/dpkg.common/modifysrc: Support build environments where the .orig.tar.gz is not present in the parent directory (thanks, Mikko Markus Torni; closes: #87355). * debhelper namespacing was fixed in previous NMU, but fixed it more neatly while I'm here (closes: #75376). * Move to FHS locations for documentation (thanks, Jonathon M. Abbott; closes: #91135, #91136, #91407, #91414, #91429). * Don't link with -nodefaultlibs, as it has bad effects on some platforms (closes: #72244). * Add Section: and Priority: to the .deb's control file (lintian). * Bump Standards-Version: to 3.1.1 and add build-dependency on debhelper (>= 2.0.89) (closes: #70239). * Fixed debian/dpkg.common/{check,substfiles}: both of them grepped the output of dpkg-parsechangelog for "Version: " instead of "^Version: ", which broke with the above changelog entry. -- Colin Watson Wed, 16 May 2001 17:46:51 +0100 cracklib2 (2.7-8.1) unstable; urgency=medium * Non-maintainer upload. * Fixed path to Debhelper and added correct namespace, fixes Bug#69187. -- Lenart Janos Fri, 23 Feb 2001 18:34:33 +0100 cracklib2 (2.7-8) unstable; urgency=low * Corrected control file where shared library package was not correctly depending on shlibs information. -- Jean Pierre LeJacq Fri, 2 Apr 1999 14:32:19 -0500 cracklib2 (2.7-7) unstable; urgency=low * Correct broken link to shared library. Fixes Bug#35331. Thanks to Hartmut Koptein . * Upgraded algorithm which decides which files in standard dictionary directories should be included in cracklib dictionary. Now includes support for non-ASCII text and compressed text files. Fixes Bug#27510. Thanks to Francesco Potorti and Julian Gilbey . -- Jean Pierre LeJacq Fri, 2 Apr 1999 08:58:56 -0500 cracklib2 (2.7-6) unstable; urgency=high * Corrected build programs that prevent inclusion of pristine upstream source. * Corrected cron.daily script to redirect message syslog per suggestion of Ralph Giles. Fixes Bug#27511, Bug#27743, Bug#28897, Bug#29100, Bug#29500, Bug#29995, Bug#30576, Bug#31060, Bug#31666, Bug#31683, Bug#33042 and Bug#34782. Thanks to Francesco Potorti , J.H.M. Dassen , Branden Robinson , James Spooner , Manoj Srivastava , Ben , , Elie Rosenblum , Ralph Giles , Ian Eure and . * Corrected control file by removing suggestion for non-existent cracklib-dict package. I still intended to add this package in the future. Fixes Bug#29300. Thanks to Julian Gilbey . * Corrected control file by adding dependency on file package. Fixes Bug#31686. Thanks to Ralph Giles . * Upgraded crack_packer man-page to document output. Fixes Bug#27511 and Bug#28897. Thanks to Francesco Potorti . * Upgraded to Debian policy standard version 2.5.0.0. * Upgraded control file to remove statement that cracklib is not used by other Debian packages. Fixes Bug#27647. Thanks to Chris . -- Jean Pierre LeJacq Mon, 29 Mar 1999 07:27:17 -0500 cracklib2 (2.7-5) frozen unstable; urgency=low * Placed in frozen distribution. Thanks to James Troup (bug#20993). * Upgraded priority from extra to optional. * Upgraded package building architecture. * Upgraded HTML documentation to show how to use cracklib in Debian distribution. Also reverted back to individual binary packages. * Upgraded doc-base title entry to be shorter since dhelp core dumps otherwise. * Removed menu files since they are generated directly by doc-base. -- Jean Pierre LeJacq Sat, 18 Apr 1998 13:55:28 -0400 cracklib2 (2.7-4) unstable; urgency=low * Replaced documentation directories to symbolic links per Debian policy manual section 5.6. Thanks to Gregory Stark (bug#19715). * Added section to explain briefly what modifications were made in the Debian version of the package compared to the upstream one per the Debian policy manual section 5.6. * Added separate menu and doc-base entry for dev package. -- Jean Pierre LeJacq Tue, 7 Apr 1998 12:51:17 -0400 cracklib2 (2.7-3) unstable; urgency=low * Corrected incorrect reference to obsolete cracklib2.6 package in control file. * Corrected name of suggested dictionary package to crack-dict since this will be shared between crack and cracklib2. * Corrected Debian sections for source and binary packages. * Upgraded documentation in control file of cracklib2 binary package to notify users how cracklib2 can be used now since it will not be included in Debian 2.0. -- Jean Pierre LeJacq Sat, 4 Apr 1998 09:55:41 -0500 cracklib2 (2.7-2) unstable; urgency=low * Upgraded postinst to call ldconfig on configuration. * Upgraded debian/rules to include target to check binary packages with lintian and HTML validation tools. * Upgraded default configuration file to add any ASCII text file in /usr/share/dict and /usr/dict to construct cracklib dictionary database. Thanks to Gregory Stark (bug#19714). * Upgraded man pages to have relative URI to HTML documentation. * Corrected misspelling in parameterized variable in FascistCheck man page. Thanks to Gregory Stark (bug#19715). * Moved removal of menu entry from prerm to postrm per lintian. * Moved dh_shlibdeps from build to binary since it now calls chown which requires root privileges. * Checked that package building and installation shell scripts work with bash, pdksh, and ash. -- Jean Pierre LeJacq Tue, 31 Mar 1998 17:16:08 -0500 cracklib2 (2.7-1) unstable; urgency=low * Upgraded to new upstream source. * Upgraded documentation to indicated new upstream source location. * Corrected bug in doc-base configuration. * Removed #!/bin/sh header in non executable configuration file per lintian. * Changed package name from cracklib2.6 to cracklib2. -- Jean Pierre LeJacq Sun, 8 Mar 1998 15:50:17 -0500 cracklib2.6 (2.6-1) unstable; urgency=low * Initial release. -- Jean Pierre LeJacq Wed, 25 Feb 1998 09:21:54 -0500