From 0a53ea334c9447b4a99cb2bb7ec42b768ac3a1f5 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 14 Nov 2018 09:40:24 -0800 Subject: [PATCH] rsyslog: Update to 8.39.0 Signed-off-by: Rosen Penev --- net/rsyslog/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/rsyslog/Makefile b/net/rsyslog/Makefile index 9b32dd637..3d4afffe2 100644 --- a/net/rsyslog/Makefile +++ b/net/rsyslog/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rsyslog -PKG_VERSION:=8.38.0 +PKG_VERSION:=8.39.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.rsyslog.com/files/download/rsyslog/ -PKG_HASH:=4d328ed3bcae784e15401c6c20ada2a9be380798ff6bf0da3fe2095915bba22c +PKG_HASH:=c71f96fed6538de397df25da602384f6ee2cb67329d9f3362af2a18508616ab4 PKG_MAINTAINER:= PKG_LICENSE:=GPL-3.0