openSUSE Commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
July 2014
- 1 participants
- 1416 discussions
Hello community,
here is the log from the commit of package s2tc for openSUSE:Factory checked in at 2014-07-29 16:48:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/s2tc (Old)
and /work/SRC/openSUSE:Factory/.s2tc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "s2tc"
Changes:
--------
--- /work/SRC/openSUSE:Factory/s2tc/s2tc.changes 2014-05-05 21:09:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.s2tc.new/s2tc.changes 2014-07-29 16:49:16.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Jul 29 11:39:25 UTC 2014 - tchvatal(a)suse.com
+
+- Version bump to official 1.0 release:
+ * Various small tweaks in build approach
+ * Fix for few small rendering glitches
+
+-------------------------------------------------------------------
Old:
----
s2tc-20130202.tar.xz
New:
----
v1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ s2tc.spec ++++++
--- /var/tmp/diff_new_pack.Ek92b2/_old 2014-07-29 16:49:17.000000000 +0200
+++ /var/tmp/diff_new_pack.Ek92b2/_new 2014-07-29 16:49:17.000000000 +0200
@@ -17,20 +17,23 @@
%define libname libtxc_dxtn0
-
Name: s2tc
-Version: 20130202
+Version: 1.0
Release: 0
Summary: Super Simple Texture Compression
License: MIT
Group: System/X11/Utilities
Url: https://github.com/divVerent/s2tc/wiki
-Source0: %name-%version.tar.xz
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Source0: https://github.com/divVerent/%{name}/archive/v%{version}.tar.gz
+Source1: baselibs.conf
BuildRequires: Mesa-devel
+BuildRequires: autoconf
+BuildRequires: automake
BuildRequires: gcc-c++
+BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: xz
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Library that decompress s2tc compressed textures.
@@ -38,11 +41,11 @@
It can be used to decompress s3tc textures with few artefacts,
because the patented codepaths are not implemented.
-%package -n %libname
+%package -n %{libname}
Summary: Super Simple Texture Compression
Group: System/Libraries
-%description -n %libname
+%description -n %{libname}
Library that decompress s2tc compressed textures.
Contrary s3tc this algorithm is not patented and even faster.
It can be used to decompress s3tc textures with few artefacts,
@@ -51,33 +54,34 @@
%package devel
Summary: Super Simple Texture Compression devel libs
Group: Development/Libraries/C and C++
-Requires: %libname = %version
+Requires: %{libname} = %{version}
%description devel
-Development libraries for %libname texture compression algorithm
+Development libraries for %{libname} texture compression algorithm
%prep
%setup -q
%build
+autoreconf -fvi
%configure \
--disable-static \
--disable-runtime-linking
make %{?_smp_mflags}
%install
-make DESTDIR=%buildroot install
-%{__rm} -f %{buildroot}%{_libdir}/*.la
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
-%post -n %libname -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
-%postun -n %libname -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_bindir}/*
-%files -n %libname
+%files -n %{libname}
%defattr(-,root,root)
%doc COPYING README.txt
%{_libdir}/*.so.*
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package libatlas3 for openSUSE:Factory checked in at 2014-07-29 16:48:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libatlas3 (Old)
and /work/SRC/openSUSE:Factory/.libatlas3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libatlas3"
Changes:
--------
--- /work/SRC/openSUSE:Factory/libatlas3/libatlas3.changes 2013-10-17 17:40:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libatlas3.new/libatlas3.changes 2014-07-29 16:49:15.000000000 +0200
@@ -1,0 +2,13 @@
+Thu Jun 26 23:23:09 UTC 2014 - dvaleev(a)suse.com
+
+- Enable build for ppc and ppc64le
+ see http://sourceforge.net/p/math-atlas/mailman/message/32471499/
+ POWER332.tar.bz2
+ POWER764LEVSX.tar.bz2
+ libatlas.ppc64le-abiv2.patch
+ initialize_malloc_memory.invtrsm.wms.oct23.patch
+ xlf.command.not.found.patch
+ getdoublearr.stripwhite.patch
+
+
+-------------------------------------------------------------------
New:
----
POWER332.tar.bz2
POWER764LEVSX.tar.bz2
getdoublearr.stripwhite.patch
initialize_malloc_memory.invtrsm.wms.oct23.patch
libatlas.ppc64le-abiv2.patch
xlf.command.not.found.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libatlas3.spec ++++++
--- /var/tmp/diff_new_pack.OxHFt9/_old 2014-07-29 16:49:16.000000000 +0200
+++ /var/tmp/diff_new_pack.OxHFt9/_new 2014-07-29 16:49:16.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package libatlas3
#
-# Copyright (c) 2013 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
@@ -26,10 +26,20 @@
Group: Development/Libraries/C and C++
Url: http://math-atlas.sourceforge.net/
-Source0: atlas%{version}.tar.bz2
-Source1: README.SuSE
+Source: atlas%{version}.tar.bz2
+Source2: README.SuSE
+Source3: POWER332.tar.bz2
+Source4: POWER764LEVSX.tar.bz2
+Source5: %name-rpmlintrc
Patch0: atlas-suse-shared.patch
Patch1: atlas-hack.patch
+# for ppc64le
+# http://sourceforge.net/p/math-atlas/mailman/message/32471499/
+Patch10: getdoublearr.stripwhite.patch
+Patch11: xlf.command.not.found.patch
+Patch12: initialize_malloc_memory.invtrsm.wms.oct23.patch
+Patch13: libatlas.ppc64le-abiv2.patch
+
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: gcc-fortran
BuildRequires: lapack-devel
@@ -172,7 +182,7 @@
%endif
%endif
-%ifarch x86_64 ppc64
+%ifarch x86_64 ppc64 ppc64le
%define mode 64
%else
%define mode 32
@@ -184,7 +194,15 @@
%ifarch x86_64 i586
%patch1
%endif
-cp %{SOURCE1} doc
+%ifarch ppc64le
+%patch10 -p1
+%patch11 -p1
+%patch12 -p1
+%patch13 -p1
+%endif
+cp %{SOURCE2} doc
+
+cp %{SOURCE3} %{SOURCE4} CONFIG/ARCHS/
%build
for type in %{types}; do
@@ -211,6 +229,22 @@
elif [ "$type" = "sse3" ]; then
sed -i 's#ARCH =.*#ARCH = P4E32SSE3#' Make.inc
fi
+%ifarch ppc
+ sed -i 's#ARCH =.*#ARCH = POWER332#' Make.inc
+ sed -i 's#-DATL_ARCH_POWER7#-DATL_ARCH_POWER3#g' Make.inc
+ sed -i 's#power7#power3#g' Make.inc
+ sed -i 's#-DATL_VSX##g' Make.inc
+ sed -i 's#-mvsx##g' Make.inc
+ sed -i 's#-DATL_AltiVec##g' Make.inc
+ sed -i 's#-m64#-m32#g' Make.inc
+%endif
+
+# use the provided archdef file for ppc64le
+# and force its usage in INSTFLAGS.
+%ifarch ppc64le
+ sed -i 's#\(ARCH = POWER.64\)VSX#\1LEVSX#' Make.inc
+ sed -i 's#\(INSTFLAGS =.*\) -a 0#\1 -a 1#' Make.inc
+%endif
make build %{?_smp_mflags}
cd lib
make shared %{?_smp_mflags}
++++++ getdoublearr.stripwhite.patch ++++++
References: http://sourceforge.net/p/math-atlas/mailman/message/32471499/
Index: ATLAS/include/atlas_genparse.h
===================================================================
--- ATLAS.orig/include/atlas_genparse.h
+++ ATLAS/include/atlas_genparse.h
@@ -149,13 +149,24 @@ static int asmNames2bitfield(char *str)
}
/* procedure 7 */
-static int GetDoubleArr(char *str, int N, double *d)
+static int GetDoubleArr(char *callerstr, int N, double *d)
/*
* Reads in a list with form "%le,%le...,%le"; N-length d recieves doubles.
* RETURNS: the number of doubles found, or N, whichever is less
*/
{
- int i=1;
+ int i;
+ char *dupstr = DupString(callerstr);
+ char *str = dupstr;
+ /* strip the string to end on first white space */
+ for (i=0; dupstr[i]; i++)
+ {
+ if (isspace(dupstr[i])) {
+ dupstr[i] = '\0';
+ break;
+ }
+ }
+ i = 1;
assert(sscanf(str, "%le", d) == 1);
while (i < N)
{
@@ -166,6 +177,7 @@ static int GetDoubleArr(char *str, int N
assert(sscanf(str, "%le", d+i) == 1);
i++;
}
+ free(dupstr);
return(i);
}
++++++ initialize_malloc_memory.invtrsm.wms.oct23.patch ++++++
From: Michel Normand <normand(a)linux.vnet.ibm.com>
Subject: initialize malloc memory.invtrsm.wms.oct23
Date: Mon, 14 Apr 2014 17:18:53 +0200
References: http://sourceforge.net/p/math-atlas/mailman/message/32471499/
initialize malloc memory invtrsm.c
Signed-off-by: Will Schmidt <will_schmidt(a)vnet.ibm.com>
Signed-off-by: Michel Normand <normand(a)linux.vnet.ibm.com>
---
ATLAS/tune/blas/level3/invtrsm.c | 1 +
1 file changed, 1 insertion(+)
Index: ATLAS/tune/blas/level3/invtrsm.c
===================================================================
--- ATLAS.orig/tune/blas/level3/invtrsm.c
+++ ATLAS/tune/blas/level3/invtrsm.c
@@ -525,6 +525,7 @@ static double RunTiming
a = A = malloc(i * ATL_MulBySize(incA));
if (A)
{
+ memset(A,0,i*ATL_MulBySize(incA)); /* wms (!!) malloc call above returns non-initialized memory. */
if (Uplo == TestGE)
for (i=0; i < k; i++)
Mjoin(PATL,gegen)(N, N, A+i*incA, lda, N+lda);
++++++ libatlas.ppc64le-abiv2.patch ++++++
From: Michel Normand <normand(a)linux.vnet.ibm.com>
Subject: atlas.ppc64le abiv2
Date: Mon, 14 Apr 2014 18:03:06 +0200
References: http://sourceforge.net/p/math-atlas/mailman/message/32471499/
atlas.ppc64le abiv2
* do not use opd section for ABI V2
* define TOC in r2 in function call
TODO: may be not required everywhere.
based on work of Guy and Thierry
TODO: still have to work on stack FSIZE
TODO: for ATLAS/tune/blas/gemm/CASES/ATL_dmm4x4x80_ppc.c
need to better understand the change about ld pC0
Signed-off-by: Michel Normand <normand(a)linux.vnet.ibm.com>
---
ATLAS/CONFIG/src/backend/probe_AltiVec.S | 2 -
ATLAS/CONFIG/src/backend/probe_VSX.S | 2 -
ATLAS/src/threads/ATL_DecAtomicCount_ppc.S | 8 ++++++-
ATLAS/src/threads/ATL_ResetAtomicCount_ppc.S | 8 ++++++-
ATLAS/tune/blas/gemm/CASES/ATL_cmm4x4x128_av.c | 8 ++++++-
ATLAS/tune/blas/gemm/CASES/ATL_dmm4x4x2pf_av.c | 10 +++++++--
ATLAS/tune/blas/gemm/CASES/ATL_dmm4x4x32_ppc.c | 8 ++++++-
ATLAS/tune/blas/gemm/CASES/ATL_dmm4x4x80_ppc.c | 26 +++++++++++++++++++++++--
ATLAS/tune/blas/gemm/CASES/ATL_smm4x4x128_av.c | 8 ++++++-
9 files changed, 69 insertions(+), 11 deletions(-)
Index: ATLAS/CONFIG/src/backend/probe_AltiVec.S
===================================================================
--- ATLAS.orig/CONFIG/src/backend/probe_AltiVec.S
+++ ATLAS/CONFIG/src/backend/probe_AltiVec.S
@@ -6,7 +6,7 @@
*
*/
.text
-#if defined(ATL_USE64BITS) && defined (ATL_OS_Linux)
+#if defined(ATL_USE64BITS) && defined (ATL_OS_Linux) && _CALL_ELF != 2
.align 2
.globl ATL_asmdecor(do_vsum)
.section ".opd","aw"
Index: ATLAS/CONFIG/src/backend/probe_VSX.S
===================================================================
--- ATLAS.orig/CONFIG/src/backend/probe_VSX.S
+++ ATLAS/CONFIG/src/backend/probe_VSX.S
@@ -6,7 +6,7 @@
*
*/
.text
-#if defined(ATL_USE64BITS) && defined (ATL_OS_Linux)
+#if defined(ATL_USE64BITS) && defined (ATL_OS_Linux) && _CALL_ELF != 2
.align 2
.globl ATL_asmdecor(do_vsum)
.section ".opd","aw"
Index: ATLAS/src/threads/ATL_DecAtomicCount_ppc.S
===================================================================
--- ATLAS.orig/src/threads/ATL_DecAtomicCount_ppc.S
+++ ATLAS/src/threads/ATL_DecAtomicCount_ppc.S
@@ -4,7 +4,7 @@
.globl _ATL_DecAtomicCount
_ATL_DecAtomicCount:
#else
- #if defined(ATL_USE64BITS)
+ #if defined(ATL_USE64BITS) && _CALL_ELF != 2
/*
* Official Program Descripter section, seg fault w/o it on Linux/PPC64
*/
@@ -22,6 +22,12 @@ ATL_DecAtomicCount:
#else
.globl ATL_DecAtomicCount
ATL_DecAtomicCount:
+ #if _CALL_ELF == 2
+ .type ATL_DecAtomicCount,@function
+0: addis 2,12,.TOC.-0b@ha
+ addi 2,2,.TOC.-0b@l
+ .localentry ATL_DecAtomicCount, .-ATL_DecAtomicCount
+ #endif
#endif
#endif
#error "Code is not reliable on PPC, don't know why"
Index: ATLAS/src/threads/ATL_ResetAtomicCount_ppc.S
===================================================================
--- ATLAS.orig/src/threads/ATL_ResetAtomicCount_ppc.S
+++ ATLAS/src/threads/ATL_ResetAtomicCount_ppc.S
@@ -4,7 +4,7 @@
.globl _ATL_ResetAtomicCount
_ATL_ResetAtomicCount:
#else
- #if defined(ATL_USE64BITS)
+ #if defined(ATL_USE64BITS) && _CALL_ELF != 2
/*
* Official Program Descripter section, seg fault w/o it on Linux/PPC64
*/
@@ -22,6 +22,12 @@ ATL_ResetAtomicCount:
#else
.globl ATL_ResetAtomicCount
ATL_ResetAtomicCount:
+ #if _CALL_ELF == 2
+ .type ATL_ResetAtomicCount,@function
+0: addis 2,12,.TOC.-0b@ha
+ addi 2,2,.TOC.-0b@l
+ .localentry ATL_ResetAtomicCount, .-ATL_ResetAtomicCount
+ #endif
#endif
#endif
/* r3 r3 r4 */
Index: ATLAS/tune/blas/gemm/CASES/ATL_cmm4x4x128_av.c
===================================================================
--- ATLAS.orig/tune/blas/gemm/CASES/ATL_cmm4x4x128_av.c
+++ ATLAS/tune/blas/gemm/CASES/ATL_cmm4x4x128_av.c
@@ -181,7 +181,7 @@ void ATL_USERMM(const int M, const int N
.globl Mjoin(_,ATL_USERMM)
Mjoin(_,ATL_USERMM):
#else
- #if defined(ATL_USE64BITS)
+ #if defined(ATL_USE64BITS) && _CALL_ELF != 2
/*
* Official Program Descripter section, seg fault w/o it on Linux/PPC64
*/
@@ -199,6 +199,12 @@ Mjoin(.,ATL_USERMM):
#else
.globl ATL_USERMM
ATL_USERMM:
+ #if _CALL_ELF == 2
+ .type ATL_USERMM,@function
+0: addis 2,12,.TOC.-0b@ha
+ addi 2,2,.TOC.-0b@l
+ .localentry ATL_USERMM, .-ATL_USERMM
+ #endif
#endif
#endif
/* Save regs */
Index: ATLAS/tune/blas/gemm/CASES/ATL_dmm4x4x2pf_av.c
===================================================================
--- ATLAS.orig/tune/blas/gemm/CASES/ATL_dmm4x4x2pf_av.c
+++ ATLAS/tune/blas/gemm/CASES/ATL_dmm4x4x2pf_av.c
@@ -279,7 +279,7 @@ void ATL_USERMM(const int M, const int N
#endif
.text
#ifdef ATL_GAS_LINUX_PPC
- #if defined(ATL_USE64BITS)
+ #if defined(ATL_USE64BITS) && _CALL_ELF != 2
/*
* No idea what this does, but seg fault without it (I think it is
* partially resp for making code callable from both static & PIC code)
@@ -296,8 +296,14 @@ ATL_USERMM:
.globl Mjoin(.,ATL_USERMM)
Mjoin(.,ATL_USERMM):
#else
-.globl ATL_USERMM
+ .globl ATL_USERMM
ATL_USERMM:
+ #if _CALL_ELF == 2
+ .type ATL_USERMM,@function
+0: addis 2,12,.TOC.-0b@ha
+ addi 2,2,.TOC.-0b@l
+ .localentry ATL_USERMM, .-ATL_USERMM
+ #endif
#define IROFF 8
#define FROFF IROFF+48
#define FSIZE (((IROFF+FROFF+144+15)/16)*16)
Index: ATLAS/tune/blas/gemm/CASES/ATL_dmm4x4x32_ppc.c
===================================================================
--- ATLAS.orig/tune/blas/gemm/CASES/ATL_dmm4x4x32_ppc.c
+++ ATLAS/tune/blas/gemm/CASES/ATL_dmm4x4x32_ppc.c
@@ -268,7 +268,7 @@ Mjoin(.,ATL_USERMM):
.globl Mjoin(_,ATL_USERMM)
Mjoin(_,ATL_USERMM):
#else
- #if defined(ATL_USE64BITS)
+ #if defined(ATL_USE64BITS) && _CALL_ELF != 2
/*
* Official Program Descripter section, seg fault w/o it on Linux/PPC64
*/
@@ -285,6 +285,12 @@ Mjoin(.,ATL_USERMM):
#else
.globl ATL_USERMM
ATL_USERMM:
+ #if _CALL_ELF == 2
+ .type ATL_USERMM,@function
+0: addis 2,12,.TOC.-0b@ha
+ addi 2,2,.TOC.-0b@l
+ .localentry ATL_USERMM, .-ATL_USERMM
+ #endif
#endif
#endif
#endif
Index: ATLAS/tune/blas/gemm/CASES/ATL_dmm4x4x80_ppc.c
===================================================================
--- ATLAS.orig/tune/blas/gemm/CASES/ATL_dmm4x4x80_ppc.c
+++ ATLAS/tune/blas/gemm/CASES/ATL_dmm4x4x80_ppc.c
@@ -170,13 +170,21 @@ void ATL_USERMM(const int M, const int N
const TYPE beta, TYPE *C, const int ldc)
(r10) 8(r1)
*******************************************************************************
-64 bit ABIs:
+64 bit ABIv1s:
r3 r4 r5 r6/f1
void ATL_USERMM(const int M, const int N, const int K, const TYPE alpha,
r7 r8 r9 r10
const TYPE *A, const int lda, const TYPE *B, const int ldb,
f2 120(r1) 128(r1)
const TYPE beta, TYPE *C, const int ldc)
+
+64 bit ABIv2s:
+ r3 r4 r5 r6/f1
+void ATL_USERMM(const int M, const int N, const int K, const TYPE alpha,
+ r7 r8 r9 r10
+ const TYPE *A, const int lda, const TYPE *B, const int ldb,
+ f2 104(r1) 112(r1)
+ const TYPE beta, TYPE *C, const int ldc)
#endif
#ifdef ATL_AS_AIX_PPC
.csect .text[PR]
@@ -202,7 +210,7 @@ Mjoin(.,ATL_USERMM):
.globl Mjoin(_,ATL_USERMM)
Mjoin(_,ATL_USERMM):
#else
- #if defined(ATL_USE64BITS)
+ #if defined(ATL_USE64BITS) && _CALL_ELF != 2
/*
* Official Program Descripter section, seg fault w/o it on Linux/PPC64
*/
@@ -219,6 +227,12 @@ Mjoin(.,ATL_USERMM):
#else
.globl ATL_USERMM
ATL_USERMM:
+ #if _CALL_ELF == 2
+ .type ATL_USERMM,@function
+0: addis 2,12,.TOC.-0b@ha
+ addi 2,2,.TOC.-0b@l
+ .localentry ATL_USERMM, .-ATL_USERMM
+ #endif
#endif
#endif
#endif
@@ -257,9 +271,17 @@ ATL_USERMM:
#endif
#endif
+
#if defined (ATL_USE64BITS)
+#if _CALL_ELF == 2
+/* ABIv2 */
+ ld pC0, 104(r1)
+ ld incCn, 112(r1)
+#else
+/* ABIv1 */
ld pC0, 120(r1)
ld incCn, 128(r1)
+#endif
#elif defined(ATL_AS_OSX_PPC) || defined(ATL_AS_AIX_PPC)
lwz pC0, 68(r1)
lwz incCn, 72(r1)
Index: ATLAS/tune/blas/gemm/CASES/ATL_smm4x4x128_av.c
===================================================================
--- ATLAS.orig/tune/blas/gemm/CASES/ATL_smm4x4x128_av.c
+++ ATLAS/tune/blas/gemm/CASES/ATL_smm4x4x128_av.c
@@ -196,7 +196,7 @@ void ATL_USERMM(const int M, const int N
.globl Mjoin(_,ATL_USERMM)
Mjoin(_,ATL_USERMM):
#else
- #if defined(ATL_USE64BITS)
+ #if defined(ATL_USE64BITS) && _CALL_ELF != 2
/*
* Official Program Descripter section, seg fault w/o it on Linux/PPC64
*/
@@ -214,6 +214,12 @@ Mjoin(.,ATL_USERMM):
#else
.globl ATL_USERMM
ATL_USERMM:
+ #if _CALL_ELF == 2
+ .type ATL_USERMM,@function
+0: addis 2,12,.TOC.-0b@ha
+ addi 2,2,.TOC.-0b@l
+ .localentry ATL_USERMM, .-ATL_USERMM
+ #endif
#endif
#endif
/*
++++++ xlf.command.not.found.patch ++++++
Subject: xlf.command.not.found
From: Michel Normand <normand(a)fr.ibm.com>
References: http://sourceforge.net/p/math-atlas/mailman/message/32471499/
try to bypass error while building ppc64le
"make[2]: xlf: Command not found"
Signed-off-by: Michel Normand <normand(a)fr.ibm.com>
---
ATLAS/CONFIG/src/atlcomp.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: ATLAS/CONFIG/src/atlcomp.txt
===================================================================
--- ATLAS.orig/CONFIG/src/atlcomp.txt
+++ ATLAS/CONFIG/src/atlcomp.txt
@@ -199,7 +199,7 @@ MACH=POWER6 OS=ALL LVL=1010 COMPS=f77
MACH=POWER5 OS=ALL LVL=1010 COMPS=f77
'gfortran' '-mcpu=power5 -mtune=power5 -O3 -fno-schedule-insns -fno-rerun-loop-opt'
MACH=POWER7 OS=ALL LVL=1010 COMPS=f77
- 'xlf' '-qtune=pwr7 -qarch=pwr7 -O3 -qmaxmem=-1 -qfloat=hsflt'
+ 'gfortran' '-O2 -mvsx -mcpu=power7 -mtune=power7 -m64 -mvrsave -funroll-all-loops'
MACH=POWER5 OS=ALL LVL=1010 COMPS=f77
'xlf' '-qtune=pwr5 -qarch=pwr5 -O3 -qmaxmem=-1 -qfloat=hsflt'
MACH=POWER4 OS=ALL LVL=1010 COMPS=icc,dmc,smc,dkc,skc,xcc,gcc
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package crmsh for openSUSE:Factory checked in at 2014-07-29 16:48:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/crmsh (Old)
and /work/SRC/openSUSE:Factory/.crmsh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crmsh"
Changes:
--------
--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes 2014-07-11 20:06:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2014-07-29 16:49:14.000000000 +0200
@@ -1,0 +2,16 @@
+Tue Jul 29 09:51:32 UTC 2014 - kgronlund(a)suse.com
+
+- high: report: Preserve path when checking timestamp of tarball (bnc#889328)
+- upstream: 2.1.0-20-g9de903ff5cd8
+
+-------------------------------------------------------------------
+Tue Jul 22 07:42:50 UTC 2014 - kgronlund(a)suse.com
+
+- medium: config: Respect EDITOR and PAGER environment variables
+- medium: parse: pacemaker allows order without score or kind
+- medium: hb_report: add -Q option for quick runs
+- low: history: use -Q with hb_report to reduce waiting time
+- low: hb_report: add timestamp when debugging
+- upstream: 2.1.0-18-gb5962a2bb1d9
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ crmsh.spec ++++++
--- /var/tmp/diff_new_pack.K65hMZ/_old 2014-07-29 16:49:15.000000000 +0200
+++ /var/tmp/diff_new_pack.K65hMZ/_new 2014-07-29 16:49:15.000000000 +0200
@@ -41,7 +41,7 @@
Summary: High Availability cluster command-line interface
License: GPL-2.0+
Group: %{pkg_group}
-Version: 2.1+git6
+Version: 2.1+git20
Release: %{?crmsh_release}%{?dist}
Url: http://crmsh.github.io
Source0: crmsh.tar.bz2
++++++ crmsh.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh/doc/crm.8.txt new/crmsh/doc/crm.8.txt
--- old/crmsh/doc/crm.8.txt 2014-07-02 12:51:37.000000000 +0200
+++ new/crmsh/doc/crm.8.txt 2014-07-29 11:38:00.000000000 +0200
@@ -728,7 +728,7 @@
............
primitive dummy-1 params $dummy-state-on:state=1
-primitive dummy-2 params @state
+primitive dummy-2 params @dummy-state-on
............
There is also the possibility that two resources both use the same
@@ -2682,9 +2682,9 @@
Usage:
...............
-order <id> {kind|<score>}: first then [symmetrical=<bool>]
+order <id> [{kind|<score>}:] first then [symmetrical=<bool>]
-order <id> {kind|<score>}: resource_sets [symmetrical=<bool>]
+order <id> [{kind|<score>}:] resource_sets [symmetrical=<bool>]
kind :: Mandatory | Optional | Serialize
@@ -2702,9 +2702,10 @@
...............
Example:
...............
-order c_apache_1 Mandatory: apache:start ip_1
-order o1 Serialize: A ( B C )
-order order_2 Mandatory: [ A B ] C
+order o-1 Mandatory: apache:start ip_1
+order o-2 Serialize: A ( B C )
+order o-3 inf: [ A B ] C
+order o-4 first-resource then-resource
...............
[[cmdhelp_configure_rsc_ticket,resources ticket dependency]]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh/doc/crmsh_hb_report.8.txt new/crmsh/doc/crmsh_hb_report.8.txt
--- old/crmsh/doc/crmsh_hb_report.8.txt 2014-07-02 12:51:37.000000000 +0200
+++ new/crmsh/doc/crmsh_hb_report.8.txt 2014-07-29 11:38:00.000000000 +0200
@@ -13,7 +13,8 @@
SYNOPSIS
--------
*crm report* -f {time|"cts:"testnum} [-t time] [-u user] [-l file]
- [-n nodes] [-E files] [-p patt] [-L patt] [-e prog] [-MSDCZAVsvhd] [dest]
+ [-n nodes] [-E files] [-p patt] [-L patt] [-e prog]
+ [-MSDCZAQVsvhd] [dest]
DESCRIPTION
@@ -74,6 +75,14 @@
Additional patterns to match parameter name which contain
sensitive information. This option is additive (default: "passw.*").
+*-Q*::
+ Quick run. Gathering some system information can be expensive.
+ With this option, such operations are skipped and thus
+ information collecting sped up. The operations considered
+ I/O or CPU intensive: verifying installed packages content,
+ sanitizing files for sensitive information, and producing dot
+ files from PE inputs.
+
*-A*::
This is an OpenAIS cluster. `crm report` has some heuristics to
find the cluster stack, but that is not always reliable.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh/doc/website-v1/start-guide.txt new/crmsh/doc/website-v1/start-guide.txt
--- old/crmsh/doc/website-v1/start-guide.txt 2014-07-02 12:51:37.000000000 +0200
+++ new/crmsh/doc/website-v1/start-guide.txt 2014-07-29 11:38:00.000000000 +0200
@@ -94,25 +94,110 @@
other nodes map to the IP addresses of those nodes. For example in a
cluster consisting of `alice` and `bob`, executing `ping bob` when
logged in as root on `alice` should successfully locate `bob` on the
-network. If the IP address of `bob` is `10.0.0.3`, this means the
-following line should be entered into `/etc/hosts` on `alice`:
+network. Given the IP addresses of `alice` and `bob` above, the
+following should be entered into `/etc/hosts` on both nodes:
........
+10.0.0.2 alice
10.0.0.3 bob
........
-Once this is done, `crmsh` can handle the rest.
+Once this is done, SSH keys need to be installed for password-less
+access between the nodes. This is something that will hopefully be
+automated in the future, but is unfortunately a manual step at this
+point in time.
+
+The following commands should be executed as `root` on one of the
+nodes (in this example, `alice`):
+
+...............
+# ensure that the ssh server is started
+sudo systemctl start sshd
+# create the shared key
+mkdir -m 700 -p /root/.ssh
+ssh-keygen -q -f /root/.ssh/id_rsa -C "Cluster Internal" -N ''
+cat /root/.ssh/id_rsa.pub >> /root/.ssh/authorized_keys
+...............
+
+On the other nodes in the cluster (in this example, `bob`), execute
+the following as `root`:
+
+...............
+mkdir -m 700 -p /root/.ssh
+scp -oStrictHostKeyChecking=no \
+ root@alice:'/root/.ssh/id_rsa*' /root/.ssh
+cat /root/.ssh/id_rsa.pub >> /root/.ssh/authorized_keys
+...............
+
+This enables SSH to connect without prompting for a password between
+the nodes. Make sure this works before continuing with this guide.
== Install and configure
-To create the necessary SSH keys, install the basic packages and
-configure `systemd` to manage Corosync and Pacemaker, the following
-command is provided by `crmsh`:
+To install the basic packages and configure `systemd` to manage
+Corosync and Pacemaker, the following command is provided by `crmsh`:
........
crm cluster init nodes=alice,bob
........
+== Firewall
+
+If your cluster nodes have a firewall configured, you will need to
+open the following ports:
+
+* TCP: 5560
+* UDP: 5404, 5405
+* TCP: 21064 (if using DLM)
+* TCP: 30865 (if using csync2)
+* TCP: 7630 (if using the hawk web UI)
+
+TIP: Issues with the firewall may manifest itself by cluster nodes
+ being shown as `UNCLEAN` in the `crm status` output. If you see
+ this, it is likely that a firewall rule is blocking cluster
+ communications, or there may be some other problem with the
+ network connection between the nodes.
+
+== Quorum
+
+At this point, corosync needs to be configured for the particular
+cluster being created. First of all, `quorum` needs to taken into
+consideration. To make things as easy as possible, it is advisable to
+have a total number of nodes in the cluster that is not divisible by
+two. In other words, the number of nodes in the cluster should usually
+be either 3 or 5. This is to ensure __quorum__, that is, in the case
+of a loss of network connectivity between some subsets of nodes, one
+of the network partitions will either have more members than the
+others, or every node in the cluster will be isolated.
+
+To configure corosync to manage quorum for you, you need to enable
+`votequorum` in the corosync configuration. To do this, the following
+command can be used:
+
+........
+crm corosync set quorum.provider corosync_votequorum
+........
+
+Corosync also needs to know the number of nodes required to be
+considered a majority vote. Usually, this should be set to 2:
+
+........
+crm corosync set quorum.expected_votes 2
+........
+
+After changing the quorum settings, the changes need to be propagated
+across the cluster and corosync needs to be restarted. To do this, the
+following sequence of commands can be used:
+
+........
+crm corosync push
+crm cluster stop
+crm cluster start
+........
+
+NOTE: Restarting the cluster is only necessary if the cluster has
+ already been started.
+
== Start Pacemaker
To start Corosync and Pacemaker, the following command can be used:
@@ -178,7 +263,23 @@
agent for the resource to be the `Dummy` agent.
`crm status` should now show the `p0` resource as started on one
-of the cluster nodes.
+of the cluster nodes:
+
+........
+# crm status
+Last updated: Wed Jul 2 21:49:26 2014
+Last change: Wed Jul 2 21:49:19 2014
+Stack: corosync
+Current DC: alice (2) - partition with quorum
+Version: 1.1.11-c3f1a7f
+2 Nodes configured
+1 Resources configured
+
+
+Online: [ alice bob ]
+
+ p0 (ocf::heartbeat:Dummy): Started alice
+........
The resource can be stopped or started using the `resource start` and
`resource stop` commands:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh/hb_report/hb_report.in new/crmsh/hb_report/hb_report.in
--- old/crmsh/hb_report/hb_report.in 2014-07-02 12:51:37.000000000 +0200
+++ new/crmsh/hb_report/hb_report.in 2014-07-29 11:38:00.000000000 +0200
@@ -168,8 +168,16 @@
TRY_SSH="root hacluster"
SLAVEPIDS=""
NO_DESCRIPTION="1"
+ SKIP_LVL=0
VERBOSITY=0
}
+#
+# caller may skip collecting information if the skip level
+# exceeds the given value
+#
+skip_lvl() {
+ [ $SKIP_LVL -ge $1 ]
+}
chkname() {
[ "$1" ] || usage short
echo $1 | grep -qs '[^a-zA-Z0-9@_+=:.-]' &&
@@ -527,6 +535,7 @@
UNIQUE_MSG=$UNIQUE_MSG
SANITIZE="$SANITIZE"
DO_SANITIZE="$DO_SANITIZE"
+SKIP_LVL="$SKIP_LVL"
EXTRA_LOGS="$EXTRA_LOGS"
USER_CLUSTER_TYPE="$USER_CLUSTER_TYPE"
CONF="$CONF"
@@ -672,7 +681,7 @@
}
if [ `echo $flist | wc -w` -le 20 ]; then
for f in $flist; do
- pe2dot $3/`basename $pe_dir`/`basename $f`
+ skip_lvl 1 || pe2dot $3/`basename $pe_dir`/`basename $f`
done
else
debug "too many PE inputs to create dot files"
@@ -732,7 +741,8 @@
@datadir@/@PACKAGE_NAME@/hb_report -V # our info
echo "resource-agents: `grep 'Build version:' @OCF_ROOT_DIR@/lib/heartbeat/ocf-shellfuncs`"
crm_info
- pkg_ver $PACKAGES
+ pkg_versions $PACKAGES
+ skip_lvl 1 || verify_packages $PACKAGES
echo "Platform: `uname`"
echo "Kernel release: `uname -r`"
echo "Architecture: `uname -m`"
@@ -1094,7 +1104,7 @@
getconfig $WORKDIR
getpeinputs $FROM_TIME $TO_TIME $WORKDIR &
crmconfig $WORKDIR &
- touch_DC_if_dc $WORKDIR &
+ skip_lvl 1 || touch_DC_if_dc $WORKDIR &
getbacktraces $FROM_TIME $TO_TIME $WORKDIR/$BT_F
getconfigurations $WORKDIR
check_perms > $WORKDIR/$PERMISSIONS_F 2>&1
@@ -1103,7 +1113,7 @@
corosync_blackbox $FROM_TIME $TO_TIME $WORKDIR/$COROSYNC_RECORDER_F
getratraces $FROM_TIME $TO_TIME $WORKDIR
wait
- sanitize $WORKDIR
+ skip_lvl 1 || sanitize $WORKDIR
for l in $EXTRA_LOGS; do
[ "$NO_str2time" ] && break
@@ -1163,7 +1173,7 @@
userargs="$@"
DESTDIR=.
DEST="hb_report-"`date +"%a-%d-%b-%Y"`
- while getopts f:t:l:u:p:L:e:E:n:MSDCZAVsvhd o; do
+ while getopts f:t:l:u:p:L:e:E:n:MSDCZAVsvhdQ o; do
case "$o" in
h) usage;;
V) version;;
@@ -1188,6 +1198,7 @@
e) EDITOR="$OPTARG";;
p) SANITIZE="$SANITIZE $OPTARG";;
s) DO_SANITIZE="1";;
+ Q) SKIP_LVL=$((SKIP_LVL + 1));;
L) LOG_PATTERNS="$LOG_PATTERNS $OPTARG";;
S) NO_SSH=1;;
D) NO_DESCRIPTION=1;;
@@ -1222,7 +1233,7 @@
is_collector || {
info "high debug level, please read debug.out"
}
- PS4='+ ${FUNCNAME[0]:+${FUNCNAME[0]}:}${LINENO}: '
+ PS4='+ `date +"%T"`: ${FUNCNAME[0]:+${FUNCNAME[0]}:}${LINENO}: '
if echo "$SHELL" | grep bash > /dev/null &&
[ ${BASH_VERSINFO[0]} = "4" ]; then
exec 3>>$WORKDIR/debug.out
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh/hb_report/utillib.sh new/crmsh/hb_report/utillib.sh
--- old/crmsh/hb_report/utillib.sh 2014-07-02 12:51:37.000000000 +0200
+++ new/crmsh/hb_report/utillib.sh 2014-07-29 11:38:00.000000000 +0200
@@ -688,13 +688,10 @@
pkg_ver_deb() {
dpkg-query -f '${Name} ${Version}' -W $* 2>/dev/null
- debsums -s $* 2>/dev/null
}
pkg_ver_rpm() {
- {
- rpm -q --qf '%{name} %{version}-%{release} - %{distribution} %{arch}\n' $*
- rpm --verify $*
- } 2>&1 | grep -v 'not installed'
+ rpm -q --qf '%{name} %{version}-%{release} - %{distribution} %{arch}\n' $* 2>&1 |
+ grep -v 'not installed'
}
pkg_ver_pkg_info() {
for pkg; do
@@ -706,7 +703,20 @@
pkginfo $pkg | awk '{print $3}' # format?
done
}
-pkg_ver() {
+verify_deb() {
+ debsums -s $* 2>/dev/null
+}
+verify_rpm() {
+ rpm --verify $* 2>&1 | grep -v 'not installed'
+}
+verify_pkg_info() {
+ :
+}
+verify_pkginfo() {
+ :
+}
+
+get_pkg_mgr() {
local pkg_mgr
if which dpkg >/dev/null 2>&1 ; then
pkg_mgr="deb"
@@ -717,12 +727,25 @@
elif which pkginfo >/dev/null 2>&1 ; then
pkg_mgr="pkginfo"
else
- echo "Unknown package manager!"
+ warning "Unknown package manager!"
return
fi
+ echo $pkg_mgr
+}
+
+pkg_versions() {
+ local pkg_mgr=`get_pkg_mgr`
+ [ -z "$pkg_mgr" ] &&
+ return
debug "the package manager is $pkg_mgr"
pkg_ver_$pkg_mgr $*
}
+verify_packages() {
+ local pkg_mgr=`get_pkg_mgr`
+ [ -z "$pkg_mgr" ] &&
+ return
+ verify_$pkg_mgr $*
+}
crm_info() {
$CRM_DAEMON_DIR/crmd version 2>&1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh/modules/cibconfig.py new/crmsh/modules/cibconfig.py
--- old/crmsh/modules/cibconfig.py 2014-07-02 12:51:37.000000000 +0200
+++ new/crmsh/modules/cibconfig.py 2014-07-29 11:38:00.000000000 +0200
@@ -1793,7 +1793,7 @@
def _repr_cli_head(self, format):
s = clidisplay.keyword(self.obj_type)
id = clidisplay.id(self.obj_id)
- score = clidisplay.score(get_score(self.node) or get_kind(self.node))
+ score = get_score(self.node) or get_kind(self.node)
if self.node.find("resource_set") is not None:
col = rsc_set_constraint(self.node, self.obj_type)
else:
@@ -1808,7 +1808,10 @@
node_attr = self.node.get("node-attribute")
if node_attr:
col.append("node-attribute=%s" % node_attr)
- return "%s %s %s: %s" % (s, id, score, ' '.join(col))
+ s = "%s %s " % (s, id)
+ if score != '':
+ s += "%s: " % (clidisplay.score(score))
+ return s + ' '.join(col)
def _mk_optional_set(self, gv_obj, n):
'''
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh/modules/config.py new/crmsh/modules/config.py
--- old/crmsh/modules/config.py 2014-07-02 12:51:37.000000000 +0200
+++ new/crmsh/modules/config.py 2014-07-29 11:38:00.000000000 +0200
@@ -166,8 +166,8 @@
DEFAULTS = {
'core': {
- 'editor': opt_program('$EDITOR', ('vim', 'vi', 'emacs', 'nano')),
- 'pager': opt_program('$PAGER', ('less', 'more', 'pg')),
+ 'editor': opt_program('EDITOR', ('vim', 'vi', 'emacs', 'nano')),
+ 'pager': opt_program('PAGER', ('less', 'more', 'pg')),
'user': opt_string(''),
'skill_level': opt_choice('expert', ('operator', 'administrator', 'expert')),
'sort_elements': opt_boolean('yes'),
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh/modules/parse.py new/crmsh/modules/parse.py
--- old/crmsh/modules/parse.py 2014-07-02 12:51:37.000000000 +0200
+++ new/crmsh/modules/parse.py 2014-07-29 11:38:00.000000000 +0200
@@ -762,7 +762,7 @@
def parse_order(self):
'''
- order <id> {kind|<score>}: <rsc>[:<action>] <rsc>[:<action>] ...
+ order <id> [{kind|<score>}:] <rsc>[:<action>] <rsc>[:<action>] ...
[symmetrical=<bool>]
kind :: Mandatory | Optional | Serialize
@@ -771,8 +771,7 @@
if self.try_match('(%s):$' % ('|'.join(self.validation.rsc_order_kinds()))):
out.set('kind', self.validation.canonize(
self.matched(1), self.validation.rsc_order_kinds()))
- else:
- self.match(self._SCORE_RE, errmsg="Expected kind|<score>:")
+ elif self.try_match(self._SCORE_RE):
out.set(*self.validate_score(self.matched(1), noattr=True))
if self.try_match_tail('symmetrical=(true|false|yes|no|on|off)$'):
out.set('symmetrical', canonical_boolean(self.matched(1)))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh/modules/report.py new/crmsh/modules/report.py
--- old/crmsh/modules/report.py 2014-07-02 12:51:37.000000000 +0200
+++ new/crmsh/modules/report.py 2014-07-29 11:38:00.000000000 +0200
@@ -687,7 +687,7 @@
return None
self.set_change_origin(CH_SRC)
if os.path.isdir(loc):
- if (os.stat(bfname).st_mtime - os.stat(loc).st_mtime) < 60:
+ if (os.stat(tarball).st_mtime - os.stat(loc).st_mtime) < 60:
return loc
rmdir_r(loc)
cwd = os.getcwd()
@@ -954,7 +954,7 @@
if pipe_cmd_nosudo("mkdir -p %s" % os.path.dirname(d)) != 0:
return None
common_info("retrieving information from cluster nodes, please wait ...")
- rc = pipe_cmd_nosudo("%s/hb_report -Z -f '%s' %s %s %s" %
+ rc = pipe_cmd_nosudo("%s/hb_report -Z -Q -f '%s' %s %s %s" %
(config.path.sharedir,
self.from_dt.ctime(),
to_option,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/crmsh/test/unittests/test_bugs.py new/crmsh/test/unittests/test_bugs.py
--- old/crmsh/test/unittests/test_bugs.py 2014-07-02 12:51:37.000000000 +0200
+++ new/crmsh/test/unittests/test_bugs.py 2014-07-29 11:38:00.000000000 +0200
@@ -259,6 +259,22 @@
assert obj.cli_use_validate()
+def test_order_without_score_kind():
+ """
+ Spec says order doesn't require score or kind to be set
+ """
+ xml = '<rsc_order first="a" first-action="promote" id="order-a-b" then="b" then-action="start"/>'
+ data = etree.fromstring(xml)
+ obj = factory.create_from_node(data)
+ assert obj is not None
+ data = obj.repr_cli(format=-1)
+ print "OUTPUT:", data
+ exp = 'order order-a-b a:promote b:start'
+ assert data == exp
+ assert obj.cli_use_validate()
+
+
+
def test_bnc878112():
"""
crm configure group can hijack a cloned primitive (and then crash)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package amavisd-new for openSUSE:Factory checked in at 2014-07-29 16:48:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/amavisd-new (Old)
and /work/SRC/openSUSE:Factory/.amavisd-new.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "amavisd-new"
Changes:
--------
--- /work/SRC/openSUSE:Factory/amavisd-new/amavisd-new.changes 2014-01-08 20:05:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.amavisd-new.new/amavisd-new.changes 2014-07-29 16:49:13.000000000 +0200
@@ -1,0 +2,41 @@
+Sun Jul 27 15:35:21 UTC 2014 - wr(a)rosenauer.org
+
+- update to version 2.9.1
+ COMPATIBILITY
+ There are no known incompatibilities between versions 2.9.0 and 2.9.1.
+
+ Additional bugfixes and also:
+ - updated decoding of RAR archives to recognize a changed format in output
+ of 'unrar' utility version 5; based on a patch by amavis17(at)iotti.biz
+ - avoid tempfailing a message if a redis server is down, just log the
+ error and carry on;
+ - some minor logging changes to facilitate troubleshooting;
+- changes in 2.9
+ COMPATIBILITY
+ This version drops dependency on a Perl module Redis, and makes
+ dependencies on modules Convert::TNEF and Convert::UUlib truly optional.
+ The following change may affect third-party log parsers:
+ To facilitate forensic log analysis and troubleshooting, log entries
+ 'FWD from' and 'SEND from' at level 1 now carry one additional
+ prefixed information field which is the unique internal mail_id of
+ the message, possibly followed by a parent_mail_id in parenthesis,
+ No other incompatibilities with a previous version 2.8.1 are expected.
+
+ NEW FEATURES SUMMARY
+ - structured log/reporting to a Redis server in JSON format;
+ - IP address reputation (uses a Redis server);
+ - added two minor content categories to the major ccat CC_UNCHECKED
+ (encrypted (=1) and over-limits/mail-bomb (=2) );
+ - introduced a by-recipient setting %final_destiny_maps_by_ccat.
+- update amavisd-milter to 1.6.0
+ * New features:
+ Added new amavisd-milter option -B which passes value of
+ {daemon_name} milter macro as amavisd-new policy bank name.
+ * Bug and compatibility fixes:
+ Added amavisd-milter.spec for compilation with rpmbuild.
+ Fixed typo which prevents using LDFLAGS on Debian.
+ Fixed missing definition of true and false in libmilter/mfapi.h.
+- upstream packages as tar.xz -> added xz as BuildRequires to
+ support building for older dists
+
+-------------------------------------------------------------------
Old:
----
amavisd-milter.tar.bz2
amavisd-new-2.8.1.tar.gz
New:
----
amavisd-milter-1.6.0.tar.gz
amavisd-new-2.9.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ amavisd-new.spec ++++++
--- /var/tmp/diff_new_pack.pjHlja/_old 2014-07-29 16:49:14.000000000 +0200
+++ /var/tmp/diff_new_pack.pjHlja/_new 2014-07-29 16:49:14.000000000 +0200
@@ -23,23 +23,24 @@
%define avuser vscan
%define avgroup vscan
Name: amavisd-new
-Version: 2.8.1
+Version: 2.9.1
Release: 0
Summary: High-Performance E-Mail Virus Scanner
License: GPL-2.0+
Group: Productivity/Networking/Security
Url: http://www.ijs.si/software/amavisd/
-Source0: amavisd-new-%{version}.tar.gz
+Source0: amavisd-new-%{version}.tar.xz
Source1: sysconfig.amavis
Source2: rc.amavis
Source3: amavisd-new-rpmlintrc
-Source4: amavisd-milter.tar.bz2
+Source4: amavisd-milter-1.6.0.tar.gz
Source5: amavis.service
Source6: amavisd-milter.sh
Patch1: activate_virus_scanner.diff
BuildRequires: sed
BuildRequires: sendmail
BuildRequires: sendmail-devel
+BuildRequires: xz
Requires: bzip2
Requires: file
Requires: gzip
@@ -80,7 +81,7 @@
Recommends: p7zip
Recommends: binutils
Recommends: %{name}-docs = %{version}
-Provides: amavisd-milter = 1.5.0
+Provides: amavisd-milter = 1.6.0
Obsoletes: amavisd-milter <= 1.5.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -114,7 +115,7 @@
if [[ $i == *patch ]] ; then continue; fi
if [[ $i == *patch ]] ; then continue; fi
if [[ $i == *spec ]] ; then continue; fi
- if [[ $i == amavisd-milter ]] ; then continue; fi
+ if [[ $i == amavisd-milter* ]] ; then continue; fi
echo "patching file $i"
sed -i "s|\$daemon_user = 'vscan';|\$daemon_user = '%{avuser}';|g; \
s|\$daemon_group = 'vscan';|\$daemon_group = '%{avgroup}';|g; \
@@ -127,7 +128,7 @@
# ---------------------------------------------------------------------------
%build
-cd amavisd-milter
+cd amavisd-milter*
export CFLAGS="%{optflags}"
%configure --localstatedir="%{avspool}"
make %{?_smp_mflags}
@@ -164,7 +165,7 @@
ln -s ../../sbin/service %{buildroot}/%{_sbindir}/rcamavis
%endif
install -m 755 %{S:6} %{buildroot}%{_sbindir}/
-cd amavisd-milter
+cd amavisd-milter*
make install DESTDIR="%{buildroot}"
%pre
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package pidgin-sipe for openSUSE:Factory checked in at 2014-07-29 16:48:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pidgin-sipe (Old)
and /work/SRC/openSUSE:Factory/.pidgin-sipe.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pidgin-sipe"
Changes:
--------
--- /work/SRC/openSUSE:Factory/pidgin-sipe/pidgin-sipe.changes 2014-04-14 12:33:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.pidgin-sipe.new/pidgin-sipe.changes 2014-07-29 16:49:12.000000000 +0200
@@ -1,0 +2,11 @@
+Sat Jul 12 13:49:48 UTC 2014 - dimstar(a)opensuse.org
+
+- Update to version 1.18.2:
+ + ews: extract settings also from type EXPR.
+ + ucs: honor user specified email URL.
+ + adium: fix compilation on OS X 10.7.
+ + Updated Transifex URLs.
+ + Bugs fixed: sf#210, sf#241, sf#245, sf#248, sf#255.
+ + Updated translations.
+
+-------------------------------------------------------------------
Old:
----
pidgin-sipe-1.18.1.tar.bz2
New:
----
pidgin-sipe-1.18.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pidgin-sipe.spec ++++++
--- /var/tmp/diff_new_pack.ap6aiz/_old 2014-07-29 16:49:12.000000000 +0200
+++ /var/tmp/diff_new_pack.ap6aiz/_new 2014-07-29 16:49:12.000000000 +0200
@@ -19,13 +19,13 @@
%define build_telepathy 1
Name: pidgin-sipe
-Version: 1.18.1
+Version: 1.18.2
Release: 0
Summary: Pidgin protocol plugin to connect to MS Office Communicator
License: GPL-2.0+
Group: Productivity/Networking/Instant Messenger
Url: http://sipe.sourceforge.net/
-Source: http://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-1.18.1/%{nam…
+Source: http://downloads.sourceforge.net/project/sipe/sipe/pidgin-sipe-1.18.2/%{nam…
BuildRequires: gettext-devel
BuildRequires: glib2-devel >= 2.12.0
BuildRequires: gmime-devel
++++++ pidgin-sipe-1.18.1.tar.bz2 -> pidgin-sipe-1.18.2.tar.bz2 ++++++
++++ 2547 lines of diff (skipped)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package asio for openSUSE:Factory checked in at 2014-07-29 16:48:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/asio (Old)
and /work/SRC/openSUSE:Factory/.asio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "asio"
Changes:
--------
--- /work/SRC/openSUSE:Factory/asio/asio.changes 2014-03-18 14:13:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.asio.new/asio.changes 2014-07-29 16:49:07.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Jul 29 05:30:14 UTC 2014 - wr(a)rosenauer.org
+
+- Update to stable version 1.10.2
+ * for full list of changes please visit
+ http://think-async.com/Asio/asio-1.10.2/doc/asio/history.html#asio.history.…
+
+-------------------------------------------------------------------
Old:
----
asio-1.10.1.tar.bz2
New:
----
asio-1.10.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ asio.spec ++++++
--- /var/tmp/diff_new_pack.9DALAn/_old 2014-07-29 16:49:08.000000000 +0200
+++ /var/tmp/diff_new_pack.9DALAn/_new 2014-07-29 16:49:08.000000000 +0200
@@ -21,7 +21,7 @@
License: BSD-3-Clause
Group: Development/Libraries/C and C++
Name: asio
-Version: 1.10.1
+Version: 1.10.2
Release: 0
Url: http://asio.sourceforge.net/
Source0: http://downloads.sourceforge.net/asio/asio-%{version}.tar.bz2
++++++ asio-1.10.1.tar.bz2 -> asio-1.10.2.tar.bz2 ++++++
++++ 64528 lines of diff (skipped)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package shorewall for openSUSE:Factory checked in at 2014-07-29 16:48:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/shorewall (Old)
and /work/SRC/openSUSE:Factory/.shorewall.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "shorewall"
Changes:
--------
--- /work/SRC/openSUSE:Factory/shorewall/shorewall.changes 2014-07-27 18:47:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.shorewall.new/shorewall.changes 2014-07-29 16:49:02.000000000 +0200
@@ -1,0 +2,15 @@
+Tue Jul 29 06:27:40 UTC 2014 - toganm(a)opensuse.org
+
+- Update to version 4.6.2.3 For more details see changelog.txt and
+ releasenotes.txt
+
+ * Previously, the compiler would fail with a Perl diagnostic if:
+ + Optimize Level 8 was enabled.
+ + Perl 5.20 was being used. This is the current Perl version on
+ Arch Linux.
+ The diagnostic was:
+
+ Can't use string ("nat") as a HASH ref while "strict refs" in
+ use at /usr/share/shorewall/Shorewall/Chains.pm line 3486.
+
+-------------------------------------------------------------------
Old:
----
shorewall-4.6.2.2.tar.bz2
shorewall-core-4.6.2.2.tar.bz2
shorewall-docs-html-4.6.2.2.tar.bz2
shorewall-init-4.6.2.2.tar.bz2
shorewall-lite-4.6.2.2.tar.bz2
shorewall6-4.6.2.2.tar.bz2
shorewall6-lite-4.6.2.2.tar.bz2
New:
----
shorewall-4.6.2.3.tar.bz2
shorewall-core-4.6.2.3.tar.bz2
shorewall-docs-html-4.6.2.3.tar.bz2
shorewall-init-4.6.2.3.tar.bz2
shorewall-lite-4.6.2.3.tar.bz2
shorewall6-4.6.2.3.tar.bz2
shorewall6-lite-4.6.2.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ shorewall.spec ++++++
--- /var/tmp/diff_new_pack.R3aweE/_old 2014-07-29 16:49:04.000000000 +0200
+++ /var/tmp/diff_new_pack.R3aweE/_new 2014-07-29 16:49:04.000000000 +0200
@@ -20,7 +20,7 @@
%define have_systemd 1
Name: shorewall
-Version: 4.6.2.2
+Version: 4.6.2.3
Release: 0
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems
License: GPL-2.0
++++++ shorewall-4.6.2.2.tar.bz2 -> shorewall-4.6.2.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/Perl/Shorewall/Chains.pm new/shorewall-4.6.2.3/Perl/Shorewall/Chains.pm
--- old/shorewall-4.6.2.2/Perl/Shorewall/Chains.pm 2014-07-22 18:21:51.000000000 +0200
+++ new/shorewall-4.6.2.3/Perl/Shorewall/Chains.pm 2014-07-27 16:32:34.000000000 +0200
@@ -3503,7 +3503,7 @@
%renamed = ();
while ( $progress ) {
- my @chains = ( sort level8_compare grep $_->{referenced} && ! $_->{builtin}, values %{$tableref} );
+ my @chains = ( sort { level8_compare($a, $b) } ( grep $_->{referenced} && ! $_->{builtin}, values %{$tableref} ) );
my @chains1 = @chains;
my $chains = @chains;
my %rename;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/Perl/Shorewall/Config.pm new/shorewall-4.6.2.3/Perl/Shorewall/Config.pm
--- old/shorewall-4.6.2.2/Perl/Shorewall/Config.pm 2014-07-22 18:21:51.000000000 +0200
+++ new/shorewall-4.6.2.3/Perl/Shorewall/Config.pm 2014-07-27 16:32:34.000000000 +0200
@@ -709,7 +709,7 @@
TC_SCRIPT => '',
EXPORT => 0,
KLUDGEFREE => '',
- VERSION => "4.6.2.2",
+ VERSION => "4.6.2.3",
CAPVERSION => 40600 ,
);
#
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/changelog.txt new/shorewall-4.6.2.3/changelog.txt
--- old/shorewall-4.6.2.2/changelog.txt 2014-07-22 18:21:51.000000000 +0200
+++ new/shorewall-4.6.2.3/changelog.txt 2014-07-27 16:32:33.000000000 +0200
@@ -1,3 +1,9 @@
+Changes in 4.6.2.3
+
+1) Update release documents.
+
+2) Correct handling of optimize level 8 with Perl 5.20.
+
Changes in 4.6.2.2
1) Update release documents.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/configure new/shorewall-4.6.2.3/configure
--- old/shorewall-4.6.2.2/configure 2014-07-22 18:21:51.000000000 +0200
+++ new/shorewall-4.6.2.3/configure 2014-07-27 16:32:33.000000000 +0200
@@ -28,7 +28,7 @@
#
# Build updates this
#
-VERSION=4.6.2.2
+VERSION=4.6.2.3
case "$BASH_VERSION" in
[4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/configure.pl new/shorewall-4.6.2.3/configure.pl
--- old/shorewall-4.6.2.2/configure.pl 2014-07-22 18:21:51.000000000 +0200
+++ new/shorewall-4.6.2.3/configure.pl 2014-07-27 16:32:33.000000000 +0200
@@ -31,7 +31,7 @@
# Build updates this
#
use constant {
- VERSION => '4.6.2.2'
+ VERSION => '4.6.2.3'
};
my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/install.sh new/shorewall-4.6.2.3/install.sh
--- old/shorewall-4.6.2.2/install.sh 2014-07-22 18:21:51.000000000 +0200
+++ new/shorewall-4.6.2.3/install.sh 2014-07-27 16:32:33.000000000 +0200
@@ -22,7 +22,7 @@
# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
-VERSION=4.6.2.2
+VERSION=4.6.2.3
#
# Change to the directory containing this script
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/known_problems.txt new/shorewall-4.6.2.3/known_problems.txt
--- old/shorewall-4.6.2.2/known_problems.txt 2014-07-22 18:21:51.000000000 +0200
+++ new/shorewall-4.6.2.3/known_problems.txt 2014-07-27 16:32:33.000000000 +0200
@@ -39,3 +39,19 @@
required to use ipsets in the tcfilters files.
Corrected in 4.6.2.2.
+
+8) The compiler fails with a Perl diagnostic if:
+
+ - Optimize Level 8 is enabled.
+ - Perl 5.20 is being used
+
+ The diagnostic is:
+
+ Can't use string ("nat") as a HASH ref while "strict refs" in use
+ at /usr/share/shorewall/Shorewall/Chains.pm line 3486.
+
+ Workaround: Disable optimize level 8 by subtracting 8 from the
+ current setting. If 'all' is the current value,
+ change the setting to OPTIMIZE=23
+
+ Corrected in 4.6.2.3.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-accounting.5 new/shorewall-4.6.2.3/manpages/shorewall-accounting.5
--- old/shorewall-4.6.2.2/manpages/shorewall-accounting.5 2014-07-22 18:21:53.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-accounting.5 2014-07-27 16:32:38.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-accounting
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-ACCOUNTIN" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-ACCOUNTIN" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-actions.5 new/shorewall-4.6.2.3/manpages/shorewall-actions.5
--- old/shorewall-4.6.2.2/manpages/shorewall-actions.5 2014-07-22 18:21:54.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-actions.5 2014-07-27 16:32:39.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-actions
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-ACTIONS" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-ACTIONS" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-arprules.5 new/shorewall-4.6.2.3/manpages/shorewall-arprules.5
--- old/shorewall-4.6.2.2/manpages/shorewall-arprules.5 2014-07-22 18:21:56.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-arprules.5 2014-07-27 16:32:41.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-arprules
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-ARPRULES" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-ARPRULES" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-blacklist.5 new/shorewall-4.6.2.3/manpages/shorewall-blacklist.5
--- old/shorewall-4.6.2.2/manpages/shorewall-blacklist.5 2014-07-22 18:21:57.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-blacklist.5 2014-07-27 16:32:42.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-blacklist
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-BLACKLIST" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-BLACKLIST" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-blrules.5 new/shorewall-4.6.2.3/manpages/shorewall-blrules.5
--- old/shorewall-4.6.2.2/manpages/shorewall-blrules.5 2014-07-22 18:21:58.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-blrules.5 2014-07-27 16:32:43.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-blrules
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-BLRULES" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-BLRULES" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-conntrack.5 new/shorewall-4.6.2.3/manpages/shorewall-conntrack.5
--- old/shorewall-4.6.2.2/manpages/shorewall-conntrack.5 2014-07-22 18:22:05.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-conntrack.5 2014-07-27 16:32:50.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall6-conntrack
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL6\-CONNTRAC" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL6\-CONNTRAC" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-ecn.5 new/shorewall-4.6.2.3/manpages/shorewall-ecn.5
--- old/shorewall-4.6.2.2/manpages/shorewall-ecn.5 2014-07-22 18:22:06.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-ecn.5 2014-07-27 16:32:52.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-ecn
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-ECN" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-ECN" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-exclusion.5 new/shorewall-4.6.2.3/manpages/shorewall-exclusion.5
--- old/shorewall-4.6.2.2/manpages/shorewall-exclusion.5 2014-07-22 18:22:07.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-exclusion.5 2014-07-27 16:32:53.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-exclusion
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-EXCLUSION" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-EXCLUSION" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-hosts.5 new/shorewall-4.6.2.3/manpages/shorewall-hosts.5
--- old/shorewall-4.6.2.2/manpages/shorewall-hosts.5 2014-07-22 18:22:09.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-hosts.5 2014-07-27 16:32:54.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-hosts
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-HOSTS" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-HOSTS" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-init.8 new/shorewall-4.6.2.3/manpages/shorewall-init.8
--- old/shorewall-4.6.2.2/manpages/shorewall-init.8 2014-07-22 18:22:10.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-init.8 2014-07-27 16:32:56.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-init
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Administrative Commands
.\" Source: Administrative Commands
.\" Language: English
.\"
-.TH "SHOREWALL\-INIT" "8" "07/22/2014" "Administrative Commands" "Administrative Commands"
+.TH "SHOREWALL\-INIT" "8" "07/27/2014" "Administrative Commands" "Administrative Commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-interfaces.5 new/shorewall-4.6.2.3/manpages/shorewall-interfaces.5
--- old/shorewall-4.6.2.2/manpages/shorewall-interfaces.5 2014-07-22 18:22:12.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-interfaces.5 2014-07-27 16:32:58.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-interfaces
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-INTERFACE" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-INTERFACE" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-ipsets.5 new/shorewall-4.6.2.3/manpages/shorewall-ipsets.5
--- old/shorewall-4.6.2.2/manpages/shorewall-ipsets.5 2014-07-22 18:22:13.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-ipsets.5 2014-07-27 16:32:59.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-ipsets
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-IPSETS" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-IPSETS" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-maclist.5 new/shorewall-4.6.2.3/manpages/shorewall-maclist.5
--- old/shorewall-4.6.2.2/manpages/shorewall-maclist.5 2014-07-22 18:22:14.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-maclist.5 2014-07-27 16:33:00.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-maclist
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-MACLIST" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-MACLIST" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-mangle.5 new/shorewall-4.6.2.3/manpages/shorewall-mangle.5
--- old/shorewall-4.6.2.2/manpages/shorewall-mangle.5 2014-07-22 18:22:16.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-mangle.5 2014-07-27 16:33:02.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-mangle
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-MANGLE" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-MANGLE" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-masq.5 new/shorewall-4.6.2.3/manpages/shorewall-masq.5
--- old/shorewall-4.6.2.2/manpages/shorewall-masq.5 2014-07-22 18:22:18.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-masq.5 2014-07-27 16:33:04.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-masq
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-MASQ" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-MASQ" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-modules.5 new/shorewall-4.6.2.3/manpages/shorewall-modules.5
--- old/shorewall-4.6.2.2/manpages/shorewall-modules.5 2014-07-22 18:22:19.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-modules.5 2014-07-27 16:33:05.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-modules
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-MODULES" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-MODULES" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-nat.5 new/shorewall-4.6.2.3/manpages/shorewall-nat.5
--- old/shorewall-4.6.2.2/manpages/shorewall-nat.5 2014-07-22 18:22:21.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-nat.5 2014-07-27 16:33:06.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-nat
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-NAT" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-NAT" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-nesting.5 new/shorewall-4.6.2.3/manpages/shorewall-nesting.5
--- old/shorewall-4.6.2.2/manpages/shorewall-nesting.5 2014-07-22 18:22:22.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-nesting.5 2014-07-27 16:33:08.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-nesting
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-NESTING" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-NESTING" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-netmap.5 new/shorewall-4.6.2.3/manpages/shorewall-netmap.5
--- old/shorewall-4.6.2.2/manpages/shorewall-netmap.5 2014-07-22 18:22:23.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-netmap.5 2014-07-27 16:33:09.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-netmap
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-NETMAP" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-NETMAP" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-params.5 new/shorewall-4.6.2.3/manpages/shorewall-params.5
--- old/shorewall-4.6.2.2/manpages/shorewall-params.5 2014-07-22 18:22:25.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-params.5 2014-07-27 16:33:10.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-params
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-PARAMS" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-PARAMS" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-policy.5 new/shorewall-4.6.2.3/manpages/shorewall-policy.5
--- old/shorewall-4.6.2.2/manpages/shorewall-policy.5 2014-07-22 18:22:26.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-policy.5 2014-07-27 16:33:12.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-policy
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-POLICY" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-POLICY" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-providers.5 new/shorewall-4.6.2.3/manpages/shorewall-providers.5
--- old/shorewall-4.6.2.2/manpages/shorewall-providers.5 2014-07-22 18:22:28.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-providers.5 2014-07-27 16:33:13.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-providers
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-PROVIDERS" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-PROVIDERS" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-proxyarp.5 new/shorewall-4.6.2.3/manpages/shorewall-proxyarp.5
--- old/shorewall-4.6.2.2/manpages/shorewall-proxyarp.5 2014-07-22 18:22:29.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-proxyarp.5 2014-07-27 16:33:15.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-proxyarp
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-PROXYARP" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-PROXYARP" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-routes.5 new/shorewall-4.6.2.3/manpages/shorewall-routes.5
--- old/shorewall-4.6.2.2/manpages/shorewall-routes.5 2014-07-22 18:22:32.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-routes.5 2014-07-27 16:33:17.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-routes
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-ROUTES" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-ROUTES" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-routestopped.5 new/shorewall-4.6.2.3/manpages/shorewall-routestopped.5
--- old/shorewall-4.6.2.2/manpages/shorewall-routestopped.5 2014-07-22 18:22:30.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-routestopped.5 2014-07-27 16:33:16.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-routestopped
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-ROUTESTOP" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-ROUTESTOP" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-rtrules.5 new/shorewall-4.6.2.3/manpages/shorewall-rtrules.5
--- old/shorewall-4.6.2.2/manpages/shorewall-rtrules.5 2014-07-22 18:22:33.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-rtrules.5 2014-07-27 16:33:19.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-rtrules
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-RTRULES" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-RTRULES" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-rules.5 new/shorewall-4.6.2.3/manpages/shorewall-rules.5
--- old/shorewall-4.6.2.2/manpages/shorewall-rules.5 2014-07-22 18:22:36.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-rules.5 2014-07-27 16:33:22.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-rules
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-RULES" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-RULES" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-secmarks.5 new/shorewall-4.6.2.3/manpages/shorewall-secmarks.5
--- old/shorewall-4.6.2.2/manpages/shorewall-secmarks.5 2014-07-22 18:22:37.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-secmarks.5 2014-07-27 16:33:23.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-secmarks
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-SECMARKS" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-SECMARKS" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-stoppedrules.5 new/shorewall-4.6.2.3/manpages/shorewall-stoppedrules.5
--- old/shorewall-4.6.2.2/manpages/shorewall-stoppedrules.5 2014-07-22 18:22:38.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-stoppedrules.5 2014-07-27 16:33:24.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-stoppedrules
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-STOPPEDRU" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-STOPPEDRU" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-tcclasses.5 new/shorewall-4.6.2.3/manpages/shorewall-tcclasses.5
--- old/shorewall-4.6.2.2/manpages/shorewall-tcclasses.5 2014-07-22 18:22:40.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-tcclasses.5 2014-07-27 16:33:26.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-tcclasses
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-TCCLASSES" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-TCCLASSES" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-tcdevices.5 new/shorewall-4.6.2.3/manpages/shorewall-tcdevices.5
--- old/shorewall-4.6.2.2/manpages/shorewall-tcdevices.5 2014-07-22 18:22:41.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-tcdevices.5 2014-07-27 16:33:27.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-tcdevices
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-TCDEVICES" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-TCDEVICES" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-tcfilters.5 new/shorewall-4.6.2.3/manpages/shorewall-tcfilters.5
--- old/shorewall-4.6.2.2/manpages/shorewall-tcfilters.5 2014-07-22 18:22:43.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-tcfilters.5 2014-07-27 16:33:29.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-tcfilters
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-TCFILTERS" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-TCFILTERS" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-tcinterfaces.5 new/shorewall-4.6.2.3/manpages/shorewall-tcinterfaces.5
--- old/shorewall-4.6.2.2/manpages/shorewall-tcinterfaces.5 2014-07-22 18:22:44.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-tcinterfaces.5 2014-07-27 16:33:30.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-tcinterfaces
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-TCINTERFA" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-TCINTERFA" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-tcpri.5 new/shorewall-4.6.2.3/manpages/shorewall-tcpri.5
--- old/shorewall-4.6.2.2/manpages/shorewall-tcpri.5 2014-07-22 18:22:45.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-tcpri.5 2014-07-27 16:33:31.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-tcpri
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-TCPRI" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-TCPRI" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-tcrules.5 new/shorewall-4.6.2.3/manpages/shorewall-tcrules.5
--- old/shorewall-4.6.2.2/manpages/shorewall-tcrules.5 2014-07-22 18:22:47.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-tcrules.5 2014-07-27 16:33:33.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-mangle
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-MANGLE" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-MANGLE" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-tos.5 new/shorewall-4.6.2.3/manpages/shorewall-tos.5
--- old/shorewall-4.6.2.2/manpages/shorewall-tos.5 2014-07-22 18:22:49.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-tos.5 2014-07-27 16:33:35.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-tos
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-TOS" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-TOS" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-tunnels.5 new/shorewall-4.6.2.3/manpages/shorewall-tunnels.5
--- old/shorewall-4.6.2.2/manpages/shorewall-tunnels.5 2014-07-22 18:22:50.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-tunnels.5 2014-07-27 16:33:36.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-tunnels
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-TUNNELS" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-TUNNELS" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-vardir.5 new/shorewall-4.6.2.3/manpages/shorewall-vardir.5
--- old/shorewall-4.6.2.2/manpages/shorewall-vardir.5 2014-07-22 18:22:51.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-vardir.5 2014-07-27 16:33:37.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-vardir
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-VARDIR" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-VARDIR" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall-zones.5 new/shorewall-4.6.2.3/manpages/shorewall-zones.5
--- old/shorewall-4.6.2.2/manpages/shorewall-zones.5 2014-07-22 18:22:56.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall-zones.5 2014-07-27 16:33:42.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-zones
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-ZONES" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-ZONES" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall.8 new/shorewall-4.6.2.3/manpages/shorewall.8
--- old/shorewall-4.6.2.2/manpages/shorewall.8 2014-07-22 18:22:54.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall.8 2014-07-27 16:33:41.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Administrative Commands
.\" Source: Administrative Commands
.\" Language: English
.\"
-.TH "SHOREWALL" "8" "07/22/2014" "Administrative Commands" "Administrative Commands"
+.TH "SHOREWALL" "8" "07/27/2014" "Administrative Commands" "Administrative Commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/manpages/shorewall.conf.5 new/shorewall-4.6.2.3/manpages/shorewall.conf.5
--- old/shorewall-4.6.2.2/manpages/shorewall.conf.5 2014-07-22 18:22:03.000000000 +0200
+++ new/shorewall-4.6.2.3/manpages/shorewall.conf.5 2014-07-27 16:32:49.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall.conf
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\&.CONF" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\&.CONF" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/releasenotes.txt new/shorewall-4.6.2.3/releasenotes.txt
--- old/shorewall-4.6.2.2/releasenotes.txt 2014-07-22 18:21:51.000000000 +0200
+++ new/shorewall-4.6.2.3/releasenotes.txt 2014-07-27 16:32:33.000000000 +0200
@@ -1,7 +1,7 @@
----------------------------------------------------------------------------
- S H O R E W A L L 4 . 6 . 2 . 2
+ S H O R E W A L L 4 . 6 . 2 . 3
------------------------------------
- J u l y 2 6 , 2 0 1 4
+ J u l y 2 7 , 2 0 1 4
----------------------------------------------------------------------------
I. PROBLEMS CORRECTED IN THIS RELEASE
@@ -14,6 +14,19 @@
I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E
----------------------------------------------------------------------------
+4.6.2.3
+
+1) Previously, the compiler would fail with a Perl diagnostic if:
+
+ - Optimize Level 8 was enabled.
+ - Perl 5.20 was being used. This is the current Perl version on
+ Arch Linux.
+
+ The diagnostic was:
+
+ Can't use string ("nat") as a HASH ref while "strict refs" in use
+ at /usr/share/shorewall/Shorewall/Chains.pm line 3486.
+
4.6.2.2
1) The compiler now correctly detects the IPv6 "Header Match"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/shorewall.spec new/shorewall-4.6.2.3/shorewall.spec
--- old/shorewall-4.6.2.2/shorewall.spec 2014-07-22 18:21:51.000000000 +0200
+++ new/shorewall-4.6.2.3/shorewall.spec 2014-07-27 16:32:33.000000000 +0200
@@ -1,6 +1,6 @@
%define name shorewall
%define version 4.6.2
-%define release 2
+%define release 3
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
Name: %{name}
@@ -130,6 +130,8 @@
%doc COPYING INSTALL changelog.txt releasenotes.txt Contrib/* Samples
%changelog
+* Sat Jul 26 2014 Tom Eastep tom(a)shorewall.net
+- Updated to 4.6.2-3
* Fri Jul 18 2014 Tom Eastep tom(a)shorewall.net
- Updated to 4.6.2-2
* Fri Jul 18 2014 Tom Eastep tom(a)shorewall.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-4.6.2.2/uninstall.sh new/shorewall-4.6.2.3/uninstall.sh
--- old/shorewall-4.6.2.2/uninstall.sh 2014-07-22 18:21:51.000000000 +0200
+++ new/shorewall-4.6.2.3/uninstall.sh 2014-07-27 16:32:33.000000000 +0200
@@ -26,7 +26,7 @@
# You may only use this script to uninstall the version
# shown below. Simply run this script to remove Shorewall Firewall
-VERSION=4.6.2.2
+VERSION=4.6.2.3
usage() # $1 = exit status
{
++++++ shorewall-core-4.6.2.2.tar.bz2 -> shorewall-core-4.6.2.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-core-4.6.2.2/changelog.txt new/shorewall-core-4.6.2.3/changelog.txt
--- old/shorewall-core-4.6.2.2/changelog.txt 2014-07-22 16:20:18.000000000 +0200
+++ new/shorewall-core-4.6.2.3/changelog.txt 2014-07-27 16:32:33.000000000 +0200
@@ -1,3 +1,9 @@
+Changes in 4.6.2.3
+
+1) Update release documents.
+
+2) Correct handling of optimize level 8 with Perl 5.20.
+
Changes in 4.6.2.2
1) Update release documents.
@@ -6,9 +12,11 @@
3) Correct IPv6 ipset support detection on later kernels.
-3) Correct detection of the Ipset Counter capability.
+4) Correct detection of the Ipset Counter capability.
+
+5) Detect Arptables JF when LOAD_MODULES_ONLY = No.
-4) Detect Arptables JF when LOAD_MODULES_ONLY = No.
+6) Update the tcfilter manpages to mention BASIC_FILTER
Changes in 4.6.2.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-core-4.6.2.2/configure new/shorewall-core-4.6.2.3/configure
--- old/shorewall-core-4.6.2.2/configure 2014-07-22 16:20:17.000000000 +0200
+++ new/shorewall-core-4.6.2.3/configure 2014-07-27 16:32:33.000000000 +0200
@@ -28,7 +28,7 @@
#
# Build updates this
#
-VERSION=4.6.2.2
+VERSION=4.6.2.3
case "$BASH_VERSION" in
[4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-core-4.6.2.2/configure.pl new/shorewall-core-4.6.2.3/configure.pl
--- old/shorewall-core-4.6.2.2/configure.pl 2014-07-22 16:20:17.000000000 +0200
+++ new/shorewall-core-4.6.2.3/configure.pl 2014-07-27 16:32:33.000000000 +0200
@@ -31,7 +31,7 @@
# Build updates this
#
use constant {
- VERSION => '4.6.2.2'
+ VERSION => '4.6.2.3'
};
my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-core-4.6.2.2/install.sh new/shorewall-core-4.6.2.3/install.sh
--- old/shorewall-core-4.6.2.2/install.sh 2014-07-22 16:20:17.000000000 +0200
+++ new/shorewall-core-4.6.2.3/install.sh 2014-07-27 16:32:33.000000000 +0200
@@ -22,7 +22,7 @@
# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
-VERSION=4.6.2.2
+VERSION=4.6.2.3
usage() # $1 = exit status
{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-core-4.6.2.2/known_problems.txt new/shorewall-core-4.6.2.3/known_problems.txt
--- old/shorewall-core-4.6.2.2/known_problems.txt 2014-07-22 16:20:18.000000000 +0200
+++ new/shorewall-core-4.6.2.3/known_problems.txt 2014-07-27 16:32:33.000000000 +0200
@@ -34,3 +34,24 @@
Workaround: Use a capabilities file or set LOAD_MODULES_ONLY=Yes.
Corrected in 4.6.2.2.
+
+7) The tcfilter manpages fail to mention that BASIC_FILTERS=Yes is
+ required to use ipsets in the tcfilters files.
+
+ Corrected in 4.6.2.2.
+
+8) The compiler fails with a Perl diagnostic if:
+
+ - Optimize Level 8 is enabled.
+ - Perl 5.20 is being used
+
+ The diagnostic is:
+
+ Can't use string ("nat") as a HASH ref while "strict refs" in use
+ at /usr/share/shorewall/Shorewall/Chains.pm line 3486.
+
+ Workaround: Disable optimize level 8 by subtracting 8 from the
+ current setting. If 'all' is the current value,
+ change the setting to OPTIMIZE=23
+
+ Corrected in 4.6.2.3.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-core-4.6.2.2/releasenotes.txt new/shorewall-core-4.6.2.3/releasenotes.txt
--- old/shorewall-core-4.6.2.2/releasenotes.txt 2014-07-22 16:20:18.000000000 +0200
+++ new/shorewall-core-4.6.2.3/releasenotes.txt 2014-07-27 16:32:33.000000000 +0200
@@ -1,7 +1,7 @@
----------------------------------------------------------------------------
- S H O R E W A L L 4 . 6 . 2 . 2
+ S H O R E W A L L 4 . 6 . 2 . 3
------------------------------------
- J u l y 2 6 , 2 0 1 4
+ J u l y 2 7 , 2 0 1 4
----------------------------------------------------------------------------
I. PROBLEMS CORRECTED IN THIS RELEASE
@@ -14,17 +14,33 @@
I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E
----------------------------------------------------------------------------
+4.6.2.3
+
+1) Previously, the compiler would fail with a Perl diagnostic if:
+
+ - Optimize Level 8 was enabled.
+ - Perl 5.20 was being used. This is the current Perl version on
+ Arch Linux.
+
+ The diagnostic was:
+
+ Can't use string ("nat") as a HASH ref while "strict refs" in use
+ at /usr/share/shorewall/Shorewall/Chains.pm line 3486.
+
4.6.2.2
-1) The compiler now correctly detects the IPv6 header match capability
- when LOAD_MODULES_ONLY=No.
+1) The compiler now correctly detects the IPv6 "Header Match"
+ capability when LOAD_MODULES_ONLY=No.
-2) The compiler now correctly detects the Ipset Match capability on
- systems running a 3.14 or later kernel.
+2) The compiler now correctly detects the IPv6 "Ipset Match"
+ capability on systems running a 3.14 or later kernel.
-3) The compiler now correctly detects Arptables JF capability when
+3) The compiler now correctly detects "Arptables JF" capability when
LOAD_MODULES_ONLY=No.
+3) The tcfilter manpages previously failed to mention that
+ BASIC_FILTERS=Yes is required to use ipsets in the tcfilters files.
+
4.6.2.1
1) Two issues with tcrules processing have been corrected:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-core-4.6.2.2/shorewall-core.spec new/shorewall-core-4.6.2.3/shorewall-core.spec
--- old/shorewall-core-4.6.2.2/shorewall-core.spec 2014-07-22 16:20:18.000000000 +0200
+++ new/shorewall-core-4.6.2.3/shorewall-core.spec 2014-07-27 16:32:33.000000000 +0200
@@ -1,6 +1,6 @@
%define name shorewall-core
%define version 4.6.2
-%define release 2
+%define release 3
Summary: Shoreline Firewall is an iptables-based firewall for Linux systems.
Name: %{name}
@@ -62,6 +62,8 @@
%doc COPYING INSTALL changelog.txt releasenotes.txt
%changelog
+* Sat Jul 26 2014 Tom Eastep tom(a)shorewall.net
+- Updated to 4.6.2-3
* Fri Jul 18 2014 Tom Eastep tom(a)shorewall.net
- Updated to 4.6.2-2
* Fri Jul 18 2014 Tom Eastep tom(a)shorewall.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-core-4.6.2.2/uninstall.sh new/shorewall-core-4.6.2.3/uninstall.sh
--- old/shorewall-core-4.6.2.2/uninstall.sh 2014-07-22 16:20:17.000000000 +0200
+++ new/shorewall-core-4.6.2.3/uninstall.sh 2014-07-27 16:32:33.000000000 +0200
@@ -26,7 +26,7 @@
# You may only use this script to uninstall the version
# shown below. Simply run this script to remove Shorewall Firewall
-VERSION=4.6.2.2
+VERSION=4.6.2.3
usage() # $1 = exit status
{
++++++ shorewall-docs-html-4.6.2.2.tar.bz2 -> shorewall-docs-html-4.6.2.3.tar.bz2 ++++++
++++ 6858 lines of diff (skipped)
++++++ shorewall-init-4.6.2.2.tar.bz2 -> shorewall-init-4.6.2.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-init-4.6.2.2/changelog.txt new/shorewall-init-4.6.2.3/changelog.txt
--- old/shorewall-init-4.6.2.2/changelog.txt 2014-07-22 16:20:19.000000000 +0200
+++ new/shorewall-init-4.6.2.3/changelog.txt 2014-07-27 16:32:34.000000000 +0200
@@ -1,3 +1,9 @@
+Changes in 4.6.2.3
+
+1) Update release documents.
+
+2) Correct handling of optimize level 8 with Perl 5.20.
+
Changes in 4.6.2.2
1) Update release documents.
@@ -6,9 +12,11 @@
3) Correct IPv6 ipset support detection on later kernels.
-3) Correct detection of the Ipset Counter capability.
+4) Correct detection of the Ipset Counter capability.
+
+5) Detect Arptables JF when LOAD_MODULES_ONLY = No.
-4) Detect Arptables JF when LOAD_MODULES_ONLY = No.
+6) Update the tcfilter manpages to mention BASIC_FILTER
Changes in 4.6.2.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-init-4.6.2.2/configure new/shorewall-init-4.6.2.3/configure
--- old/shorewall-init-4.6.2.2/configure 2014-07-22 16:20:19.000000000 +0200
+++ new/shorewall-init-4.6.2.3/configure 2014-07-27 16:32:34.000000000 +0200
@@ -28,7 +28,7 @@
#
# Build updates this
#
-VERSION=4.6.2.2
+VERSION=4.6.2.3
case "$BASH_VERSION" in
[4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-init-4.6.2.2/configure.pl new/shorewall-init-4.6.2.3/configure.pl
--- old/shorewall-init-4.6.2.2/configure.pl 2014-07-22 16:20:19.000000000 +0200
+++ new/shorewall-init-4.6.2.3/configure.pl 2014-07-27 16:32:34.000000000 +0200
@@ -31,7 +31,7 @@
# Build updates this
#
use constant {
- VERSION => '4.6.2.2'
+ VERSION => '4.6.2.3'
};
my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-init-4.6.2.2/install.sh new/shorewall-init-4.6.2.3/install.sh
--- old/shorewall-init-4.6.2.2/install.sh 2014-07-22 16:20:19.000000000 +0200
+++ new/shorewall-init-4.6.2.3/install.sh 2014-07-27 16:32:34.000000000 +0200
@@ -27,7 +27,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
-VERSION=4.6.2.2
+VERSION=4.6.2.3
usage() # $1 = exit status
{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-init-4.6.2.2/releasenotes.txt new/shorewall-init-4.6.2.3/releasenotes.txt
--- old/shorewall-init-4.6.2.2/releasenotes.txt 2014-07-22 16:20:19.000000000 +0200
+++ new/shorewall-init-4.6.2.3/releasenotes.txt 2014-07-27 16:32:34.000000000 +0200
@@ -1,7 +1,7 @@
----------------------------------------------------------------------------
- S H O R E W A L L 4 . 6 . 2 . 2
+ S H O R E W A L L 4 . 6 . 2 . 3
------------------------------------
- J u l y 2 6 , 2 0 1 4
+ J u l y 2 7 , 2 0 1 4
----------------------------------------------------------------------------
I. PROBLEMS CORRECTED IN THIS RELEASE
@@ -14,17 +14,33 @@
I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E
----------------------------------------------------------------------------
+4.6.2.3
+
+1) Previously, the compiler would fail with a Perl diagnostic if:
+
+ - Optimize Level 8 was enabled.
+ - Perl 5.20 was being used. This is the current Perl version on
+ Arch Linux.
+
+ The diagnostic was:
+
+ Can't use string ("nat") as a HASH ref while "strict refs" in use
+ at /usr/share/shorewall/Shorewall/Chains.pm line 3486.
+
4.6.2.2
-1) The compiler now correctly detects the IPv6 header match capability
- when LOAD_MODULES_ONLY=No.
+1) The compiler now correctly detects the IPv6 "Header Match"
+ capability when LOAD_MODULES_ONLY=No.
-2) The compiler now correctly detects the Ipset Match capability on
- systems running a 3.14 or later kernel.
+2) The compiler now correctly detects the IPv6 "Ipset Match"
+ capability on systems running a 3.14 or later kernel.
-3) The compiler now correctly detects Arptables JF capability when
+3) The compiler now correctly detects "Arptables JF" capability when
LOAD_MODULES_ONLY=No.
+3) The tcfilter manpages previously failed to mention that
+ BASIC_FILTERS=Yes is required to use ipsets in the tcfilters files.
+
4.6.2.1
1) Two issues with tcrules processing have been corrected:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-init-4.6.2.2/shorewall-init.spec new/shorewall-init-4.6.2.3/shorewall-init.spec
--- old/shorewall-init-4.6.2.2/shorewall-init.spec 2014-07-22 16:20:19.000000000 +0200
+++ new/shorewall-init-4.6.2.3/shorewall-init.spec 2014-07-27 16:32:34.000000000 +0200
@@ -1,6 +1,6 @@
%define name shorewall-init
%define version 4.6.2
-%define release 2
+%define release 3
Summary: Shorewall-init adds functionality to Shoreline Firewall (Shorewall).
Name: %{name}
@@ -125,6 +125,8 @@
%doc COPYING changelog.txt releasenotes.txt
%changelog
+* Sat Jul 26 2014 Tom Eastep tom(a)shorewall.net
+- Updated to 4.6.2-3
* Fri Jul 18 2014 Tom Eastep tom(a)shorewall.net
- Updated to 4.6.2-2
* Fri Jul 18 2014 Tom Eastep tom(a)shorewall.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-init-4.6.2.2/uninstall.sh new/shorewall-init-4.6.2.3/uninstall.sh
--- old/shorewall-init-4.6.2.2/uninstall.sh 2014-07-22 16:20:19.000000000 +0200
+++ new/shorewall-init-4.6.2.3/uninstall.sh 2014-07-27 16:32:34.000000000 +0200
@@ -26,7 +26,7 @@
# You may only use this script to uninstall the version
# shown below. Simply run this script to remove Shorewall Firewall
-VERSION=4.6.2.2
+VERSION=4.6.2.3
usage() # $1 = exit status
{
++++++ shorewall-lite-4.6.2.2.tar.bz2 -> shorewall-lite-4.6.2.3.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-lite-4.6.2.2/changelog.txt new/shorewall-lite-4.6.2.3/changelog.txt
--- old/shorewall-lite-4.6.2.2/changelog.txt 2014-07-22 16:20:19.000000000 +0200
+++ new/shorewall-lite-4.6.2.3/changelog.txt 2014-07-27 16:32:34.000000000 +0200
@@ -1,3 +1,9 @@
+Changes in 4.6.2.3
+
+1) Update release documents.
+
+2) Correct handling of optimize level 8 with Perl 5.20.
+
Changes in 4.6.2.2
1) Update release documents.
@@ -6,9 +12,11 @@
3) Correct IPv6 ipset support detection on later kernels.
-3) Correct detection of the Ipset Counter capability.
+4) Correct detection of the Ipset Counter capability.
+
+5) Detect Arptables JF when LOAD_MODULES_ONLY = No.
-4) Detect Arptables JF when LOAD_MODULES_ONLY = No.
+6) Update the tcfilter manpages to mention BASIC_FILTER
Changes in 4.6.2.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-lite-4.6.2.2/configure new/shorewall-lite-4.6.2.3/configure
--- old/shorewall-lite-4.6.2.2/configure 2014-07-22 16:20:19.000000000 +0200
+++ new/shorewall-lite-4.6.2.3/configure 2014-07-27 16:32:34.000000000 +0200
@@ -28,7 +28,7 @@
#
# Build updates this
#
-VERSION=4.6.2.2
+VERSION=4.6.2.3
case "$BASH_VERSION" in
[4-9].*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-lite-4.6.2.2/configure.pl new/shorewall-lite-4.6.2.3/configure.pl
--- old/shorewall-lite-4.6.2.2/configure.pl 2014-07-22 16:20:19.000000000 +0200
+++ new/shorewall-lite-4.6.2.3/configure.pl 2014-07-27 16:32:34.000000000 +0200
@@ -31,7 +31,7 @@
# Build updates this
#
use constant {
- VERSION => '4.6.2.2'
+ VERSION => '4.6.2.3'
};
my %params;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-lite-4.6.2.2/install.sh new/shorewall-lite-4.6.2.3/install.sh
--- old/shorewall-lite-4.6.2.2/install.sh 2014-07-22 16:20:19.000000000 +0200
+++ new/shorewall-lite-4.6.2.3/install.sh 2014-07-27 16:32:34.000000000 +0200
@@ -22,7 +22,7 @@
# along with this program; if not, see <http://www.gnu.org/licenses/>.
#
-VERSION=4.6.2.2
+VERSION=4.6.2.3
usage() # $1 = exit status
{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-lite-4.6.2.2/manpages/shorewall-lite-vardir.5 new/shorewall-lite-4.6.2.3/manpages/shorewall-lite-vardir.5
--- old/shorewall-lite-4.6.2.2/manpages/shorewall-lite-vardir.5 2014-07-22 16:23:40.000000000 +0200
+++ new/shorewall-lite-4.6.2.3/manpages/shorewall-lite-vardir.5 2014-07-27 16:35:55.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-lite-vardir
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-LITE\-VAR" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-LITE\-VAR" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-lite-4.6.2.2/manpages/shorewall-lite.8 new/shorewall-lite-4.6.2.3/manpages/shorewall-lite.8
--- old/shorewall-lite-4.6.2.2/manpages/shorewall-lite.8 2014-07-22 16:23:41.000000000 +0200
+++ new/shorewall-lite-4.6.2.3/manpages/shorewall-lite.8 2014-07-27 16:35:57.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-lite
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Administrative Commands
.\" Source: Administrative Commands
.\" Language: English
.\"
-.TH "SHOREWALL\-LITE" "8" "07/22/2014" "Administrative Commands" "Administrative Commands"
+.TH "SHOREWALL\-LITE" "8" "07/27/2014" "Administrative Commands" "Administrative Commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-lite-4.6.2.2/manpages/shorewall-lite.conf.5 new/shorewall-lite-4.6.2.3/manpages/shorewall-lite.conf.5
--- old/shorewall-lite-4.6.2.2/manpages/shorewall-lite.conf.5 2014-07-22 16:23:38.000000000 +0200
+++ new/shorewall-lite-4.6.2.3/manpages/shorewall-lite.conf.5 2014-07-27 16:35:54.000000000 +0200
@@ -2,12 +2,12 @@
.\" Title: shorewall-lite.conf
.\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
-.\" Date: 07/22/2014
+.\" Date: 07/27/2014
.\" Manual: Configuration Files
.\" Source: Configuration Files
.\" Language: English
.\"
-.TH "SHOREWALL\-LITE\&.CO" "5" "07/22/2014" "Configuration Files" "Configuration Files"
+.TH "SHOREWALL\-LITE\&.CO" "5" "07/27/2014" "Configuration Files" "Configuration Files"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-lite-4.6.2.2/releasenotes.txt new/shorewall-lite-4.6.2.3/releasenotes.txt
--- old/shorewall-lite-4.6.2.2/releasenotes.txt 2014-07-22 16:20:19.000000000 +0200
+++ new/shorewall-lite-4.6.2.3/releasenotes.txt 2014-07-27 16:32:34.000000000 +0200
@@ -1,7 +1,7 @@
----------------------------------------------------------------------------
- S H O R E W A L L 4 . 6 . 2 . 2
+ S H O R E W A L L 4 . 6 . 2 . 3
------------------------------------
- J u l y 2 6 , 2 0 1 4
+ J u l y 2 7 , 2 0 1 4
----------------------------------------------------------------------------
I. PROBLEMS CORRECTED IN THIS RELEASE
@@ -14,17 +14,33 @@
I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E
----------------------------------------------------------------------------
+4.6.2.3
+
+1) Previously, the compiler would fail with a Perl diagnostic if:
+
+ - Optimize Level 8 was enabled.
+ - Perl 5.20 was being used. This is the current Perl version on
+ Arch Linux.
+
+ The diagnostic was:
+
+ Can't use string ("nat") as a HASH ref while "strict refs" in use
+ at /usr/share/shorewall/Shorewall/Chains.pm line 3486.
+
4.6.2.2
-1) The compiler now correctly detects the IPv6 header match capability
- when LOAD_MODULES_ONLY=No.
+1) The compiler now correctly detects the IPv6 "Header Match"
+ capability when LOAD_MODULES_ONLY=No.
-2) The compiler now correctly detects the Ipset Match capability on
- systems running a 3.14 or later kernel.
+2) The compiler now correctly detects the IPv6 "Ipset Match"
+ capability on systems running a 3.14 or later kernel.
-3) The compiler now correctly detects Arptables JF capability when
+3) The compiler now correctly detects "Arptables JF" capability when
LOAD_MODULES_ONLY=No.
+3) The tcfilter manpages previously failed to mention that
+ BASIC_FILTERS=Yes is required to use ipsets in the tcfilters files.
+
4.6.2.1
1) Two issues with tcrules processing have been corrected:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-lite-4.6.2.2/shorewall-lite.spec new/shorewall-lite-4.6.2.3/shorewall-lite.spec
--- old/shorewall-lite-4.6.2.2/shorewall-lite.spec 2014-07-22 16:20:19.000000000 +0200
+++ new/shorewall-lite-4.6.2.3/shorewall-lite.spec 2014-07-27 16:32:34.000000000 +0200
@@ -1,6 +1,6 @@
%define name shorewall-lite
%define version 4.6.2
-%define release 2
+%define release 3
%define initdir /etc/init.d
Summary: Shoreline Firewall Lite is an iptables-based firewall for Linux systems.
@@ -105,6 +105,8 @@
%doc COPYING changelog.txt releasenotes.txt
%changelog
+* Sat Jul 26 2014 Tom Eastep tom(a)shorewall.net
+- Updated to 4.6.2-3
* Fri Jul 18 2014 Tom Eastep tom(a)shorewall.net
- Updated to 4.6.2-2
* Fri Jul 18 2014 Tom Eastep tom(a)shorewall.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/shorewall-lite-4.6.2.2/uninstall.sh new/shorewall-lite-4.6.2.3/uninstall.sh
--- old/shorewall-lite-4.6.2.2/uninstall.sh 2014-07-22 16:20:19.000000000 +0200
+++ new/shorewall-lite-4.6.2.3/uninstall.sh 2014-07-27 16:32:34.000000000 +0200
@@ -26,7 +26,7 @@
# You may only use this script to uninstall the version
# shown below. Simply run this script to remove Shorewall Firewall
-VERSION=4.6.2.2
+VERSION=4.6.2.3
usage() # $1 = exit status
{
++++++ shorewall-4.6.2.2.tar.bz2 -> shorewall6-4.6.2.3.tar.bz2 ++++++
++++ 124952 lines of diff (skipped)
++++++ shorewall-lite-4.6.2.2.tar.bz2 -> shorewall6-lite-4.6.2.3.tar.bz2 ++++++
++++ 7346 lines of diff (skipped)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package vips for openSUSE:Factory checked in at 2014-07-29 16:48:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vips (Old)
and /work/SRC/openSUSE:Factory/.vips.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vips"
Changes:
--------
--- /work/SRC/openSUSE:Factory/vips/vips.changes 2014-06-30 21:50:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.vips.new/vips.changes 2014-07-29 16:49:00.000000000 +0200
@@ -1,0 +2,15 @@
+Tue Jul 29 07:54:41 UTC 2014 - dmitry_r(a)opensuse.org
+
+- Update to version 7.40.4
+ * fix vips_rawsave_fd(), im_point()
+ * vips_scale() now does round to nearest to avoid rounding errors
+ * improve im_openout() compat macro
+ * more robust vips_system()
+ * add webp support to vips7
+ * fix interlaced thumbnails in vipsthumbnail
+ * fits save now caches the image before write, so it's top-to-bottom
+ * add --properties argument to dzsave
+ * dzsave write to zip stops at 4gb
+ * improve short option name handling
+
+-------------------------------------------------------------------
Old:
----
vips-7.40.1.tar.gz
New:
----
vips-7.40.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ vips.spec ++++++
--- /var/tmp/diff_new_pack.wZTVw0/_old 2014-07-29 16:49:01.000000000 +0200
+++ /var/tmp/diff_new_pack.wZTVw0/_new 2014-07-29 16:49:01.000000000 +0200
@@ -20,10 +20,10 @@
Name: vips
%define libname lib%{name}
-Version: 7.40.1
+Version: 7.40.4
Release: 0
%define short_version 7.40
-%define somajor 37
+%define somajor 38
Summary: C/C++ library for processing large images
License: LGPL-2.1
Group: System/Libraries
++++++ vips-7.40.1.tar.gz -> vips-7.40.4.tar.gz ++++++
++++ 8817 lines of diff (skipped)
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package freeipmi for openSUSE:Factory checked in at 2014-07-29 16:48:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/freeipmi (Old)
and /work/SRC/openSUSE:Factory/.freeipmi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "freeipmi"
Changes:
--------
--- /work/SRC/openSUSE:Factory/freeipmi/freeipmi.changes 2014-07-02 15:04:52.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.freeipmi.new/freeipmi.changes 2014-07-29 16:48:58.000000000 +0200
@@ -1,0 +2,8 @@
+Tue Jul 29 06:12:44 UTC 2014 - kkaempf(a)suse.com
+
+- Update to 1.4.5
+ o Fix libipmiconsole calculation bug w/ SOL character send size.
+ o Support Supermicro H8DGU and H8DG6 OEM sensors and events.
+ o Minor documentation updates.
+
+-------------------------------------------------------------------
Old:
----
freeipmi-1.4.4.tar.gz
New:
----
freeipmi-1.4.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ freeipmi.spec ++++++
--- /var/tmp/diff_new_pack.GfYMvJ/_old 2014-07-29 16:48:59.000000000 +0200
+++ /var/tmp/diff_new_pack.GfYMvJ/_new 2014-07-29 16:48:59.000000000 +0200
@@ -18,7 +18,7 @@
%define name freeipmi
-%define version 1.4.4
+%define version 1.4.5
%define srcversion %{version}
%if %{?_with_debug:1}%{!?_with_debug:0}
%define release 1.debug%{?dist}
++++++ freeipmi-1.4.4.tar.gz -> freeipmi-1.4.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/AUTHORS new/freeipmi-1.4.5/AUTHORS
--- old/freeipmi-1.4.4/AUTHORS 2012-03-06 19:42:26.000000000 +0100
+++ new/freeipmi-1.4.5/AUTHORS 2014-07-15 19:13:00.000000000 +0200
@@ -26,7 +26,16 @@
Thomas Renninger <trenn(a)suse.de>
Dave Love <fx(a)gnu.org>
Dan Lukes <dan+freeipmi(a)obluda.cz>
-And others ...
+Shashi Dande <Shashi.Dande(a)hp.com>
+Markus Blank-Burian <burian(a)muenster.de>
+David Binderman <dcb314(a)hotmail.com>
+Denys Vlasenko <dvlasenk(a)redhat.com>
+Ales Ledvinka <aledvink(a)redhat.com>
+Klaus Kaempf <kkaempf(a)suse.de>
+Dick Detweiler <Dick.Detweiler(a)Emerson.com>
+Dave Walker <DaveWalker(a)ubuntu.com>,
+Claudio Cesar Sanchez Tejeda <demonccc(a)gmail.com>
+And probably others ...
Package Maintainers:
Dmitry Frolov <frol(a)nov.net> - FreeBSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/ChangeLog new/freeipmi-1.4.5/ChangeLog
--- old/freeipmi-1.4.4/ChangeLog 2014-06-27 20:20:50.000000000 +0200
+++ new/freeipmi-1.4.5/ChangeLog 2014-07-28 19:47:40.000000000 +0200
@@ -1,3 +1,35 @@
+2014-07-28 Albert Chu <chu11(a)llnl.gov>
+
+ * NEWS, configure.ac: Update for release.
+
+ * Tagged Release-1_4_5
+
+2014-07-15 Albert Chu <chu11(a)llnl.gov>
+
+ * configure.ac: Increment libfreeipmi version appropriately.
+
+2014-07-15 Markus Blank-Burian <burian(a)muenster.de>
+
+ * Support Supermicro H8DGU and H8DG6 systems.
+
+2014-07-14 Yaroslav Halchenko <debian(a)onerussian.com>
+
+ * Fix various typos in code and documentation.
+
+2014-07-10 Albert Chu <chu11(a)llnl.gov>
+
+ * man/libipmiconsole.3.pre.in: Document libipmiconsole.conf manpage.
+
+2014-07-01 Albert Chu <chu11(a)llnl.gov>
+
+ * configure.ac: Increment libipmiconsole version appropriately.
+
+2014-07-01 Albert Chu <chu11(a)llnl.gov>
+
+ * libipmiconsole/ipmiconsole_processing.c (_check_payload_sizes_legitimate):
+ Fix max_sol_character_send_size corner case calculation. Should
+ be based on "inbound" size not "outbound" size.
+
2014-06-27 Albert Chu <chu11(a)llnl.gov>
* NEWS, configure.ac: Update for release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/NEWS new/freeipmi-1.4.5/NEWS
--- old/freeipmi-1.4.4/NEWS 2014-06-27 20:20:50.000000000 +0200
+++ new/freeipmi-1.4.5/NEWS 2014-07-28 19:47:40.000000000 +0200
@@ -1,3 +1,9 @@
+FreeIPMI 1.4.5 - 07/28/14
+-------------------------
+o Fix libipmiconsole calculation bug w/ SOL character send size.
+o Support Supermicro H8DGU and H8DG6 OEM sensors and events.
+o Minor documentation updates.
+
FreeIPMI 1.4.4 - 06/27/14
-------------------------
o Support retrys of SSIF reads to handle SSIF NACKs.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/configure new/freeipmi-1.4.5/configure
--- old/freeipmi-1.4.4/configure 2014-06-27 20:22:01.000000000 +0200
+++ new/freeipmi-1.4.5/configure 2014-07-28 19:52:12.000000000 +0200
@@ -1,7 +1,7 @@
#! /bin/sh
# From configure.ac Id: configure.ac,v 1.208 2010-08-06 21:02:29 chu11 Exp .
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for freeipmi 1.4.4.
+# Generated by GNU Autoconf 2.63 for freeipmi 1.4.5.
#
# Report bugs to <freeipmi-devel(a)gnu.org>.
#
@@ -746,8 +746,8 @@
# Identity of this package.
PACKAGE_NAME='freeipmi'
PACKAGE_TARNAME='freeipmi'
-PACKAGE_VERSION='1.4.4'
-PACKAGE_STRING='freeipmi 1.4.4'
+PACKAGE_VERSION='1.4.5'
+PACKAGE_STRING='freeipmi 1.4.5'
PACKAGE_BUGREPORT='freeipmi-devel(a)gnu.org'
ac_unique_file="ChangeLog.0"
@@ -1528,7 +1528,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures freeipmi 1.4.4 to adapt to many kinds of systems.
+\`configure' configures freeipmi 1.4.5 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1598,7 +1598,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of freeipmi 1.4.4:";;
+ short | recursive ) echo "Configuration of freeipmi 1.4.5:";;
esac
cat <<\_ACEOF
@@ -1716,7 +1716,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-freeipmi configure 1.4.4
+freeipmi configure 1.4.5
generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1730,7 +1730,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by freeipmi $as_me 1.4.4, which was
+It was created by freeipmi $as_me 1.4.5, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@
@@ -2103,7 +2103,7 @@
FREEIPMI_PACKAGE_VERSION_MAJOR=1
FREEIPMI_PACKAGE_VERSION_MINOR=4
-FREEIPMI_PACKAGE_VERSION_PATCH=4
+FREEIPMI_PACKAGE_VERSION_PATCH=5
@@ -2595,7 +2595,7 @@
# Define the identity of the package.
PACKAGE='freeipmi'
- VERSION='1.4.4'
+ VERSION='1.4.5'
cat >>confdefs.h <<_ACEOF
@@ -2741,7 +2741,7 @@
# release, then set age to 0.
#
LIBFREEIPMI_CURRENT=16
-LIBFREEIPMI_REVISION=1
+LIBFREEIPMI_REVISION=2
LIBFREEIPMI_AGE=0
LIBFREEIPMI_VERSION=$LIBFREEIPMI_CURRENT.$LIBFREEIPMI_REVISION.$LIBFREEIPMI_AGE
@@ -2763,7 +2763,7 @@
LIBFREEIPMI_VERSION_MAJOR=5
LIBFREEIPMI_VERSION_MINOR=0
-LIBFREEIPMI_VERSION_PATCH=1
+LIBFREEIPMI_VERSION_PATCH=2
@@ -2784,7 +2784,7 @@
# release, then set age to 0.
#
LIBIPMICONSOLE_CURRENT=5
-LIBIPMICONSOLE_REVISION=2
+LIBIPMICONSOLE_REVISION=3
LIBIPMICONSOLE_AGE=3
LIBIPMICONSOLE_VERSION_INFO=$LIBIPMICONSOLE_CURRENT:$LIBIPMICONSOLE_REVISION:$LIBIPMICONSOLE_AGE
@@ -2804,7 +2804,7 @@
LIBIPMICONSOLE_VERSION_MAJOR=1
LIBIPMICONSOLE_VERSION_MINOR=2
-LIBIPMICONSOLE_VERSION_PATCH=2
+LIBIPMICONSOLE_VERSION_PATCH=3
@@ -19861,7 +19861,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by freeipmi $as_me 1.4.4, which was
+This file was extended by freeipmi $as_me 1.4.5, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -19924,7 +19924,7 @@
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-freeipmi config.status 1.4.4
+freeipmi config.status 1.4.5
configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/configure.ac new/freeipmi-1.4.5/configure.ac
--- old/freeipmi-1.4.4/configure.ac 2014-06-27 20:20:50.000000000 +0200
+++ new/freeipmi-1.4.5/configure.ac 2014-07-28 19:47:40.000000000 +0200
@@ -1,11 +1,11 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([freeipmi],[1.4.4],[freeipmi-devel(a)gnu.org])
+AC_INIT([freeipmi],[1.4.5],[freeipmi-devel(a)gnu.org])
AC_REVISION([$Id: configure.ac,v 1.208 2010-08-06 21:02:29 chu11 Exp $])
AC_CONFIG_MACRO_DIR([config])
FREEIPMI_PACKAGE_VERSION_MAJOR=1
FREEIPMI_PACKAGE_VERSION_MINOR=4
-FREEIPMI_PACKAGE_VERSION_PATCH=4
+FREEIPMI_PACKAGE_VERSION_PATCH=5
AC_SUBST(FREEIPMI_PACKAGE_VERSION_MAJOR)
AC_SUBST(FREEIPMI_PACKAGE_VERSION_MINOR)
@@ -124,7 +124,7 @@
# release, then set age to 0.
#
LIBFREEIPMI_CURRENT=16
-LIBFREEIPMI_REVISION=1
+LIBFREEIPMI_REVISION=2
LIBFREEIPMI_AGE=0
LIBFREEIPMI_VERSION=$LIBFREEIPMI_CURRENT.$LIBFREEIPMI_REVISION.$LIBFREEIPMI_AGE
@@ -146,7 +146,7 @@
LIBFREEIPMI_VERSION_MAJOR=5
LIBFREEIPMI_VERSION_MINOR=0
-LIBFREEIPMI_VERSION_PATCH=1
+LIBFREEIPMI_VERSION_PATCH=2
AC_SUBST(LIBFREEIPMI_VERSION_MAJOR)
AC_SUBST(LIBFREEIPMI_VERSION_MINOR)
@@ -167,7 +167,7 @@
# release, then set age to 0.
#
LIBIPMICONSOLE_CURRENT=5
-LIBIPMICONSOLE_REVISION=2
+LIBIPMICONSOLE_REVISION=3
LIBIPMICONSOLE_AGE=3
LIBIPMICONSOLE_VERSION_INFO=$LIBIPMICONSOLE_CURRENT:$LIBIPMICONSOLE_REVISION:$LIBIPMICONSOLE_AGE
AC_SUBST([LIBIPMICONSOLE_VERSION_INFO])
@@ -187,7 +187,7 @@
LIBIPMICONSOLE_VERSION_MAJOR=1
LIBIPMICONSOLE_VERSION_MINOR=2
-LIBIPMICONSOLE_VERSION_PATCH=2
+LIBIPMICONSOLE_VERSION_PATCH=3
AC_SUBST(LIBIPMICONSOLE_VERSION_MAJOR)
AC_SUBST(LIBIPMICONSOLE_VERSION_MINOR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/doc/freeipmi-faq.info new/freeipmi-1.4.5/doc/freeipmi-faq.info
--- old/freeipmi-1.4.4/doc/freeipmi-faq.info 2014-06-27 20:22:17.000000000 +0200
+++ new/freeipmi-1.4.5/doc/freeipmi-faq.info 2014-07-28 19:52:28.000000000 +0200
@@ -1,7 +1,7 @@
This is freeipmi-faq.info, produced by makeinfo version 4.13 from
freeipmi-faq.texi.
-This manual is for FreeIPMI (version 1.4.4, 12 March 2014). Copyright
+This manual is for FreeIPMI (version 1.4.5, 12 March 2014). Copyright
(C) 2006-2012 FreeIPMI Core Team
Permission is granted to copy, distribute and/or modify this
@@ -22,8 +22,8 @@
Frequently Asked Questions on *FreeIPMI*
- This edition of the documentation was last updated on 27 June 2014
-for release 1.4.4 of the FreeIPMI.
+ This edition of the documentation was last updated on 28 July 2014
+for release 1.4.5 of the FreeIPMI.
* Menu:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/doc/stamp-vti new/freeipmi-1.4.5/doc/stamp-vti
--- old/freeipmi-1.4.4/doc/stamp-vti 2014-06-27 20:22:17.000000000 +0200
+++ new/freeipmi-1.4.5/doc/stamp-vti 2014-07-28 19:52:28.000000000 +0200
@@ -1,4 +1,4 @@
@set UPDATED 12 March 2014
@set UPDATED-MONTH March 2014
-@set EDITION 1.4.4
-@set VERSION 1.4.4
+@set EDITION 1.4.5
+@set VERSION 1.4.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/doc/version-faq.texi new/freeipmi-1.4.5/doc/version-faq.texi
--- old/freeipmi-1.4.4/doc/version-faq.texi 2014-06-27 20:22:17.000000000 +0200
+++ new/freeipmi-1.4.5/doc/version-faq.texi 2014-07-28 19:52:28.000000000 +0200
@@ -1,4 +1,4 @@
@set UPDATED 12 March 2014
@set UPDATED-MONTH March 2014
-@set EDITION 1.4.4
-@set VERSION 1.4.4
+@set EDITION 1.4.5
+@set VERSION 1.4.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/etc/freeipmi_interpret_sel.conf new/freeipmi-1.4.5/etc/freeipmi_interpret_sel.conf
--- old/freeipmi-1.4.4/etc/freeipmi_interpret_sel.conf 2013-11-13 22:56:50.000000000 +0100
+++ new/freeipmi-1.4.5/etc/freeipmi_interpret_sel.conf 2014-07-15 19:13:00.000000000 +0200
@@ -983,7 +983,7 @@
## 5593 (Magnum Technologies, rebranded Supermicro board)
## Product ID = 4 (X7DBR-3, X7DB8, X8DTN, X7SBI-LN4), 43707 (X8DTH, X8DTG, X8DTU, X8DT3-LN4F), 1549 (X8DTU-6+),
## 6 (X8DTL, X8DTL-3F), 1541 (X8SIL-F), 1572 (X9SCL, X9SCM), 1551 (X8DTN+-F), 1037 (X8SIE)
-## 1585 (X9SCA-F-O), 43025 (H8DGU-F), 1576 (X9DRi-F), 1574 (X9DRI-LN4F+), 1603 (X9SPU-F-O)
+## 1585 (X9SCA-F-O), 43025 (H8DGU-F), 4520 (H8DGU), 48145 (H8DG6), 1576 (X9DRi-F), 1574 (X9DRI-LN4F+), 1603 (X9SPU-F-O)
## 1600 (X9SCM-iiF)
## Event/Reading Type Code = 70h (OEM)
## Sensor Type = C0h (OEM)
@@ -991,5 +991,5 @@
##
## Note: Early Supermicro motherboards used the "Peppercon" Manufacturer ID
#
-# IPMI_OEM_Value 10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025,5593:6 0x70 0xC0 0x02 ANY ANY Critical
+# IPMI_OEM_Value 10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025+4520+48145,5593:6 0x70 0xC0 0x02 ANY ANY Critical
##########################################################################################################
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/etc/freeipmi_interpret_sensor.conf new/freeipmi-1.4.5/etc/freeipmi_interpret_sensor.conf
--- old/freeipmi-1.4.4/etc/freeipmi_interpret_sensor.conf 2013-11-13 22:56:50.000000000 +0100
+++ new/freeipmi-1.4.5/etc/freeipmi_interpret_sensor.conf 2014-07-15 19:13:00.000000000 +0200
@@ -932,7 +932,7 @@
## 5593 (Magnum Technologies, rebranded Supermicro board)
## Product ID = 4 (X7DBR-3, X7DB8, X8DTN, X7SBI-LN4), 43707 (X8DTH, X8DTG, X8DTU, X8DT3-LN4F), 1549 (X8DTU-6+),
## 6 (X8DTL, X8DTL-3F), 1541 (X8SIL-F), 1572 (X9SCL, X9SCM), 1551 (X8DTN+-F), 1037 (X8SIE)
-## 1585 (X9SCA-F-O), 43025 (H8DGU-F), 1576 (X9DRi-F), 1574 (X9DRI-LN4F+), 1603 (X9SPU-F-O)
+## 1585 (X9SCA-F-O), 43025 (H8DGU-F), 4520 (H8DGU), 48145 (H8DG6), 1576 (X9DRi-F), 1574 (X9DRI-LN4F+), 1603 (X9SPU-F-O)
## 1600 (X9SCM-iiF)
## Event/Reading Type Code = 70h (OEM)
## Sensor Type = C0h (OEM)
@@ -944,11 +944,11 @@
##
## Note: Early Supermicro motherboards used the "Peppercon" Manufacturer ID
#
-# IPMI_OEM_Value 10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025,5593:6 0x70 0xC0 0x0000 Nominal
-# IPMI_OEM_Value 10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025,5593:6 0x70 0xC0 0x0001 Warning
-# IPMI_OEM_Value 10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025,5593:6 0x70 0xC0 0x0002 Warning
-# IPMI_OEM_Value 10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025,5593:6 0x70 0xC0 0x0004 Critical
-# IPMI_OEM_Value 10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025,5593:6 0x70 0xC0 0x0007 Warning
+# IPMI_OEM_Value 10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025+4520+48145,5593:6 0x70 0xC0 0x0000 Nominal
+# IPMI_OEM_Value 10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025+4520+48145,5593:6 0x70 0xC0 0x0001 Warning
+# IPMI_OEM_Value 10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025+4520+48145,5593:6 0x70 0xC0 0x0002 Warning
+# IPMI_OEM_Value 10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025+4520+48145,5593:6 0x70 0xC0 0x0004 Critical
+# IPMI_OEM_Value 10876:1572+1576+1574+1603+1600,10437:4,47488:43707+1549+6+1541+1572+1551+1037+1585+43025+4520+48145,5593:6 0x70 0xC0 0x0007 Warning
#
##########################################################################################################
#
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/freeipmi.spec new/freeipmi-1.4.5/freeipmi.spec
--- old/freeipmi-1.4.4/freeipmi.spec 2014-06-27 20:22:13.000000000 +0200
+++ new/freeipmi-1.4.5/freeipmi.spec 2014-07-28 19:52:25.000000000 +0200
@@ -3,7 +3,7 @@
#
%define name freeipmi
-%define version 1.4.4
+%define version 1.4.5
%if %{?_with_debug:1}%{!?_with_debug:0}
%define release 1.debug%{?dist}
%else
@@ -491,7 +491,7 @@
- Obsolete old subpackage freeipmi-ipmimonitoring.
* Tue Dec 18 2007 Albert Chu <chu11(a)llnl.gov> 0.6.0
-- Use %{version} instead of 1.4.4 for substitution in paths.
+- Use %{version} instead of 1.4.5 for substitution in paths.
* Fri Dec 14 2007 Albert Chu <chu11(a)llnl.gov> 0.6.0
- Update packaging for libfreeipmi reorganization
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/ipmi-config/ipmi-config-category-chassis-boot-flags.c new/freeipmi-1.4.5/ipmi-config/ipmi-config-category-chassis-boot-flags.c
--- old/freeipmi-1.4.4/ipmi-config/ipmi-config-category-chassis-boot-flags.c 2014-01-04 00:45:22.000000000 +0100
+++ new/freeipmi-1.4.5/ipmi-config/ipmi-config-category-chassis-boot-flags.c 2014-07-14 20:10:28.000000000 +0200
@@ -1133,7 +1133,7 @@
"boot off of. Most users may wish to select NO-OVERRIDE to select the "
"configuration currently determined by the BIOS. Note that the configuration "
"value BIOS-SETUP refers to booting *into* the BIOS Setup, not from it. FLOPPY "
- "may refer to any type of removeable media. \"Device_Instance_Selector\" may "
+ "may refer to any type of removable media. \"Device_Instance_Selector\" may "
"be be used to select a specific device instance for booting.";
assert (state_data);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/libfreeipmi/include/freeipmi/spec/ipmi-comp-code-spec.h new/freeipmi-1.4.5/libfreeipmi/include/freeipmi/spec/ipmi-comp-code-spec.h
--- old/freeipmi-1.4.4/libfreeipmi/include/freeipmi/spec/ipmi-comp-code-spec.h 2014-01-04 00:45:22.000000000 +0100
+++ new/freeipmi-1.4.5/libfreeipmi/include/freeipmi/spec/ipmi-comp-code-spec.h 2014-07-14 20:10:28.000000000 +0200
@@ -204,7 +204,7 @@
#define IPMI_COMP_CODE_SEND_MESSAGE_INVALID_SESSION_HANDLE 0x80
#define IPMI_COMP_CODE_SEND_MESSAGE_INVALID_SESSION_HANDLE_STR \
"Invalid Session Handle. The session handle does not match up with any " \
- "curently active sessions for this channel."
+ "currently active sessions for this channel."
#define IPMI_COMP_CODE_SEND_MESSAGE_LOST_ARBITRATION 0x81
#define IPMI_COMP_CODE_SEND_MESSAGE_LOST_ARBITRATION_STR \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/libfreeipmi/include/freeipmi/spec/ipmi-product-id-spec.h new/freeipmi-1.4.5/libfreeipmi/include/freeipmi/spec/ipmi-product-id-spec.h
--- old/freeipmi-1.4.4/libfreeipmi/include/freeipmi/spec/ipmi-product-id-spec.h 2014-01-16 00:59:37.000000000 +0100
+++ new/freeipmi-1.4.5/libfreeipmi/include/freeipmi/spec/ipmi-product-id-spec.h 2014-07-15 19:13:00.000000000 +0200
@@ -233,6 +233,8 @@
#define IPMI_SUPERMICRO_PRODUCT_ID_X8SIE 1037
#define IPMI_SUPERMICRO_PRODUCT_ID_X9SCA_F_O 1585
#define IPMI_SUPERMICRO_PRODUCT_ID_H8DGU_F 43025
+#define IPMI_SUPERMICRO_PRODUCT_ID_H8DG6 48145
+#define IPMI_SUPERMICRO_PRODUCT_ID_H8DGU 4520
#define IPMI_SUPERMICRO_PRODUCT_ID_X9DRI_LN4F_PLUS 1574
/* Seen in the wild w/ proper IANA number 10876 */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/libfreeipmi/interpret/ipmi-interpret-config-sel.c new/freeipmi-1.4.5/libfreeipmi/interpret/ipmi-interpret-config-sel.c
--- old/freeipmi-1.4.4/libfreeipmi/interpret/ipmi-interpret-config-sel.c 2014-01-04 00:45:22.000000000 +0100
+++ new/freeipmi-1.4.5/libfreeipmi/interpret/ipmi-interpret-config-sel.c 2014-07-15 19:13:00.000000000 +0200
@@ -1565,6 +1565,16 @@
return (-1);
if (_interpret_sel_oem_supermicro_discrete_cpu_temp_wrapper (ctx,
+ IPMI_IANA_ENTERPRISE_ID_SUPERMICRO_WORKAROUND,
+ IPMI_SUPERMICRO_PRODUCT_ID_H8DGU) < 0)
+ return (-1);
+
+ if (_interpret_sel_oem_supermicro_discrete_cpu_temp_wrapper (ctx,
+ IPMI_IANA_ENTERPRISE_ID_SUPERMICRO_WORKAROUND,
+ IPMI_SUPERMICRO_PRODUCT_ID_H8DG6) < 0)
+ return (-1);
+
+ if (_interpret_sel_oem_supermicro_discrete_cpu_temp_wrapper (ctx,
IPMI_IANA_ENTERPRISE_ID_MAGNUM_TECHNOLOGIES,
IPMI_SUPERMICRO_PRODUCT_ID_X8DTL_BASE) < 0)
return (-1);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/libfreeipmi/interpret/ipmi-interpret-config-sensor.c new/freeipmi-1.4.5/libfreeipmi/interpret/ipmi-interpret-config-sensor.c
--- old/freeipmi-1.4.4/libfreeipmi/interpret/ipmi-interpret-config-sensor.c 2014-01-04 00:45:22.000000000 +0100
+++ new/freeipmi-1.4.5/libfreeipmi/interpret/ipmi-interpret-config-sensor.c 2014-07-15 19:13:00.000000000 +0200
@@ -1308,6 +1308,16 @@
return (-1);
if (_interpret_sensor_oem_supermicro_discrete_cpu_temp_wrapper (ctx,
+ IPMI_IANA_ENTERPRISE_ID_SUPERMICRO_WORKAROUND,
+ IPMI_SUPERMICRO_PRODUCT_ID_H8DGU) < 0)
+ return (-1);
+
+ if (_interpret_sensor_oem_supermicro_discrete_cpu_temp_wrapper (ctx,
+ IPMI_IANA_ENTERPRISE_ID_SUPERMICRO_WORKAROUND,
+ IPMI_SUPERMICRO_PRODUCT_ID_H8DG6) < 0)
+ return (-1);
+
+ if (_interpret_sensor_oem_supermicro_discrete_cpu_temp_wrapper (ctx,
IPMI_IANA_ENTERPRISE_ID_MAGNUM_TECHNOLOGIES,
IPMI_SUPERMICRO_PRODUCT_ID_X8DTL_BASE) < 0)
return (-1);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/libfreeipmi/sel/ipmi-sel-string-intel.c new/freeipmi-1.4.5/libfreeipmi/sel/ipmi-sel-string-intel.c
--- old/freeipmi-1.4.4/libfreeipmi/sel/ipmi-sel-string-intel.c 2014-01-16 00:59:37.000000000 +0100
+++ new/freeipmi-1.4.5/libfreeipmi/sel/ipmi-sel-string-intel.c 2014-07-14 20:10:28.000000000 +0200
@@ -948,7 +948,7 @@
event_special_code_str = "Memory Hot-plug Timeout";
break;
case IPMI_SENSOR_TYPE_MEMORY_EVENT_DATA2_OEM_INTEL_QUANTA_QSSC_S4R_EVENT_SPECIAL_CODE_USER_INITIATED_CANCELATION:
- event_special_code_str = "User-initiated cancelation";
+ event_special_code_str = "User-initiated cancellation";
break;
default:
event_special_code_str = "Unknown";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/libfreeipmi/sel/ipmi-sel-string-supermicro.c new/freeipmi-1.4.5/libfreeipmi/sel/ipmi-sel-string-supermicro.c
--- old/freeipmi-1.4.4/libfreeipmi/sel/ipmi-sel-string-supermicro.c 2014-01-04 00:45:22.000000000 +0100
+++ new/freeipmi-1.4.5/libfreeipmi/sel/ipmi-sel-string-supermicro.c 2014-07-15 19:13:00.000000000 +0200
@@ -153,6 +153,8 @@
|| ctx->product_id == IPMI_SUPERMICRO_PRODUCT_ID_X8SIE
|| ctx->product_id == IPMI_SUPERMICRO_PRODUCT_ID_X9SCA_F_O
|| ctx->product_id == IPMI_SUPERMICRO_PRODUCT_ID_H8DGU_F
+ || ctx->product_id == IPMI_SUPERMICRO_PRODUCT_ID_H8DGU
+ || ctx->product_id == IPMI_SUPERMICRO_PRODUCT_ID_H8DG6
|| ctx->product_id == IPMI_SUPERMICRO_PRODUCT_ID_X9DRI_F
|| ctx->product_id == IPMI_SUPERMICRO_PRODUCT_ID_X9DRI_LN4F_PLUS
|| ctx->product_id == IPMI_SUPERMICRO_PRODUCT_ID_X9SPU_F_O
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/libfreeipmi/util/ipmi-sensor-and-event-code-tables-util.c new/freeipmi-1.4.5/libfreeipmi/util/ipmi-sensor-and-event-code-tables-util.c
--- old/freeipmi-1.4.4/libfreeipmi/util/ipmi-sensor-and-event-code-tables-util.c 2014-01-16 00:59:37.000000000 +0100
+++ new/freeipmi-1.4.5/libfreeipmi/util/ipmi-sensor-and-event-code-tables-util.c 2014-07-15 19:13:00.000000000 +0200
@@ -2311,6 +2311,8 @@
|| product_id == IPMI_SUPERMICRO_PRODUCT_ID_X8SIE
|| product_id == IPMI_SUPERMICRO_PRODUCT_ID_X9SCA_F_O
|| product_id == IPMI_SUPERMICRO_PRODUCT_ID_H8DGU_F
+ || product_id == IPMI_SUPERMICRO_PRODUCT_ID_H8DGU
+ || product_id == IPMI_SUPERMICRO_PRODUCT_ID_H8DG6
|| product_id == IPMI_SUPERMICRO_PRODUCT_ID_X9DRI_F
|| product_id == IPMI_SUPERMICRO_PRODUCT_ID_X9DRI_LN4F_PLUS
|| product_id == IPMI_SUPERMICRO_PRODUCT_ID_X9SPU_F_O
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/libipmiconsole/ipmiconsole_processing.c new/freeipmi-1.4.5/libipmiconsole/ipmiconsole_processing.c
--- old/freeipmi-1.4.4/libipmiconsole/ipmiconsole_processing.c 2014-02-21 15:43:25.000000000 +0100
+++ new/freeipmi-1.4.5/libipmiconsole/ipmiconsole_processing.c 2014-07-01 19:13:21.000000000 +0200
@@ -2439,7 +2439,7 @@
&& max_outbound_payload_size >= IPMICONSOLE_MIN_CHARACTER_DATA + sol_hdr_len
&& max_outbound_payload_size <= IPMICONSOLE_MAX_CHARACTER_DATA + sol_hdr_len)
{
- c->session.max_sol_character_send_size = max_outbound_payload_size - sol_hdr_len;
+ c->session.max_sol_character_send_size = max_inbound_payload_size - sol_hdr_len;
return (1);
}
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/man/ipmi-oem.8.pre.in new/freeipmi-1.4.5/man/ipmi-oem.8.pre.in
--- old/freeipmi-1.4.4/man/ipmi-oem.8.pre.in 2014-03-13 16:12:58.000000000 +0100
+++ new/freeipmi-1.4.5/man/ipmi-oem.8.pre.in 2014-07-14 20:10:28.000000000 +0200
@@ -138,7 +138,7 @@
This OEM command will set the current SSH configuration on the IPMI
card. The possible keys and values are \fIssh=enable|disable\fR,
\fIidletimeout=seconds\fR, and \fIportnumber=num\fR. Multiple
-key=value pairs may be specified. If no key=value pairs are specifed,
+key=value pairs may be specified. If no key=value pairs are specified,
available pairs are output. Some fields may be read-only on specific
Poweredge systems. Command confirmed to work on Dell Poweredge R610
and R710 (Dell 11G Poweredge systems).
@@ -153,7 +153,7 @@
card. The possible keys and values are \fItelnet=enable|disable\fR,
\fIsessiontimeout=seconds\fR, \fIportnumber=num\fR, and
\fI7fls=enable|disable\fR. Multiple key=value pairs may be specified.
-If no key=value pairs are specifed, available pairs are output. Some
+If no key=value pairs are specified, available pairs are output. Some
fields may be read-only on specific Poweredge systems. Command
confirmed to work on Dell Poweredge R610 and R710 (Dell 11G Poweredge
systems).
@@ -168,7 +168,7 @@
IPMI card. The possible keys and values are
\fIwebserver=enable|disable\fR, \fIsessiontimeout=seconds\fR,
\fIhttpportnumber=num\fR, and \fIhttpsportnumber=num\fR. Multiple
-key=value pairs may be specified. If no key=value pairs are specifed,
+key=value pairs may be specified. If no key=value pairs are specified,
available pairs are output. Some fields may be read-only on specific
Poweredge systems. Command confirmed to work on Dell Poweredge R610
and R710 (Dell 11G Poweredge systems).
@@ -202,7 +202,7 @@
\fIgcfilter3=string\fR,
\}
and \fIcertificatevalidation=enable|disable\fR. If no key=value pairs
-are specifed, available pairs are output. Some fields may be
+are specified, available pairs are output. Some fields may be
read-only on specific Poweredge systems. Command confirmed to work on
Dell Poweredge R610 and R710 (Dell 11G Poweredge systems).
.TP
@@ -417,7 +417,7 @@
\fIsubject=string\fR, \fImessagecontent=string\fR,
\fIsenderemailaddress=string\fR, and \fIsmtphostname=string\fR.
Multiple key=value pairs may be specified. If no key=value pairs are
-specifed, available pairs are output. Command confirmed to work on
+specified, available pairs are output. Command confirmed to work on
Intel S5500WB (Penguin Computing Relion 700) and Intel S2600JF (Appro 512X).
.TP
.B get-power-restore-delay
@@ -727,7 +727,7 @@
any of the settings will disable the lockout feature. Each time any
of these settings is modified, the authentication failure count of
each enabled user is reset to 0. Multiple key=value pairs may be
-specified. If no key=value pairs are specifed, available pairs are
+specified. If no key=value pairs are specified, available pairs are
output. Command confirmed to work on Inventec 5441/5442 (Dell Xanadu
II/III).
.TP
@@ -761,7 +761,7 @@
should be assigned from the DHCP server. \fIdnsdomainname\fR
specifies the DNS domain name string. This field is read only if
\fIdnsdomainnamedhcp\fR is enabled. Multiple key=value pairs may be
-specified. If no key=value pairs are specifed, available pairs are
+specified. If no key=value pairs are specified, available pairs are
output. Command confirmed to work on Inventec 5441/5442 (Dell Xanadu
II/III).
.TP
@@ -775,7 +775,7 @@
IPMI card. The possible keys and values are
\fIwebserver=enable|disable\fR, \fIwebservertimeout=seconds\fR,
\fIhttpportnumber=num\fR, and \fIhttpsportnumber=num\fR. Multiple
-key=value pairs may be specified. If no key=value pairs are specifed,
+key=value pairs may be specified. If no key=value pairs are specified,
available pairs are output. Command confirmed to work on Inventec
5441/5442 (Dell Xanadu II/III).
.TP
@@ -796,7 +796,7 @@
minimum and maximum configured, and \fIuser\fR uses the user defined
time defined by \fIpowerondelay\fR. \fIpowerondelay\fR must be within
the minimum and maximum power on delay times. Multiple key=value
-pairs may be specified. If no key=value pairs are specifed, available
+pairs may be specified. If no key=value pairs are specified, available
pairs are output. Command confirmed to work on Inventec 5441/5442
(Dell Xanadu II/III).
.TP
@@ -996,7 +996,7 @@
should be assigned from the DHCP server. \fIdnsdomainname\fR
specifies the DNS domain name string. This field is read only if
\fIdnsdomainnamedhcp\fR is enabled. Multiple key=value pairs may be
-specified. If no key=value pairs are specifed, available pairs are
+specified. If no key=value pairs are specified, available pairs are
output. Command confirmed to work on Quanta S99Q (Dell FS12-TY).
.TP
.B get-web-server-config
@@ -1008,7 +1008,7 @@
IPMI card. The possible keys and values are
\fIwebserver=enable|disable\fR, \fIwebservertimeout=seconds\fR,
\fIhttpportnumber=num\fR, and \fIhttpsportnumber=num\fR. Multiple
-key=value pairs may be specified. If no key=value pairs are specifed,
+key=value pairs may be specified. If no key=value pairs are specified,
available pairs are output. Command confirmed to work on Quanta S99Q
(Dell FS12-TY).
.TP
@@ -1029,7 +1029,7 @@
minimum and maximum configured, and \fIuser\fR uses the user defined
time defined by \fIpowerondelay\fR. \fIpowerondelay\fR must be within
the minimum and maximum power on delay times. Multiple key=value
-pairs may be specified. If no key=value pairs are specifed, available
+pairs may be specified. If no key=value pairs are specified, available
pairs are output. Command confirmed to work on Quanta S99Q (Dell
FS12-TY).
.TP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/man/ipmi-sensors.8.pre.in new/freeipmi-1.4.5/man/ipmi-sensors.8.pre.in
--- old/freeipmi-1.4.4/man/ipmi-sensors.8.pre.in 2014-01-16 00:59:37.000000000 +0100
+++ new/freeipmi-1.4.5/man/ipmi-sensors.8.pre.in 2014-07-14 20:10:28.000000000 +0200
@@ -25,7 +25,7 @@
by a BMC. Sensors may output a sensor event of "Unknown" if the
sensor reading cannot be read. This is typical of a sensor that is
busy or a reading that cannot be calculated. If sensors report
-"Unrecognized State", it is indicative of an unkown sensor type,
+"Unrecognized State", it is indicative of an unknown sensor type,
typically an OEM sensor. If the sensor OEM interpretation is
available, the \fB\-\-interpret\-oem\-data\fR may be able to report
the appropriate sensor state. Sensors need not always report a sensor
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/freeipmi-1.4.4/man/libipmiconsole.3.pre.in new/freeipmi-1.4.5/man/libipmiconsole.3.pre.in
--- old/freeipmi-1.4.4/man/libipmiconsole.3.pre.in 2014-01-04 00:45:22.000000000 +0100
+++ new/freeipmi-1.4.5/man/libipmiconsole.3.pre.in 2014-07-12 00:04:41.000000000 +0200
@@ -60,9 +60,15 @@
underlying IPMI/SOL details away from the user into a relatively
simple file descriptor interface.
+Alternate default configuration value can be set for
+.B Libipmiconsole
+via the libipmiconsole.conf file. See
+. B libipmiconsole.conf(5)
+for more information.
.SH "FILES"
/usr/include/ipmiconsole.h
+@LIBIPMICONSOLE_CONFIG_FILE_DEFAULT@
#include <@top_srcdir@/man/manpage-common-reporting-bugs.man>
.SH COPYRIGHT
@@ -71,5 +77,5 @@
Copyright (C) 2006-2007 The Regents of the University of California.
#include <@top_srcdir@/man/manpage-common-gpl-library-text.man>
.SH "SEE ALSO"
-ipmiconsole(8)
+libipmiconsole.conf(5), ipmiconsole(8)
#include <@top_srcdir@/man/manpage-common-homepage.man>
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package mtr for openSUSE:Factory checked in at 2014-07-29 16:48:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mtr (Old)
and /work/SRC/openSUSE:Factory/.mtr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mtr"
Changes:
--------
--- /work/SRC/openSUSE:Factory/mtr/mtr.changes 2014-07-24 00:42:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mtr.new/mtr.changes 2014-07-29 16:48:57.000000000 +0200
@@ -1,0 +2,10 @@
+Tue Jul 22 09:12:17 UTC 2014 - jengelh(a)inai.de
+
+- Update to new upstream release 0.85
+* Add -z / --show-ip support
+* Made report wide switch properly to displayreport mode.
+* Fixed gtk field order. Bug #701513
+* Enable IPv6 resolvers.
+- Refresh patches to clear fuzz in applying them
+
+-------------------------------------------------------------------
Old:
----
mtr-0.82.tar.bz2
New:
----
mtr-0.85.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mtr.spec ++++++
--- /var/tmp/diff_new_pack.qx0WZq/_old 2014-07-29 16:48:58.000000000 +0200
+++ /var/tmp/diff_new_pack.qx0WZq/_new 2014-07-29 16:48:58.000000000 +0200
@@ -17,19 +17,15 @@
Name: mtr
-BuildRequires: automake
-BuildRequires: gtk2-devel
-BuildRequires: libcap-devel
-BuildRequires: ncurses-devel
-BuildRequires: update-desktop-files
-BuildRequires: xorg-x11-devel
Summary: Ping and Traceroute Network Diagnostic Tool
License: GPL-2.0
Group: Productivity/Networking/Diagnostic
-Version: 0.82
+Version: 0.85
Release: 0
Url: http://www.BitWizard.nl/mtr
-Source: %{name}-%{version}.tar.bz2
+
+#DL-URL: ftp://ftp.bitwizard.nl/mtr/
+Source: ftp://ftp.bitwizard.nl/mtr/%name-%version.tar.gz
Source1: xmtr.desktop
Patch1: mtr-0.75-manmtr.patch
Patch2: mtr-0.75-manxmtr.patch
@@ -37,6 +33,12 @@
Patch4: mtr-0.75-sec_snprintf.patch
Patch5: mtr-0.82-capabilities.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: automake
+BuildRequires: gtk2-devel
+BuildRequires: libcap-devel
+BuildRequires: ncurses-devel
+BuildRequires: update-desktop-files
+BuildRequires: xorg-x11-devel
Icon: mtr.gif
PreReq: permissions
@@ -73,7 +75,7 @@
%setup -q
cp mtr.8 xmtr.8
%patch1
-%patch2
+%patch2 -p1
%patch3
%patch4
%patch5 -p1
@@ -116,7 +118,11 @@
%defattr(-,root,root)
%doc AUTHORS COPYING FORMATS NEWS README SECURITY TODO
%doc %{_mandir}/man8/mtr.8*
+%if 0%{?suse_version} <= 1130
+%verify(not mode) %attr(755,root,dialout) /usr/sbin/mtr
+%else
%verify(not mode caps) %attr(750,root,dialout) /usr/sbin/mtr
+%endif
%files gtk
%defattr(-,root,root)
++++++ mtr-0.75-manxmtr.patch ++++++
--- /var/tmp/diff_new_pack.qx0WZq/_old 2014-07-29 16:48:58.000000000 +0200
+++ /var/tmp/diff_new_pack.qx0WZq/_new 2014-07-29 16:48:58.000000000 +0200
@@ -1,7 +1,11 @@
-Index: xmtr.8
+---
+ xmtr.8 | 34 +++++++++++++++++-----------------
+ 1 file changed, 17 insertions(+), 17 deletions(-)
+
+Index: mtr-0.85/xmtr.8
===================================================================
---- xmtr.8.orig
-+++ xmtr.8
+--- mtr-0.85.orig/xmtr.8
++++ mtr-0.85/xmtr.8
@@ -2,11 +2,11 @@
@@ -12,41 +16,41 @@
.SH SYNOPSIS
-.B mtr
-+.B xmtr
++.B xmtr
[\c
- .B \-hvrctglspeniu46\c
+ .B \-hvrctglspeniuTP46\c
]
-@@ -57,7 +57,7 @@ mtr \- a network diagnostic tool
+@@ -69,7 +69,7 @@ mtr \- a network diagnostic tool
.SH DESCRIPTION
-.B mtr
-+.B xmtr
++.B xmtr
combines the functionality of the
.B traceroute
and
-@@ -66,9 +66,9 @@ programs in a single network diagnostic
+@@ -78,9 +78,9 @@ programs in a single network diagnostic
.PP
As
-.B mtr
-+.B xmtr
++.B xmtr
starts, it investigates the network connection between the host
-.B mtr
+.B xmtr
runs on and
.BR HOSTNAME .
- by sending packets with purposly low TTLs. It continues to send
-@@ -95,7 +95,7 @@ Print the summary of command line argume
+ by sending packets with purposely low TTLs. It continues to send
+@@ -111,7 +111,7 @@ Print the summary of command line argume
.TP
.B \-\-version
.br
-Print the installed version of mtr.
-+Print the installed version of xmtr.
++Print the installed version of xmtr.
.TP
.B \-r
-@@ -103,11 +103,11 @@ Print the installed version of mtr.
+@@ -119,11 +119,11 @@ Print the installed version of mtr.
.B \-\-report
.br
This option puts
@@ -60,7 +64,7 @@
will run for the number of cycles specified by the
.B \-c
option, and then print statistics and exit.
-@@ -115,9 +115,9 @@ option, and then print statistics and ex
+@@ -131,9 +131,9 @@ option, and then print statistics and ex
\c
This mode is useful for generating statistics about network quality.
Note that each running instance of
@@ -72,56 +76,56 @@
to measure the quality of your network may result in decreased
network performance.
-@@ -160,7 +160,7 @@ packetsize upto that number.
+@@ -176,7 +176,7 @@ packet size upto that number.
.B \-\-curses
.br
Use this option to force
-.B mtr
-+.B xmtr
++.B xmtr
to use the curses based terminal
interface (if available).
-@@ -180,7 +180,7 @@ that are encoded in the response packets
+@@ -196,7 +196,7 @@ that are encoded in the response packets
.B \-\-no-dns
.br
Use this option to force
-.B mtr
-+.B xmtr
++.B xmtr
to display numeric IP numbers and not try to resolve the
host names.
-@@ -200,10 +200,10 @@ Example:
+@@ -248,10 +248,10 @@ Example:
.B \-\-gtk
.br
Use this option to force
-.B mtr
-+.B xmtr
++.B xmtr
to use the GTK+ based X11 window interface (if available).
GTK+ must have been available on the system when
-.B mtr
-+.B xmtr
++.B xmtr
was built for this to work. See the GTK+ web page at
- .B http://www.gimp.org/gtk/
+ .B http://www.gtk.org/
for more information about GTK+.
-@@ -214,7 +214,7 @@ for more information about GTK+.
+@@ -262,7 +262,7 @@ for more information about GTK+.
.B \-\-split
.br
Use this option to set
-.B mtr
-+.B xmtr
++.B xmtr
to spit out a format that is suitable for a split-user interface.
.TP
-@@ -223,7 +223,7 @@ to spit out a format that is suitable fo
+@@ -271,7 +271,7 @@ to spit out a format that is suitable fo
.B \-\-raw
.br
Use this option to tell
-.B mtr
-+.B xmtr
++.B xmtr
to use the raw output format. This format is better suited for
archival of the measurement results. It could be parsed to
be presented into any of the other display methods.
-@@ -266,7 +266,7 @@ Use IPv6 only.
+@@ -337,7 +337,7 @@ Use IPv6 only.
Some modern routers give a lower priority to ICMP ECHO packets than
to other network traffic. Consequently, the reliability of these
routers reported by
++++++ mtr-0.82-capabilities.patch ++++++
--- /var/tmp/diff_new_pack.qx0WZq/_old 2014-07-29 16:48:58.000000000 +0200
+++ /var/tmp/diff_new_pack.qx0WZq/_new 2014-07-29 16:48:58.000000000 +0200
@@ -1,10 +1,15 @@
-Index: mtr-0.82/configure.in
+---
+ configure.ac | 4 ++++
+ mtr.c | 15 +++++++++++++++
+ 2 files changed, 19 insertions(+)
+
+Index: mtr-0.85/configure.ac
===================================================================
---- mtr-0.82.orig/configure.in
-+++ mtr-0.82/configure.in
-@@ -27,6 +27,10 @@ AC_CHECK_HEADERS(socket.h sys/socket.h s
- # pull in anything if we don't refer to anything in the lib).
+--- mtr-0.85.orig/configure.ac
++++ mtr-0.85/configure.ac
+@@ -26,6 +26,10 @@ AC_CHECK_HEADERS(socket.h sys/socket.h s
AC_CHECK_LIB(termcap, tgetent)
+ AC_CHECK_LIB(tinfo, tgetent)
+AC_CHECK_LIB(cap, cap_init,
+ AC_DEFINE(HAVE_CAPABILITIES, 1, capability support)
@@ -13,13 +18,13 @@
AC_CHECK_FUNC(initscr, ,
AC_CHECK_LIB(ncurses, initscr, ,
AC_CHECK_LIB(curses, initscr, ,
-Index: mtr-0.82/mtr.c
+Index: mtr-0.85/mtr.c
===================================================================
---- mtr-0.82.orig/mtr.c
-+++ mtr-0.82/mtr.c
-@@ -35,6 +35,9 @@
- #include "report.h"
- #include "net.h"
+--- mtr-0.85.orig/mtr.c
++++ mtr-0.85/mtr.c
+@@ -46,6 +46,9 @@
+ #endif
+ #include "version.h"
+#ifdef HAVE_CAPABILITIES
+#include <sys/capability.h>
@@ -27,7 +32,7 @@
#ifdef ENABLE_IPV6
#define DEFAULT_AF AF_UNSPEC
-@@ -343,6 +346,18 @@ int main(int argc, char **argv)
+@@ -524,6 +527,18 @@ int main(int argc, char **argv)
exit( EXIT_FAILURE );
}
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0