commit tomoyo-tools for openSUSE:Factory

2015-06-09 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.tomoyo-tools.new/tomoyo-tools.changes   
2015-06-09 12:24:47.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.Q5kpSg/_new  2015-06-09 12:24:48.0 +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.0 +0200
+++ new/tomoyo-tools/Include.make   2014-06-01 02:00:00.0 +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 

commit tomoyo-tools for openSUSE:Factory

2012-12-05 Thread h_root
Hello community,

here is the log from the commit of package tomoyo-tools for openSUSE:Factory 
checked in at 2012-12-05 14:09:56

Comparing /work/SRC/openSUSE:Factory/tomoyo-tools (Old)
 and  /work/SRC/openSUSE:Factory/.tomoyo-tools.new (New)


Package is tomoyo-tools, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/tomoyo-tools/tomoyo-tools.changes
2011-10-21 16:43:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.tomoyo-tools.new/tomoyo-tools.changes   
2012-12-05 14:09:57.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov 29 19:20:40 CET 2012 - sbra...@suse.cz
+
+- Verify GPG signature.
+
+---

New:

  tomoyo-tools.keyring



Other differences:
--
++ tomoyo-tools.spec ++
--- /var/tmp/diff_new_pack.WdaFpC/_old  2012-12-05 14:09:58.0 +0100
+++ /var/tmp/diff_new_pack.WdaFpC/_new  2012-12-05 14:09:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tomoyo-tools
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,15 +21,16 @@
 BuildRequires:  ncurses-devel
 
 Name:   tomoyo-tools
+Summary:Userspace tools for TOMOYO Linux 2.4.x
 License:GPL-2.0
 Group:  Development/Tools/Other
-AutoReqProv:on
-Summary:Userspace tools for TOMOYO Linux 2.4.x
 Url:http://sourceforge.jp/projects/tomoyo/
 Version:2.4.0.20110929
-Release:81
+Release:0
 Source0:
http://sourceforge.jp/frs/redir.php?f=/tomoyo/52848/tomoyo-tools-%{downloadver}.tar.gz
 Source1:
http://sourceforge.jp/frs/redir.php?f=/tomoyo/52848/tomoyo-tools-%{downloadver}.tar.gz.asc
+Source2:%{name}.keyring
+BuildRequires:  gpg-offline
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -37,6 +38,7 @@
 Please see http://tomoyo.sourceforge.jp/2.4/ for documentation.
 
 %prep
+%gpg_verify %{S:1}
 %setup -q -n %{name}
 
 %build


++ tomoyo-tools.keyring ++
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 v2.0.19 (GNU/Linux)

mQGiBEiPBxkRBACX0ru++8E6vHoVBupTgcEV/1Dk/Dv75AWNomyNJKUr8RaQ3LYs
LmmEq0ZZSP6pnrba2tnw7dash1HFfqV6Kx0hUjU7gszNlI/tDepYsAexLJQNjVPU
ppcikPUM1FU/gT+zbTFn3smkgccVRd0Tq8OuDI3ye4yel5NJW+8sNbryvwCg2BWz
CCft1n9BgRhb4pHbIrgAyzcD/A946hAuc4x3ACopqtaT0Id41tRVhW/3cvXGTvjN
HQOhnI2oNbO7HYFYZ+Iu9FugQBQ/eArJOgl3jr8A4cNIlk5xc1/yRKVXRZ92ERQm
NAO1XYbX0BhimXCZdhRHB87/NXFXS0iMX6WB2BezUzsJ0L0mSi/+55ZLKNs5KUst
tbgNA/9EQcvkm6mr7wPpyHxGUJpPwUf/SOj79sIGNDXuteQfOnql31rWGeF0W3kH
bmCWiOPFVhhjCjCFr7fnnZdTHs6Ppue8vpneSOc9gzoxVLqBdMR5QwTOtQBpVVSP
NTeoouQWRNfQIsIvnGKQvVfyDEmIabVBqPFU97El4lEhgczuvbQxVGV0c3VvIEhh
bmRhIDxwZW5ndWluLWtlcm5lbEBJLWxvdmUuU0FLVVJBLm5lLmpwPohmBBMRAgAm
AhsDBgsJCAcDAgQVAggDBBYCAwECHgECF4AFAkxDo7QFCQlmt5sACgkQUDraOEuX
WphZDACg1mj1dxoPmnSUsSOYDs/RODujkqIAoNQiSnUk+g3/6HDeGegcNBoiaWGV
=eZB3
-END PGP PUBLIC KEY BLOCK-
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tomoyo-tools for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package tomoyo-tools for openSUSE:Factory 
checked in at 2011-12-06 19:09:07

Comparing /work/SRC/openSUSE:Factory/tomoyo-tools (Old)
 and  /work/SRC/openSUSE:Factory/.tomoyo-tools.new (New)


Package is tomoyo-tools, Maintainer is 

Changes:




Other differences:
--
++ tomoyo-tools.spec ++
--- /var/tmp/diff_new_pack.bUcvg9/_old  2011-12-06 19:43:26.0 +0100
+++ /var/tmp/diff_new_pack.bUcvg9/_new  2011-12-06 19:43:26.0 +0100
@@ -21,7 +21,7 @@
 BuildRequires:  ncurses-devel
 
 Name:   tomoyo-tools
-License:GPLv2
+License:GPL-2.0
 Group:  Development/Tools/Other
 AutoReqProv:on
 Summary:Userspace tools for TOMOYO Linux 2.4.x


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tomoyo-tools for openSUSE:Factory

2011-08-31 Thread h_root

Hello community,

here is the log from the commit of package tomoyo-tools for openSUSE:Factory
checked in at Wed Aug 31 11:09:10 CEST 2011.




--- tomoyo-tools/tomoyo-tools.changes   2011-06-28 15:13:32.0 +0200
+++ /mounts/work_src_done/STABLE/tomoyo-tools/tomoyo-tools.changes  
2011-08-29 13:37:57.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 29 11:34:54 UTC 2011 - a...@suse.de
+
+- _GNU_SOURCE needs to be defined first, fix build
+  (patch tomoyo-clone.patch)
+
+---

calling whatdependson for head-i586


New:

  tomoyo-clone.patch



Other differences:
--
++ tomoyo-tools.spec ++
--- /var/tmp/diff_new_pack.VyNXhF/_old  2011-08-31 11:07:25.0 +0200
+++ /var/tmp/diff_new_pack.VyNXhF/_new  2011-08-31 11:07:25.0 +0200
@@ -26,9 +26,10 @@
 Summary:A Friendly Greeting Program
 Url:http://sourceforge.jp/projects/tomoyo/
 Version:2.3.0.20110511
-Release:1
+Release:81
 Source0:
http://sourceforge.jp/frs/redir.php?f=/tomoyo/48663/tomoyo-tools-%{downloadver}.tar.gz
 Patch0: %{name}-makefile.patch
+Patch1: tomoyo-clone.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -37,6 +38,7 @@
 %prep
 %setup -q -n %{name}
 %patch0 -p1
+%patch1 -p1
 
 %build
 make CC=gcc $RPM_OPT_FLAGS

++ tomoyo-clone.patch ++
Index: tomoyo-tools/usr_lib_tomoyo/tomoyo-notifyd.c
===
--- tomoyo-tools.orig/usr_lib_tomoyo/tomoyo-notifyd.c
+++ tomoyo-tools/usr_lib_tomoyo/tomoyo-notifyd.c
@@ -20,6 +20,7 @@
  * this program; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
  */
+#define _GNU_SOURCE
 #include stdio.h
 #include string.h
 #include stdlib.h
@@ -29,7 +30,6 @@
 #include sys/file.h
 #include syslog.h
 #include time.h
-#define _GNU_SOURCE
 #include sched.h
 #include sys/mount.h
 
Index: tomoyo-tools/usr_lib_tomoyo/tomoyo-editpolicy-agent.c
===
--- tomoyo-tools.orig/usr_lib_tomoyo/tomoyo-editpolicy-agent.c
+++ tomoyo-tools/usr_lib_tomoyo/tomoyo-editpolicy-agent.c
@@ -20,6 +20,7 @@
  * this program; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
  */
+#define _GNU_SOURCE
 #include stdio.h
 #include string.h
 #include stdlib.h
@@ -33,7 +34,6 @@
 #include poll.h
 #include signal.h
 #include dirent.h
-#define _GNU_SOURCE
 #include sched.h
 #include sys/mount.h
 





Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tomoyo-tools for openSUSE:Factory

2011-06-29 Thread h_root

Hello community,

here is the log from the commit of package tomoyo-tools for openSUSE:Factory
checked in at Wed Jun 29 09:57:14 CEST 2011.




--- tomoyo-tools/tomoyo-tools.changes   2011-01-15 09:41:06.0 +0100
+++ /mounts/work_src_done/STABLE/tomoyo-tools/tomoyo-tools.changes  
2011-06-28 15:13:32.0 +0200
@@ -1,0 +2,23 @@
+Tue Jun 28 15:09:46 CEST 2011 - meiss...@suse.de
+
+- Update to 20110511 snapshot:
+  * Version 2.3.0p1 2011/02/11   Bugfix release.
+
+/sbin/tomoyo-init
+  Mount sysfs when /sys/kernel/security/ does not exist rather than when 
/sys/kernel/ does not exist, for some distributions have /sys/kernel/debug/ on 
root device.
+  Wait for /etc/tomoyo/tomoyo-post-init in a more reliable way.
+
+/usr/sbin/tomoyo-diffpolicy
+  Fix regression introduced when fixing old/new inversion bug.
+
+  * Version 2.3.0p2 2011/05/11   Minor update release.
+
+Fix build error on parallel build.
+
+/usr/lib/libtomoyotools.so.1
+  Fix wrong domainname validation.
+
+/usr/sbin/tomoyo-editpolicy
+   Allow configuring background color.
+
+---

calling whatdependson for head-i586


Old:

  tomoyo-tools-2.3.0-20100820.tar.gz

New:

  tomoyo-tools-2.3.0-20110511.tar.gz



Other differences:
--
++ tomoyo-tools.spec ++
--- /var/tmp/diff_new_pack.Y57wGO/_old  2011-06-29 09:51:36.0 +0200
+++ /var/tmp/diff_new_pack.Y57wGO/_new  2011-06-29 09:51:36.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define downloadver 2.3.0-20100820
+%define downloadver 2.3.0-20110511
 BuildRequires:  help2man ncurses-devel
 
 Name:   tomoyo-tools
@@ -25,7 +25,7 @@
 AutoReqProv:on
 Summary:A Friendly Greeting Program
 Url:http://sourceforge.jp/projects/tomoyo/
-Version:2.3.0.20100820
+Version:2.3.0.20110511
 Release:1
 Source0:
http://sourceforge.jp/frs/redir.php?f=/tomoyo/48663/tomoyo-tools-%{downloadver}.tar.gz
 Patch0: %{name}-makefile.patch

++ tomoyo-tools-2.3.0-20100820.tar.gz - tomoyo-tools-2.3.0-20110511.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tomoyo-tools/Makefile new/tomoyo-tools/Makefile
--- old/tomoyo-tools/Makefile   2010-08-20 02:00:00.0 +0200
+++ new/tomoyo-tools/Makefile   2011-05-11 02:00:00.0 +0200
@@ -12,7 +12,6 @@
$(MAKE) -C sbin/ all
$(MAKE) -C usr_sbin/ all
$(MAKE) -C usr_lib_tomoyo/ all
-   $(MAKE) -C usr_share_man/ all
 
 install: all
$(MAKE) -C sbin/ install
@@ -24,6 +23,5 @@
$(MAKE) -C sbin/ clean
$(MAKE) -C usr_sbin/ clean
$(MAKE) -C usr_lib_tomoyo/ clean
-   $(MAKE) -C usr_share_man/ clean
 
 .PHONY: clean install
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  2010-08-20 02:00:00.0 +0200
+++ new/tomoyo-tools/README.tomoyo  2011-05-11 02:00:00.0 +0200
@@ -18,3 +18,22 @@
 Version 2.3.0 2010/08/20   Major update release.
 
   Various enhancements were added to kernel 2.6.36.
+
+Version 2.3.0p1 2011/02/11   Bugfix release.
+
+  /sbin/tomoyo-init
+Mount sysfs when /sys/kernel/security/ does not exist rather than when 
/sys/kernel/ does not exist, for some distributions have /sys/kernel/debug/ on 
root device.
+Wait for /etc/tomoyo/tomoyo-post-init in a more reliable way.
+
+  /usr/sbin/tomoyo-diffpolicy
+Fix regression introduced when fixing old/new inversion bug.
+
+Version 2.3.0p2 2011/05/11   Minor update release.
+
+  Fix build error on parallel build.
+
+  /usr/lib/libtomoyotools.so.1
+Fix wrong domainname validation.
+
+  /usr/sbin/tomoyo-editpolicy
+ Allow configuring background color.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tomoyo-tools/kernel_test/tomoyo_file_test.c 
new/tomoyo-tools/kernel_test/tomoyo_file_test.c
--- old/tomoyo-tools/kernel_test/tomoyo_file_test.c 2010-08-20 
02:00:00.0 +0200
+++ new/tomoyo-tools/kernel_test/tomoyo_file_test.c 2011-05-11 
02:00:00.0 +0200
@@ -19,6 +19,32 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
  */
 #include include.h
+#include linux/elf.h
+
+static void make_elf_lib(void)
+{
+   static const struct elf32_phdr eph = {
+   .p_type = PT_LOAD,
+   .p_offset = 4096,
+   .p_filesz = 1,
+   };
+   static const struct elf32_hdr eh = {
+   .e_ident = ELFMAG,
+   .e_type = ET_EXEC,
+   .e_machine = EM_386,
+   .e_phoff = sizeof(eh),
+   .e_phentsize = sizeof(eph),
+   .e_phnum = 1,
+   };
+   const int fd =