Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Jun 2018 08:30:51 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473602 - head/sysutils/rsyslog8
Message-ID:  <201806300830.w5U8UpDw073061@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Sat Jun 30 08:30:51 2018
New Revision: 473602
URL: https://svnweb.freebsd.org/changeset/ports/473602

Log:
  Update to 8.36.0
  
  Upstream is deprecating liblogging-stdlog.so.0, but we still need the
  devel/liblogging port because we link against liblogging-rfc3195.so.0
  -- adjust the dependency accordingly.
  
  ChangeLog:	https://github.com/rsyslog/rsyslog/blob/v8.36.0/ChangeLog

Modified:
  head/sysutils/rsyslog8/Makefile
  head/sysutils/rsyslog8/distinfo

Modified: head/sysutils/rsyslog8/Makefile
==============================================================================
--- head/sysutils/rsyslog8/Makefile	Sat Jun 30 07:49:40 2018	(r473601)
+++ head/sysutils/rsyslog8/Makefile	Sat Jun 30 08:30:51 2018	(r473602)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	rsyslog
-PORTVERSION=	8.35.0
+PORTVERSION=	8.36.0
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.rsyslog.com/files/download/rsyslog/
 
@@ -14,7 +14,7 @@ LICENSE_COMB=	multi
 LIB_DEPENDS=	libee.so:devel/libee \
 		libestr.so:devel/libestr \
 		libfastjson.so:devel/libfastjson \
-		liblogging-stdlog.so:devel/liblogging \
+		liblogging-rfc3195.so:devel/liblogging \
 		libuuid.so:misc/e2fsprogs-libuuid \
 		libcurl.so:ftp/curl
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}docutils>0:textproc/py-docutils@${PY_FLAVOR}

Modified: head/sysutils/rsyslog8/distinfo
==============================================================================
--- head/sysutils/rsyslog8/distinfo	Sat Jun 30 07:49:40 2018	(r473601)
+++ head/sysutils/rsyslog8/distinfo	Sat Jun 30 08:30:51 2018	(r473602)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1526620739
-SHA256 (rsyslog-8.35.0.tar.gz) = d216a7f7c88341d5964657e61a33193c13d884c988822fced9fce3ab0b1f1082
-SIZE (rsyslog-8.35.0.tar.gz) = 2590108
+TIMESTAMP = 1530345829
+SHA256 (rsyslog-8.36.0.tar.gz) = 8a4b5beb92c6b308c3d14de2364c2788f62ef5d37ca0448144619edfe508ee70
+SIZE (rsyslog-8.36.0.tar.gz) = 2639477



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806300830.w5U8UpDw073061>