mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 09:26:27 -04:00
audio/libsndfile: Fix CVE-2022-33065
Multiple signed integers overflow in function au_read_header in src/au.c and in functions mat4_open and mat4_read_header in src/mat4.c in Libsndfile, allows an attacker to cause Denial of Service or other unspecified impacts. Reference: https://nvd.nist.gov/vuln/detail/CVE-2022-33065
This commit is contained in:
parent
46b92799b3
commit
a1f663e8d4
2 changed files with 6 additions and 1 deletions
|
@ -3,6 +3,9 @@ DISTVERSION= 1.2.2
|
|||
CATEGORIES= audio
|
||||
MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/
|
||||
|
||||
PATCH_SITES= https://github.com/${PORTNAME}/${PORTNAME}/commit/
|
||||
PATCHFILES= 0754562e13d2e63a248a1c82f90b30bc0ffe307c.patch:-p1
|
||||
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF)
|
||||
WWW= http://www.mega-nerd.com/libsndfile/
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
TIMESTAMP = 1691924884
|
||||
TIMESTAMP = 1699480963
|
||||
SHA256 (libsndfile-1.2.2.tar.xz) = 3799ca9924d3125038880367bf1468e53a1b7e3686a934f098b7e1d286cdb80e
|
||||
SIZE (libsndfile-1.2.2.tar.xz) = 730760
|
||||
SHA256 (0754562e13d2e63a248a1c82f90b30bc0ffe307c.patch) = f42720a0307a5d3785c2719729d0eeaa0f15e6fe1c3645f5028fef89a35d7bd2
|
||||
SIZE (0754562e13d2e63a248a1c82f90b30bc0ffe307c.patch) = 1722
|
||||
|
|
Loading…
Add table
Reference in a new issue