Hello community,

here is the log from the commit of package trinity for openSUSE:Factory checked 
in at 2014-12-01 14:01:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trinity (Old)
 and      /work/SRC/openSUSE:Factory/.trinity.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trinity"

Changes:
--------
--- /work/SRC/openSUSE:Factory/trinity/trinity.changes  2014-11-12 
00:22:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.trinity.new/trinity.changes     2014-12-01 
14:01:13.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Nov 22 13:00:16 UTC 2014 - [email protected]
+
+- Update to 20141117
+
+-------------------------------------------------------------------

Old:
----
  trinity-20141110.tar.xz

New:
----
  trinity-20141117.tar.xz

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

Other differences:
------------------
++++++ trinity.spec ++++++
--- /var/tmp/diff_new_pack.26CQKo/_old  2014-12-01 14:01:14.000000000 +0100
+++ /var/tmp/diff_new_pack.26CQKo/_new  2014-12-01 14:01:14.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           trinity
-Version:        20141110
+Version:        20141117
 Release:        0
 Summary:        A Linux System call fuzz tester
 License:        GPL-2.0

++++++ trinity-20141110.tar.xz -> trinity-20141117.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-20141110/include/syscalls-parisc.h 
new/trinity-20141117/include/syscalls-parisc.h
--- old/trinity-20141110/include/syscalls-parisc.h      2014-11-11 
09:25:52.000000000 +0100
+++ new/trinity-20141117/include/syscalls-parisc.h      2014-11-22 
13:59:00.000000000 +0100
@@ -1,6 +1,6 @@
 #pragma once
 
-/* Syscalls from arch/parisc/kernel/syscall_table.S as of 3.16+ */
+/* Syscalls from arch/parisc/kernel/syscall_table.S */
 
 #include "sanitise.h"
 #include "syscall.h"
@@ -348,4 +348,5 @@
        { .entry = &syscall_seccomp },
        { .entry = &syscall_getrandom },
        { .entry = &syscall_memfd_create },
+       { .entry = &syscall_bpf },
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-20141110/ioctls/dm.c 
new/trinity-20141117/ioctls/dm.c
--- old/trinity-20141110/ioctls/dm.c    2014-11-11 09:25:52.000000000 +0100
+++ new/trinity-20141117/ioctls/dm.c    2014-11-22 13:59:00.000000000 +0100
@@ -37,7 +37,7 @@
 
        pick_random_ioctl(grp, rec);
 
-       rec->a3 = (unsigned long) get_address();
+       rec->a3 = (unsigned long) get_writable_address(sizeof(struct dm_ioctl));
        dm = (struct dm_ioctl *) rec->a3;
 
        /* set a sensible version to get past the initial checks */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/trinity-20141110/patches/silence-fuzz-testing-noise.patch 
new/trinity-20141117/patches/silence-fuzz-testing-noise.patch
--- old/trinity-20141110/patches/silence-fuzz-testing-noise.patch       
2014-11-11 09:25:52.000000000 +0100
+++ new/trinity-20141117/patches/silence-fuzz-testing-noise.patch       
2014-11-22 13:59:00.000000000 +0100
@@ -292,6 +292,18 @@
                        return -ENOSYS;
                }
                sctp_sk(sk)->hmac = tfm;
--- 
-1.9.0
-
+diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c
+index c603b20356ad..2ce54858002e 100644
+--- a/security/selinux/hooks.c
++++ b/security/selinux/hooks.c
+@@ -4725,10 +4725,6 @@ static int selinux_nlmsg_perm(struct sock *sk, struct 
sk_buff *skb)
+       err = selinux_nlmsg_lookup(sksec->sclass, nlh->nlmsg_type, &perm);
+       if (err) {
+               if (err == -EINVAL) {
+-                      printk(KERN_WARNING
+-                             "SELinux: unrecognized netlink message:"
+-                             " protocol=%hu nlmsg_type=%hu sclass=%hu\n",
+-                             sk->sk_protocol, nlh->nlmsg_type, sksec->sclass);
+                       if (!selinux_enforcing || security_get_allow_unknown())
+                               err = 0;
+               }

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to