svn commit: r369854 - in head/sysutils: rsyslog7 rsyslog8 rsyslog8/files
Brad Davis
brd at FreeBSD.org
Thu Oct 2 19:31:54 UTC 2014
Author: brd (doc committer)
Date: Thu Oct 2 19:31:52 2014
New Revision: 369854
URL: https://svnweb.freebsd.org/changeset/ports/369854
QAT: https://qat.redports.org/buildarchive/r369854/
Log:
- Update sysutils/rsyslog7 to 7.6.7 [1] and sysutils/rsyslog8 to 8.4.2 [2] to fix CVE-2014-3634 [3].
1: http://www.rsyslog.com/changelog-for-7-6-7-v7-stable/
2: http://www.rsyslog.com/changelog-for-8-4-2-v8-stable/
3: http://www.rsyslog.com/remote-syslog-pri-vulnerability/
Reviewed by: bdrewery
Security: 8e0e86ff-48b5-11e4-ab80-000c29f6ae42
Deleted:
head/sysutils/rsyslog8/files/patch-runtime--libgcry.c
head/sysutils/rsyslog8/files/patch-runtime--lmcry_gcry.c
head/sysutils/rsyslog8/files/patch-runtime--queue.c
head/sysutils/rsyslog8/files/patch-runtime--stream.h
Modified:
head/sysutils/rsyslog7/distinfo
head/sysutils/rsyslog8/Makefile
head/sysutils/rsyslog8/distinfo
head/sysutils/rsyslog8/pkg-plist
Modified: head/sysutils/rsyslog7/distinfo
==============================================================================
--- head/sysutils/rsyslog7/distinfo Thu Oct 2 19:30:56 2014 (r369853)
+++ head/sysutils/rsyslog7/distinfo Thu Oct 2 19:31:52 2014 (r369854)
@@ -1,2 +1,2 @@
-SHA256 (rsyslog-7.6.6.tar.gz) = c77ae0db6204c5bd670fa96c354ee5fe1c62c876bd84ec06ed429138c78885bb
-SIZE (rsyslog-7.6.6.tar.gz) = 3027663
+SHA256 (rsyslog-7.6.7.tar.gz) = fc29d2d9cbf3396091dd0bab2eb6f847aed4a44ef73138a97ddf9447446125ee
+SIZE (rsyslog-7.6.7.tar.gz) = 3028684
Modified: head/sysutils/rsyslog8/Makefile
==============================================================================
--- head/sysutils/rsyslog8/Makefile Thu Oct 2 19:30:56 2014 (r369853)
+++ head/sysutils/rsyslog8/Makefile Thu Oct 2 19:31:52 2014 (r369854)
@@ -1,14 +1,15 @@
# $FreeBSD$
PORTNAME= rsyslog
-PORTVERSION= 8.4.1
+PORTVERSION= 8.4.2
CATEGORIES= sysutils
MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/
MAINTAINER= brd at FreeBSD.org
COMMENT= Syslogd supporting SQL, TCP, and TLS
-BUILD_DEPENDS= libgcrypt-config:${PORTSDIR}/security/libgcrypt
+BUILD_DEPENDS= libgcrypt-config:${PORTSDIR}/security/libgcrypt \
+ rst2man:${PORTSDIR}/textproc/py-docutils
LIB_DEPENDS= libee.so:${PORTSDIR}/devel/libee \
libestr.so:${PORTSDIR}/devel/libestr \
Modified: head/sysutils/rsyslog8/distinfo
==============================================================================
--- head/sysutils/rsyslog8/distinfo Thu Oct 2 19:30:56 2014 (r369853)
+++ head/sysutils/rsyslog8/distinfo Thu Oct 2 19:31:52 2014 (r369854)
@@ -1,2 +1,2 @@
-SHA256 (rsyslog-8.4.1.tar.gz) = 1c7f3e8ebb7f9865dd4100c4982d50567dded2218177086d1e02d698e352d8ac
-SIZE (rsyslog-8.4.1.tar.gz) = 1938151
+SHA256 (rsyslog-8.4.2.tar.gz) = 71c3c6dac74fba2692f9fefb092cd3d22e2bd71eb702e0da06648de51b8b7b9a
+SIZE (rsyslog-8.4.2.tar.gz) = 1938563
Modified: head/sysutils/rsyslog8/pkg-plist
==============================================================================
--- head/sysutils/rsyslog8/pkg-plist Thu Oct 2 19:30:56 2014 (r369853)
+++ head/sysutils/rsyslog8/pkg-plist Thu Oct 2 19:31:52 2014 (r369854)
@@ -15,6 +15,7 @@ lib/rsyslog/lmstrmsrv.so
lib/rsyslog/lmtcpclt.so
lib/rsyslog/lmtcpsrv.so
lib/rsyslog/lmzlibw.so
+lib/rsyslog/mmexternal.so
lib/rsyslog/ommail.so
lib/rsyslog/omstdout.so
lib/rsyslog/omtesting.so
More information about the svn-ports-all
mailing list