commit novell-ipsec-tools for openSUSE:Factory

2014-08-20 Thread h_root
Hello community,

here is the log from the commit of package novell-ipsec-tools for 
openSUSE:Factory checked in at 2014-08-20 10:50:56

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


Package is novell-ipsec-tools

Changes:

--- /work/SRC/openSUSE:Factory/novell-ipsec-tools/novell-ipsec-tools.changes
2012-02-07 14:46:21.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.novell-ipsec-tools.new/novell-ipsec-tools.changes   
2014-08-20 10:51:08.0 +0200
@@ -1,0 +2,20 @@
+Thu Aug  7 01:23:13 UTC 2014 - sfal...@opensuse.org
+
+- Modified to clear rpmlint check failure in oS:Factory (sr #243365)
+- Updated:
+novell-ipsec-tools.spec
+  changed /var/run to /run
+racoon.conf.turnpike
+  changed /var/run to /run
+racoon.init
+  changed /var/run to /run
+
+---
+Tue Jul  8 14:20:17 UTC 2014 - meiss...@suse.com
+
+- ipsec-tools-0.8.0-certasn1txtbroken.patch:
+  disable the certificate test in src/racoon/eaytest.c as the 
+  internal X.509 ASN.1 string presentation was changed in openssl
+  and the test currently does not work.
+
+---

New:

  ipsec-tools-0.8.0-certasn1txtbroken.patch



Other differences:
--
++ novell-ipsec-tools.spec ++
--- /var/tmp/diff_new_pack.omX4QU/_old  2014-08-20 10:51:10.0 +0200
+++ /var/tmp/diff_new_pack.omX4QU/_new  2014-08-20 10:51:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package novell-ipsec-tools
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,7 +16,6 @@
 #
 
 
-
 Name:   novell-ipsec-tools
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -26,10 +25,10 @@
 BuildRequires:  openssl-devel
 Version:0.7.3
 Release:0
-License:BSD-3-Clause
-Group:  Productivity/Networking/Security
 PreReq: %insserv_prereq %fillup_prereq
 Summary:IPsec Utilities with turnpike plugin enabled
+License:BSD-3-Clause
+Group:  Productivity/Networking/Security
 Source: ipsec-tools-%{version}.tar.bz2
 Source1:racoon.init
 Source2:sysconfig.racoon
@@ -44,13 +43,14 @@
 Patch6: novell-ipsec-tools_plugins-am111.patch
 Patch7: novell-ipsec-tools_nit-includes.patch
 Patch8: novell-ipsec-tools_ldl_warning.patch
+Patch9: ipsec-tools-0.8.0-certasn1txtbroken.patch
 Url:http://forge.novell.com/modules/xfmod/project/?turnpike
 Prefix: /usr
 Conflicts:  ipsec-tools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %define _sysconfdir /etc/racoon
-%define _sharedstatedir /var/run
-%define _localstatedir  /var/run
+%define _sharedstatedir /run
+%define _localstatedir  /run
 %define sysconfdir  /etc
 
 %description
@@ -80,13 +80,14 @@
 
 
 %package devel
-License:BSD-3-Clause
-Provides:   libipsec libracoon
-Requires:   novell-ipsec-tools = %{version} flex glibc-devel
+Provides:   libipsec
+Provides:   libracoon
+Requires:   flex
+Requires:   glibc-devel
+Requires:   novell-ipsec-tools = %{version}
 Summary:IPsec Utilities with turnpike plugin enabled
-Provides:   ipsec-tools-devel
 Group:  Development/Libraries/Other
-AutoReqProv:on
+Provides:   ipsec-tools-devel
 PreReq: %install_info_prereq
 PreReq: %install_info_prereq %insserv_prereq  %fillup_prereq
 
@@ -124,6 +125,7 @@
 %patch6 -p1
 %patch7 -p1
 %patch8 -p1
+%patch9 -p1
 ln -sf acracoon.m4 acinclude.m4
 
 %build
@@ -156,9 +158,7 @@
 cp -rv src/racoon/samples $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/
 cp -v src/setkey/sample* $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/
 mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}
-#mkdir -p -m 0755 $RPM_BUILD_ROOT/%{_sharedstatedir}/%{name}
 install -m 0600 src/racoon/samples/psk.txt $RPM_BUILD_ROOT/%{_sysconfdir}
-#install -m 0644 src/racoon/samples/racoon.conf $RPM_BUILD_ROOT/{_sysconfdir}
 cp -v %{S:3} $RPM_BUILD_ROOT/%{_sysconfdir}/setkey.conf
 cp -v %{S:4} $RPM_BUILD_ROOT/%{_sysconfdir}/racoon.conf
 cp -v %{S:4} $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/

++ ipsec-tools-0.8.0-certasn1txtbroken.patch ++
Index: ipsec-tools-0.8.0/src/racoon/eaytest.c
===
--- ipsec-tools-0.8.0.orig/src/racoon/eaytest.c
+++ ipsec-tools-0.8.0/src/racoon/eaytest.c
@@ -67,7 +67,10 @@
 
 #define 

commit novell-ipsec-tools for openSUSE:Factory

2012-02-07 Thread h_root
Hello community,

here is the log from the commit of package novell-ipsec-tools for 
openSUSE:Factory checked in at 2012-02-07 14:46:20

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


Package is novell-ipsec-tools, Maintainer is b...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/novell-ipsec-tools/novell-ipsec-tools.changes
2011-11-28 12:55:07.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.novell-ipsec-tools.new/novell-ipsec-tools.changes   
2012-02-07 14:46:21.0 +0100
@@ -1,0 +2,6 @@
+Mon Feb  6 10:05:10 UTC 2012 - a...@suse.de
+
+- Remove suse_update_config, add missing build requires on autoconf,
+  automake
+
+---



Other differences:
--
++ novell-ipsec-tools.spec ++
--- /var/tmp/diff_new_pack.T484WF/_old  2012-02-07 14:46:27.0 +0100
+++ /var/tmp/diff_new_pack.T484WF/_new  2012-02-07 14:46:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package novell-ipsec-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
@@ -18,7 +18,12 @@
 
 
 Name:   novell-ipsec-tools
-BuildRequires:  bison flex libtool openssl-devel
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  bison
+BuildRequires:  flex
+BuildRequires:  libtool
+BuildRequires:  openssl-devel
 Version:0.7.3
 Release:0
 License:BSD-3-Clause
@@ -122,8 +127,6 @@
 ln -sf acracoon.m4 acinclude.m4
 
 %build
-%{suse_update_config -f . src/racoon}
-#autoreconf -fi
 ./bootstrap
 export CFLAGS=%optflags -fno-strict-aliasing
 %configure --disable-shared \

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



commit novell-ipsec-tools for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package novell-ipsec-tools for 
openSUSE:Factory checked in at 2011-12-06 18:32:17

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


Package is novell-ipsec-tools, Maintainer is b...@suse.com

Changes:




Other differences:
--
++ novell-ipsec-tools.spec ++
--- /var/tmp/diff_new_pack.Dq7ZEE/_old  2011-12-06 18:53:38.0 +0100
+++ /var/tmp/diff_new_pack.Dq7ZEE/_new  2011-12-06 18:53:38.0 +0100
@@ -21,7 +21,7 @@
 BuildRequires:  bison flex libtool openssl-devel
 Version:0.7.3
 Release:0
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Group:  Productivity/Networking/Security
 PreReq: %insserv_prereq %fillup_prereq
 Summary:IPsec Utilities with turnpike plugin enabled
@@ -75,7 +75,7 @@
 
 
 %package devel
-License:BSD3c(or similar)
+License:BSD-3-Clause
 Provides:   libipsec libracoon
 Requires:   novell-ipsec-tools = %{version} flex glibc-devel
 Summary:IPsec Utilities with turnpike plugin enabled

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



commit novell-ipsec-tools for openSUSE:Factory

2011-11-28 Thread h_root
Hello community,

here is the log from the commit of package novell-ipsec-tools for 
openSUSE:Factory checked in at 2011-11-28 12:55:05

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


Package is novell-ipsec-tools, Maintainer is b...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/novell-ipsec-tools/novell-ipsec-tools.changes
2011-09-23 02:14:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.novell-ipsec-tools.new/novell-ipsec-tools.changes   
2011-11-28 12:55:07.0 +0100
@@ -1,0 +2,5 @@
+Sun Nov 27 06:52:05 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ novell-ipsec-tools.spec ++
--- /var/tmp/diff_new_pack.YbFvLr/_old  2011-11-28 12:55:08.0 +0100
+++ /var/tmp/diff_new_pack.YbFvLr/_new  2011-11-28 12:55:08.0 +0100
@@ -15,17 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   novell-ipsec-tools
-BuildRequires:  bison flex openssl-devel
+BuildRequires:  bison flex libtool openssl-devel
 Version:0.7.3
-Release:7
+Release:0
 License:BSD3c(or similar)
 Group:  Productivity/Networking/Security
 PreReq: %insserv_prereq %fillup_prereq
-AutoReqProv:on
 Summary:IPsec Utilities with turnpike plugin enabled
 Source: ipsec-tools-%{version}.tar.bz2
 Source1:racoon.init

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



commit novell-ipsec-tools for openSUSE:Factory

2011-09-07 Thread h_root

Hello community,

here is the log from the commit of package novell-ipsec-tools for 
openSUSE:Factory
checked in at Wed Sep 7 17:56:29 CEST 2011.




--- novell-ipsec-tools/novell-ipsec-tools.changes   2011-06-27 
21:23:11.0 +0200
+++ /mounts/work_src_done/STABLE/novell-ipsec-tools/novell-ipsec-tools.changes  
2011-09-06 06:06:39.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep  6 04:05:39 UTC 2011 - b...@suse.com
+
+- Add novell-ipsec-tools_ldl_warning.patch, fix the build error.
+
+---

calling whatdependson for head-i586


New:

  novell-ipsec-tools_ldl_warning.patch



Other differences:
--
++ novell-ipsec-tools.spec ++
--- /var/tmp/diff_new_pack.Z2yR8S/_old  2011-09-07 17:56:25.0 +0200
+++ /var/tmp/diff_new_pack.Z2yR8S/_new  2011-09-07 17:56:25.0 +0200
@@ -21,7 +21,7 @@
 Name:   novell-ipsec-tools
 BuildRequires:  bison flex openssl-devel
 Version:0.7.3
-Release:5
+Release:7
 License:BSD3c(or similar)
 Group:  Productivity/Networking/Security
 PreReq: %insserv_prereq %fillup_prereq
@@ -40,6 +40,7 @@
 Patch5: no_werror.patch
 Patch6: novell-ipsec-tools_plugins-am111.patch
 Patch7: novell-ipsec-tools_nit-includes.patch
+Patch8: novell-ipsec-tools_ldl_warning.patch
 Url:http://forge.novell.com/modules/xfmod/project/?turnpike
 Prefix: /usr
 Conflicts:  ipsec-tools
@@ -119,6 +120,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 ln -sf acracoon.m4 acinclude.m4
 
 %build

++ novell-ipsec-tools_ldl_warning.patch ++
Index: ipsec-tools-0.7.3/src/plugin_frame/Makefile.am
===
--- ipsec-tools-0.7.3.orig/src/plugin_frame/Makefile.am
+++ ipsec-tools-0.7.3/src/plugin_frame/Makefile.am
@@ -14,4 +14,4 @@ libplugin_framedir = $(includedir)/plugi
 include_plugin_frame_HEADERS= \
hashtable.h   common.h  framework.h   error.h  
position.h
 
-libplugin_frame_la_LDFLAGS = -version-info 1:0:0 -static
+libplugin_frame_la_LDFLAGS = -version-info 1:0:0 -static -ldl





Remember to have fun...

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



commit novell-ipsec-tools for openSUSE:Factory

2011-06-28 Thread h_root

Hello community,

here is the log from the commit of package novell-ipsec-tools for 
openSUSE:Factory
checked in at Tue Jun 28 10:32:54 CEST 2011.




--- novell-ipsec-tools/novell-ipsec-tools.changes   2010-10-12 
10:00:27.0 +0200
+++ /mounts/work_src_done/STABLE/novell-ipsec-tools/novell-ipsec-tools.changes  
2011-06-27 21:23:11.0 +0200
@@ -1,0 +2,7 @@
+Mon Jun 27 19:19:25 UTC 2011 - a...@suse.de
+
+- Fix build with using -Wl,--export-dynamic instead of just
+  --export-dynamic.
+- Create runtime directory if needed.
+
+---

calling whatdependson for head-i586




Other differences:
--
++ novell-ipsec-tools.spec ++
--- /var/tmp/diff_new_pack.olnguS/_old  2011-06-28 10:32:28.0 +0200
+++ /var/tmp/diff_new_pack.olnguS/_new  2011-06-28 10:32:28.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package novell-ipsec-tools (Version 0.7.3)
+# spec file for package novell-ipsec-tools
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,7 +21,7 @@
 Name:   novell-ipsec-tools
 BuildRequires:  bison flex openssl-devel
 Version:0.7.3
-Release:1
+Release:5
 License:BSD3c(or similar)
 Group:  Productivity/Networking/Security
 PreReq: %insserv_prereq %fillup_prereq
@@ -162,6 +162,7 @@
 
 %post
 %{fillup_and_insserv racoond}
+mkdir -p -m 0755 %{_sharedstatedir}/%{name}
 
 %preun
 %stop_on_removal racoond
@@ -186,7 +187,7 @@
 %{_sbindir}/racoonctl
 %{_sbindir}/setkey
 %{_sbindir}/plainrsa-gen
-%dir %{_localstatedir}/racoon
+%dir %ghost %{_localstatedir}/racoon
 %doc %{_mandir}/man*/*
 
 %files devel

++ novell-ipsec-tools_plugins-support-nortel.patch ++
--- /var/tmp/diff_new_pack.olnguS/_old  2011-06-28 10:32:28.0 +0200
+++ /var/tmp/diff_new_pack.olnguS/_new  2011-06-28 10:32:28.0 +0200
@@ -2297,7 +2297,7 @@
  AC_DEFINE([PLUGINS_SUPPORT], [], [Enable plugins support])
 +  PLUGINS_SUPPORT_CFLAGS='-I${top_srcdir}/src -export-dynamic'
 +  PLUGINS_SUPPORT_CPPFLAGS='-I${top_srcdir}/src -export-dynamic'
-+  PLUGINS_SUPPORT_LDFLAGS='--export-dynamic'
++  PLUGINS_SUPPORT_LDFLAGS='-Wl,--export-dynamic'
 +  
PLUGINS_SUPPROT_LDADD='${top_builddir}/src/plugin_frame/libplugin_frame.la'
 +
 +  AC_SUBST(PLUGINS_SUPPORT_CPPFLAGS)

++ racoon.init ++
--- /var/tmp/diff_new_pack.olnguS/_old  2011-06-28 10:32:28.0 +0200
+++ /var/tmp/diff_new_pack.olnguS/_new  2011-06-28 10:32:28.0 +0200
@@ -83,6 +83,8 @@
rc_exit
fi
 
+   # Create runtime socket dir if it does not exist
+[ -d /var/run/racoon ] || mkdir -m 0755 /var/run/racoon
# startproc should return 0, even if service is 
# already running to match LSB spec.
startproc $RACOON_BIN $RACOON_OPTIONS -f $RACOON_CONF






Remember to have fun...

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