summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAge
...
* mark libpam0g-dev M-A: sameSteve Langasek2019-01-08
|
* fix the sed rule for libpam0g-dev.install.inSteve Langasek2019-01-08
|
* Move debian/libpam0g-dev.install to debian/libpam0g-dev.install.inSteve Langasek2019-01-08
| | | | | | and substitute the multiarch path at build time, so our .a files go to the multiarch dir instead of to /usr/lib. Thanks to Riku Voipio for pointing out the bug.
* Look for /etc/init.d/postgresql, not /etc/init.d/postgresql-8.{2,3},Steve Langasek2019-01-08
| | | | | for service restarts; the latter are obsolete since squeeze. Closes: #631511.
* releasing version 1.1.3-2Steve Langasek2019-01-08
|
* make sure we're passing ctrl to the function if we need to check PAM_DEBUGSteve Langasek2019-01-08
|
* debian/patches-applied/027_pam_limits_better_init_allow_explicit_root:Steve Langasek2019-01-08
| | | | | | don't reset the process niceness for root; since it's root, they can still renice to a lower nice level if they need to and changing the nice level by default is unexpected behavior. Closes: #594377.
* close the ia32-libs bug in the changelog, whee!Steve Langasek2019-01-08
|
* bump the maintainer script version check to 1.1.3-2Steve Langasek2019-01-08
|
* Pull in final multiarch support from Ubuntu:Steve Langasek2019-01-08
| | | | | | | | | - bump the debhelper build-dep - add Pre-Depends: ${misc:Pre-Depends} for multiarch-support - add Pre-Depends: libpam0g (>= 1.1.3-2) to libpam-modules - bump the version in libpam-modules-bin's replaces: of libpam-modules - use DEB_HOST_MULTIARCH, not DEB_HOST_GNU_TYPE
* merge preliminary multiarch supportSteve Langasek2019-01-08
|\
| * merge from squeezeSteve Langasek2019-01-08
| |\
| * | bump replaces on libpam-modulesSteve Langasek2019-01-08
| | |
| * | merge from trunkSteve Langasek2019-01-08
| |\ \
| * | | fix a minor mis-merge (unix_chkpwd in libpam-modules-bin)Steve Langasek2019-01-08
| | | |
| * | | merge from trunkSteve Langasek2019-01-08
| |\ \ \
| * | | | Split libpam-modules into libpam-modules and libpam-modules-bin, so that weSteve Langasek2019-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | only have to have one copy of the helper binaries installed.
| * | | | add the Multi-Arch fields to the packagesSteve Langasek2019-01-08
| | | | |
| * | | | New patch to give us proper multiarch module path lookups in conjunction withSteve Langasek2019-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the non-standard configure arguments in debian/rules: look in /lib/$(DEB_HOST_GNU_TYPE)/security first, then /lib/security as a fallback.
| * | | | treat /lib/security as our 'extra' dir, so thatSteve Langasek2019-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a) the multiarch dir is always preferred, and b) we don't have to have /lib/security on the system to resolve the other path
| * | | | install all our libs and modules in the multiarch pathsSteve Langasek2019-01-08
| | | | |
* | | | | * debian/patches-applied/027_pam_limits_better_init_allow_explicit_root:Kees Cook2019-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | - only report about unknown kernel rlimits when "debug" is set (Closes: 625226, LP: #794531).
* | | | | releasing version 1.1.3-1Steve Langasek2019-01-08
| | | | |
* | | | | bump the minimum version check in maintainer scripts for the restartSteve Langasek2019-01-08
| | | | | | | | | | | | | | | | | | | | handling.
* | | | | debian/patches-applied/027_pam_limits_better_init_allow_explicit_root:Steve Langasek2019-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | set a better default RLIMIT_MEMLOCK value for BSD kernels. Thanks to Petr Salinger for the fix. Closes: #602902.
* | | | | update symbols file for new symbolsSteve Langasek2019-01-08
| | | | |
* | | | | Fixes CVE-2010-3316 CVE-2010-3430 CVE-2010-3431 CVE-2010-3435.Steve Langasek2019-01-08
| | | | | | | | | | | | | | | | | | | | Closes: #599832.
* | | | | refresh other patches for new upstream releaseSteve Langasek2019-01-08
| | | | |
* | | | | Port hurd_no_setfsuid patch to new pam_modutil_{drop,restore}_privSteve Langasek2019-01-08
| | | | | | | | | | | | | | | | | | | | interface; now possibly upstreamable
* | | | | releasing version 1.1.2-3Steve Langasek2019-01-08
| | | | |
* | | | | 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
| | | | |