pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/spdlog spdlog: update to 1.10.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/26c5cd3e6c12
branches:  trunk
changeset: 377450:26c5cd3e6c12
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 20 20:42:45 2022 +0000

description:
spdlog: update to 1.10.0.

    Bump fmt to version 8.1.1.
    Added file event handlers #2165, #2169 Thanks @seker.
    You can get callbacks from spdlog before/after log file has been opened or closed.
    This is useful for cleanup procedures or for adding something to the start/end of the log files.
    Fixed rotating file sink: when disk is full log rotation resulted zero size log files. #2261. (thanks @kishorekrd for reporting).
    Added new udp_sink #2090. Thanks @CJLove
    (Experimental) Option to depend on std::format instead of fmtlib (set SPDLOG_USE_STD_FORMAT and use C++20). #2170 Thanks @sylveon .
    Improved file name for hourly file sink #2047. Thanks @seker .
    Added code location information for error handler #2048. Thanks @D-r-P-3-p-p-3-r .
    Fixed qt_sinks ctor #2056. Thanks @mguludag .
    List Debian instructions in the README #2057. Thanks @mr-c ,
    Updated to latest Travis CI Build Status #2094. Thanks @jspraul .
    Fixed unhandled errors in udp sink. #2096. Thanks @mmarkeloff .
    CMake improvement regarding cmake_minimum_required and policy. #2098. Thanks @reddwarf69 .
    Fixed mongo_sink compile in older gcc versions #2102 . Thanks @yzz-ihep .
    Remove mutable keyword from mutex_ member in of sinks. #2140 . Thanks @sunlong169 .
    Fix typos #2171. Thanks @rex4539 .
    Fixed udp sink build on FreeBSD #2172. Thanks @keith-dev .
    Avoid c-style casting in stdout sinks. #2179. Thanks @ibmibmibm .
    Fixed tweakme.h compile error under msvcs when SPDLOG_FUNCTION is defined #2182. Thanks @Light3039 .
    Fixed compiling errors on AIX #2181. Thanks @lisr .
    Fixed runtime when build with -fsanitize=cfi #1972. Thanks @bansan85 .
    Remove extraneous semicolon #2190. Thanks @sylveon.
    Added example how to replace default logger. #2194. Thanks @rioki .
    Fixed usage of ranges and to_hex in the same compile unit #2195. Thanks @patrickroocks .
    Reduce warnings with pedantic compiler -Wuseless-cast #2216. Thanks @vnepogodin .
    Support using std::span in to_hex #2228. Thanks @timblechmann .
    Reset current size if rotated files on open #2234. Thanks @SpriteOvO .
    Allow forward-declaration of level_enum #2245. Thanks @daverigby .
    Call localtime() only if pattern_formatter really needs it #2246. Thanks @doug1234 .
    Removed unneeded spaces from code. #2249. Thanks @PixelParas .
    Added a few missing files/directories to the gitignore #2255. Thanks @LeonBrands .
    Fixed issue #2201 (Pattern width is not applied for missing source information). #2269. Thanks @kyuheon-kr .
    Limit max number of rotating files to 200000. (Fixed #1905). Thanks @surfycui (#2273)
    pattern_formatter: fix reorder-ctor warning #2278. Thanks @adriweb .
    Fixed spdlogConfig.cmake when built with SPDLOG_FMT_EXTERNAL_HO #2300. Thanks @adamcalhoon .
    Fixed fopen_s(..) error handling when PREVENT_CHILD_FD is defined #2305. Thanks @nUl1.
    Fixed compiler error when building on Windows with #define UNICODE #2317. Thanks @risa2000 .
    Added option to enable formatting of systemd sink #2324, #2320. Thanks @Delgan .
    Added optional "ident" argument to systemd sink constructor #2328. Thanks @Delgan .

diffstat:

 devel/spdlog/Makefile |  4 ++--
 devel/spdlog/PLIST    |  7 ++++++-
 devel/spdlog/distinfo |  8 ++++----
 3 files changed, 12 insertions(+), 7 deletions(-)

diffs (67 lines):

diff -r 4ed9f413a3d3 -r 26c5cd3e6c12 devel/spdlog/Makefile
--- a/devel/spdlog/Makefile     Wed Apr 20 20:40:16 2022 +0000
+++ b/devel/spdlog/Makefile     Wed Apr 20 20:42:45 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2022/01/25 04:12:41 mef Exp $
+# $NetBSD: Makefile,v 1.9 2022/04/20 20:42:45 wiz Exp $
 
-DISTNAME=              spdlog-1.9.2
+DISTNAME=              spdlog-1.10.0
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=gabime/}
 GITHUB_PROJECT=                spdlog
diff -r 4ed9f413a3d3 -r 26c5cd3e6c12 devel/spdlog/PLIST
--- a/devel/spdlog/PLIST        Wed Apr 20 20:40:16 2022 +0000
+++ b/devel/spdlog/PLIST        Wed Apr 20 20:42:45 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2022/01/25 04:12:41 mef Exp $
+@comment $NetBSD: PLIST,v 1.7 2022/04/20 20:42:45 wiz Exp $
 include/spdlog/async.h
 include/spdlog/async_logger-inl.h
 include/spdlog/async_logger.h
@@ -32,6 +32,8 @@
 include/spdlog/details/tcp_client.h
 include/spdlog/details/thread_pool-inl.h
 include/spdlog/details/thread_pool.h
+include/spdlog/details/udp_client-windows.h
+include/spdlog/details/udp_client.h
 include/spdlog/details/windows_include.h
 include/spdlog/fmt/bin_to_hex.h
 include/spdlog/fmt/bundled/args.h
@@ -39,6 +41,7 @@
 include/spdlog/fmt/bundled/color.h
 include/spdlog/fmt/bundled/compile.h
 include/spdlog/fmt/bundled/core.h
+include/spdlog/fmt/bundled/fmt.license.rst
 include/spdlog/fmt/bundled/format-inl.h
 include/spdlog/fmt/bundled/format.h
 include/spdlog/fmt/bundled/locale.h
@@ -51,6 +54,7 @@
 include/spdlog/fmt/compile.h
 include/spdlog/fmt/fmt.h
 include/spdlog/fmt/ostr.h
+include/spdlog/fmt/ranges.h
 include/spdlog/fmt/xchar.h
 include/spdlog/formatter.h
 include/spdlog/fwd.h
@@ -86,6 +90,7 @@
 include/spdlog/sinks/syslog_sink.h
 include/spdlog/sinks/systemd_sink.h
 include/spdlog/sinks/tcp_sink.h
+include/spdlog/sinks/udp_sink.h
 include/spdlog/sinks/win_eventlog_sink.h
 include/spdlog/sinks/wincolor_sink-inl.h
 include/spdlog/sinks/wincolor_sink.h
diff -r 4ed9f413a3d3 -r 26c5cd3e6c12 devel/spdlog/distinfo
--- a/devel/spdlog/distinfo     Wed Apr 20 20:40:16 2022 +0000
+++ b/devel/spdlog/distinfo     Wed Apr 20 20:42:45 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/01/25 04:12:41 mef Exp $
+$NetBSD: distinfo,v 1.10 2022/04/20 20:42:45 wiz Exp $
 
-BLAKE2s (spdlog-1.9.2.tar.gz) = e5159d9133b1593bf0f192648778d1d5471b8310968091a3473c1de01927d30e
-SHA512 (spdlog-1.9.2.tar.gz) = 87b12a792cf2d740ef29db4b6055788a487b6d474662b878711b8a5534efea5f0d97b6ac357834500b66cc65e1ba8934446a695e9691fd5d4b95397b6871555c
-Size (spdlog-1.9.2.tar.gz) = 327799 bytes
+BLAKE2s (spdlog-1.10.0.tar.gz) = db4f6fbb3b292cf812cbf0dd0ed6a082f423b8f139aa7b57a7f544820db4bc61
+SHA512 (spdlog-1.10.0.tar.gz) = e82ec0a0c813ed2f1c8a31a0f21dbb733d0a7bd8d05284feae3bd66040bc53ad47a93b26c3e389c7e5623cfdeba1854d690992c842748e072aab3e6e6ecc5666
+Size (spdlog-1.10.0.tar.gz) = 368651 bytes



Home | Main Index | Thread Index | Old Index