Date: Thu, 15 Aug 2024 20:55:53 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: 4f11eae44f28 - main - multimedia/ustreamer: Fix SEGV due to incorrect invocation of thr_self() Message-ID: <202408152055.47FKtreM077995@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=4f11eae44f28d80f55a9da8ec64e90f20ef36e03 commit 4f11eae44f28d80f55a9da8ec64e90f20ef36e03 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-08-15 20:54:49 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-08-15 20:55:49 +0000 multimedia/ustreamer: Fix SEGV due to incorrect invocation of thr_self() --- multimedia/ustreamer/Makefile | 4 ++++ multimedia/ustreamer/distinfo | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/multimedia/ustreamer/Makefile b/multimedia/ustreamer/Makefile index e1ee2deff953..2a44c6fd77c9 100644 --- a/multimedia/ustreamer/Makefile +++ b/multimedia/ustreamer/Makefile @@ -1,8 +1,12 @@ PORTNAME= ustreamer DISTVERSIONPREFIX= v DISTVERSION= 6.12 +PORTREVISION= 1 CATEGORIES= multimedia net +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES= ca1e1862101cbcac871efe996456f14f130bf9ad.patch:-p1 # https://github.com/pikvm/ustreamer/pull/285 + MAINTAINER= yuri@FreeBSD.org COMMENT= Lightweight and fast MJPG-HTTP streamer WWW= https://github.com/pikvm/ustreamer diff --git a/multimedia/ustreamer/distinfo b/multimedia/ustreamer/distinfo index d7b966acd034..5795511ba8b6 100644 --- a/multimedia/ustreamer/distinfo +++ b/multimedia/ustreamer/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1715832020 +TIMESTAMP = 1723752353 SHA256 (pikvm-ustreamer-v6.12_GH0.tar.gz) = 6ebfebdad21cf381f2026f0b0b0c9dc024b1dd6d156b71b7a6977fdbe2db8a0b SIZE (pikvm-ustreamer-v6.12_GH0.tar.gz) = 144910 +SHA256 (ca1e1862101cbcac871efe996456f14f130bf9ad.patch) = 72703658868081e589b1add8c373b685c5b472d9db0a45c4b832e2e2424c6ea5 +SIZE (ca1e1862101cbcac871efe996456f14f130bf9ad.patch) = 988
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408152055.47FKtreM077995>