pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/liblogging liblogging: Update to 1.0.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94d064157765
branches:  trunk
changeset: 425894:94d064157765
user:      nia <nia%pkgsrc.org@localhost>
date:      Tue Mar 24 15:55:19 2020 +0000

description:
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:

 sysutils/liblogging/Makefile |   6 +++---
 sysutils/liblogging/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r b74b34bae1e3 -r 94d064157765 sysutils/liblogging/Makefile
--- a/sysutils/liblogging/Makefile      Tue Mar 24 15:52:51 2020 +0000
+++ b/sysutils/liblogging/Makefile      Tue Mar 24 15:55:19 2020 +0000
@@ -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/
diff -r b74b34bae1e3 -r 94d064157765 sysutils/liblogging/distinfo
--- a/sysutils/liblogging/distinfo      Tue Mar 24 15:52:51 2020 +0000
+++ b/sysutils/liblogging/distinfo      Tue Mar 24 15:55:19 2020 +0000
@@ -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