Skip to content

Commit

Permalink
jitsi-srtp: default to OpenSSL version 3 (or higher)
Browse files Browse the repository at this point in the history
Bumps PKGREVISION.

Build-tested on NetBSD/amd64.
  • Loading branch information
khorben committed Apr 25, 2024
1 parent 0add22b commit b411651
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions chat/jitsi-srtp/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.2 2023/10/24 22:08:21 wiz Exp $
# $NetBSD: Makefile,v 1.3 2024/04/25 17:00:15 khorben Exp $

GITHUB_TAG= 88a9c387a8dc006a06dbe911ef1252423004927b
DISTNAME= jitsi-srtp-1.1
PKGREVISION= 1
PKGREVISION= 2
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=jitsi/}

Expand All @@ -21,7 +21,8 @@ USE_TOOLS+= pax:build

USE_CMAKE= yes
CMAKE_ARGS+= -DJAVA_INCLUDE_PATH2=${PKG_JAVA_HOME}/include/netbsd
CMAKE_ARGS+= -DJITSI_SRTP_LIBSSL_VERSION=1.1
CMAKE_ARGS+= -DJITSI_SRTP_LIBSSL_VERSION=3
CMAKE_ARGS+= -DOPENSSL_INCLUDE_DIR=${PREFIX}/include
CMAKE_INSTALL_PREFIX= ${PREFIX}/lib

USE_JAVA2= 17
Expand Down
4 changes: 2 additions & 2 deletions chat/jitsi-srtp/PLIST
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@comment $NetBSD: PLIST,v 1.1 2023/02/16 09:55:38 khorben Exp $
lib/libjitsisrtp_${PKGVERSION}.so
@comment $NetBSD: PLIST,v 1.2 2024/04/25 17:00:15 khorben Exp $
lib/libjitsisrtp_3.so

0 comments on commit b411651

Please sign in to comment.