Accepted sssd 1.8.1-1 (source amd64)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 22 Mar 2012 13:28:27 +0200
Source: sssd
Binary: sssd sssd-tools libnss-sss libpam-sss libipa-hbac0 libipa-hbac-dev libsss-sudo0 libsss-sudo-dev python-libipa-hbac python-sss
Architecture: source amd64
Version: 1.8.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian SSSD Team <pkg-sssd-devel@lists.alioth.debian.org>
Changed-By: Timo Aaltonen <tjaalton@ubuntu.com>
Description:
libipa-hbac-dev - FreeIPA HBAC Evaluator library
libipa-hbac0 - FreeIPA HBAC Evaluator library
libnss-sss - Nss library for the System Security Services Daemon
libpam-sss - Pam module for the System Security Services Daemon
libsss-sudo-dev - Communicator library for sudo -- development files
libsss-sudo0 - Communicator library for sudo
python-libipa-hbac - Python bindings for the FreeIPA HBAC Evaluator library
python-sss - Python module for the System Security Services Daemon
sssd - System Security Services Daemon
sssd-tools - System Security Services Daemon -- tools
Closes: 587895 595564 596215 617071 624194 633206 634123 639965 647980 660985
Changes:
sssd (1.8.1-1) unstable; urgency=low
.
* New maintainer, Debian SSSD Team. (Closes: #660985)
.
[ Timo Aaltonen ]
* New upstream release (1.8.1) (Closes: #647980, #624194, #639965)
- Support for the service map in NSS
- Support for setting default SELinux user context from FreeIPA
- Support for retrieving SSH user and host keys from LDAP (Experimental)
- Support for caching autofs LDAP requests (Experimental)
- Support for caching SUDO rules (Experimental)
* Update build-deps:
- Add libunistring-dev, libdhash-dev, libcollection-dev and
libini-config-dev.
- Add check for unit tests.
- Drop cvs and python-central.
- Migrate to dh, drop cdbs build-dep, add quilt, dh-autoreconf and
autopoint to build-deps.
* Add new packages:
- libipa-hbac0, libipa-hbac-dev, libsss-sudo0, libsss-sudo-dev,
and python-libipa-hbac.
- Split sssd-tools: add Breaks/Replaces sssd (<< 1.8.0~beta3-1) and
add to sssd Suggests
* Drop patch to ensure LDAP authentication never accept a zero
length password, which is now included upstream.
* sssd.upstart.ubuntu:
- Don't start before net-device-up. (LP: 812943)
- Source /etc/default/sssd. (LP: 812943)
* sssd.default: Added a file to include the sssd daemon defaults,
currently has '-D -f'.
* sssd.init: Drop separate OPTIONS, '-D' comes from /etc/default/sssd
now..
* rules: Install the Python API files to /usr/share/sssd, as discussed
with upstream. (LP: 859611)
* fix-python-api-path.dpatch: Use the new location for the API files.
(LP: 859611)
* libpam-sss.pam-auth-update:
- Add 'forward_pass' to auth stack to fix ecryptfs mounts. (LP: 826643)
- Add pam_localuser.so to account stack to allow local users to log in.
(LP: 860488)
* control: sssd now Recommends libpam-sss and libnss-sss, since sssd is
mostly useless without them. (LP: 767337)
* control, compat: Bump debhelper build-dep and compat level to 8.
* Switch patch-system to quilt.
* Do not install a working config file by default. The local domain
definition was broken (upstream #1014). The daemon will need to be
configured by other means before it's usable.
* Add support for Multi-Arch (Closes: #634123).
* Remove unnecessary libnss-sss.links.
* libnss-sss.overrides: Add an override for
"package-name-doesnt-match-sonames".
* Determine the used init system during build, add lsb-release to
build-deps. Default to sysvinit, use upstart if Ubuntu.
* sssd.upstart.in: Test if the config file exists, and exit if not.
* Fail gracefully if invoke-rc.d returns an error on postinst/prerm, like
when the daemon fails to start when there is no config file.
* sssd.init.in: Check that /etc/default/sssd is a real file before sourcing
it (Closes: #587895).
* control: Add libsasl2-modules-gssapi-mit and libsasl2-modules-ldap to
Recommends for sssd.
* rules: Move the rule for purging .la files before dh_install
(Closes: #633206).
* sssd.install: Fix the wildcard for plugins to include .so symlinks.
* rules: Add configure flags
- Disable RPATH
- Disable building static libs
- Enable ssh user and host key retrieval, autofs request
and sudo rules caching. The respective packages need to add support
for these to be useful.
* Drop fix-python-api-path.patch, included upstream.
* sssd.examples: Install the renamed example config.
* rules: Drop special handling of the sssd.api.d, upstream uses
the proper path now.
* rules: Add --fail-missing to dh_install.
* sssd.install: Add new files.
* libpam-sss.install, control: Move pam_sss.8 to the correct package,
add Breaks/Replaces.
* rules: Remove some files we don't want to install, to make dh_install
happy.
* rules: Clean po/*.gmo, po/stamp-po and *.pyc.
* Install lintian overrides using dh_lintian.
* {sssd,libnss-sss}.lintian-overrides: Update.
* Move libsasl2-modules-gssapi to sssd Depends to make sure it gets
installed, as it's needed in most cases.
* control: Update maintainer address and repo location.
* control: Bump the Standards-Version to 3.9.3, no changes.
* control: Bump the debhelper build-dep to 9.
* control: Add ${misc:Depends} to libipa-hbac*, libsss-sudo*.
* control, rules: Migrate to dh_python2 (Closes: #617071).
* control: Add myself to uploaders.
.
[ Petter Reinholdtsen ]
* New upstream version 1.2.4:
- Resolves long-standing issues related to group processing with
RFC2307bis LDAP servers.
- Fixed bugs in RFC2307bis group memberships related to initgroups
(Closes: #595564).
- Fix tight-loop bug on systems with older OpenLDAP client
libraries (such as Red Hat Enterprise Linux 5)
* New Upstream Version 1.2.3:
- Resolves CVE-2010-2940.
* New Upstream Version 1.2.2:
- The LDAP provider no longer requires access to the LDAP
RootDSE. If it is unavailable, we will continue on with our best
guess.
- The LDAP provider will now log issues with TLS and GSSAPI to the
syslog.
- Significant performance improvement when performing initgroups
on users who are members of large groups in LDAP.
- The sss_client will now reconnect properly to the SSSD if the
daemon is restarted.
* This resolves an issue causing GDM to crash when logging out
of a user after the SSSD had been restarted.
* Correct package description for python-sss (Closes: #596215).
* Update Standards-Version from 3.8.4 to 3.9.1. No changes needed.
.
[ Stéphane Graber ]
* Fix prerm invoke_failure hook to simply return as empty functions
are invalid shell syntax.
Checksums-Sha1:
ebb4ce4b3021a869fe17e00303c67253e5786df0 2718 sssd_1.8.1-1.dsc
fdf9dc0aa49168e1384e703ecf9428e9e54b455b 2121653 sssd_1.8.1.orig.tar.gz
3afbed081a6ade31568f6f96fd272006532249a6 16197 sssd_1.8.1-1.diff.gz
0ff8688e1bcdc43888ba127cd8a7f4933a38b5fd 2965130 sssd_1.8.1-1_amd64.deb
8be6850ec2e0f5cf5b2a791f78b822b8cb5c3c22 1012108 sssd-tools_1.8.1-1_amd64.deb
ed8c5ff4ae33900d5f3a768fe0875fbec7713768 21616 libnss-sss_1.8.1-1_amd64.deb
d7925b39cf9113ec9b0e9a38a761531e133df33f 25932 libpam-sss_1.8.1-1_amd64.deb
303ecbfcebb46af71110875e84a0ec562e40803c 13516 libipa-hbac0_1.8.1-1_amd64.deb
03566156a20b6612084bcbe20abc4049b2e49762 12508 libipa-hbac-dev_1.8.1-1_amd64.deb
3ae64bac86646b723962b175f6cf16b9f0a6f783 17334 libsss-sudo0_1.8.1-1_amd64.deb
49e75b34d85a62b1ff39a6f01a6b95fdb0a9d4f1 12042 libsss-sudo-dev_1.8.1-1_amd64.deb
c29620a645b045f07dbeede1a11dc8dab2b03e9b 23778 python-libipa-hbac_1.8.1-1_amd64.deb
b968740b326eea1f1e1a802daa9738cf0529c7ca 214974 python-sss_1.8.1-1_amd64.deb
Checksums-Sha256:
1e896492484f8eb6986e98e2c3c179a98acccbe66ddfa09203beeae0c6352603 2718 sssd_1.8.1-1.dsc
42b30cf71bb438341ec6135fec0d7bbd83d9124fa7e1dac41ec67711076ea77c 2121653 sssd_1.8.1.orig.tar.gz
59ae29aa692e8543cb40f3a0a91e450f2d179ef71cc9028b002622d03b704319 16197 sssd_1.8.1-1.diff.gz
fccc776fe0ed83cca3be6b6f65a71e0df3e99bdf6fdae216e2d06feb67933578 2965130 sssd_1.8.1-1_amd64.deb
ebdb1180300b697c292e80483b950e40757a3dc5c0af06d052a90bc9bc589895 1012108 sssd-tools_1.8.1-1_amd64.deb
348d8c3e5fa0a3cadf8074c4845ce6f6657a42f2fd922cc8cdc54a089ca34bb0 21616 libnss-sss_1.8.1-1_amd64.deb
fe8fd34fe84fb39cbe1a9aec268ca8bcd029c9e39822d11aa250c2194e7a8464 25932 libpam-sss_1.8.1-1_amd64.deb
88d707f8c9aa078f3009866575486dcbff295c755c0e7f4172fd5905045cd8c1 13516 libipa-hbac0_1.8.1-1_amd64.deb
fe6a49e75e12a44696eed22bf7aa89a9fd5e96a28793d827296e2b563a867703 12508 libipa-hbac-dev_1.8.1-1_amd64.deb
e9b4b54f6f4c2165374383da624292bb34ebe0c5ffe371b68ede90221fba9bf3 17334 libsss-sudo0_1.8.1-1_amd64.deb
35eb579ded4a241ba7d5337bc4c445f7c169d017e843c48048cd5ac586d40d03 12042 libsss-sudo-dev_1.8.1-1_amd64.deb
c45a31027e7e476756d4f886a3f161a39614699889f65ce7e11935bf259a7ad7 23778 python-libipa-hbac_1.8.1-1_amd64.deb
7b81dca44aa36927c5ac44570ec505711ee42f98f884dd1addc014ace16e28fd 214974 python-sss_1.8.1-1_amd64.deb
Files:
91b1498205a57268db828e20c3f71750 2718 utils extra sssd_1.8.1-1.dsc
8f5e88fbdc8edeba7bc816da3448b726 2121653 utils extra sssd_1.8.1.orig.tar.gz
1a6fafee438a5dd3d8b9889b7980f0b4 16197 utils extra sssd_1.8.1-1.diff.gz
2463e726faa650a101307f41d5c6b5e8 2965130 utils extra sssd_1.8.1-1_amd64.deb
47be82e68b9d26175e5c6d52d1f61c71 1012108 utils extra sssd-tools_1.8.1-1_amd64.deb
4c324af2c5ab81c2c0241fc0bfd1dafc 21616 utils extra libnss-sss_1.8.1-1_amd64.deb
28c28a0911d050980d9ed1dee7873a8b 25932 utils extra libpam-sss_1.8.1-1_amd64.deb
6ea38383f472158e9c209a8226bd913e 13516 libs extra libipa-hbac0_1.8.1-1_amd64.deb
f7ae200f575436a35ddc060ec69ed111 12508 libdevel extra libipa-hbac-dev_1.8.1-1_amd64.deb
c1179af82cb5edf38765d1cb41641fc9 17334 libs extra libsss-sudo0_1.8.1-1_amd64.deb
a5cb2dad5aef3592d32f84a3ebde8d2e 12042 libdevel extra libsss-sudo-dev_1.8.1-1_amd64.deb
8cf198d5250af5d0727db099fa52b797 23778 python extra python-libipa-hbac_1.8.1-1_amd64.deb
47c13edbd85495c67791d9c940e17017 214974 python extra python-sss_1.8.1-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Signed by Ana Guerrero
iQIcBAEBCAAGBQJPcIknAAoJELNGT4lqoVlITyYQAIzvNeDbVvmnsEkzKG1O4rp6
iz2OktFxySkS/lXNc1mdjQjR00k1vOMRqtlUTAf9nikb1wGmXxiqUHYBVktQNw1k
JI+W3llXOmqZxyYEo/R3QeJt+lWCALk6gSEtQrTnXdDLLc/rCf2FTkuorqFAEU9c
i+Ocv25eW0Qgx2w97OGC9XHDSdagCIh8tWFbJSpwkwau//PKMDQIPq1fpadQrlAW
Q7zltj0OXy1dMXdIu+J893okGNOQRlqn3JGbj+OCSxWJEd/XICu2G6hUz7CRbB3M
Bz6ozR9HvvdvnYa3AaJYrCu1/xRqdzEYv7eVQMzkhaeN/b9apWwLeT/aBsfqke0z
PY+njJ6oesyOGhQ6Zfas1CwP7RAA7LhsvH5uYg14wKZvEgqz6U4rJg/Jf4JGEjjz
0ckHmlGHe8f6bkc586kq02ZqOSmk8prKLqbAm5MEM6gHQJEXiZOv8Xwtl6gBIDON
tscny4vr2iSoUCRUDgqKuaSnD9pH0oU5d6UfaWnFEP6QchTOFOm+iLMW9ZCVymhX
01J4yVo0rnKJFeX1vUc0FxNIxyr4fIFqFhTLEJJRRgn+RRX8OhuVjSSmCkBQ47eO
nkIXDcWPvaD8/U8ohh/n5ugfrggCiTwOIpc7UaP1+D1y9W5gDlveL2MQxIsI9BjA
oQYOvjWBkDoRtTwWxYTE
=xuLq
-----END PGP SIGNATURE-----
Accepted:
libipa-hbac-dev_1.8.1-1_amd64.deb
to main/s/sssd/libipa-hbac-dev_1.8.1-1_amd64.deb
libipa-hbac0_1.8.1-1_amd64.deb
to main/s/sssd/libipa-hbac0_1.8.1-1_amd64.deb
libnss-sss_1.8.1-1_amd64.deb
to main/s/sssd/libnss-sss_1.8.1-1_amd64.deb
libpam-sss_1.8.1-1_amd64.deb
to main/s/sssd/libpam-sss_1.8.1-1_amd64.deb
libsss-sudo-dev_1.8.1-1_amd64.deb
to main/s/sssd/libsss-sudo-dev_1.8.1-1_amd64.deb
libsss-sudo0_1.8.1-1_amd64.deb
to main/s/sssd/libsss-sudo0_1.8.1-1_amd64.deb
python-libipa-hbac_1.8.1-1_amd64.deb
to main/s/sssd/python-libipa-hbac_1.8.1-1_amd64.deb
python-sss_1.8.1-1_amd64.deb
to main/s/sssd/python-sss_1.8.1-1_amd64.deb
sssd-tools_1.8.1-1_amd64.deb
to main/s/sssd/sssd-tools_1.8.1-1_amd64.deb
sssd_1.8.1-1.diff.gz
to main/s/sssd/sssd_1.8.1-1.diff.gz
sssd_1.8.1-1.dsc
to main/s/sssd/sssd_1.8.1-1.dsc
sssd_1.8.1-1_amd64.deb
to main/s/sssd/sssd_1.8.1-1_amd64.deb
sssd_1.8.1.orig.tar.gz
to main/s/sssd/sssd_1.8.1.orig.tar.gz