poco, revbump, switch to ssl3 (#11467)

This commit is contained in:
Schrijvers Luc
2024-12-17 14:10:12 +01:00
committed by GitHub
parent 42d0f54c92
commit 1ed12df4d0

View File

@@ -5,7 +5,7 @@ and embedded systems."
HOMEPAGE="https://pocoproject.org/"
COPYRIGHT="pocoproject"
LICENSE="Boost v1.0"
REVISION="2"
REVISION="3"
SOURCE_URI="https://github.com/pocoproject/poco/archive/refs/tags/poco-1.12.4-release.tar.gz"
CHECKSUM_SHA256="71ef96c35fced367d6da74da294510ad2c912563f12cd716ab02b6ed10a733ef"
SOURCE_DIR="poco-poco-1.12.4-release/"
@@ -41,6 +41,7 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libcrypto$secondaryArchSuffix
lib:libexpat$secondaryArchSuffix
lib:libpcre2_32$secondaryArchSuffix
lib:libssl$secondaryArchSuffix
@@ -73,9 +74,10 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix >= 3
devel:libexpat$secondaryArchSuffix
devel:libpcre2_32$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
devel:libsqlite3$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"