logwatch: Update to 7.5.3

Message ID 20200125185724.24335-1-matthias.fischer@ipfire.org
State Accepted
Commit cd9fc42d96888d5d95c4edc6ef7a01269e79b805
Headers
Series logwatch: Update to 7.5.3 |

Commit Message

Matthias Fischer Jan. 25, 2020, 6:57 p.m. UTC
  For details see:
https://sourceforge.net/p/logwatch/activity/?page=0&limit=100#5e27da933241d23c845e8cce

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 lfs/logwatch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Michael Tremer Jan. 26, 2020, 10:10 a.m. UTC | #1
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>

> On 25 Jan 2020, at 18:57, Matthias Fischer <matthias.fischer@ipfire.org> wrote:
> 
> For details see:
> https://sourceforge.net/p/logwatch/activity/?page=0&limit=100#5e27da933241d23c845e8cce
> 
> Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
> ---
> lfs/logwatch | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/logwatch b/lfs/logwatch
> index eb576717c..a980b1b40 100644
> --- a/lfs/logwatch
> +++ b/lfs/logwatch
> @@ -24,7 +24,7 @@
> 
> include Config
> 
> -VER        = 7.5.2
> +VER        = 7.5.3
> 
> THISAPP    = logwatch-$(VER)
> DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
> 
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
> 
> -$(DL_FILE)_MD5 = 634b2ac423b77b809d400cc6085db49d
> +$(DL_FILE)_MD5 = 8bcf3edc5a4687c8aad1b9c01e2be54b
> 
> install : $(TARGET)
> 
> -- 
> 2.18.0
>
  

Patch

diff --git a/lfs/logwatch b/lfs/logwatch
index eb576717c..a980b1b40 100644
--- a/lfs/logwatch
+++ b/lfs/logwatch
@@ -24,7 +24,7 @@ 
 
 include Config
 
-VER        = 7.5.2
+VER        = 7.5.3
 
 THISAPP    = logwatch-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@  objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 634b2ac423b77b809d400cc6085db49d
+$(DL_FILE)_MD5 = 8bcf3edc5a4687c8aad1b9c01e2be54b
 
 install : $(TARGET)