]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
logwatch: Update to 7.5.5
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 30 Jan 2021 12:44:54 +0000 (13:44 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 1 Feb 2021 10:36:54 +0000 (10:36 +0000)
For details see:
https://build.opensuse.org/package/view_file/server:monitoring/logwatch/ChangeLog?expand=1

Plus: deleted no longer need dhcpd-patch.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/logwatch
src/patches/logwatch/logwatch-7.5.4-dhcpd_reuse_lease_entries.patch [deleted file]

index 0ad9a83f5bae8431f4ae6cb13f377d20ae1bfd69..501903edad749883596fe726bcd0638ef570943f 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 7.5.4
+VER        = 7.5.5
 
 THISAPP    = logwatch-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 47b35a8e5efc415b4a775415255b8d1f
+$(DL_FILE)_MD5 = b658e4db27d905151396ecadcbcb24b1
 
 install : $(TARGET)
 
@@ -73,7 +73,6 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        cd $(DIR_APP) && sed -e "s/^TEMPDIR=.*/TEMPDIR=\"\/tmp\"/g" -i install_logwatch.sh
 
        cd $(DIR_APP)/lib && patch < $(DIR_SRC)/src/patches/logwatch/logwatch-7.3.6-date_manip6.patch
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/logwatch/logwatch-7.5.4-dhcpd_reuse_lease_entries.patch
        cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/logwatch/logwatch-7.5.4-disable_iptables.patch
        cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/logwatch/logwatch-7.5.4-clamav_fix_unmatch_entries.patch
 
diff --git a/src/patches/logwatch/logwatch-7.5.4-dhcpd_reuse_lease_entries.patch b/src/patches/logwatch/logwatch-7.5.4-dhcpd_reuse_lease_entries.patch
deleted file mode 100644 (file)
index a66170a..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/scripts/services/dhcpd b/scripts/services/dhcpd
-index 87312f7..bb5cd4c 100644
---- a/scripts/services/dhcpd
-+++ b/scripts/services/dhcpd
-@@ -79,7 +79,9 @@ while (my $line = <STDIN>) {
-       ($line =~ /^Solicit message from/) or
-       ($line =~ /^Sending Advertise to/) or
-       ($line =~ /^pool [0-9a-f]+ /) or
--      ($line =~ /^[^ ]* file: /)
-+      ($line =~ /^[^ ]* file: /) or
-+      ($line =~ /^reuse_lease: lease age \d+ \(secs\) under \d+\% threshold, reply with unaltered, existing lease for/) or
-+      0 # noop, but makes diffs easier when appending ignore statements
-       ) {
-       # Ignore these lines
-    } elsif ($line =~ s/Listening on\s+//) {