Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sssd for openSUSE:Factory checked in 
at 2021-12-02 22:30:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sssd (Old)
 and      /work/SRC/openSUSE:Factory/.sssd.new.31177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sssd"

Thu Dec  2 22:30:00 2021 rev:112 rq:933746 version:2.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/sssd/sssd.changes        2021-07-15 
23:58:48.226270257 +0200
+++ /work/SRC/openSUSE:Factory/.sssd.new.31177/sssd.changes     2021-12-02 
22:30:37.514582007 +0100
@@ -1,0 +2,29 @@
+Tue Nov 23 16:11:48 UTC 2021 - Johannes Segitz <jseg...@suse.com>
+
+- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
+  * harden_sssd-ifp.service.patch
+  * harden_sssd-kcm.service.patch
+
+-------------------------------------------------------------------
+Tue Nov  9 15:35:58 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 2.6.1
+  * New infopipe method FindByValidCertificate().
+  * The default value of the "ssh_hash_known_hosts" setting was
+    changed to false for the sake of consistency with OpenSSH
+    that does not hash host names by default.
+
+-------------------------------------------------------------------
+Fri Oct 15 13:41:13 UTC 2021 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 2.6.0
+  * Support of legacy json format for ccaches was dropped.
+  * Support of long time deprecated secrets responder was dropped.
+  * Support of long time deprecated local provider was dropped.
+  * The sssctl command was vulnerable to shell command injection
+    via the logs-fetch and cache-expire subcommands,
+    which was fixed.
+  * Basic support of user's 'subuid and subgid ranges' for IPA
+    provider and corresponding plugin for shadow-utils were added.
+
+-------------------------------------------------------------------

Old:
----
  sssd-2.5.2.tar.gz
  sssd-2.5.2.tar.gz.asc

New:
----
  harden_sssd-ifp.service.patch
  harden_sssd-kcm.service.patch
  sssd-2.6.1.tar.gz
  sssd-2.6.1.tar.gz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sssd.spec ++++++
--- /var/tmp/diff_new_pack.CMarA4/_old  2021-12-02 22:30:38.458578335 +0100
+++ /var/tmp/diff_new_pack.CMarA4/_new  2021-12-02 22:30:38.466578305 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sssd
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           sssd
-Version:        2.5.2
+Version:        2.6.1
 Release:        0
 Summary:        System Security Services Daemon
 License:        GPL-3.0-or-later and LGPL-3.0-or-later
@@ -29,25 +29,8 @@
 Source3:        baselibs.conf
 Source5:        %name.keyring
 Patch1:         krb-noversion.diff
-
-%define servicename    sssd
-%define sssdstatedir   %_localstatedir/lib/sss
-%define dbpath         %sssdstatedir/db
-%define pipepath       %sssdstatedir/pipes
-%define pubconfpath    %sssdstatedir/pubconf
-%define gpocachepath   %sssdstatedir/gpo_cache
-
-# Both SSSD and cifs-utils provide an idmap plugin for cifs.ko
-# /etc/cifs-utils/idmap-plugin should be a symlink to one of the 2 idmap 
plugins
-# * cifs-utils one is the default (priority 20)
-# * installing SSSD should NOT switch to SSSD plugin (priority 10)
-%define cifs_idmap_plugin       %_sysconfdir/cifs-utils/idmap-plugin
-%define cifs_idmap_lib          %_libdir/cifs-utils/cifs_idmap_sss.so
-%define cifs_idmap_name         cifs-idmap-plugin
-%define cifs_idmap_priority     10
-Requires(post): update-alternatives
-Requires(postun): update-alternatives
-
+Patch2:        harden_sssd-ifp.service.patch
+Patch3:        harden_sssd-kcm.service.patch
 BuildRequires:  autoconf >= 2.59
 BuildRequires:  automake
 BuildRequires:  bind-utils
@@ -59,6 +42,7 @@
 BuildRequires:  libcmocka-devel
 BuildRequires:  libsmbclient-devel
 BuildRequires:  libtool
+BuildRequires:  libunistring-devel
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt-tools
 BuildRequires:  nscd
@@ -81,7 +65,7 @@
 BuildRequires:  pkgconfig(libnfsidmap)
 BuildRequires:  pkgconfig(libnl-3.0) >= 3.0
 BuildRequires:  pkgconfig(libnl-route-3.0) >= 3.0
-BuildRequires:  pkgconfig(libpcre) >= 7
+BuildRequires:  pkgconfig(libpcre2-8)
 BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(ndr_krb5pac)
 BuildRequires:  pkgconfig(ndr_nbt)
@@ -99,6 +83,24 @@
 Provides:       sssd-client = %version-%release
 Obsoletes:      libsss_sudo < %version-%release
 
+%define servicename    sssd
+%define sssdstatedir   %_localstatedir/lib/sss
+%define dbpath         %sssdstatedir/db
+%define pipepath       %sssdstatedir/pipes
+%define pubconfpath    %sssdstatedir/pubconf
+%define gpocachepath   %sssdstatedir/gpo_cache
+
+# Both SSSD and cifs-utils provide an idmap plugin for cifs.ko
+# /etc/cifs-utils/idmap-plugin should be a symlink to one of the 2 idmap 
plugins
+# * cifs-utils one is the default (priority 20)
+# * installing SSSD should NOT switch to SSSD plugin (priority 10)
+%define cifs_idmap_plugin       %_sysconfdir/cifs-utils/idmap-plugin
+%define cifs_idmap_lib          %_libdir/cifs-utils/cifs_idmap_sss.so
+%define cifs_idmap_name         cifs-idmap-plugin
+%define cifs_idmap_priority     10
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+
 %description
 Provides a set of daemons to manage access to remote directories and
 authentication mechanisms. It provides an NSS and PAM interface toward
@@ -363,15 +365,11 @@
 
 %build
 export LDB_DIR="$(pkg-config ldb --variable=modulesdir)"
-
 # help configure find nscd
 export PATH="$PATH:/usr/sbin"
 
 autoreconf -fiv
-export CFLAGS="%optflags -fPIE"
-export LDFLAGS="-pie"
 %configure \
-    --with-crypto=libcrypto \
     --with-db-path="%dbpath" \
     --with-pipe-path="%pipepath" \
     --with-pubconf-path="%pubconfpath" \
@@ -394,16 +392,12 @@
 
 %install
 # sss_obfuscate is compatible with both python 2 and 3
-sed -i -e 's:%_bindir/python:%_bindir/python3:' src/tools/sss_obfuscate
-
+perl -i -lpe 's{%_bindir/python\b}{%_bindir/python3}' src/tools/sss_obfuscate
 %make_install
 b="%buildroot"
 
-#for i in cs cs/man8 nl nl/man8 pt pt/man8 uk uk/man1 uk/man5 uk/man8; do
-#      mkdir -p "$b/%_mandir/$i"
-#done
 # Copy some defaults
-mkdir -p "$b/%_sysconfdir/sssd" "$b/%_sysconfdir/sssd/conf.d"
+mkdir -pv "$b/%_sysconfdir/sssd" "$b/%_sysconfdir/sssd/conf.d"
 install -m600 src/examples/sssd-example.conf "$b/%_sysconfdir/sssd/sssd.conf"
 install -d "$b/%_unitdir"
 install -d "$b/%_sysconfdir/logrotate.d"
@@ -415,7 +409,7 @@
 %find_lang %name --all-name
 
 # dummy target for cifs-idmap-plugin
-mkdir -p %buildroot/%_sysconfdir/alternatives 
%buildroot/%_sysconfdir/cifs-utils
+mkdir -pv %buildroot/%_sysconfdir/alternatives 
%buildroot/%_sysconfdir/cifs-utils
 ln -sfv %_sysconfdir/alternatives/%cifs_idmap_name 
%buildroot/%cifs_idmap_plugin
 
 %check
@@ -513,7 +507,6 @@
 %_mandir/??/man5/sssd-ad.5*
 %_mandir/??/man5/sssd-files.5*
 %_mandir/??/man5/sssd-ldap-attributes.5*
-%_mandir/??/man5/sssd-secrets.5*
 %_mandir/??/man5/sssd-session-recording.5*
 %_mandir/??/man5/sssd-simple.5*
 %_mandir/??/man5/sssd-sudo.5*
@@ -578,7 +571,6 @@
 %_datadir/%name/cfg_rules.ini
 %_datadir/%name/sssd.api.conf
 %dir %_datadir/%name/sssd.api.d/
-%_datadir/%name/sssd.api.d/sssd-local.conf
 %_datadir/%name/sssd.api.d/sssd-simple.conf
 %_datadir/%name/sssd.api.d/sssd-files.conf
 #
@@ -591,6 +583,7 @@
 %_libdir/%name/modules/sssd_krb5_localauth_plugin.so
 %_mandir/??/man8/sssd_krb5_locator_plugin.8*
 %_mandir/??/man8/pam_sss.8*
+%_mandir/??/man8/pam_sss_gss.8*
 %_mandir/man8/pam_sss.8*
 %_mandir/man8/pam_sss_gss.8*
 %_mandir/man8/sssd_krb5_locator_plugin.8*
@@ -642,7 +635,6 @@
 %dir %_libexecdir/sssd/
 %_libexecdir/sssd/sssd_kcm
 %dir %_libdir/sssd/
-%_libdir/sssd/libsss_secrets.so
 %_mandir/man8/sssd-kcm.8*
 %_mandir/??/man8/sssd-kcm.8*
 %_datadir/sssd-kcm/
@@ -698,6 +690,7 @@
 %_mandir/??/man8/sss_*.8*
 %_mandir/man8/sssctl.8*
 %_mandir/man8/sss_*.8*
+%python3_sitelib/sssd/
 
 %files winbind-idmap
 %_libdir/samba/

++++++ harden_sssd-ifp.service.patch ++++++
Index: sssd-2.5.2/src/sysv/systemd/sssd-ifp.service.in
===================================================================
--- sssd-2.5.2.orig/src/sysv/systemd/sssd-ifp.service.in
+++ sssd-2.5.2/src/sysv/systemd/sssd-ifp.service.in
@@ -5,6 +5,19 @@ After=sssd.service
 BindsTo=sssd.service
 
 [Service]
+# added automatically, for details please see
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
+ProtectSystem=full
+ProtectHome=true
+PrivateDevices=true
+ProtectHostname=true
+ProtectClock=true
+ProtectKernelTunables=true
+ProtectKernelModules=true
+ProtectKernelLogs=true
+ProtectControlGroups=true
+RestrictRealtime=true
+# end of automatic additions 
 Environment=DEBUG_LOGGER=--logger=files
 EnvironmentFile=-@environment_file@
 Type=dbus
++++++ harden_sssd-kcm.service.patch ++++++
Index: sssd-2.5.2/src/sysv/systemd/sssd-kcm.service.in
===================================================================
--- sssd-2.5.2.orig/src/sysv/systemd/sssd-kcm.service.in
+++ sssd-2.5.2/src/sysv/systemd/sssd-kcm.service.in
@@ -8,6 +8,19 @@ After=sssd-kcm.socket
 Also=sssd-kcm.socket
 
 [Service]
+# added automatically, for details please see
+# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
+ProtectSystem=full
+ProtectHome=true
+PrivateDevices=true
+ProtectHostname=true
+ProtectClock=true
+ProtectKernelTunables=true
+ProtectKernelModules=true
+ProtectKernelLogs=true
+ProtectControlGroups=true
+RestrictRealtime=true
+# end of automatic additions 
 Environment=DEBUG_LOGGER=--logger=files
 ExecStartPre=-@sbindir@/sssd --genconf-section=kcm
 ExecStart=@libexecdir@/sssd/sssd_kcm --uid 0 --gid 0 ${DEBUG_LOGGER}
++++++ sssd-2.5.2.tar.gz -> sssd-2.6.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/sssd/sssd-2.5.2.tar.gz 
/work/SRC/openSUSE:Factory/.sssd.new.31177/sssd-2.6.1.tar.gz differ: char 5, 
line 1

Reply via email to