[cppcms] Update to 2.0.1 (#48080)

This commit is contained in:
Kai Pastor
2025-11-03 20:02:46 +01:00
committed by GitHub
parent 0abf1e51b7
commit 89be99ca8c
6 changed files with 18 additions and 16 deletions

View File

@@ -1,8 +1,8 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5ce0d53..d2b91f5 100644
index a9c601b..aa35908 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -268,8 +268,8 @@ check_cxx_source_compiles(
@@ -246,8 +246,8 @@ check_cxx_source_compiles(
CPPCMS_HAVE_FSEEKI64
)
if(NOT DISABLE_GZIP)
@@ -11,9 +11,9 @@ index 5ce0d53..d2b91f5 100644
+ find_package(ZLIB REQUIRED)
+ set(ZLIB "${ZLIB_LIBRARIES}")
if(NOT ZLIB OR NOT ZLIB_INCLUDE_DIR)
message(FATAL_ERROR "Can't fild zlib")
endif()
@@ -423,8 +423,8 @@ if(NOT DISABLE_GCRYPT)
set(DISABLE_GZIP ON)
message("Can't fild zlib - disabling compression support")
@@ -403,8 +403,8 @@ if(NOT DISABLE_GCRYPT)
endif()
if(NOT DISABLE_OPENSSL)
@@ -25,10 +25,10 @@ index 5ce0d53..d2b91f5 100644
if (OPENSSL_INCLUDE_DIR AND LIB_OPENSSL)
diff --git a/booster/CMakeLists.txt b/booster/CMakeLists.txt
index 4f81833..822c470 100644
index 0687d1d..aeaaaa8 100644
--- a/booster/CMakeLists.txt
+++ b/booster/CMakeLists.txt
@@ -123,6 +123,10 @@ endif()
@@ -124,6 +124,10 @@ endif()
if(NOT DISABLE_ICU_LOCALE)
message("-- Looking for ICU libraries")

View File

@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO artyom-beilis/cppcms
REF b72b19915794d1af63c9a9e9bea58e20a4ad93d4
SHA512 e99d34d14fbde22be725ac2c0bec069fb584e45c66767af75efaf454ca61a7a5e57434bf86109f910884c72202b8cf98fe16505e7d3d30d9218abd4d8b27d5df
REF v${VERSION}
SHA512 b91da68b3e277cf3814f6772a2580db95d55a9022b165b44f9d2fde0bc13779e9198b45e1ebdbd10189cb192109a61777888ce0670644da1e64a0e1008a827a7
PATCHES
dependencies.diff
dllexport.diff
@@ -16,7 +16,7 @@ string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" DISABLE_STATIC)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
OPTIONS
-DCMAKE_CXX_STANDARD=11
-DCMAKE_CXX_STANDARD=17
-DPYTHON=:
-DUSE_WINDOWS6_API=ON
-DDISABLE_SHARED=${DISABLE_SHARED}

View File

@@ -1,7 +1,6 @@
{
"name": "cppcms",
"version": "1.2.1",
"port-version": 7,
"version": "2.0.1",
"description": "CppCMS is a Free High Performance Web Development Framework (not a CMS) aimed at Rapid Web Application Development",
"homepage": "https://github.com/artyom-beilis/cppcms",
"license": null,

View File

@@ -455,8 +455,6 @@ colmap[cuda-redist,tests]:x64-windows-release = feature-fails
colmap[cuda-redist,tests]:x64-windows-static = feature-fails
colmap[cuda,cuda-redist]:x64-linux = feature-fails
colmap[cuda,cuda-redist](arm64 & osx) = cascade
cppcms:arm64-uwp = cascade
cppcms:x64-uwp = cascade
cppkafka:arm64-uwp = cascade
cppkafka:x64-uwp = cascade
cppzmq:arm64-uwp = cascade

View File

@@ -2041,8 +2041,8 @@
"port-version": 0
},
"cppcms": {
"baseline": "1.2.1",
"port-version": 7
"baseline": "2.0.1",
"port-version": 0
},
"cppcodec": {
"baseline": "0.2",

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "fe93b8c6154d5159214e4757d2b0bb0d4c4184c1",
"version": "2.0.1",
"port-version": 0
},
{
"git-tree": "44e220f750bca1f74095cf460adb1753a4deb423",
"version": "1.2.1",