From 46b225a156002440304a28d6c190be5f241a3244e125efb40bdedf6cebff6243 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sun, 5 Mar 2017 08:29:21 +0000 Subject: [PATCH 1/2] Accepting request 476961 from home:stroeder:branches:network:ldap update to upstream release 1.15.1 OBS-URL: https://build.opensuse.org/request/show/476961 OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=183 --- sssd-1.15.0.tar.gz | 3 --- sssd-1.15.0.tar.gz.asc | 6 ------ sssd-1.15.1.tar.gz | 3 +++ sssd-1.15.1.tar.gz.asc | 6 ++++++ sssd.changes | 26 ++++++++++++++++++++++++++ sssd.spec | 6 ++++-- 6 files changed, 39 insertions(+), 11 deletions(-) delete mode 100644 sssd-1.15.0.tar.gz delete mode 100644 sssd-1.15.0.tar.gz.asc create mode 100644 sssd-1.15.1.tar.gz create mode 100644 sssd-1.15.1.tar.gz.asc diff --git a/sssd-1.15.0.tar.gz b/sssd-1.15.0.tar.gz deleted file mode 100644 index 4ed9e2c..0000000 --- a/sssd-1.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:729ed277ff99e4adec81291b6a3ec28147a2531b733f36f429940de01ec7b344 -size 5178779 diff --git a/sssd-1.15.0.tar.gz.asc b/sssd-1.15.0.tar.gz.asc deleted file mode 100644 index 0c792cb..0000000 --- a/sssd-1.15.0.tar.gz.asc +++ /dev/null @@ -1,6 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iEYEABECAAYFAliIx8gACgkQHsardTLnvCUx9gCggg/0GBat/nZT98+IjlSF9h1u -BsIAoIhnoCAHFsbnF6Y3DfXN47ySyPbt -=o/YH ------END PGP SIGNATURE----- diff --git a/sssd-1.15.1.tar.gz b/sssd-1.15.1.tar.gz new file mode 100644 index 0000000..296bfcf --- /dev/null +++ b/sssd-1.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a64a15c1e344fdfd1904872133d558b4fbbc6cb1ac748b66819f941d5c804fb +size 5244029 diff --git a/sssd-1.15.1.tar.gz.asc b/sssd-1.15.1.tar.gz.asc new file mode 100644 index 0000000..6d8a29c --- /dev/null +++ b/sssd-1.15.1.tar.gz.asc @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iEYEABECAAYFAli53WwACgkQHsardTLnvCUIBQCguPYgc+o1n1+bl3fnrqs/QJh9 +LXQAnj6hXHbfhvAJy23otBTKi3Xs2+9h +=S3bq +-----END PGP SIGNATURE----- diff --git a/sssd.changes b/sssd.changes index 0252785..0454171 100644 --- a/sssd.changes +++ b/sssd.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Sat Mar 4 19:57:33 UTC 2017 - michael@stroeder.com + +- Updated project URL +- Update to new upstream release 1.15.1 + * Several issues related to starting the SSSD services on-demand via + socket activation were fixed. In particular, it is no longer possible + to have a service started both by sssd and socket-activated. Another + bug which might have caused the responder to start before SSSD started + and cause issues especially on system startup was fixed. + * A new 'files' provider was added. This provider mirrors the contents + of '/etc/passwd' and '/etc/shadow' into the SSSD database. The purpose + of this new provider is to make it possible to use SSSD's interfaces, + such as the D-Bus interface for local users and enable leveraging the + in-memory fast cache for local users as well, as a replacement for `nscd`. + In future, we intend to extend the D-Bus interface to also provide setting + and retrieving additional custom attributes for the files users. + * SSSD now autogenerates a fallback configuration that enables the + files domain if no SSSD configuration exists. This allows distributions + to enable the 'sssd' service when the SSSD package is installed. Please + note that SSSD must be build with the configuration option + '--enable-files-domain' for this functionality to be enabled. + * Support for public-key authentication with Kerberos (PKINIT) was + added. This support will enable users who authenticate with a Smart Card + to obtain a Kerberos ticket during authentication. + ------------------------------------------------------------------- Sat Feb 18 08:35:13 CET 2017 - kukuk@suse.de diff --git a/sssd.spec b/sssd.spec index ef865d5..143db1b 100644 --- a/sssd.spec +++ b/sssd.spec @@ -17,12 +17,12 @@ Name: sssd -Version: 1.15.0 +Version: 1.15.1 Release: 0 Summary: System Security Services Daemon License: GPL-3.0+ and LGPL-3.0+ Group: System/Daemons -Url: https://fedorahosted.org/sssd/ +Url: https://pagure.io/SSSD/sssd #Git-Clone: git://git.fedorahosted.org/sssd Source: https://fedorahosted.org/released/sssd/sssd-%version.tar.gz @@ -490,6 +490,7 @@ rm -f /var/lib/sss/db/*.ldb %_mandir/??/man8/sssd.8* %_mandir/man1/sss_ssh_* %_mandir/man8/sssctl.8* +%_mandir/man5/sssd-files.5* %_mandir/man5/sssd-simple.5* %_mandir/man5/sssd-sudo.5* %_mandir/man5/sssd.conf.5* @@ -500,6 +501,7 @@ rm -f /var/lib/sss/db/*.ldb %_libdir/%name/libsss_cert* %_libdir/%name/libsss_crypt* %_libdir/%name/libsss_debug* +%_libdir/%name/libsss_files* %_libdir/%name/libsss_semanage* %_libdir/%name/libsss_simple* %_libdir/%name/libsss_util* From 96255f5760a57cc085eff6944f10e6cc947705a2228b092d9d63fd074b972bf2 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 11 Mar 2017 22:35:00 +0000 Subject: [PATCH 2/2] - Switch *all* URLs after fedorahosted.org retirement OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=184 --- sssd.changes | 5 +++++ sssd.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sssd.changes b/sssd.changes index 0454171..bd1dfa5 100644 --- a/sssd.changes +++ b/sssd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 11 22:34:41 UTC 2017 - jengelh@inai.de + +- Switch *all* URLs after fedorahosted.org retirement + ------------------------------------------------------------------- Sat Mar 4 19:57:33 UTC 2017 - michael@stroeder.com diff --git a/sssd.spec b/sssd.spec index 143db1b..fc2c9cf 100644 --- a/sssd.spec +++ b/sssd.spec @@ -25,8 +25,8 @@ Group: System/Daemons Url: https://pagure.io/SSSD/sssd #Git-Clone: git://git.fedorahosted.org/sssd -Source: https://fedorahosted.org/released/sssd/sssd-%version.tar.gz -Source2: https://fedorahosted.org/released/sssd/sssd-%version.tar.gz.asc +Source: http://releases.pagure.org/SSSD/sssd/%name-%version.tar.gz +Source2: http://releases.pagure.org/SSSD/sssd/%name-%version.tar.gz.asc Source3: baselibs.conf Source4: sssd.service Source5: %name.keyring