Date: Thu, 19 Apr 2001 08:55:57 -0700 (PDT) From: vince@blue-box.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/26706: Update syslog-ng to 1.4.11 Message-ID: <200104191555.f3JFtvI95807@kenny.blue-box.net>
next in thread | raw e-mail | index | archive | help
>Number: 26706 >Category: ports >Synopsis: Update syslog-ng to 1.4.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Apr 19 09:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Vince Valenti >Release: FreeBSD 4.2-STABLE i386 >Organization: >Environment: >Description: This patch updates the syslog-ng port to version 1.4.11, adds FreeBSD's LOG_NTP facility, and fixes the "security" facility. This should be commited at the same time as the libol 0.2.21 patch. >How-To-Repeat: >Fix: diff -ruN syslog-ng.orig/Makefile syslog-ng/Makefile --- syslog-ng.orig/Makefile Tue Mar 6 18:21:58 2001 +++ syslog-ng/Makefile Sat Mar 31 20:19:35 2001 @@ -6,7 +6,7 @@ # PORTNAME= syslog-ng -PORTVERSION= 1.4.10 +PORTVERSION= 1.4.11 CATEGORIES= sysutils MASTER_SITES= http://www.balabit.hu/downloads/syslog-ng/1.4/ diff -ruN syslog-ng.orig/distinfo syslog-ng/distinfo --- syslog-ng.orig/distinfo Tue Mar 6 18:21:58 2001 +++ syslog-ng/distinfo Sat Mar 31 20:22:33 2001 @@ -1 +1 @@ -MD5 (syslog-ng-1.4.10.tar.gz) = 972763bf688a195e0a7c4188b0338105 +MD5 (syslog-ng-1.4.11.tar.gz) = 63f863635f74021cf91bae7cac1fe52b diff -ruN syslog-ng.orig/files/patch-ac syslog-ng/files/patch-ac --- syslog-ng.orig/files/patch-ac Wed Dec 31 16:00:00 1969 +++ syslog-ng/files/patch-ac Thu Apr 19 04:51:18 2001 @@ -0,0 +1,12 @@ +--- src/syslog-names.c.orig Thu Apr 19 21:15:46 2001 ++++ src/syslog-names.c Thu Apr 19 21:19:19 2001 +@@ -56,7 +56,8 @@ + { "lpr", LOG_LPR }, + { "mail", LOG_MAIL }, + { "news", LOG_NEWS }, +- { "security", LOG_AUTH }, /* DEPRECATED */ ++ { "ntp", LOG_NTP }, ++ { "security", LOG_SECURITY }, + { "syslog", LOG_SYSLOG }, + { "user", LOG_USER }, + { "uucp", LOG_UUCP }, >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104191555.f3JFtvI95807>