Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Apr 2021 19:25:24 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: caaa94e17aff - main - multimedia/librist: Update 0.2.0-RC6 -> 0.2.0-RC6.20210420
Message-ID:  <202104201925.13KJPOtH024586@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=caaa94e17aff97c6c49e402eafbe87b819c81021

commit caaa94e17aff97c6c49e402eafbe87b819c81021
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-04-20 19:23:48 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-04-20 19:25:22 +0000

    multimedia/librist: Update 0.2.0-RC6 -> 0.2.0-RC6.20210420
    
    - Add security/mbedtls dependency
    - Remove archivers/liblz4 dependency
    
    Repored by:     upstream
---
 multimedia/librist/Makefile  | 9 ++++-----
 multimedia/librist/distinfo  | 6 +++---
 multimedia/librist/pkg-plist | 2 ++
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/multimedia/librist/Makefile b/multimedia/librist/Makefile
index 2f1061143abe..3a3ef4bf4348 100644
--- a/multimedia/librist/Makefile
+++ b/multimedia/librist/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	librist
-DISTVERSION=	0.2.0-RC6
+DISTVERSION=	0.2.0-RC6.20210420
 CATEGORIES=	multimedia
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -9,18 +9,17 @@ LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libcjson.so:devel/libcjson \
-		liblz4.so:archivers/liblz4 # binary doesn't depend on liblz4.so for unknown reason, notified the dev via e-mail on 2021-04-08
+		libmbedcrypto.so:security/mbedtls
 
-USES=		localbase meson pkgconfig
+USES=		localbase:ldflags meson pkgconfig
 USE_GITLAB=	yes
 USE_LDCONFIG=	yes
 
 GL_SITE=	https://code.videolan.org
 GL_ACCOUNT=	rist
-GL_COMMIT=	9604b7530606b26a40fd95092a2f59d3ee6907d9
+GL_COMMIT=	113acf656930f17ef216cd84e008d997c71b46c5
 
 MESON_ARGS=	-Dtest=false
-MESON_ARGS+=	-Duse_mbedtls=false # mbedcrypto needs to be ported
 
 do-test:
 	@cd ${WRKSRC} && \
diff --git a/multimedia/librist/distinfo b/multimedia/librist/distinfo
index 9474534a2898..945c3322c763 100644
--- a/multimedia/librist/distinfo
+++ b/multimedia/librist/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1617993728
-SHA256 (rist-librist-9604b7530606b26a40fd95092a2f59d3ee6907d9_GL0.tar.gz) = 89b57ff23258e34f16d66bd0906654756a343b86f0b61d70cd4aa443bc422e4e
-SIZE (rist-librist-9604b7530606b26a40fd95092a2f59d3ee6907d9_GL0.tar.gz) = 1643392
+TIMESTAMP = 1618946157
+SHA256 (rist-librist-113acf656930f17ef216cd84e008d997c71b46c5_GL0.tar.gz) = a6893ae96b6767078a8b489a2e6f3415300931f7b70bc911ce88fb8c9cec0e3e
+SIZE (rist-librist-113acf656930f17ef216cd84e008d997c71b46c5_GL0.tar.gz) = 2870803
diff --git a/multimedia/librist/pkg-plist b/multimedia/librist/pkg-plist
index 3e8447afcbb9..bfd8500938c1 100644
--- a/multimedia/librist/pkg-plist
+++ b/multimedia/librist/pkg-plist
@@ -1,9 +1,11 @@
 bin/rist2rist
 bin/ristreceiver
 bin/ristsender
+bin/ristsrppasswd
 include/librist/common.h
 include/librist/headers.h
 include/librist/librist.h
+include/librist/librist_srp.h
 include/librist/logging.h
 include/librist/udpsocket.h
 include/librist/version.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104201925.13KJPOtH024586>