pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/liblognorm liblognorm: Update to 1.0.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/432002a77271
branches: trunk
changeset: 414159:432002a77271
user: nia <nia%pkgsrc.org@localhost>
date: Tue Mar 24 15:59:57 2020 +0000
description:
liblognorm: 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:
sysutils/liblognorm/Makefile | 6 +++---
sysutils/liblognorm/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (31 lines):
diff -r e0a8c50368d2 -r 432002a77271 sysutils/liblognorm/Makefile
--- a/sysutils/liblognorm/Makefile Tue Mar 24 15:59:40 2020 +0000
+++ b/sysutils/liblognorm/Makefile Tue Mar 24 15:59:57 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2020/01/26 17:32:10 rillig Exp $
+# $NetBSD: Makefile,v 1.12 2020/03/24 15:59:57 nia Exp $
-DISTNAME= liblognorm-2.0.5
+DISTNAME= liblognorm-2.0.6
CATEGORIES= sysutils
-MASTER_SITES= http://www.liblognorm.com/files/download/
+MASTER_SITES= https://www.liblognorm.com/files/download/
MAINTAINER= fhajny%NetBSD.org@localhost
HOMEPAGE= https://www.liblognorm.com/
diff -r e0a8c50368d2 -r 432002a77271 sysutils/liblognorm/distinfo
--- a/sysutils/liblognorm/distinfo Tue Mar 24 15:59:40 2020 +0000
+++ b/sysutils/liblognorm/distinfo Tue Mar 24 15:59:57 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.11 2020/03/20 00:00:34 joerg Exp $
+$NetBSD: distinfo,v 1.12 2020/03/24 15:59:57 nia Exp $
-SHA1 (liblognorm-2.0.5.tar.gz) = 3cd01b4218d38d22209fb2f7e47d98f64b6bd11c
-RMD160 (liblognorm-2.0.5.tar.gz) = 656f8d4be11013c1a74569221b220dfcf9819686
-SHA512 (liblognorm-2.0.5.tar.gz) = 2b36fabfa8b751127d47f307833414d339ae43bad5b687ce6ac42a961021f9a515703ca0c4808e098ef49be3a943abdbf307f90995a2331c6e266167ef041d00
-Size (liblognorm-2.0.5.tar.gz) = 667709 bytes
+SHA1 (liblognorm-2.0.6.tar.gz) = 61c72b58f511924ab80401b0719803963872c73d
+RMD160 (liblognorm-2.0.6.tar.gz) = a6b0d184494c56c0520d45e64a11bdf40b05a710
+SHA512 (liblognorm-2.0.6.tar.gz) = 0b4ee55eb54920dd096fdd6d6dcc2263bc52e74442d86503bfebf26b31492a8c1b67cb3b709ecc8b96cc53252151515719027306b2b6f7ba3404adc5a48cf125
+Size (liblognorm-2.0.6.tar.gz) = 666712 bytes
SHA1 (patch-tests_options.sh.in) = 63c4a4df4d2adc03a6c8be2cf77b84a3b5a6d028
Home |
Main Index |
Thread Index |
Old Index