Revision: 26786
http://sourceforge.net/p/gar/code/26786
Author: dmichelsen
Date: 2021-09-13 12:15:59 +0000 (Mon, 13 Sep 2021)
Log Message:
-----------
nxlog/trunk: Update to 2.11.2190
Modified Paths:
--------------
csw/mgar/pkg/nxlog/trunk/Makefile
csw/mgar/pkg/nxlog/trunk/checksums
Modified: csw/mgar/pkg/nxlog/trunk/Makefile
===================================================================
--- csw/mgar/pkg/nxlog/trunk/Makefile 2021-09-13 09:28:26 UTC (rev 26785)
+++ csw/mgar/pkg/nxlog/trunk/Makefile 2021-09-13 12:15:59 UTC (rev 26786)
@@ -2,7 +2,8 @@
# TODO (release-critical prefixed with !, non release-critical with *)
#
NAME = nxlog-ce
-VERSION = 2.5.1089
+VERSION = 2.11.13
+FILEVERSION = 2.11.2190
GARTYPE = v2
DESCRIPTION = A multi-platform universal log collector and forwarder
@@ -10,11 +11,11 @@
nxlog is a modular, multi-threaded, high-performance log management solution
with multi-platform support. In concept it is similar to syslog-ng or rsyslog
but is not limited to unix/syslog only. It can collect logs from files in
various formats, receive logs from the network remotely over UDP, TCP or
TLS/SSL . It supports platform specific sources such as the Windows Eventlog,
Linux kernel logs, Android logs, local syslog etc. Writing and reading logs
to/from databases is also supported. The collected logs can be stored into
files, databases or forwarded to a remote log server using various protocols.
The old BSD Syslog and the newer IETF syslog standard is fully supported by
nxlog in addition to XML, JSON, GELF, CSV and custom formats. A key concept in
nxlog is to be able to handle and preserve structured logs. No need to convert
everything to syslog and parse these logs again at the other side. It has
powerful message filtering, log rewrite and conversion capabilities.
endef
-VENDOR_URL = http://nxlog-ce.sourceforge.net/
-MASTER_SITES = $(SF_MIRRORS)
-DISTFILES = $(DISTNAME).tar.gz
+VENDOR_URL = https://nxlog.co
+MASTER_SITES += https://nxlog.co/system/files/products/files/348/
+DISTFILES += $(NAME)-$(FILEVERSION).tar.gz
-GARCOMPILER = GCC4
+GARCOMPILER = GNU
BUILD_DEP_PKGS += CSWlibdbi-dev
BUILD_DEP_PKGS += CSWlibapr-dev
@@ -30,23 +31,10 @@
RUNTIME_DEP_PKGS_CSWnxlog-ce += CSWlibapr1-0
RUNTIME_DEP_PKGS_CSWnxlog-ce += CSWlibdbi1
RUNTIME_DEP_PKGS_CSWnxlog-ce += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWnxlog-ce += CSWlibnx0
-PACKAGES += CSWlibnx0
-CATALOGNAME_CSWlibnx0 = libnx0
-PKGFILES_CSWlibnx0 += $(call baseisadirs,$(libdir),libnx\.so\.0\.0\.0)
-PKGFILES_CSWlibnx0 += $(call baseisadirs,$(libdir),libnx\.so\.0(\.\d+)*)
-SPKG_DESC_CSWlibnx0 += $(DESCRIPTION), libnx.so.0
-RUNTIME_DEP_PKGS_CSWlibnx0 += CSWlibgcc-s1
-RUNTIME_DEP_PKGS_CSWlibnx0 += CSWlibapr1-0
-RUNTIME_DEP_PKGS_CSWlibnx0 += CSWlibpcre1
+OBSOLETED_BY_CSWnxlog-ce += CSWlibnx0
+OBSOLETED_BY_CSWnxlog-ce += CSWnxlog-ce-dev
-PACKAGES += CSWnxlog-ce-dev
-CATALOGNAME_CSWnxlog-ce-dev = nxlog_ce_dev
-SPKG_DESC_CSWnxlog-ce-dev += $(DESCRIPTION), development files
-PKGFILES_CSWnxlog-ce-dev += $(PKGFILES_DEVEL)
-RUNTIME_DEP_PKGS_CSWnxlog-ce-dev += CSWlibnx0
-
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --enable-static=no
Modified: csw/mgar/pkg/nxlog/trunk/checksums
===================================================================
--- csw/mgar/pkg/nxlog/trunk/checksums 2021-09-13 09:28:26 UTC (rev 26785)
+++ csw/mgar/pkg/nxlog/trunk/checksums 2021-09-13 12:15:59 UTC (rev 26786)
@@ -1 +1 @@
-527795596da4f54793dae8f95b0e31e6 nxlog-ce-2.5.1089.tar.gz
+5c78bf33a17a85eecdee867b724833d3 nxlog-ce-2.11.2190.tar.gz
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.