pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/liblognorm
Module Name: pkgsrc
Committed By: nia
Date: Tue Mar 24 15:59:58 UTC 2020
Modified Files:
pkgsrc/sysutils/liblognorm: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/sysutils/liblognorm/Makefile \
pkgsrc/sysutils/liblognorm/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/liblognorm/Makefile
diff -u pkgsrc/sysutils/liblognorm/Makefile:1.11 pkgsrc/sysutils/liblognorm/Makefile:1.12
--- pkgsrc/sysutils/liblognorm/Makefile:1.11 Sun Jan 26 17:32:10 2020
+++ pkgsrc/sysutils/liblognorm/Makefile Tue Mar 24 15:59:57 2020
@@ -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/
Index: pkgsrc/sysutils/liblognorm/distinfo
diff -u pkgsrc/sysutils/liblognorm/distinfo:1.11 pkgsrc/sysutils/liblognorm/distinfo:1.12
--- pkgsrc/sysutils/liblognorm/distinfo:1.11 Fri Mar 20 00:00:34 2020
+++ pkgsrc/sysutils/liblognorm/distinfo Tue Mar 24 15:59:57 2020
@@ -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