security/lime: Update version 5.2.94=>5.4.2

Changelog: https://gitlab.linphone.org/BC/public/lime/-/tags/5.4.2

Sponsored by:	Cybermancer Infosec
This commit is contained in:
Muhammad Moinur Rahman 2025-03-26 22:19:06 +01:00
parent d9dbd96087
commit 2576d11e2b
No known key found for this signature in database
GPG key ID: BDB9B5A617C0BC91
4 changed files with 27 additions and 20 deletions

View file

@ -1,5 +1,5 @@
PORTNAME= lime
PORTVERSION= 5.2.94
DISTVERSION= 5.4.2
CATEGORIES= security
MAINTAINER= bofh@FreeBSD.org
@ -9,9 +9,11 @@ WWW= https://www.linphone.org/technical-corner/lime
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libbctoolbox.so:net/bctoolbox \
libbellesip.so:net/belle-sip \
libsoci_sqlite3.so:databases/soci
BUILD_DEPENDS= ${LOCALBASE}/lib/libbctoolbox.a:net/bctoolbox \
${LOCALBASE}/lib/libbcunit.a:devel/bcunit \
${LOCALBASE}/lib/libbelle-sip.a:net/belle-sip \
${LOCALBASE}/lib/libbelr.a:textproc/belr
LIB_DEPENDS= libsoci_sqlite3.so:databases/soci
USES= cmake
USE_GITLAB= yes
@ -19,7 +21,7 @@ GL_SITE= https://gitlab.linphone.org/BC
GL_ACCOUNT= public
CMAKE_ARGS= -DCMAKE_PREFIX_PATH=${LOCALBASE} \
-DENABLE_STATIC=NO \
-DENABLE_STRICT=NO
-DENABLE_STRICT=NO \
-DENABLE_UNIT_TESTS=NO
.include <bsd.port.mk>

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1690555686
SHA256 (lime-5.2.94.tar.bz2) = 8a5692fd25703debfc3db6454e829a0f2fedc06420f86bbf3dd8ef3b2cfcb82b
SIZE (lime-5.2.94.tar.bz2) = 479875
TIMESTAMP = 1743023454
SHA256 (lime-5.4.2.tar.bz2) = 46f03be330a37186ed330dfbfe64fb4887a683bfb889f33aa1bfd3c54780a8a6
SIZE (lime-5.4.2.tar.bz2) = 677782

View file

@ -0,0 +1,10 @@
--- CMakeLists.txt.orig 2025-03-26 21:14:00 UTC
+++ CMakeLists.txt
@@ -54,6 +54,7 @@ endif()
if(ENABLE_PQCRYPTO)
find_package(PostQuantumCryptoEngine 5.3.0 REQUIRED)
endif()
+find_package(OpenSSL REQUIRED)
find_package(BCToolbox 5.3.0 REQUIRED OPTIONAL_COMPONENTS tester)
find_package(Soci REQUIRED COMPONENTS sqlite3)

View file

@ -1,12 +1,7 @@
bin/lime_tester
include/lime/lime.hpp
lib/liblime.so
lib/liblime.so.0
%%DATADIR%%/cmake/limeConfig.cmake
%%DATADIR%%/cmake/limeTargets-%%CMAKE_BUILD_TYPE%%.cmake
%%DATADIR%%/cmake/limeTargets.cmake
%%DATADIR%%_tester/data/cacert.pem
%%DATADIR%%_tester/data/pattern_getSelfIk.C25519.sqlite3
%%DATADIR%%_tester/data/pattern_getSelfIk.C448.sqlite3
%%DATADIR%%_tester/data/sip5.linphone.org.selfsigned-cert.pem
%%DATADIR%%_tester/data/x3dh-cert.pem
lib/liblime.a
share/Lime/cmake/FindSoci.cmake
share/Lime/cmake/LimeConfig.cmake
share/Lime/cmake/LimeConfigVersion.cmake
share/Lime/cmake/LimeTargets-%%CMAKE_BUILD_TYPE%%.cmake
share/Lime/cmake/LimeTargets.cmake