Hello community,

here is the log from the commit of package tomoyo-tools for openSUSE:Factory 
checked in at 2015-06-09 12:24:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tomoyo-tools (Old)
 and      /work/SRC/openSUSE:Factory/.tomoyo-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tomoyo-tools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/tomoyo-tools/tomoyo-tools.changes        
2013-01-30 09:39:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.tomoyo-tools.new/tomoyo-tools.changes   
2015-06-09 12:24:47.000000000 +0200
@@ -1,0 +2,29 @@
+Tue Jun  9 06:58:58 UTC 2015 - meiss...@suse.com
+
+- tomoyo-tools.keyring: use new key from upstream maintainer
+
+-------------------------------------------------------------------
+Tue May 26 14:30:30 UTC 2015 - dg...@suse.com
+
+- Spec-cleaner cleanup 
+
+-------------------------------------------------------------------
+Tue Apr  7 01:27:27 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 2.5.0-20140601
+  * /usr/sbin/tomoyo-editpolicy
+    Print "acl_group $N" correctly when using offline mode.
+- Changes from version 20140105
+  * /usr/lib/tomoyo/init_policy
+    Add path to systemd.
+  * /usr/sbin/tomoyo-queryd
+    Use poll() rather than select().
+- Changes from version 20130406
+  * Fix compile warning from clang.
+- Changes from version 20130214
+  * Change Makefile's build flags (fix bdo#674723)
+  * Change / to /* in rpm's %files section because Fedora 18 complains
+    conflicts.
+- Remove gpg verify requirement; obs handles it
+
+-------------------------------------------------------------------

Old:
----
  tomoyo-tools-2.5.0-20120805.tar.gz
  tomoyo-tools-2.5.0-20120805.tar.gz.asc

New:
----
  tomoyo-tools-2.5.0-20140601.tar.gz
  tomoyo-tools-2.5.0-20140601.tar.gz.asc

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

Other differences:
------------------
++++++ tomoyo-tools.spec ++++++
--- /var/tmp/diff_new_pack.Q5kpSg/_old  2015-06-09 12:24:48.000000000 +0200
+++ /var/tmp/diff_new_pack.Q5kpSg/_new  2015-06-09 12:24:48.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tomoyo-tools
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,19 @@
 #
 
 
-%define downloadver 2.5.0-20120805
-
-BuildRequires:  ncurses-devel
-
+%define downloadver 2.5.0-20140601
 Name:           tomoyo-tools
+Version:        2.5.0.20140601
+Release:        0
 Summary:        Userspace tools for TOMOYO Linux 2.4.x
 License:        GPL-2.0
 Group:          Development/Tools/Other
 Url:            http://sourceforge.jp/projects/tomoyo/
-Version:        2.5.0.20120805
-Release:        0
 Source0:        
http://osdn.dl.sourceforge.jp/tomoyo/53357/tomoyo-tools-%{downloadver}.tar.gz
 Source1:        
http://osdn.dl.sourceforge.jp/tomoyo/53357/tomoyo-tools-%{downloadver}.tar.gz.asc
-Source2:        %{name}.keyring
-BuildRequires:  gpg-offline
+# http://i-love.sakura.ne.jp/kumaneko-key
+Source2:        %name.keyring
+BuildRequires:  ncurses-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -38,14 +36,13 @@
 Please see http://tomoyo.sourceforge.jp/2.4/ for documentation.
 
 %prep
-%gpg_verify %{S:1}
 %setup -q -n %{name}
 
 %build
-make USRLIBDIR=%_libdir CFLAGS="-Wall $RPM_OPT_FLAGS"
+make %{?_smp_mflags} USRLIBDIR=%{_libdir} CFLAGS="-Wall %{optflags}"
 
 %install
-make INSTALLDIR=$RPM_BUILD_ROOT USRLIBDIR=%_libdir install
+make INSTALLDIR=%{buildroot} USRLIBDIR=%{_libdir} install
 
 %post -p /sbin/ldconfig
 
@@ -55,10 +52,10 @@
 %defattr(-, root, root)
 %doc COPYING.tomoyo README.tomoyo
 %attr(700,root,root) /sbin/tomoyo-init
-%_libdir/lib*.so*
-%dir %_libdir/tomoyo
-%_libdir/tomoyo/*
-/usr/sbin/*
-/usr/share/man/man8/*
+%{_libdir}/lib*.so*
+%dir %{_libdir}/tomoyo
+%{_libdir}/tomoyo/*
+%{_sbindir}/*
+%{_mandir}/man8/*
 
 %changelog

++++++ tomoyo-tools-2.5.0-20120805.tar.gz -> tomoyo-tools-2.5.0-20140601.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tomoyo-tools/Include.make 
new/tomoyo-tools/Include.make
--- old/tomoyo-tools/Include.make       2012-08-05 02:00:00.000000000 +0200
+++ new/tomoyo-tools/Include.make       2014-06-01 02:00:00.000000000 +0200
@@ -1,7 +1,8 @@
-CC              := gcc
 INSTALL         := install
 SBINDIR         := /sbin
 USRSBINDIR      := /usr/sbin
 USRLIBDIR       := /usr/lib
 MAN8            := /usr/share/man/man8
+ifndef CFLAGS
 CFLAGS          := -Wall -O2
+endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tomoyo-tools/README.tomoyo 
new/tomoyo-tools/README.tomoyo
--- old/tomoyo-tools/README.tomoyo      2012-08-05 02:00:00.000000000 +0200
+++ new/tomoyo-tools/README.tomoyo      2014-06-01 02:00:00.000000000 +0200
@@ -38,3 +38,27 @@
 
   Rename manpage for init_policy to tomoyo_init_policy
   (to allow parallel installation of ccs-tools package).
+
+Version 2.5.0p4 2013/02/14   Packaging fix release.
+
+  Change Makefile's build flags, as suggested by Simon Ruderich and Hideki
+  Yamane. (Debian bug 674723)
+
+  Change / to /* in rpm's %files section because Fedora 18 complains conflicts.
+
+Version 2.5.0p5 2013/04/06   Packaging fix release.
+
+  Fix compile warning from clang.
+
+Version 2.5.0p6 2014/01/05   Bug fix release.
+
+  /usr/lib/tomoyo/init_policy
+    Add path to systemd , as suggested by Shawn Landden.
+
+  /usr/sbin/tomoyo-queryd
+    Use poll() rather than select().
+
+Version 2.5.0p7 2014/06/01   Bug fix release.
+
+  /usr/sbin/tomoyo-editpolicy
+    Print "acl_group $N" correctly when using offline mode.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tomoyo-tools/kernel_test/Makefile 
new/tomoyo-tools/kernel_test/Makefile
--- old/tomoyo-tools/kernel_test/Makefile       2012-08-05 02:00:00.000000000 
+0200
+++ new/tomoyo-tools/kernel_test/Makefile       2014-06-01 02:00:00.000000000 
+0200
@@ -1,3 +1,5 @@
+include ../Include.make
+
 ALL_FILES = tomoyo_accept_test tomoyo_argv0_test tomoyo_bprm_test \
        tomoyo_cond_test tomoyo_env_test tomoyo_filesystem_test \
        tomoyo_file_test tomoyo_network_test tomoyo_new_file_test \
@@ -10,16 +12,14 @@
 
 $(ALL_FILES): include.h
 
-CC=gcc
 
-CFLAGS=-Wall -O2
 
 #
 # Tools for kernel testing.
 #
 
 .c:
-       $(CC) $(CFLAGS) -o $@ $<
+       $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $<
 
 #
 # Delete all test programs.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tomoyo-tools/sbin/Makefile 
new/tomoyo-tools/sbin/Makefile
--- old/tomoyo-tools/sbin/Makefile      2012-08-05 02:00:00.000000000 +0200
+++ new/tomoyo-tools/sbin/Makefile      2014-06-01 02:00:00.000000000 +0200
@@ -9,7 +9,7 @@
        $(INSTALL) -m 0700 $(BUILD_FILES) $(INSTALLDIR)$(SBINDIR)
 
 .c:
-       $(CC) $(CFLAGS) -o $@ $<
+       $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $<
 
 clean:
        rm -f -- $(BUILD_FILES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tomoyo-tools/tomoyo-tools.spec 
new/tomoyo-tools/tomoyo-tools.spec
--- old/tomoyo-tools/tomoyo-tools.spec  2012-08-05 02:00:00.000000000 +0200
+++ new/tomoyo-tools/tomoyo-tools.spec  2014-06-01 02:00:00.000000000 +0200
@@ -2,7 +2,7 @@
 
 Name: tomoyo-tools
 Version: 2.5.0
-Release: 4
+Release: 8
 License: GPL
 Group: System Environment/Kernel
 ExclusiveOS: Linux
@@ -15,9 +15,9 @@
 ##
 # BuildRequires: ncurses-devel
 Requires: ncurses
-Conflicts: tomoyo-tools < 2.5.0-4
+Conflicts: tomoyo-tools < 2.5.0-8
 
-Source0: 
http://osdn.dl.sourceforge.jp/tomoyo/53357/tomoyo-tools-2.5.0-20120805.tar.gz
+Source0: 
http://osdn.dl.sourceforge.jp/tomoyo/53357/tomoyo-tools-2.5.0-20140601.tar.gz
 
 %description
 This package contains userspace tools for administrating TOMOYO Linux 2.5.x.
@@ -45,13 +45,28 @@
 
 %files
 %defattr(-,root,root)
-/sbin/
-%_libdir/tomoyo/
+/sbin/*
+%_libdir/tomoyo/*
 %_libdir/libtomoyo*
-/usr/sbin/
-/usr/share/man/man8/
+/usr/sbin/*
+/usr/share/man/man8/*
 
 %changelog
+* Sun Jun 01 2014 2.5.0-8
+- Let tomoyo-editpolicy print "acl_group $N" correctly when using offline mode.
+
+* Sun Jan 05 2014 2.5.0-7
+- Let init_policy add path to systemd , as suggested by Shawn Landden.
+- Let tomoyo-queryd use poll() rather than select().
+
+* Sat Apr 06 2013 2.5.0-6
+- Fix compile warning from clang.
+
+* Thu Feb 14 2013 2.5.0-5
+- Change Makefile's build flags, as suggested by Simon Ruderich and Hideki
+  Yamane. (Debian bug 674723)
+- Change / to /* in rpm's %files section because Fedora 18 complains conflicts.
+
 * Sun Aug 05 2012 2.5.0-4
 - Let tomoyo-checkpolicy handle namespace prefix in exception policy.
 - Rename manpage for init_policy to tomoyo_init_policy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tomoyo-tools/usr_lib_tomoyo/Makefile 
new/tomoyo-tools/usr_lib_tomoyo/Makefile
--- old/tomoyo-tools/usr_lib_tomoyo/Makefile    2012-08-05 02:00:00.000000000 
+0200
+++ new/tomoyo-tools/usr_lib_tomoyo/Makefile    2014-06-01 02:00:00.000000000 
+0200
@@ -11,7 +11,7 @@
        $(INSTALL) -m 0644 ../README.tomoyo ../COPYING.tomoyo 
$(INSTALLDIR)/$(USRLIBDIR)/tomoyo/
 
 .c:
-       $(CC) $(CFLAGS) -o $@ $<
+       $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $<
 
 clean:
        rm -f -- $(BUILD_FILES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tomoyo-tools/usr_lib_tomoyo/init_policy.c 
new/tomoyo-tools/usr_lib_tomoyo/init_policy.c
--- old/tomoyo-tools/usr_lib_tomoyo/init_policy.c       2012-08-05 
02:00:00.000000000 +0200
+++ new/tomoyo-tools/usr_lib_tomoyo/init_policy.c       2014-06-01 
02:00:00.000000000 +0200
@@ -5,7 +5,7 @@
  *
  * Copyright (C) 2005-2012  NTT DATA CORPORATION
  *
- * Version: 2.5.0+   2012/04/14
+ * Version: 2.5.0+   2014/01/05
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License v2 as published by the
@@ -306,6 +306,32 @@
 }
 
 /**
+ * make_systemd_exceptions - Exceptions specific to systemd
+ *
+ * Returns nothing.
+ */
+static void make_systemd_exceptions(void)
+{
+       /* allow systemd to re-execute itself */
+       static const char * const systemd[] = {
+               "/lib/systemd/systemd",
+               "/usr/lib/systemd/systemd",
+       };
+       int i;
+       keyword = NULL;
+       for (i = 0; i < elementof(systemd); i++) {
+               /* Check realpath because /lib may be a symlink to /usr/lib .*/
+               char *path = get_realpath(systemd[i]);
+               if (!path)
+                       continue;
+               fprintf(filp, "keep_domain ");
+               printf_encoded(path);
+               fprintf(filp, " from <kernel> /sbin/init\n");
+               free(path);
+       }
+}
+
+/**
  * make_init_scripts_as_aggregators - Use realpath for startup/shutdown 
scripts in /etc/ directory.
  *
  * Returns nothing.
@@ -460,6 +486,22 @@
                "/usr/lib/tls/i686/", "/usr/lib/tls/i686/cmov/",
                "/usr/lib/sse2/", "/usr/X11R6/lib/", "/usr/lib32/",
                "/usr/lib64/", "/lib64/", "/lib64/tls/",
+               "/usr/lib/x86_64-linux-gnu/", "/lib/x86_64-linux-gnu/",
+               "/usr/lib/i386-linux-gnu/", "/lib/i386-linux-gnu/",
+               "/usr/lib/arm-linux-gnueabihf/", "/lib/arm-linux-gnueabihf/",
+               "/usr/lib/arm-linux-gnueabi/", "/lib/arm-linux-gnueabi/",
+               "/usr/lib/aarch64-linux-gnu/", "/lib/aarch64-linux-gnu/",
+               "/usr/lib/ia64-linux-gnu/", "/lib/ia64-linux-gnu/",
+               "/usr/lib/mips-linux-gnu/", "/lib/mips-linux-gnu/",
+               "/usr/lib/mipsel-linux-gnu/", "/lib/mipsel-linux-gnu/",
+               "/usr/lib/powerpc-linux-gnu/", "/lib/powerpc-linux-gnu/",
+               "/usr/lib/ppc64-linux-gnu/", "/lib/ppc64-linux-gnu/",
+               "/usr/lib/s390-linux-gnu/", "/lib/s390-linux-gnu/",
+               "/usr/lib/s390x-linux-gnu/", "/lib/s390x-linux-gnu/",
+               "/usr/lib/sh4-linux-gnu/", "/lib/sh4-linux-gnu/",
+               "/usr/lib/sparc-linux-gnu/", "/lib/sparc-linux-gnu/",
+               "/usr/lib/sparc64-linux-gnu/", "/lib/sparc64-linux-gnu/",
+               "/usr/lib/x86_64-linux-gnux32/", "/lib/x86_64-linux-gnux32/",
        };
        int i;
        FILE *fp = !access("/sbin/ldconfig", X_OK) ||
@@ -814,6 +856,7 @@
        make_init_dir_as_initializers();
        make_initializers();
        make_init_scripts_as_aggregators();
+       make_systemd_exceptions();
        /* Some applications do execve("/proc/self/exe"). */
        fprintf(filp, "aggregator proc:/self/exe /proc/self/exe\n");
        close_file(filp, chdir_policy(), "exception_policy.tmp",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tomoyo-tools/usr_sbin/Makefile 
new/tomoyo-tools/usr_sbin/Makefile
--- old/tomoyo-tools/usr_sbin/Makefile  2012-08-05 02:00:00.000000000 +0200
+++ new/tomoyo-tools/usr_sbin/Makefile  2014-06-01 02:00:00.000000000 +0200
@@ -14,23 +14,27 @@
        @echo "Run 'yum install ncurses-devel' or 'apt-get install 
libncurses-dev'"
        sleep 10
 
+# -fPIE conflicts with -fPIC, disable it for libraries.
+CFLAGS_PIC  := $(filter-out -fPIE,$(CFLAGS))
+LDFLAGS_PIC := $(filter-out -pie,$(filter-out -fPIE,$(LDFLAGS)))
+
 libtomoyotools.so: tomoyotools.c tomoyotools.h
-       $(CC) $(CFLAGS) -fPIC tomoyotools.c -shared 
-Wl,-soname,libtomoyotools.so.3 -o libtomoyotools.so.3.0.1
-       ln -sf libtomoyotools.so.3.0.1 libtomoyotools.so
+       $(CC) $(CPPFLAGS) $(CFLAGS_PIC) $(LDFLAGS_PIC) -fPIC tomoyotools.c 
-shared -Wl,-soname,libtomoyotools.so.3 -o libtomoyotools.so.3.0.2
+       ln -sf libtomoyotools.so.3.0.2 libtomoyotools.so
 
 .c:
-       $(CC) $(CFLAGS) -o $@ $< -ltomoyotools -L. 
+       $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $< -ltomoyotools -L. 
 
 tomoyo-editpolicy: tomoyotools.h editpolicy*.c readline.h 
/usr/include/curses.h libtomoyotools.so
-       $(CC) $(CFLAGS) -o tomoyo-editpolicy editpolicy*.c -lncurses 
-ltomoyotools -L. -DCOLOR_ON
+       $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o tomoyo-editpolicy 
editpolicy*.c -lncurses -ltomoyotools -L. -DCOLOR_ON
 
 tomoyo-queryd: tomoyotools.h tomoyo-queryd.c readline.h /usr/include/curses.h 
libtomoyotools.so
-       $(CC) $(CFLAGS) -o tomoyo-queryd tomoyo-queryd.c -lncurses 
-ltomoyotools -L.
+       $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o tomoyo-queryd tomoyo-queryd.c 
-lncurses -ltomoyotools -L.
 
 install: all
        mkdir -p -m 0755 $(INSTALLDIR)$(USRLIBDIR)
-       $(INSTALL) -m 0755 libtomoyotools.so.3.0.1 $(INSTALLDIR)$(USRLIBDIR)
-       ln -sf libtomoyotools.so.3.0.1 
$(INSTALLDIR)$(USRLIBDIR)/libtomoyotools.so.3
+       $(INSTALL) -m 0755 libtomoyotools.so.3.0.2 $(INSTALLDIR)$(USRLIBDIR)
+       ln -sf libtomoyotools.so.3.0.2 
$(INSTALLDIR)$(USRLIBDIR)/libtomoyotools.so.3
 ifeq ($(INSTALLDIR),)
        ldconfig || true
 endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tomoyo-tools/usr_sbin/editpolicy_offline.c 
new/tomoyo-tools/usr_sbin/editpolicy_offline.c
--- old/tomoyo-tools/usr_sbin/editpolicy_offline.c      2012-08-05 
02:00:00.000000000 +0200
+++ new/tomoyo-tools/usr_sbin/editpolicy_offline.c      2014-06-01 
02:00:00.000000000 +0200
@@ -3,9 +3,9 @@
  *
  * TOMOYO Linux's utilities.
  *
- * Copyright (C) 2005-2011  NTT DATA CORPORATION
+ * Copyright (C) 2005-2012  NTT DATA CORPORATION
  *
- * Version: 2.5.0   2011/09/29
+ * Version: 2.5.0+   2014/06/01
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License v2 as published by the
@@ -2882,7 +2882,7 @@
                                   struct ccs_ipaddr_union *ptr)
 {
        struct ccs_ip_address_entry e;
-       memset(ptr, 0, sizeof(ptr));
+       memset(ptr, 0, sizeof(*ptr));
        if (ccs_parse_ip(ccs_read_token(param), &e) == 0) {
                memmove(&ptr->ip[0], e.min, sizeof(ptr->ip[0]));
                memmove(&ptr->ip[1], e.max, sizeof(ptr->ip[1]));
@@ -4617,8 +4617,10 @@
                head.ns = ns;
                ccs_read_policy(ns);
                ccs_read_group(ns);
-               for (i = 0; i < CCS_MAX_ACL_GROUPS; i++)
+               for (i = 0; i < CCS_MAX_ACL_GROUPS; i++) {
+                       head.acl_group_index = i;
                        ccs_read_domain2(&ns->acl_group[i]);
+               }
        }
        head.eof = true;
 }
@@ -4753,7 +4755,7 @@
  *
  * Returns nothing.
  */
-static void ccs_editpolicy_offline_init(coid)
+static void ccs_editpolicy_offline_init(void)
 {
        static _Bool first = true;
        int i;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tomoyo-tools/usr_sbin/tomoyo-queryd.c 
new/tomoyo-tools/usr_sbin/tomoyo-queryd.c
--- old/tomoyo-tools/usr_sbin/tomoyo-queryd.c   2012-08-05 02:00:00.000000000 
+0200
+++ new/tomoyo-tools/usr_sbin/tomoyo-queryd.c   2014-06-01 02:00:00.000000000 
+0200
@@ -5,7 +5,7 @@
  *
  * Copyright (C) 2005-2011  NTT DATA CORPORATION
  *
- * Version: 2.5.0+   2011/10/25
+ * Version: 2.5.0+   2014/01/05
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License v2 as published by the
@@ -300,11 +300,12 @@
                        }
                        break;
                } else {
-                       fd_set rfds;
-                       FD_ZERO(&rfds);
-                       FD_SET(ccs_query_fd, &rfds);
-                       select(ccs_query_fd + 1, &rfds, NULL, NULL, NULL);
-                       if (!FD_ISSET(ccs_query_fd, &rfds))
+                       struct pollfd pfd;
+                       pfd.fd = ccs_query_fd;
+                       pfd.events = POLLIN;
+                       pfd.revents = 0;
+                       poll(&pfd, 1, -1);
+                       if (!(pfd.revents & POLLIN))
                                continue;
                        if (read(ccs_query_fd, ccs_buffer,
                                 sizeof(ccs_buffer) - 1) <= 0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tomoyo-tools/usr_sbin/tomoyotools.h 
new/tomoyo-tools/usr_sbin/tomoyotools.h
--- old/tomoyo-tools/usr_sbin/tomoyotools.h     2012-08-05 02:00:00.000000000 
+0200
+++ new/tomoyo-tools/usr_sbin/tomoyotools.h     2014-06-01 02:00:00.000000000 
+0200
@@ -5,7 +5,7 @@
  *
  * Copyright (C) 2005-2011  NTT DATA CORPORATION
  *
- * Version: 2.5.0   2011/09/29
+ * Version: 2.5.0+   2014/01/05
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License v2 as published by the
@@ -43,6 +43,7 @@
 #include <stdarg.h>
 #include <sched.h>
 #include <sys/mount.h>
+#include <poll.h>
 
 #define s8 __s8
 #define u8 __u8

++++++ tomoyo-tools.keyring ++++++
--- /var/tmp/diff_new_pack.Q5kpSg/_old  2015-06-09 12:24:48.000000000 +0200
+++ /var/tmp/diff_new_pack.Q5kpSg/_new  2015-06-09 12:24:48.000000000 +0200
@@ -1,8 +1,76 @@
-pub   1024D/4B975A98 2008-07-29 [expires: 2013-07-29]
-uid                  Tetsuo Handa <penguin-ker...@i-love.sakura.ne.jp>
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+mQGiBFHikAQRBAC6MyO7E4kf9CAvaeu1oMB6WlTmI47smeDGeoFFnCmfYaodQKoE
+IioOgiKDZg18GiT+3IHVzeX37v/e0IeVhrAfX7ksnN740NwJNNiaSJu6UueQ3ngw
+v/oHaSJdIgEBvTA+dgZuj0AQL4acb27AQSv+x3MPmvxdQX7W3UJO9fiYMwCgmtmO
+a4/qOym3JZrbBbEveuuIVncD/AhNn/Nl2hr92vX9WzS+asgUOlNqGuaNVAuc5418
+UpDfe0w03756UkLxhPCnGoCCZbOUq531FvoFZSElV1HG0/lP2OGEdH3X2oxorVGd
+SG08l1MofRKenZOSnaKBKCSNoQr55b5okwr+eShuEmd3K/0uxHurfuw8aoeNwKQT
+ifFIBACrY+LYXR08vMUYdYZlsFtPdHl9nu9ri46U/s1m1iX0ytUnZTf4P8S7pu70
+hG9Scc8+cKCx3rLQEsSCeAs+gMwaRwHxLoiKr7Wg1LAfHeOde4tB11R/5YYvP/c4
+4Ff7QSDdetS5Fy8Lq/lHwOiqlbcTlMCrD5/g1fXepoj+CZ1UwbRxVGV0c3VvIEhh
+bmRhIChmb3Igb2xkZXIgdmVyc2lvbnMgb2YgUlBNIHdoaWNoIGNhbm5vdCBoYW5k
+bGUgNDA5NmJpdCBSU0Ega2V5KSA8cGVuZ3Vpbi1rZXJuZWxASS1sb3ZlLlNBS1VS
+QS5uZS5qcD6IaAQTEQIAKAUCUeKQBAIbAwUJCV4YgAYLCQgHAwIGFQgCCQoLBBYC
+AwECHgECF4AACgkQs3859v15c0eWbwCggVloUNaHxkrF02VYmzp/LN3dJ3sAoJJo
+DpMyNB4G441x+Tdgvi0+/brF
+=fT9Z
+-----END PGP PUBLIC KEY BLOCK-----
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v2.0.14 (GNU/Linux)
 
+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
+6IVOUqTFSzgCM/LTjdpu6+Gqd7uEiKVkSQrveA==
+=IadO
+-----END PGP PUBLIC KEY BLOCK-----
 -----BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.19 (GNU/Linux)
+Version: GnuPG v1.4.5 (GNU/Linux)
 
 mQGiBEiPBxkRBACX0ru++8E6vHoVBupTgcEV/1Dk/Dv75AWNomyNJKUr8RaQ3LYs
 LmmEq0ZZSP6pnrba2tnw7dash1HFfqV6Kx0hUjU7gszNlI/tDepYsAexLJQNjVPU


Reply via email to