Update some packages to openssl3

This commit is contained in:
PulkoMandy
2024-08-22 19:36:18 +02:00
parent e878937049
commit ae7a50684e
11 changed files with 30 additions and 30 deletions

View File

@@ -5,7 +5,7 @@ decides at run time which output style should be produced."
HOMEPAGE="https://github.com/Juniper/libxo"
COPYRIGHT="2014 Juniper Networks, Inc."
LICENSE="BSD (2-clause)"
REVISION="3"
REVISION="4"
SOURCE_URI="https://github.com/Juniper/libxo/releases/download/$portVersion/libxo-$portVersion.tar.gz"
CHECKSUM_SHA256="9f2f276d7a5f25ff6fbfc0f38773d854c9356e7f985501627d0c0ee336c19006"
PATCHES="libxo-$portVersion.patchset"
@@ -59,7 +59,7 @@ REQUIRES_tools="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libintl$secondaryArchSuffix
"
BUILD_PREREQUIRES="

View File

@@ -6,7 +6,7 @@ and SAX2 APIs."
HOMEPAGE="https://xerces.apache.org/xerces-c/"
COPYRIGHT="1999-2018 The Apache Software Foundation"
LICENSE="Apache v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://dlcdn.apache.org//xerces/c/3/sources/xerces-c-$portVersion.tar.bz2"
CHECKSUM_SHA256="1db4028c9b7f1f778efbf4a9462d65e13f9938f2c22f9e9994e12c49ba97e252"
SOURCE_DIR="xerces-c-$portVersion"
@@ -61,10 +61,10 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libcurl$secondaryArchSuffix
devel:libiconv$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="

View File

@@ -8,7 +8,7 @@ The library supports major XML security standards:
HOMEPAGE="https://www.aleksey.com/xmlsec/"
COPYRIGHT="2002-2021 Aleksey Sanin"
LICENSE="MIT"
REVISION="2"
REVISION="3"
SOURCE_URI="https://www.aleksey.com/xmlsec/download/older-releases/xmlsec1-$portVersion.tar.gz"
CHECKSUM_SHA256="5f8dfbcb6d1e56bddd0b5ec2e00a3d0ca5342a9f57c24dffde5c796b2be2871c"
SOURCE_DIR="xmlsec1-$portVersion"
@@ -90,7 +90,7 @@ REQUIRES_gcrypt="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libgcrypt$secondaryArchSuffix
# devel:libgnutls$secondaryArchSuffix
devel:libltdl$secondaryArchSuffix

View File

@@ -10,7 +10,7 @@ COPYRIGHT="2001-2008 Kjetil Jacobsen
2013-2018 Oleg Pudeyev"
LICENSE="GNU LGPL v2.1
MIT"
REVISION="6"
REVISION="7"
SOURCE_URI="https://github.com/pycurl/pycurl/archive/REL_${portVersion//./_}.tar.gz"
CHECKSUM_SHA256="1aaaf415a5affe141593b3edf6ce187a79d99fbeb65c0b18490b03edc606394c"
SOURCE_DIR="pycurl-REL_${portVersion//./_}"
@@ -27,10 +27,10 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libcurl$secondaryArchSuffix
devel:libnghttp2$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="
@@ -38,8 +38,8 @@ BUILD_PREREQUIRES="
cmd:make
"
PYTHON_PACKAGES=(python39 python310)
PYTHON_VERSIONS=(3.9 3.10)
PYTHON_PACKAGES=(python310)
PYTHON_VERSIONS=(3.10)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}

View File

@@ -16,7 +16,7 @@ DESCRIPTION="FTP client with several advanced features, like:
HOMEPAGE="https://ftp.netbsd.org/pub/NetBSD/misc/tnftp/"
COPYRIGHT="2001-2015 The NetBSD Foundation, Inc."
LICENSE="BSD (2-clause)"
REVISION="6"
REVISION="7"
SOURCE_URI="$HOMEPAGE/tnftp-$portVersion.tar.gz"
CHECKSUM_SHA256="c94a8a49d3f4aec1965feea831d4d5bf6f90c65fd8381ee0863d11a5029a43a0"
PATCHES="tnftp-$portVersion.patch"
@@ -37,9 +37,9 @@ REQUIRES="
BUILD_REQUIRES="
haiku_devel
devel:libcrypto
devel:libcrypto >= 3
devel:libncurses
devel:libssl
devel:libssl >= 3
"
BUILD_PREREQUIRES="
cmd:aclocal

View File

@@ -28,7 +28,7 @@ simple WWW pages from within your C or C++ application, check it out."
HOMEPAGE="https://www.gnu.org/software/libmicrohttpd/"
COPYRIGHT="2017 Free Software Foundation, Inc."
LICENSE="GNU LGPL v2.1"
REVISION="1"
REVISION="2"
SOURCE_URI="http://ftp.gnu.org/gnu/libmicrohttpd/libmicrohttpd-$portVersion.tar.gz"
CHECKSUM_SHA256="a89e09fc9b4de34dde19f4fcb4faaa1ce10299b9908db1132bbfa1de47882b94"
PATCHES="libmicrohttpd-$portVersion.patchset"
@@ -63,12 +63,12 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libcurl$secondaryArchSuffix
devel:libgcrypt$secondaryArchSuffix
devel:libgnutls$secondaryArchSuffix
devel:libgpg_error$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
"
BUILD_PREREQUIRES="
cmd:aclocal

View File

@@ -12,7 +12,7 @@ COPYRIGHT="2001-2007 Wilmer van der Gaast,
2017 Ismael Luceno,
2017 Antonio Quartulli, and others."
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="https://github.com/axel-download-accelerator/axel/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="584ab6eed53315ff817eabd73bed0468ce27a0582d076ab2d169d6430a13b252"
SOURCE_FILENAME="axel-$portVersion.tar.gz"
@@ -41,10 +41,10 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libiconv$secondaryArchSuffix
devel:libintl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
"
BUILD_PREREQUIRES="

View File

@@ -41,9 +41,9 @@ fi
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libiconv$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
devel:libz$secondaryArchSuffix >= 1.2.3
"
BUILD_PREREQUIRES="

View File

@@ -10,7 +10,7 @@ COPYRIGHT="2007-2009 Jean-Pierre Demailly (dmg2img)
2006 Ralf-Philipp Weinmann, Jacob Appelbaum, Christian Fromme \
(vfdecrypt)"
LICENSE="GNU GPL v2"
REVISION="3"
REVISION="4"
SOURCE_URI="http://vu1tur.eu.org/tools/dmg2img-$portVersion.tar.gz"
CHECKSUM_SHA256="02aea6d05c5b810074913b954296ddffaa43497ed720ac0a671da4791ec4d018"
PATCHES="
@@ -35,7 +35,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku_devel
devel:libbz2
devel:libcrypto
devel:libcrypto >= 3
devel:libz
"
BUILD_PREREQUIRES="

View File

@@ -12,7 +12,7 @@ HTTrack is fully configurable, and has an integrated help system."
HOMEPAGE="https://www.httrack.com/"
COPYRIGHT="Xavier Roche"
LICENSE="GNU GPL v3"
REVISION="4"
REVISION="5"
SOURCE_URI="https://mirror.httrack.com/httrack-$portVersion.tar.gz"
CHECKSUM_SHA256="3477a0e5568e241c63c9899accbfcdb6aadef2812fcce0173688567b4c7d4025"
SOURCE_DIR="httrack-$portVersion"
@@ -59,10 +59,10 @@ REQUIRES_devel="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libiconv$secondaryArchSuffix
devel:libintl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
devel:libz$secondaryArchSuffix
"
BUILD_PREREQUIRES="

View File

@@ -50,7 +50,7 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libbrotlicommon$secondaryArchSuffix
devel:libbz2$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix
devel:libcrypto$secondaryArchSuffix >= 3
devel:libevent_2.1$secondaryArchSuffix
devel:libfontconfig$secondaryArchSuffix
devel:libfreetype$secondaryArchSuffix
@@ -58,7 +58,7 @@ BUILD_REQUIRES="
devel:libjpeg$secondaryArchSuffix
devel:liblzma$secondaryArchSuffix
devel:libpng16$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
devel:libtiff$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"