Skip to content

Commit

Permalink
audio/baresip: Update to upstream release 3.10.1
Browse files Browse the repository at this point in the history
Fixes a hang with a bogus or crafted incoming RTP timestamp
  • Loading branch information
ephemeralriggs committed Mar 14, 2024
1 parent c058387 commit 69c0233
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions audio/baresip/Makefile
@@ -1,6 +1,6 @@
PORTNAME= baresip
DISTVERSIONPREFIX= v
DISTVERSION= 3.10.0
DISTVERSION= 3.10.1
CATEGORIES= audio

MAINTAINER= ports@FreeBSD.org
Expand All @@ -10,7 +10,7 @@ WWW= https://github.com/baresip
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= re>=${PORTVERSION}:audio/re
BUILD_DEPENDS= re>=${PORTVERSION:R}:audio/re
RUN_DEPENDS:= ${BUILD_DEPENDS}

USES= cmake pkgconfig ssl
Expand All @@ -20,7 +20,7 @@ GH_ACCOUNT= baresip
# FIXME values of the next 3 variables taken from source code Makefile
ABI_MAJOR= 14
ABI_AGE= 10
ABI_REV= 0
ABI_REV= 1
PLIST_SUB= ABI_MAJOR=${ABI_MAJOR}
PLIST_SUB+= ABI_AGE=${ABI_AGE} \
ABI_REV=${ABI_REV}
Expand Down
6 changes: 3 additions & 3 deletions audio/baresip/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1709878945
SHA256 (baresip-baresip-v3.10.0_GH0.tar.gz) = 52b7544a3a2a152c36010897617512ab0a9e24f81db32fdba30be9b7430373d2
SIZE (baresip-baresip-v3.10.0_GH0.tar.gz) = 1167280
TIMESTAMP = 1710450489
SHA256 (baresip-baresip-v3.10.1_GH0.tar.gz) = 892f8c9918f887c8923c9bb939d251766f9e30cb436ff10db338871a66d81d10
SIZE (baresip-baresip-v3.10.1_GH0.tar.gz) = 1166742

0 comments on commit 69c0233

Please sign in to comment.