[logwatch] Update to revision 100 Update logwatch-named-dnssec.patch

jsynacek jsynacek at fedoraproject.org
Wed Apr 25 07:15:29 UTC 2012


commit 0f6c1a6151062aed8c1f51e1c65e0c4dd5969018
Author: Jan Synacek <jsynacek at redhat.com>
Date:   Wed Apr 25 09:13:51 2012 +0200

    Update to revision 100
    Update logwatch-named-dnssec.patch

 .gitignore                  |    1 +
 logwatch-named-dnssec.patch |    4 ++--
 logwatch.spec               |   14 +++++++++-----
 sources                     |    2 +-
 4 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 00f738e..9ee22c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ logwatch-7.3.6.tar.gz
 /logwatch-svn46.tar.xz
 /logwatch-svn50.tar.xz
 /logwatch-svn85.tar.xz
+/logwatch-svn100.tar.xz
diff --git a/logwatch-named-dnssec.patch b/logwatch-named-dnssec.patch
index f0633ea..23915b5 100644
--- a/logwatch-named-dnssec.patch
+++ b/logwatch-named-dnssec.patch
@@ -9,7 +9,7 @@ diff -up logwatch-svn46/scripts/services/named.dnssec logwatch-svn46/scripts/ser
        ($ThisLine =~ /success resolving '.*' \(in '.*'?\) after disabling EDNS/) or
        ($ThisLine =~ /success resolving '.*' \(in '.*'?\) after reducing the advertised EDNS UDP packet size to 512 octets/) or
        ($ThisLine =~ /the working directory is not writable/) or
-@@ -249,6 +250,11 @@ while (defined($ThisLine = <STDIN>)) {
+@@ -250,6 +250,11 @@ while (defined($ThisLine = <STDIN>)) {
        ($ThisLine =~ /refresh in progress, refresh check queued/) or
        ($ThisLine =~ /refresh: NODATA response from master/) or
        ($ThisLine =~ /update with no effect/) or
@@ -18,9 +18,9 @@ diff -up logwatch-svn46/scripts/services/named.dnssec logwatch-svn46/scripts/ser
 +      ($ThisLine =~ /set up managed keys zone/) or
 +      # the following seems okay since it says "success"
 +      ($ThisLine =~ /managed-keys-zone .*: No DNSKEY RRSIGs found for '.*': success/) or
+       ($ThisLine =~ /validating \@0x[[:xdigit:]]+: .* no valid signature found/) or
        # ignore this line because the following line describes the error
        ($ThisLine =~ /unexpected error/)
-    ) {
 @@ -269,7 +275,8 @@ while (defined($ThisLine = <STDIN>)) {
        $ShutdownNamed++;
     } elsif ( $ThisLine =~ /named shutdown failed/ ) {
diff --git a/logwatch.spec b/logwatch.spec
index 2181532..f7ef755 100644
--- a/logwatch.spec
+++ b/logwatch.spec
@@ -1,15 +1,15 @@
 Summary: A log file analysis program
 Name: logwatch
 Version: 7.4.0
-Release: 9.20120229svn85%{?dist}
+Release: 10.20120229svn100%{?dist}
 License: MIT
 Group: Applications/System
 URL: http://www.logwatch.org/
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
-#  svn export -r 85 https://logwatch.svn.sourceforge.net/svnroot/logwatch logwatch-svn85
-#  tar cJvf logwatch-svn85.tar.xz logwatch-svn85
-Source0: logwatch-svn85.tar.xz
+#  svn export -r 100 https://logwatch.svn.sourceforge.net/svnroot/logwatch logwatch-svn100
+#  tar cJvf logwatch-svn100.tar.xz logwatch-svn100
+Source0: logwatch-svn100.tar.xz
 #Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 # Needs proper fix. Not applied by the upstream.
 Patch0: logwatch-vsftpd.patch
@@ -37,7 +37,7 @@ that you wish with the detail that you wish.  Easy to use - works right out
 of the package on many systems.
 
 %prep
-%setup -q -n logwatch-svn85
+%setup -q -n logwatch-svn100
 %patch0 -p1
 %patch1 -p1
 %patch2 -p0
@@ -139,6 +139,10 @@ echo "# Configuration overrides for specific logfiles/services may be placed her
 %{_mandir}/man*/*
 
 %changelog
+* Wed Apr 25 2012 Jan Synáček <jsynacek at redhat.com> - 7.4.0-10.20120425svn100
+- Update to revision 100
+- Update logwatch-named-dnssec.patch
+
 * Thu Mar 01 2012 Jan Synáček <jsynacek at redhat.com> - 7.4.0-9.20120229svn85
 - Get the release version right this time
 
diff --git a/sources b/sources
index 43dd4db..eb00d63 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e26506612777f483d9dfc27ad04d2e4  logwatch-svn85.tar.xz
+6436e06376dcd23063e798918971b214  logwatch-svn100.tar.xz


More information about the scm-commits mailing list