Hello community,

here is the log from the commit of package open-vm-tools for openSUSE:Factory 
checked in at 2020-10-26 16:12:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/open-vm-tools (Old)
 and      /work/SRC/openSUSE:Factory/.open-vm-tools.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "open-vm-tools"

Mon Oct 26 16:12:46 2020 rev:97 rq:843447 version:11.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools.changes      
2020-09-10 22:45:12.635667097 +0200
+++ /work/SRC/openSUSE:Factory/.open-vm-tools.new.3463/open-vm-tools.changes    
2020-10-26 16:13:23.354775648 +0100
@@ -1,0 +2,22 @@
+Wed Oct 21 20:37:22 UTC 2020 - Kirk Allan <kal...@suse.com>
+
+- Update to 11.2.0 (build 16938113) (boo#1177987)
+  + Fixed memory leak occurs in disk device mapping information for IDE,
+    SATA or SAS (LSI Logic SAS) disks configured in the guest.
+  + The following issues and pull requests reported on
+    https://github.com/vmware/open-vm-tools have been addressed:
+      https://github.com/vmware/open-vm-tools/issues/429
+      https://github.com/vmware/open-vm-tools/pull/431
+      https://github.com/vmware/open-vm-tools/pull/432
+      https://github.com/vmware/open-vm-tools/issues/452
+  + A number of Coverity reported errors and false positives have been
+    addressed.
+  + A complete list of the granular changes that are in the open-vm-tools
+    11.2.0 release is available at:
+      
https://github.com/vmware/open-vm-tools/blob/stable-11.2.0/open-vm-tools/ChangeLog
+
+- Update pam-vmtoolsd.patch (boo#1177987): removed the pam_securetty.so line
+  from the new suse file.  Modified the Makefile.am to copy the suse file to
+  the /etc/pam.d/vmtoolsd file rather than the default generic file.
+
+-------------------------------------------------------------------

Old:
----
  open-vm-tools-11.1.5-16724464.tar.gz

New:
----
  open-vm-tools-11.2.0-16938113.tar.gz

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

Other differences:
------------------
++++++ open-vm-tools.spec ++++++
--- /var/tmp/diff_new_pack.JlGcpv/_old  2020-10-26 16:13:24.758776940 +0100
+++ /var/tmp/diff_new_pack.JlGcpv/_new  2020-10-26 16:13:24.762776944 +0100
@@ -40,8 +40,8 @@
 Name:           open-vm-tools
 %define subname open-vm-tools
 %define tarname open-vm-tools
-%define bldnum  16724464
-Version:        11.1.5
+%define bldnum  16938113
+Version:        11.2.0
 Release:        0
 Summary:        Open Virtual Machine Tools
 License:        BSD-3-Clause AND GPL-2.0-only AND LGPL-2.1-only

++++++ open-vm-tools-11.1.5-16724464.tar.gz -> 
open-vm-tools-11.2.0-16938113.tar.gz ++++++
++++ 59701 lines of diff (skipped)

++++++ pam-vmtoolsd.patch ++++++
--- /var/tmp/diff_new_pack.JlGcpv/_old  2020-10-26 16:13:25.550777670 +0100
+++ /var/tmp/diff_new_pack.JlGcpv/_new  2020-10-26 16:13:25.554777673 +0100
@@ -1,14 +1,21 @@
---- a/open-vm-tools/scripts/linux/pam.d/vmtoolsd
-+++ b/open-vm-tools/scripts/linux/pam.d/vmtoolsd
-@@ -1,7 +1,5 @@
- #%PAM-1.0
--auth       required         pam_shells.so
--auth       sufficient       pam_unix.so shadow
--auth       required         pam_unix_auth.so shadow
--account    required         pam_shells.so
--account    sufficient       pam_unix.so
--account    required         pam_unix_acct.so
-+auth     required       pam_shells.so
-+auth     requisite      pam_nologin.so
-+auth     include        common-auth
-+account  include        common-account
+--- a/open-vm-tools/pam/suse
++++ b/open-vm-tools/pam/suse
+@@ -1,6 +1,5 @@
++#%PAM-1.0
+ auth     required       pam_shells.so
+ auth     requisite      pam_nologin.so
+-auth     [user_unknown=ignore success=ok ignore=ignore auth_err=die 
default=bad]    pam_securetty.so
+ auth     include        common-auth
+ account  include        common-account
+-
+--- a/open-vm-tools/services/vmtoolsd/Makefile.am
++++ b/open-vm-tools/services/vmtoolsd/Makefile.am
+@@ -78,7 +78,7 @@ install-data-hook:
+ install-exec-hook:
+       $(INSTALL) -d $(DESTDIR)/etc/vmware-tools
+       $(INSTALL) -d $(DESTDIR)/$(PAM_PREFIX)/pam.d/
+-      $(INSTALL) $(top_srcdir)/pam/generic 
$(DESTDIR)/$(PAM_PREFIX)/pam.d/vmtoolsd
++      $(INSTALL) $(top_srcdir)/pam/suse 
$(DESTDIR)/$(PAM_PREFIX)/pam.d/vmtoolsd
+ 
+ uninstall-hook:
+       rm -f $(DESTDIR)/$(PAM_PREFIX)/pam.d/vmtoolsd


Reply via email to