Hello community,

here is the log from the commit of package xorg-x11-server for openSUSE:Factory 
checked in at 2017-10-10 11:35:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xorg-x11-server (Old)
 and      /work/SRC/openSUSE:Factory/.xorg-x11-server.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xorg-x11-server"

Tue Oct 10 11:35:51 2017 rev:347 rq:531745 version:1.19.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/xorg-x11-server/xorg-x11-server.changes  
2017-09-07 22:08:41.905163416 +0200
+++ /work/SRC/openSUSE:Factory/.xorg-x11-server.new/xorg-x11-server.changes     
2017-10-10 11:35:55.938048806 +0200
@@ -1,0 +2,14 @@
+Thu Oct  5 12:24:40 UTC 2017 - [email protected]
+
+- Update to version 1.19.4:
+  A collection of stability fixes from the development branch, including
+  two minor CVEs (CVE-2017-13721, CVE-2017-13723).
+- Remove upstream patches:
+  + U_Xi-Do-not-try-to-swap-GenericEvent.patch
+  + U_Xi-Verify-all-events-in-ProcXSendExtensionEvent.patch
+  + U_Xi-Zero-target-buffer-in-SProcXSendExtensionEvent.patch
+  + U_dix-Disallow-GenericEvent-in-SendEvent-request.patch
+- Adapt patches to work with the new release:
+  + u_Use-better-fallbacks-to-generate-cookies-if-arc4rand.patch
+
+-------------------------------------------------------------------

Old:
----
  U_Xi-Do-not-try-to-swap-GenericEvent.patch
  U_Xi-Verify-all-events-in-ProcXSendExtensionEvent.patch
  U_Xi-Zero-target-buffer-in-SProcXSendExtensionEvent.patch
  U_dix-Disallow-GenericEvent-in-SendEvent-request.patch
  xorg-server-1.19.3.tar.bz2

New:
----
  xorg-server-1.19.4.tar.bz2

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

Other differences:
------------------
++++++ xorg-x11-server.spec ++++++
--- /var/tmp/diff_new_pack.kcMgzL/_old  2017-10-10 11:35:57.809966650 +0200
+++ /var/tmp/diff_new_pack.kcMgzL/_new  2017-10-10 11:35:57.813966475 +0200
@@ -41,7 +41,7 @@
 %endif
 
 Name:           xorg-x11-server
-Version:        1.19.3
+Version:        1.19.4
 Release:        0
 Url:            http://xorg.freedesktop.org/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -205,10 +205,6 @@
 Patch209:       
u_pci-primary-Fix-up-primary-PCI-device-detection-for-the-platfrom-bus.patch
 Patch210:       u_os-connections-Check-for-stale-FDs.patch
 
-Patch211:       U_Xi-Do-not-try-to-swap-GenericEvent.patch
-Patch212:       U_Xi-Verify-all-events-in-ProcXSendExtensionEvent.patch
-Patch213:       U_Xi-Zero-target-buffer-in-SProcXSendExtensionEvent.patch
-Patch214:       U_dix-Disallow-GenericEvent-in-SendEvent-request.patch
 Patch215:       u_Use-better-fallbacks-to-generate-cookies-if-arc4rand.patch
 
 Patch1000:      n_xserver-optimus-autoconfig-hack.patch
@@ -343,10 +339,6 @@
 ### not applicable anymore
 #%patch210 -p1
 
-%patch211 -p1
-%patch212 -p1
-%patch213 -p1
-%patch214 -p1
 %patch215 -p1
 
 ### disabled for now

++++++ u_Use-better-fallbacks-to-generate-cookies-if-arc4rand.patch ++++++
--- /var/tmp/diff_new_pack.kcMgzL/_old  2017-10-10 11:35:57.969959628 +0200
+++ /var/tmp/diff_new_pack.kcMgzL/_new  2017-10-10 11:35:57.969959628 +0200
@@ -32,8 +32,8 @@
  AC_HEADER_DIRENT
  AC_HEADER_STDC
  AC_CHECK_HEADERS([fcntl.h stdlib.h string.h unistd.h dlfcn.h stropts.h \
-- fnmatch.h sys/mkdev.h sys/utsname.h])
-+ fnmatch.h sys/mkdev.h sys/utsname.h sys/syscall.h])
+- fnmatch.h sys/mkdev.h sys/sysmacros.h sys/utsname.h])
++ fnmatch.h sys/mkdev.h sys/sysmacros.h sys/utsname.h sys/syscall.h])
  
  dnl Checks for typedefs, structures, and compiler characteristics.
  AC_C_CONST

++++++ u_xorg-wrapper-Drop-supplemental-group-IDs.patch ++++++
--- /var/tmp/diff_new_pack.kcMgzL/_old  2017-10-10 11:35:58.013957698 +0200
+++ /var/tmp/diff_new_pack.kcMgzL/_new  2017-10-10 11:35:58.013957698 +0200
@@ -15,13 +15,13 @@
 --- a/hw/xfree86/xorg-wrapper.c
 +++ b/hw/xfree86/xorg-wrapper.c
 @@ -36,6 +36,8 @@
+ #include <string.h>
  #include <sys/ioctl.h>
  #include <sys/stat.h>
- #include <sys/types.h>
 +#include <pwd.h>
 +#include <grp.h>
- #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
- #include <sys/consio.h>
+ #ifdef HAVE_SYS_SYSMACROS_H
+ #include <sys/sysmacros.h>
  #endif
 @@ -252,6 +254,52 @@ int main(int argc, char *argv[])
      if (needs_root_rights == 0 || (total_cards && kms_cards == total_cards)) {

++++++ xorg-server-1.19.3.tar.bz2 -> xorg-server-1.19.4.tar.bz2 ++++++
++++ 12316 lines of diff (skipped)


Reply via email to