pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/cpp-httplib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 15 10:23:58 UTC 2024

Modified Files:
        pkgsrc/www/cpp-httplib: Makefile distinfo

Log Message:
cpp-httplib: update to 0.18.0.

v0.18.0

New features and bug fixes Latest

    httplib.h: support LibreSSL (#1922)
    Resolve #1906
    Fix #1379
    Breaking change: Made default server and client read/write timeout settings separately
    Fix #1923
    Fix #1796
    Issue1431 (#1926)

v0.17.3

Bug fixes

    Accessing Directory #1389
    ‘constexpr’ error (#1918)
    Only match path params that span full path segment (#1919)
    Fix KeepAliveTest.SSLClientReconnectionPost problem (#1921)

v0.17.2

Bug fixes and improvements

    Fix incorrect handling of Expect: 100-continue
    Peformance improvement by removing tolower function call

v0.17.1

Bug fixes

    Windows: simplify conditional compilation and fix call to CreateFileMappingW
    Fix Incorrect usage of urls ending without '/' in static file server (Windows only) #1848
    Header parser incorrectly accepts NUL and CR within header values #1908
    Fix problem with Abstract Namespace Unix Domain
    Fix SIGINT problem in Docker image

v0.17.0

New features and Bug fixes

    Changed CPPHTTPLIB_KEEPALIVE_MAX_COUNT to 100
    Add Dockerfile for static file server
    Breaking Change!: get_header_ methods on Request and Response now take…
    Add sleep in handle_EINTR
    Fix #1645
    Fix #1788
    Added set_ipv6_v6only method (#1905)

v0.16.3

    Fixed set_connection_timeout() unexpected results (#1878)
    Fix KeepAliveTest.SSLClientReconnectionPost (#1895)

v0.16.2

Some new features

    threadsafe CLOEXEC on platforms that support it
    BoringSSL compatibility fixes (#1892)

v0.16.1

    detail::is_socket_alive() is not work for https connection #1481
    avoid memory leaks if linked with static openssl libs (#1857)
    Allow hex for ipv6 literal addr in redirect (#1859)
    Fix build on Windows with no WINAPI_PARTITION_APP support (#1865)
    test: fix GetRangeWithMaxLongLength on 32 bit machines (#1867)
    Fix build when targeting Windows 7 as platform. (#1869)
    Require a minimum of TLS 1.2 (#1889)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/cpp-httplib/Makefile \
    pkgsrc/www/cpp-httplib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/cpp-httplib/Makefile
diff -u pkgsrc/www/cpp-httplib/Makefile:1.2 pkgsrc/www/cpp-httplib/Makefile:1.3
--- pkgsrc/www/cpp-httplib/Makefile:1.2 Mon Jun 17 09:16:11 2024
+++ pkgsrc/www/cpp-httplib/Makefile     Sun Sep 15 10:23:58 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2024/06/17 09:16:11 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2024/09/15 10:23:58 wiz Exp $
 
-DISTNAME=      cpp-httplib-0.16.0
+DISTNAME=      cpp-httplib-0.18.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=yhirose/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
Index: pkgsrc/www/cpp-httplib/distinfo
diff -u pkgsrc/www/cpp-httplib/distinfo:1.2 pkgsrc/www/cpp-httplib/distinfo:1.3
--- pkgsrc/www/cpp-httplib/distinfo:1.2 Mon Jun 17 09:16:11 2024
+++ pkgsrc/www/cpp-httplib/distinfo     Sun Sep 15 10:23:58 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/06/17 09:16:11 wiz Exp $
+$NetBSD: distinfo,v 1.3 2024/09/15 10:23:58 wiz Exp $
 
-BLAKE2s (cpp-httplib-0.16.0.tar.gz) = cffd4630c041416ded2437a9a9cccadfbf13a5cbaec35fefb75bc24072a034d2
-SHA512 (cpp-httplib-0.16.0.tar.gz) = 63dc5a50f425e7be909d60db138caa1b9d7260c5d4db26603011a329f0d6a645d56f436c79466fbe662f24a94bc0f72926062b3ed49cb658eb91a6bdb2ddf25b
-Size (cpp-httplib-0.16.0.tar.gz) = 1156790 bytes
+BLAKE2s (cpp-httplib-0.18.0.tar.gz) = 45deb36d016935fa891a1f527f187ff242cd4bc6f2c9c25bbb383ba75c36d8cf
+SHA512 (cpp-httplib-0.18.0.tar.gz) = 35ff903d51fee5428d7a95a0406460f8a18d1b5653f6ec8f353d7a2f1084598e599b24d0401f7214d5ee8d9764c74a4e617fff55acd4e6733ab1b9f2d7d4403c
+Size (cpp-httplib-0.18.0.tar.gz) = 1321763 bytes



Home | Main Index | Thread Index | Old Index