Up to [cvs.NetBSD.org] / pkgsrc / sysutils / liblogging
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Mon Jul 25 11:12:28 2022 UTC (13 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
HEAD
Changes since 1.5: +1 -2
lines
Diff to previous 1.5 (colored)
*: remove pkg-config from tools where no buildlink3.mk file is included Bulk build on NetBSD of these packages had the same result as before (build succeeds, no PLIST change).
Revision 1.5 / (download) - annotate - [select for diffs], Wed May 27 19:37:42 2020 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
*: reset MAINTAINER for fhajny on his request
Revision 1.4 / (download) - annotate - [select for diffs], Tue Mar 24 15:55:19 2020 UTC (3 years, 5 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.3: +3 -3
lines
Diff to previous 1.3 (colored)
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.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Dec 15 21:12:23 2018 UTC (4 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
*: update email for fhajny
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jan 16 16:35:37 2015 UTC (8 years, 8 months ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Update liblogging to 1.0.5. - cleanup for systemd-journal >= 209 - bugfix: date stamp was incorrectly formatted The day part was totally off. This affected the "uxsock:" and "file:" drivers.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Sep 4 19:46:34 2014 UTC (9 years ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3
Import liblogging-1.0.4 as sysutils/liblogging. Liblogging is an easy to use library for logging. It offers an enhanced replacement for the syslog() call, but retains its ease of use.