summaryrefslogtreecommitdiff
path: root/sysutils/liblogging
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-24 15:55:19 +0000
committernia <nia@pkgsrc.org>2020-03-24 15:55:19 +0000
commit14dfe8b6e0b490c77a96410692833e4f30d54cdf (patch)
tree3c5502731e3aec83e1d57b55ec15d25fd6d71c6c /sysutils/liblogging
parent7252739ffa5fd5905dace1b5966da9ecfd85adc7 (diff)
downloadpkgsrc-14dfe8b6e0b490c77a96410692833e4f30d54cdf.tar.gz
liblogging: Update to 1.0.6
v1.0.6 2017-03-06 - fix small memory leaks in libstdlog each open/close leaked a couple of bytes; this was no problem, except if they were called very often. However, it was a problem when using memory debuggers, which rightfully complained. - fix BSD build - enhancement: sigsafe_printf now recognizes the "j" length modifier Thanks to David A. Bright for implementing this - fix: build_file_line and build_syslog_frame call the __stdlog_print_* functions incorrectly Change these functions so that they call the __stdlog_print_* functions with the correct buffer size. see also: https://github.com/rsyslog/liblogging/issues/33 Thanks to David A. Bright for the patch. - Implement a STDLOG_PID option ... to specify that each log message should be tagged with the process identifier as well as the ident. Thanks to David A. Bright for implementing this - bugfix: potentialSEGV in the stdlog_sigsafe_string formatter if NULL pointer was passed in Thanks to David A. Bright for the patch - bugfix: stdlog_sigsafe_printf mis-handles an int or unsigned int Thanks to David A. Bright for the patch - build system: auto-detect presence of journal libraries simplifies build for most users. Many complained on mailing list about missing journal dependency. Now by default we disable it if the libs are not found, what usually is the right thing to do.
Diffstat (limited to 'sysutils/liblogging')
-rw-r--r--sysutils/liblogging/Makefile6
-rw-r--r--sysutils/liblogging/distinfo10
2 files changed, 8 insertions, 8 deletions
diff --git a/sysutils/liblogging/Makefile b/sysutils/liblogging/Makefile
index 1297211bb4a..5bef1cdc401 100644
--- a/sysutils/liblogging/Makefile
+++ b/sysutils/liblogging/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2018/12/15 21:12:23 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2020/03/24 15:55:19 nia Exp $
-DISTNAME= liblogging-1.0.5
+DISTNAME= liblogging-1.0.6
CATEGORIES= sysutils
-MASTER_SITES= http://download.rsyslog.com/liblogging/
+MASTER_SITES= https://download.rsyslog.com/liblogging/
MAINTAINER= fhajny@NetBSD.org
HOMEPAGE= http://www.liblogging.org/
diff --git a/sysutils/liblogging/distinfo b/sysutils/liblogging/distinfo
index 0ed5038571e..fee13323e4e 100644
--- a/sysutils/liblogging/distinfo
+++ b/sysutils/liblogging/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/04 01:32:19 agc Exp $
+$NetBSD: distinfo,v 1.4 2020/03/24 15:55:19 nia Exp $
-SHA1 (liblogging-1.0.5.tar.gz) = e202bf9412747ecd384678e8b3024a4646d45c2f
-RMD160 (liblogging-1.0.5.tar.gz) = b9936e7cf4abde97d578db3b904539c117403212
-SHA512 (liblogging-1.0.5.tar.gz) = fd0c89b670bdf4d257d6a31b18b44940ba2edae84633ead6577f164e1ded93709445c35027a28f6e7fda4c984964c3446978eaf0abf843e31ecc11b979e2adde
-Size (liblogging-1.0.5.tar.gz) = 571051 bytes
+SHA1 (liblogging-1.0.6.tar.gz) = f07012fc8bd74e0c7bdcacaa772828639d1a9657
+RMD160 (liblogging-1.0.6.tar.gz) = 63af6d05b2bef0cf605802b8e93415756f112b52
+SHA512 (liblogging-1.0.6.tar.gz) = 09c90a93b2d32afa44be5a800705a64690810a56d21bed1455cb70680b01fecd4efef3881a43f98ebcafa996b6046ed8e5af935eacc12014f330a7fd23674964
+Size (liblogging-1.0.6.tar.gz) = 593393 bytes