pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/liblogging
Module Name: pkgsrc
Committed By: nia
Date: Tue Mar 24 15:55:19 UTC 2020
Modified Files:
pkgsrc/sysutils/liblogging: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/liblogging/Makefile \
pkgsrc/sysutils/liblogging/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/liblogging/Makefile
diff -u pkgsrc/sysutils/liblogging/Makefile:1.3 pkgsrc/sysutils/liblogging/Makefile:1.4
--- pkgsrc/sysutils/liblogging/Makefile:1.3 Sat Dec 15 21:12:23 2018
+++ pkgsrc/sysutils/liblogging/Makefile Tue Mar 24 15:55:19 2020
@@ -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@localhost
HOMEPAGE= http://www.liblogging.org/
Index: pkgsrc/sysutils/liblogging/distinfo
diff -u pkgsrc/sysutils/liblogging/distinfo:1.3 pkgsrc/sysutils/liblogging/distinfo:1.4
--- pkgsrc/sysutils/liblogging/distinfo:1.3 Wed Nov 4 01:32:19 2015
+++ pkgsrc/sysutils/liblogging/distinfo Tue Mar 24 15:55:19 2020
@@ -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
Home |
Main Index |
Thread Index |
Old Index