Hello community,

here is the log from the commit of package pam for openSUSE:Factory checked in 
at 2020-11-17 12:09:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam (Old)
 and      /work/SRC/openSUSE:Factory/.pam.new.24930 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam"

Tue Nov 17 12:09:48 2020 rev:106 rq: version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam/pam.changes  2020-11-15 15:17:10.598862977 
+0100
+++ /work/SRC/openSUSE:Factory/.pam.new.24930/pam.changes       2020-11-17 
12:09:51.383773201 +0100
@@ -2,33 +1,0 @@
-Tue Nov 10 11:09:39 UTC 2020 - Thorsten Kukuk <ku...@suse.com>
-
-- Enable pam_faillock [bnc#1171562]
-
--------------------------------------------------------------------
-Wed Oct  8 13:31:39 UTC 2020 - Josef Möllers <josef.moell...@suse.com>
-
-- /usr/bin/xauth chokes on the old user's $HOME being on an NFS
-  file system. Run /usr/bin/xauth using the old user's uid/gid
-  Patch courtesy of Dr. Werner Fink.
-  [bsc#1174593, pam-xauth_ownership.patch]
-
--------------------------------------------------------------------
-Thu Oct  8 02:33:16 UTC 2020 - Stanislav Brabec <sbra...@suse.com>
-
-- pam-login_defs-check.sh: Fix the regexp to get a real variable
-  list (boo#1164274).
-
--------------------------------------------------------------------
-Wed Jun 24 13:06:33 UTC 2020 - Josef Möllers <josef.moell...@suse.com>
-
-- Revert the previous change [SR#815713].
-  The group is not necessary for PAM functionality but used only
-  during testing. The test system should therefore create this group.
-  [bsc#1171016, pam.spec]
-
--------------------------------------------------------------------
-Mon Jun 15 15:05:18 UTC 2020 - Josef Möllers <josef.moell...@suse.com>
-
-- Add requirement for group "wheel" to spec file.
-  [bsc#1171016, pam.spec]
-
--------------------------------------------------------------------

Old:
----
  pam-xauth_ownership.patch

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

Other differences:
------------------
++++++ pam.spec ++++++
--- /var/tmp/diff_new_pack.kvKl0g/_old  2020-11-17 12:09:52.279774063 +0100
+++ /var/tmp/diff_new_pack.kvKl0g/_new  2020-11-17 12:09:52.283774067 +0100
@@ -47,7 +47,6 @@
 Source12:       pam-login_defs-check.sh
 Patch2:         pam-limit-nproc.patch
 Patch4:         pam-hostnames-in-access_conf.patch
-Patch5:         pam-xauth_ownership.patch
 BuildRequires:  audit-devel
 BuildRequires:  bison
 BuildRequires:  cracklib-devel
@@ -140,7 +139,6 @@
 cp -a %{SOURCE12} .
 %patch2 -p1
 %patch4 -p1
-%patch5 -p1
 
 %build
 bash ./pam-login_defs-check.sh
@@ -212,6 +210,8 @@
        cp -fpv "$i" "$DOC/modules/README.${i%/*}"
 done
 popd
+# XXX Remove until whitelisted
+rm %{buildroot}/%{_lib}/security/pam_faillock.so
 # Install unix2_chkpwd
 install -m 755 %{_builddir}/unix2_chkpwd %{buildroot}/sbin/
 install -m 644 %{_sourcedir}/unix2_chkpwd.8 %{buildroot}/%{_mandir}/man8/
@@ -338,7 +338,7 @@
 /%{_lib}/security/pam_env.so
 /%{_lib}/security/pam_exec.so
 /%{_lib}/security/pam_faildelay.so
-/%{_lib}/security/pam_faillock.so
+#/%{_lib}/security/pam_faillock.so
 /%{_lib}/security/pam_filter.so
 %dir /%{_lib}/security/pam_filter
 /%{_lib}/security//pam_filter/upperLOWER

++++++ pam-login_defs-check.sh ++++++
--- /var/tmp/diff_new_pack.kvKl0g/_old  2020-11-17 12:09:52.399774178 +0100
+++ /var/tmp/diff_new_pack.kvKl0g/_new  2020-11-17 12:09:52.399774178 +0100
@@ -9,10 +9,10 @@
 
 echo -n "Checking login.defs variables in pam... " >&2
 grep -rh LOGIN_DEFS . |
-       sed -n 's/^.*search_key *([A-Za-z_]*, *[A-Z_]*LOGIN_DEFS, 
*"\([A-Z0-9_]*\)").*$/\1/p' |
+       sed -n 's/^.*search_key *("\([A-Z0-9_]*\)", *LOGIN_DEFS).*$/\1/p' |
        LC_ALL=C sort -u >pam-login_defs-vars.lst
 
-if test $(sha1sum pam-login_defs-vars.lst | sed 's/ .*$//') != 
3c6e0020c31609690b69ef391654df930b74151d ; then
+if test $(sha1sum pam-login_defs-vars.lst | sed 's/ .*$//') != 
da39a3ee5e6b4b0d3255bfef95601890afd80709 ; then
 
        echo "does not match!" >&2
        echo "Checksum is: $(sha1sum pam-login_defs-vars.lst | sed 's/ .*$//')" 
>&2
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to