Hello community,

here is the log from the commit of package sssd for openSUSE:Factory checked in 
at 2014-05-02 09:51:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sssd (Old)
 and      /work/SRC/openSUSE:Factory/.sssd.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sssd"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sssd/sssd.changes        2014-03-18 
16:21:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sssd.new/sssd.changes   2014-05-02 
09:51:54.000000000 +0200
@@ -1,0 +2,30 @@
+Tue Apr 29 10:00:57 UTC 2014 - [email protected]
+
+- Update to new upstream release 1.11.5.1
+  * sssd crashes after upgrade from 1.11.4 to 1.11.5 when using a samba4 domain
+  * SSSD pam module accepts usernames with leading spaces
+  * [RFE] Expose the list of trusted domains to IPA
+  * If both IPA and LDAP are set up with enumeration on, two enum tasks are 
running
+  * sssd.conf man pages don't list a configuration option.
+  * Make SSSD compilable on systems with non-standard paths to krb5 includes
+  * [freebsd] pam_sss: add ignore_unknown_user option
+  * MAN: Remove misleading memberof example from ldap_access_filter example
+  * not retrieving homedirs of AD users with posix attributes
+  * Document that `sssd` cache needs to be cleared manually, if ID mapping 
configuration changes
+  * Check IPA idranges before saving them to the cache
+  * Evaluate usage of sudo LDAP provider together with the AD provider
+  * Setting int option to 0 yields the default value
+  * ipa-server-mode: Use lower-case user name component in home dir path
+  * SSSD Does not cache SELinux map from FreeIPA correctly
+  * IPA SELinux code looks for the host in the wrong sysdb subdir when a 
trusted user logs in
+  * sssd fails to handle expired passwords when OTP is used
+  * Add another Kerberos error code to trigger IPA password migration
+  * Double OK when starting the service
+  * SSSD should create the SELinux mapping file with format expected by 
pam_selinux
+  * Valgrind: Invalid read of int while processing netgroup
+  * other subdomains are unavailable when joined to a subdomain in the ad 
forest
+  * Error during password change
+  * configure time variables not expanded when running ./configure
+  * RHEL7 IPA selinuxusermap hbac rule not always matching
+
+-------------------------------------------------------------------

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

New:
----
  sssd-1.11.5.1.tar.gz
  sssd-1.11.5.1.tar.gz.asc
  sssd.service

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

Other differences:
------------------
++++++ sssd.spec ++++++
--- /var/tmp/diff_new_pack.bXHoU5/_old  2014-05-02 09:51:55.000000000 +0200
+++ /var/tmp/diff_new_pack.bXHoU5/_new  2014-05-02 09:51:55.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           sssd
-Version:        1.11.4
+Version:        1.11.5.1
 Release:        0
 Summary:        System Security Services Daemon
 License:        GPL-3.0+ and LGPL-3.0+
@@ -28,6 +28,7 @@
 Source:         https://fedorahosted.org/released/sssd/sssd-%version.tar.gz
 Source2:        https://fedorahosted.org/released/sssd/sssd-%version.tar.gz.asc
 Source3:        baselibs.conf
+Source4:        sssd.service
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %define servicename    sssd
@@ -327,7 +328,9 @@
 install -m600 src/examples/sssd-example.conf "$b/%_sysconfdir/sssd/sssd.conf";
 %if 0%{?_unitdir:1}
 install -d "$b/%_unitdir";
-install src/sysv/systemd/sssd.service "$b/%_unitdir/sssd.service";
+# Missing service file in 1.11.5.1
+#install src/sysv/systemd/sssd.service "$b/%_unitdir/sssd.service";
+install %{S:4} "$b/%_unitdir/sssd.service";
 rm -Rf "$b/%_initddir"
 %else
 install src/sysv/SUSE/sssd "$b/%_sysconfdir/init.d/sssd";

++++++ sssd-1.11.4.tar.gz -> sssd-1.11.5.1.tar.gz ++++++
++++ 46281 lines of diff (skipped)

++++++ sssd.service ++++++
[Unit]
Description=System Security Services Daemon
# SSSD will not be started until syslog is
After=syslog.target

[Service]
EnvironmentFile=-/etc/sysconfig/sssd
ExecStart=/usr/sbin/sssd -D -f
# These two should be used with traditional UNIX forking daemons
# consult systemd.service(5) for more details
Type=forking
PIDFile=/var/run/sssd.pid

[Install]
WantedBy=multi-user.target
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to