svn commit: r481980 - in head/sysutils: syslog-ng syslog-ng310 syslog-ng311 syslog-ng312 syslog-ng313
Cy Schubert
cy at FreeBSD.org
Sat Oct 13 13:33:53 UTC 2018
Author: cy
Date: Sat Oct 13 13:33:50 2018
New Revision: 481980
URL: https://svnweb.freebsd.org/changeset/ports/481980
Log:
Mark syslog-ng310, syslog-ng311, syslog-ng312, and syslog-ng313
deprecated and expired at the end of 2019, as they are no longer
officially supported by Balabit. syslog-ng39 will remain as it,
along with syslog-ng314, are reported to be the most stable and
most popular versions of syslog-ng.
Discussed with: Peter Czanik (CzP) <peter.czanik at balabit.com>
Reviewed by: Peter Czanik (CzP) <peter.czanik at balabit.com>
Balabit / syslog-ng upstream
Modified:
head/sysutils/syslog-ng/Makefile (contents, props changed)
head/sysutils/syslog-ng310/Makefile (contents, props changed)
head/sysutils/syslog-ng311/Makefile (contents, props changed)
head/sysutils/syslog-ng312/Makefile (contents, props changed)
head/sysutils/syslog-ng313/Makefile (contents, props changed)
Modified: head/sysutils/syslog-ng/Makefile
==============================================================================
--- head/sysutils/syslog-ng/Makefile Sat Oct 13 13:33:45 2018 (r481979)
+++ head/sysutils/syslog-ng/Makefile Sat Oct 13 13:33:50 2018 (r481980)
@@ -1,6 +1,6 @@
# $FreeBSD$
-VERSIONS= 39 310 311 312 313 314 315 317
+VERSIONS= 39 314 315 317
SYSLOG_NG_VERSION?= 317
MASTERDIR= ${.CURDIR}/../syslog-ng${SYSLOG_NG_VERSION}
Modified: head/sysutils/syslog-ng310/Makefile
==============================================================================
--- head/sysutils/syslog-ng310/Makefile Sat Oct 13 13:33:45 2018 (r481979)
+++ head/sysutils/syslog-ng310/Makefile Sat Oct 13 13:33:50 2018 (r481980)
@@ -15,6 +15,9 @@ PKGNAMESUFFIX= 310
MAINTAINER= cy at FreeBSD.org
COMMENT= Powerful syslogd replacement
+DEPRECATED= No longer supported by Balabit
+EXPIRATION_DATE= 2019-12-31
+
LIB_DEPENDS= libevtlog.so:sysutils/eventlog \
libpcre.so:devel/pcre \
libuuid.so:misc/e2fsprogs-libuuid \
Modified: head/sysutils/syslog-ng311/Makefile
==============================================================================
--- head/sysutils/syslog-ng311/Makefile Sat Oct 13 13:33:45 2018 (r481979)
+++ head/sysutils/syslog-ng311/Makefile Sat Oct 13 13:33:50 2018 (r481980)
@@ -14,6 +14,9 @@ PKGNAMESUFFIX= 311
MAINTAINER= cy at FreeBSD.org
COMMENT= Powerful syslogd replacement
+DEPRECATED= No longer supported by Balabit
+EXPIRATION_DATE= 2019-12-31
+
LIB_DEPENDS= libpcre.so:devel/pcre \
libuuid.so:misc/e2fsprogs-libuuid \
libbson-1.0.so:devel/libbson
Modified: head/sysutils/syslog-ng312/Makefile
==============================================================================
--- head/sysutils/syslog-ng312/Makefile Sat Oct 13 13:33:45 2018 (r481979)
+++ head/sysutils/syslog-ng312/Makefile Sat Oct 13 13:33:50 2018 (r481980)
@@ -18,6 +18,8 @@ LIB_DEPENDS= libpcre.so:devel/pcre \
libuuid.so:misc/e2fsprogs-libuuid \
libbson-1.0.so:devel/libbson
+DEPRECATED= No longer officially supported by Balabit
+EXPIRATION_DATE= 2019-12-31
BROKEN_powerpc64= fails to link: Internal error: Segmentation fault (program ld)
BROKEN_sparc64= fails to link: Internal error: Segmentation fault (program ld)
Modified: head/sysutils/syslog-ng313/Makefile
==============================================================================
--- head/sysutils/syslog-ng313/Makefile Sat Oct 13 13:33:45 2018 (r481979)
+++ head/sysutils/syslog-ng313/Makefile Sat Oct 13 13:33:50 2018 (r481980)
@@ -14,6 +14,9 @@ PKGNAMESUFFIX= 313
MAINTAINER= cy at FreeBSD.org
COMMENT= Powerful syslogd replacement
+DEPRECATED= No longer officially supported by Balabit
+EXPIRATION_DATE= 2019-12-31
+
LIB_DEPENDS= libpcre.so:devel/pcre \
libuuid.so:misc/e2fsprogs-libuuid \
libbson-1.0.so:devel/libbson
More information about the svn-ports-all
mailing list