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 Jan 19 19:25:18 UTC 2025
Modified Files:
pkgsrc/www/cpp-httplib: Makefile distinfo
Log Message:
cpp-httplib: update to 0.18.5.
0.18.5
Bug fixes and new feature Latest
Port/Address re-use #2011
Invalid Content-Length values should be rejected #2014
Feature request: ability to check if the connection is still alive #2017
0.18.4
Bug fixes
Changed to use non-blocking socket in is_ssl_peer_could_be_closed (258992a)
Treat out-of-range last_pos as the end of the content #2009
fix:set_file_content with range request return 416. #2010
Fix HTTP Response Splitting Vulnerability (9c36aae)
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/www/cpp-httplib/Makefile:1.6
--- pkgsrc/www/cpp-httplib/Makefile:1.5 Fri Dec 6 21:37:04 2024
+++ pkgsrc/www/cpp-httplib/Makefile Sun Jan 19 19:25:18 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2024/12/06 21:37:04 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2025/01/19 19:25:18 wiz Exp $
-DISTNAME= cpp-httplib-0.18.3
+DISTNAME= cpp-httplib-0.18.5
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.5 pkgsrc/www/cpp-httplib/distinfo:1.6
--- pkgsrc/www/cpp-httplib/distinfo:1.5 Fri Dec 6 21:37:04 2024
+++ pkgsrc/www/cpp-httplib/distinfo Sun Jan 19 19:25:18 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2024/12/06 21:37:04 wiz Exp $
+$NetBSD: distinfo,v 1.6 2025/01/19 19:25:18 wiz Exp $
-BLAKE2s (cpp-httplib-0.18.3.tar.gz) = 5dd74d368fd32e8806cbc2bbfb916f9b33852b8ade962b60784b555aee5ad4f8
-SHA512 (cpp-httplib-0.18.3.tar.gz) = d9eb70dfd8ebde658852d1a8cf9f96419ca11cad889b54672aa4812c0b5db0c3f1fddf63f536aec19fc4a849f41ed22461581a18f0733d3f906e45dd096bafd8
-Size (cpp-httplib-0.18.3.tar.gz) = 1324253 bytes
+BLAKE2s (cpp-httplib-0.18.5.tar.gz) = a108342e110aa1c7317c51aba3718e43ef863c3c936d1cbaaaf2b12df9c1492f
+SHA512 (cpp-httplib-0.18.5.tar.gz) = f4bcac52eac856acf6ae3e358f6a92b5f40c3afbf5f999172f0c93f1bc1d4b6414023f69dd078e1ea30e0f9f08a70501e441d4b087482049cd0d08823aac095d
+Size (cpp-httplib-0.18.5.tar.gz) = 1327436 bytes
Home |
Main Index |
Thread Index |
Old Index