From 0e1e0c75e0be8e1f52acf5ce3973633c4e31e64a Mon Sep 17 00:00:00 2001 From: Cy Schubert Date: Sat, 13 Oct 2018 13:33:50 +0000 Subject: [PATCH] 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) Reviewed by: Peter Czanik (CzP) Balabit / syslog-ng upstream --- sysutils/syslog-ng/Makefile | 2 +- sysutils/syslog-ng310/Makefile | 3 +++ sysutils/syslog-ng311/Makefile | 3 +++ sysutils/syslog-ng312/Makefile | 2 ++ sysutils/syslog-ng313/Makefile | 3 +++ 5 files changed, 12 insertions(+), 1 deletion(-) diff --git a/sysutils/syslog-ng/Makefile b/sysutils/syslog-ng/Makefile index 02adad1cd46b..67d33fd83ece 100644 --- a/sysutils/syslog-ng/Makefile +++ b/sysutils/syslog-ng/Makefile @@ -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} diff --git a/sysutils/syslog-ng310/Makefile b/sysutils/syslog-ng310/Makefile index 57a52e7bda87..02b736acdcf0 100644 --- a/sysutils/syslog-ng310/Makefile +++ b/sysutils/syslog-ng310/Makefile @@ -15,6 +15,9 @@ PKGNAMESUFFIX= 310 MAINTAINER= cy@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 \ diff --git a/sysutils/syslog-ng311/Makefile b/sysutils/syslog-ng311/Makefile index 617886b056bd..a50b9ef6c907 100644 --- a/sysutils/syslog-ng311/Makefile +++ b/sysutils/syslog-ng311/Makefile @@ -14,6 +14,9 @@ PKGNAMESUFFIX= 311 MAINTAINER= cy@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 diff --git a/sysutils/syslog-ng312/Makefile b/sysutils/syslog-ng312/Makefile index 703d96037d25..66cc4b54b36d 100644 --- a/sysutils/syslog-ng312/Makefile +++ b/sysutils/syslog-ng312/Makefile @@ -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) diff --git a/sysutils/syslog-ng313/Makefile b/sysutils/syslog-ng313/Makefile index f9df621bb854..d8bed4c0f0e1 100644 --- a/sysutils/syslog-ng313/Makefile +++ b/sysutils/syslog-ng313/Makefile @@ -14,6 +14,9 @@ PKGNAMESUFFIX= 313 MAINTAINER= cy@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