summaryrefslogtreecommitdiff
path: root/debian/changelog
Commit message (Collapse)AuthorAge
* debian/libpam-modules.postinst: if any 'min=n' options are found inSteve Langasek2019-01-08
| | | | | /etc/pam.d/common-password, convert them on upgrade to 'minlen=n' for compatibility with upstream.
* Update debian/source.lintian-overrides to clean up some spuriousSteve Langasek2019-01-08
| | | | warnings.
* debian/patches/hurd_no_setfsuid: pam_env and pam_mail now also useSteve Langasek2019-01-08
| | | | setfsuid, so patch them to be likewise Hurd-safe.
* Drop patches conditional_module,_conditional_man andSteve Langasek2019-01-08
| | | | mkhomedir_linking.patch, which are included upstream.
* debian/patches-applied/007_modules_pam_unix: fix up patch for newSteve Langasek2019-01-08
| | | | upstream version which now implements minlen=, not min=.
* debian/rules: pass getconf LFS_CFLAGS so that we get a 64-bit rlimitSteve Langasek2019-01-08
| | | | interface. Closes: #579402.
* releasing version 1.1.1-4Steve Langasek2019-01-08
|
* Galician, thanks to Jorge Barreiro <yortx.barry@gmail.com>Steve Langasek2019-01-08
| | | | (closes: #592808)
* Spanish, thanks to Javier Fernandez-Sanguino Peña <jfs@debian.org>Steve Langasek2019-01-08
| | | | (closes: #592172)
* Don't pass --version-script options when linking executables,Steve Langasek2019-01-08
| | | | | only when linking libraries. Thanks to Julien Cristau <jcristau@debian.org> for the fix. Closes: #582362.
* * Updated debconf translations:Steve Langasek2019-01-08
| | | | | - Portuguese, thanks to Eder L. Marques <eder@edermarques.net> (closes: #581746)
* debian/patches/conditional_module,_conditional_man: if we don't have theSteve Langasek2019-01-08
| | | | | libraries required for building pam_tty_audit, we shouldn't install the manpage either. LP: #588547.
* releasing version 1.1.1-3Steve Langasek2019-01-08
|
* Install /sbin/pam_tally2 in the libpam-modules package; thanks toSteve Langasek2019-01-08
| | | | Olivier BONHOMME <obonhomme@nerim.net> for reporting. Closes: #554010.
* pam-auth-update: fix a bug in our handling of module options when theSteve Langasek2019-01-08
| | | | | module name contains digits, caused by a buggy regexp. :/ Partially addresses LP #369575.
* releasing version 1.1.1-2Steve Langasek2019-01-08
|
* fixing changelog defaults again, garSteve Langasek2019-01-08
|
* Document the new symbols added in 1.1.1 in debian/libpam0g.symbols, andSteve Langasek2019-01-08
| | | | | raise the minimum version for the service restarting code. Closes: #568480.
* releasing version 1.1.1-1Steve Langasek2019-01-08
|
* debian/patches/026_pam_unix_passwd_unknown_user: don't returnSteve Langasek2019-01-08
| | | | | PAM_USER_UNKNOWN on password change of a user that has no shadow entry, upstream now implements auto-creating the shadow entry in this case.
* Drop patches pam.d-manpage-section, namespace_with_awk_not_gawk, andSteve Langasek2019-01-08
| | | | pam_securetty_tty_check_before_user_check, which are included upstream.
* debian/patches/007_modules_pam_unix: recognize that *all* of the passwordSteve Langasek2019-01-08
| | | | | hashes other than traditional crypt handle passwords >8 chars in length. LP: #356766.
* And drop postgresql-{7.4,8.1} from the list, neither of which is presentSteve Langasek2019-01-08
| | | | in stable.
* Add postgresql-8.3 to the list of services in need of restart on upgrade.Steve Langasek2019-01-08
| | | | Closes: #563674.
* Bulgarian, thanks to Damyan Ivanov <dmn@debian.org> (closes: #562835)Steve Langasek2019-01-08
|
* debian/patches/sys-types-include.patch: fix pam_modutil.h so that it canSteve Langasek2019-01-08
| | | | | be included directly, without having to include sys/types.h first. Closes: #556203.
* * Updated debconf translations:Steve Langasek2019-01-08
| | | | | - French, thanks to Jean-Baka Domelevo Entfellner <domelevo@gmail.com> (closes: #547039)
* releasing version 1.1.0-4Steve Langasek2019-01-08
|
* libpam0g no longer depends on libpam-runtime; packages that useSteve Langasek2019-01-08
| | | | | | /etc/pam.d/common-* must depend directly on libpam-runtime, and most do (including the Essential: yes ones), so let's break this circular dependency. Closes: #545086, LP: #424566.
* debian/local/pam-auth-update: only reset the seen flag on the templateSteve Langasek2019-01-08
| | | | | | when there's new information; this avoids reprompting users for the same information on upgrade, regardless of the debconf priority used. Closes: #544805.
* debian/patches/pam_securetty_tty_check_before_user_check: new patch,Steve Langasek2019-01-08
| | | | | | to make pam_securetty always return success on a secure tty regardless of what username was passed. Thanks to Nicolas François <nicolas.francois@centraliens.net> for the patch. Closes: #537848
* releasing version 1.1.0-3Steve Langasek2019-01-08
|
* Drop dh_makeshlibs -V; everything from lenny on should use the .symbolsSteve Langasek2019-01-08
| | | | | file instead, making the shlibs redundant so we don't need to care what version gets listed there.
* Move pam_cracklib manpage to the libpam-cracklib package, and add theSteve Langasek2019-01-08
| | | | requisite Replaces
* debian/patches/autoconf.patch: pull ltmain.sh in, to fix some spuriousSteve Langasek2019-01-08
| | | | library linkage in the modules.
* Explicitly add -O0 to CFLAGS when noopt is set.Steve Langasek2019-01-08
|
* Drop CFLAGS that we don't need anymore (-fPIC, -D_REENTRANT,Steve Langasek2019-01-08
| | | | -D_GNU_SOURCE).
* Convert debian/rules to debhelper 7 and add versioned build-dependenciesSteve Langasek2019-01-08
| | | | on debhelper and quilt to suit.
* Drop the pam_rhosts_auth.so symlink as well, and document in NEWS.DebianSteve Langasek2019-01-08
| | | | that this is now obsolete.
* Drop stale content from README.debian: some of this should have been inSteve Langasek2019-01-08
| | | | | NEWS.Debian instead (but is so old it's not worth putting it there now), some of it is obsolete by the change in package VCS.
* Drop the /lib/security/pam_unix_*.so symlinks, which have been deprecatedSteve Langasek2019-01-08
| | | | now for 10 years and are not used at all if pam-auth-update is in play.
* Drop ./configure options that are no-opsSteve Langasek2019-01-08
|
* Use debian/clean instead of rm -f'ing files in debian/rules clean targetSteve Langasek2019-01-08
|
* Drop superfluous options to dh_installchangelogs, dh_shlibdepsSteve Langasek2019-01-08
|
* move more stuff out of debian/rules into .install filesSteve Langasek2019-01-08
|
* Rename debian/*.lintian to debian/*.lintian-overrides and use dh_lintianSteve Langasek2019-01-08
|
* Switch all packages over to dh_installSteve Langasek2019-01-08
|
* Switch libpam-modules over to dh_installSteve Langasek2019-01-08
|
* Bump debian/compat to 7, so we can use sane contents in debian/*.installSteve Langasek2019-01-08
|
* fix changelog typoSteve Langasek2019-01-08
|