Hello community,

here is the log from the commit of package trinity for openSUSE:Factory checked 
in at 2019-11-27 13:55:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trinity (Old)
 and      /work/SRC/openSUSE:Factory/.trinity.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trinity"

Wed Nov 27 13:55:48 2019 rev:60 rq:751195 version:1.9+git.20191119

Changes:
--------
--- /work/SRC/openSUSE:Factory/trinity/trinity.changes  2019-11-18 
20:11:33.085556501 +0100
+++ /work/SRC/openSUSE:Factory/.trinity.new.26869/trinity.changes       
2019-11-27 13:56:44.972263926 +0100
@@ -1,0 +2,9 @@
+Wed Nov 20 08:00:22 UTC 2019 - [email protected]
+
+- Update to version 1.9+git.20191119:
+  * syscalls: remove arch_prctl from x86_32
+  * modify_ldt: include linux/types.h before ASSEMBLY == 1
+- drop 0001-modify_ldt-include-linux-types.h-before-ASSEMBLY-1.patch and
+  0001-syscalls-remove-arch_prctl-from-x86_32.patch (upstream)
+
+-------------------------------------------------------------------

Old:
----
  0001-modify_ldt-include-linux-types.h-before-ASSEMBLY-1.patch
  0001-syscalls-remove-arch_prctl-from-x86_32.patch
  trinity-1.9+git.20190801.tar.xz

New:
----
  trinity-1.9+git.20191119.tar.xz

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

Other differences:
------------------
++++++ trinity.spec ++++++
--- /var/tmp/diff_new_pack.xCD0tH/_old  2019-11-27 13:56:46.816263148 +0100
+++ /var/tmp/diff_new_pack.xCD0tH/_new  2019-11-27 13:56:46.820263146 +0100
@@ -16,17 +16,15 @@
 #
 
 
-%define version_unconverted 1.9+git.20190801
+%define version_unconverted 1.9+git.20191119
 Name:           trinity
-Version:        1.9+git.20190801
+Version:        1.9+git.20191119
 Release:        0
 Summary:        A Linux System call fuzz tester
 License:        GPL-2.0-only
 Group:          Development/Tools/Other
 URL:            http://codemonkey.org.uk/projects/trinity/
 Source0:        %{name}-%{version}.tar.xz
-Patch0:         0001-modify_ldt-include-linux-types.h-before-ASSEMBLY-1.patch
-Patch1:         0001-syscalls-remove-arch_prctl-from-x86_32.patch
 
 %description
 The basic idea is fairly simple. As 'fuzz testing' suggests, we call syscalls

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.xCD0tH/_old  2019-11-27 13:56:46.856263131 +0100
+++ /var/tmp/diff_new_pack.xCD0tH/_new  2019-11-27 13:56:46.860263129 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">git://github.com/kernelslacker/trinity</param>
-          <param 
name="changesrevision">f93256fb0da5c376ed790e10f6fa98d107877dfb</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">af355e9497b60a14187cc97b1625deafa22c38ec</param></service></servicedata>
\ No newline at end of file

++++++ trinity-1.9+git.20190801.tar.xz -> trinity-1.9+git.20191119.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-1.9+git.20190801/include/syscalls-i386.h 
new/trinity-1.9+git.20191119/include/syscalls-i386.h
--- old/trinity-1.9+git.20190801/include/syscalls-i386.h        2019-08-02 
02:17:51.000000000 +0200
+++ new/trinity-1.9+git.20191119/include/syscalls-i386.h        2019-11-19 
16:18:11.000000000 +0100
@@ -395,7 +395,7 @@
        { .entry = &syscall_pkey_alloc },
        { .entry = &syscall_pkey_free },
        { .entry = &syscall_statx },
-       { .entry = &syscall_arch_prctl },
+       { .entry = NULL }, /* we don't care about arch_prctl */
        { .entry = &syscall_io_pgetevents },
        { .entry = &syscall_rseq },
        { .entry = &syscall_semget },
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-1.9+git.20190801/syscalls/x86/modify_ldt.c 
new/trinity-1.9+git.20191119/syscalls/x86/modify_ldt.c
--- old/trinity-1.9+git.20190801/syscalls/x86/modify_ldt.c      2019-08-02 
02:17:51.000000000 +0200
+++ new/trinity-1.9+git.20191119/syscalls/x86/modify_ldt.c      2019-11-19 
16:18:11.000000000 +0100
@@ -6,6 +6,7 @@
  */
 #include <stdlib.h>
 #include <sys/types.h>
+#include <linux/types.h> /* before __ASSEMBLY__ == 1 */
 #define __ASSEMBLY__ 1
 #include <asm/ldt.h>
 #include "sanitise.h"


Reply via email to