summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
* Catalan, thanks to Innocent De Marchi <tangram.peces@gmail.com>Steve Langasek2019-01-08
| | | | (closes: #622786)
* update the existing 027_pam_limits_better_init_allow_explicit_root patchSteve Langasek2019-01-08
| | | | | | instead of creating a new parse-kernel-rlimits.patch, to keep these changes logically grouped together; and add a DEP3 patch header here since we didn't have one before
* merge from trunk since I forgot to pull before adding in the translations,Steve Langasek2019-01-08
|\ | | | | | | hmmph
| * parse-kernel-rlimits.patch has been forwarded upstream nowKees Cook2019-01-08
| |
| * debian/patches-applied/parse-kernel-rlimits.patch: load rlimit defaultsKees Cook2019-01-08
| | | | | | | | | | | | from the kernel (via /proc/1/limits), instead of continuing to hardcode the settings internally. Fall back to internal defaults when the kernel rlimits are not found. Closes: #620302. (LP: #746655, #391761)
* | Danish, thanks to Joe Dalton <joedalton2@yahoo.dk> (closes: #606739)Steve Langasek2019-01-08
| |
* | Dutch, thanks to Eric Spreen <erispre@gmail.com> (closes: #605592)Steve Langasek2019-01-08
| |
* | fix duplicate POT-Creation-Date in debian/po/it.poSteve Langasek2019-01-08
| |
* | * Updated debconf translations:Steve Langasek2019-01-08
|/ | | | | - Vietnamese, thanks to Clytie Siddall <clytie@riverland.net.au> (closes: #601197)
* releasing version 1.1.2-2Steve Langasek2019-01-08
|
* fix up the patch to be proper CSteve Langasek2019-01-08
|
* debian/patches-applied/hurd_no_setfsuid: handle some new calls toSteve Langasek2019-01-08
| | | | | setfsuid in pam_xauth that I overlooked, so that the build works again on non-Linux. Closes: #613630.
* releasing version 1.1.2-1Steve Langasek2019-01-08
|
* merge translations from the squeeze branchSteve Langasek2019-01-08
|\
| * * Updated debconf translations:Steve Langasek2019-01-08
| |\ | | | | | | | | | - Italian, thanks to Nicole B. <damn3dg1rl@gmail.com> (closes: #602112)
| | * * Updated debconf translations:Steve Langasek2019-01-08
| | | | | | | | | | | | - Italian, thanks to Nicole B. <damn3dg1rl@gmail.com> (closes: #602112)
| * | Import l10n NMUChristian Perrier2019-01-08
| |/
| * releasing version 1.1.1-6Steve Langasek2019-01-08
| |
| * * Updated debconf translations:Steve Langasek2019-01-08
| | | | | | | | - Swedish, thanks to Martin Bagge <brother@bsnet.se> (closes: #575875)
| * releasing version 1.1.1-5Steve Langasek2019-01-08
| |
| * * debian/patches-applied/no_PATH_MAX_on_hurd: define PATH_MAX forSteve Langasek2019-01-08
| | | | | | | | | | | | | | | | | | | | compatibility when it's not already set. Closes: #552043. * debian/local/pam-auth-update: Don't try to pass embedded newlines to debconf; backslash-escape them instead and use CAPB escape. * debian/local/pam-auth-update: sort additional module options before writing them out, so that we don't wind up with a different config file on every invocation. Thanks to Jim Paris <jim@jtan.com> for the patch. Closes: #594123.
| * Add lintian overrides for a few more spurious warnings.Steve Langasek2019-01-08
| |
| * Bump Standards-Version to 3.9.1.Steve Langasek2019-01-08
| |
| * cherry pick from sid/trunkSteve Langasek2019-01-08
| |
* | * Updated debconf translations:Steve Langasek2019-01-08
| | | | | | | | - Swedish, thanks to Martin Bagge <brother@bsnet.se> (closes: #575875)
* | debian/libpam-runtime.{postinst,templates}: since 1.1.2-1 is targetedSteve Langasek2019-01-08
| | | | | | | | | | | | | | for post-squeeze, we don't need to support upgrades from 1.0.1-6 to 1.0.1-10 anymore. Drop the debconf error note about having configured your system with a lack of authentication, so that translators don't spend any more time on it.
* | debian/local/pam-auth-update: sort additional module options beforeSteve Langasek2019-01-08
| | | | | | | | | | | | writing them out, so that we don't wind up with a different config file on every invocation. Thanks to Jim Paris <jim@jtan.com> for the patch. Closes: #594123.
* | debian/local/pam-auth-update: Don't try to pass embedded newlines toSteve Langasek2019-01-08
| | | | | | | | debconf; backslash-escape them instead and use CAPB escape.
* | debian/patches-applied/no_PATH_MAX_on_hurd: define PATH_MAX forSteve Langasek2019-01-08
| | | | | | | | compatibility when it's not already set. Closes: #552043.
* | set the right upload target for debian/NEWS; dch really needs improvementSteve Langasek2019-01-08
| | | | | | | | here, I think
* | Add lintian overrides for a few more spurious warnings.Steve Langasek2019-01-08
| |
* | one more patch tweakSteve Langasek2019-01-08
| |
* | further patch fixup to match upstreamSteve Langasek2019-01-08
| |
* | fix a typo in the patchSteve Langasek2019-01-08
| |
* | Bump Standards-Version to 3.9.1.Steve Langasek2019-01-08
| |
* | debian/patches/007_modules_pam_unix: drop compatibility handling ofSteve Langasek2019-01-08
| | | | | | | | | | 'max=' no-op; use of this option will now log an error, as warned three years ago.
* | debian/NEWS: document the disappearance of 'min=n', in case users haveSteve Langasek2019-01-08
| | | | | | | | encoded this option elsewhere outside of /etc/pam.d/common-password.
* | 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.
* | refresh other patches for new upstream versionSteve Langasek2019-01-08
| |
* | 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.
* | add a missing commaSteve Langasek2019-01-08
| |
* | 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)