- Update to release 2.7.0

OBS-URL: https://build.opensuse.org/package/show/network:ldap/sssd?expand=0&rev=262
This commit is contained in:
Jan Engelhardt 2022-04-14 23:20:29 +00:00 committed by Git OBS Bridge
parent 7d33d4193b
commit 7d719753b5
6 changed files with 55 additions and 35 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3dd820b3da90cddbcb1041ef3c16102d78aad9d8c9ab25630e0c14a2f8992b18
size 7510020

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEGkHcZ1BfiaMwgotmr/513ehQjhIFAmHv2rIACgkQr/513ehQ
jhK34ggAwKpJotxYdcCMbNVqj7oEFyjedbU8zvFuoV5c3E2L062wBEQnW4TcRs2B
A0NNJrl9mwJc92+7mywhL/GCLlm/sefltvQGM+QS2GVaaMBgRcZmyg9Qi6v2BDzp
hhpx3PxKmcOKbHstSnwAjUaqsKfwCJaPBT/43rR+WskWt6BJy0SiOPGNiTO7yZ/U
uh90qrUBLsoWmRICldRdOVbdWV08AJBkng09uMiCAhMhAj/xk1mPCw2fwslBpJtg
m5KaZZuRrzZC3qQqBzWUSDRx6EyljZkGFZW1qTgBaEQhopOz6K6h6xS7NqHGJO8k
cLCtAysTxFkTaJBsuV7a/BL8c64rZg==
=tt82
-----END PGP SIGNATURE-----

3
sssd-2.7.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74acbcac1d98da486734a746e516e9bd8e9641a4b5a1a666b1900e9203d2e921
size 7556843

16
sssd-2.7.0.tar.gz.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEwTzQf/stsUCORXo809IbKRDPZ1kFAmJYInwACgkQ09IbKRDP
Z1ljfg//Vqw4Vcj6fSq9/75GyGcK+Ss26ysi0JVkp+GKVYOxUn2hVyJrOiTxSCL1
vQaIrHLsaeZRRzpfnrCJYwsi06l+gbn6p15u05a9T15ryR5GIKYcdAohYwqqh0KE
GU8k4r1SoEcPtnFBjMhaF+hQgVkNJc+YaPnJg+CVgWpBaf6yWYzciBdX8f/HSsG6
LlPVcKPAClt3lHCdIPjy8bIXhcBRQpZdZxvfnUnwed41QjQMJf1QHaPU+gxsX65d
d4W0QYPjuUM/2lPKN/tRSDmwnC1FTlotci2C1oBbAWleYImFb6OOODyeX7HDDOcc
Te9w/Dn5vO6og+ybhDH9wARfKgnhi37roT5mpl0AizgSIRl3lYqY0zGCYnS80uhO
zewW+2Dtpi+1PeAUuJ3iR3LkrQ8jZnNVBv+h9vkn1KeW7UYK0eiiGVHODyYwkw/8
TAQeQaV3tzrK1xo0VM7cxUIXvrWcAeCifSoa/WDoA/WEnJrtN6emWd0qKSulQmvI
CN4QX1DO+W9a22pf3ZInQL6otoJ4NyW+YxsaCLvQ363OfHcI29tVvcUOIFZJuebY
n03PguhWFNOhSuEXPJ+jXyO/KyuowPyJEFjkZgLIrldKiQyKicTsL8P2ADgc998S
bF7b8pi2Y60otOA6s0LWvR8RSnBRVIPJgplMNERjOv0AdbnjOwk=
=GJ8P
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Apr 14 22:43:03 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.7.0
* Better default for IPA/AD re_expression. Tunning for group
names containing '@' is no longer needed.
* A new debug level is added to show statistical and
performance data.
* Added support for anonymous PKINIT to get FAST credentials.
* SSSD now correctly falls back to UPN search if the user was
not found even with `cache_first = true`.
-------------------------------------------------------------------
Mon Feb 21 14:50:38 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package sssd
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,13 @@
Name: sssd
Version: 2.6.3
Version: 2.7.0
Release: 0
Summary: System Security Services Daemon
License: GPL-3.0-or-later and LGPL-3.0-or-later
Group: System/Daemons
URL: https://pagure.io/SSSD/sssd
#Git-Clone: https://pagure.io/SSSD/sssd
URL: https://github.com/SSSD/sssd
#Git-Clone: https://github.com/SSSD/sssd
Source: https://github.com/SSSD/sssd/releases/download/%version/%name-%version.tar.gz
Source2: https://github.com/SSSD/sssd/releases/download/%version/%name-%version.tar.gz.asc
Source3: baselibs.conf
@ -61,6 +61,7 @@ BuildRequires: pkgconfig(jansson)
BuildRequires: pkgconfig(ldb) >= 0.9.2
BuildRequires: pkgconfig(libcares)
BuildRequires: pkgconfig(libcrypto)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(libnfsidmap)
BuildRequires: pkgconfig(libnl-3.0) >= 3.0
BuildRequires: pkgconfig(libnl-route-3.0) >= 3.0
@ -371,23 +372,24 @@ export PATH="$PATH:/usr/sbin"
autoreconf -fiv
%configure \
--with-db-path="%dbpath" \
--with-pipe-path="%pipepath" \
--with-pubconf-path="%pubconfpath" \
--with-gpo-cache-path="%gpocachepath" \
--with-init-dir="%_initrddir" \
--with-environment-file="%_sysconfdir/sysconfig/sssd" \
--with-initscript=systemd \
--with-syslog=journald \
--with-pid-path="%_rundir" \
--enable-nsslibdir="/%_lib" \
--enable-pammoddir="/%_lib/security" \
--with-ldb-lib-dir="%ldbdir" \
--with-selinux=yes \
--with-os=suse \
--disable-ldb-version-check \
--without-secrets \
--without-python2-bindings
--with-db-path="%dbpath" \
--with-pipe-path="%pipepath" \
--with-pubconf-path="%pubconfpath" \
--with-gpo-cache-path="%gpocachepath" \
--with-init-dir="%_initrddir" \
--with-environment-file="%_sysconfdir/sysconfig/sssd" \
--with-initscript=systemd \
--with-syslog=journald \
--with-pid-path="%_rundir" \
--enable-nsslibdir="/%_lib" \
--enable-pammoddir="/%_lib/security" \
--with-ldb-lib-dir="%ldbdir" \
--with-selinux=yes \
--with-os=suse \
--disable-ldb-version-check \
--without-secrets \
--without-python2-bindings \
--without-oidc-child
%make_build all
%install
@ -588,6 +590,7 @@ fi
/%_lib/security/pam_sss_gss.so
%_libdir/krb5/
%_libdir/%name/modules/sssd_krb5_localauth_plugin.so
%_libdir/%name/modules/sssd_krb5_idp_plugin.so
%_mandir/??/man8/sssd_krb5_locator_plugin.8*
%_mandir/??/man8/pam_sss.8*
%_mandir/??/man8/pam_sss_gss.8*