pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/faad2



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Aug 23 07:41:52 UTC 2026

Modified Files:
        pkgsrc/audio/faad2: Makefile distinfo

Log Message:
faad2: update to 2.11.3.

2.11.3 (2026-08-19):
        [ Dario Binacchi ]
        * Fix ISO C warning in `libfaad/fixed.h`

        [ Fabian Greffrath ]
        * Check for `mp4config.frame.nsclices == 0` in `frontend/mp4read.c` to fix
          Heap Buffer Overflow

        [ Kevin Valerio ]
        * SBR: prevent heap overflow in channel-pair reconstruction

        [ netliomax25-code ]
        * Fix off-by-one frame index check in `mp4read_seek`
        * Fix integer overflow in `stszin`/`stscin` allocation size checks
        * Bound `sscanf` field width in option parsing
        * Fix out-of-bounds `iq_table` read in `iquant` for -32768
        * Prevent `length_of_rvlc_sf` underflow in `rvlc_scale_factor_data`
        * Fix out-of-bounds `Xsbr` write in `hf_assembly` sinusoid addition
        * Fix out-of-bounds `X` underflow in SBR low-power QMF assembly
        * Fix `ssr_gc_function` signature mismatch in `ssr_gain_control`
        * Fix signed overflow in `estimate_current_envelope` energy sum
        * Cap escape length in `huffman_spectral_data_2`
        * Prevent `num_bits_left` underflow in `ps_data` extension parsing
        * Fix signed overflow in fixed-point sample rounding before saturation

        [ Steve Lhomme ]
        * Add sanity checks on the width in `libfaad/specrec.c`
        * Check the last `swb_offset` value is valid in `libfaad/specrec.c`
        * Return early from `NeAACDecInit` when the object type can't be supported

        [ Thomas Lange ]
        * Fix null pointer dereferences in intra channel and long term prediction

        [ hexapod0815 ]
        * Increase the ASC buffer from 10 to 64 bytes in `frontend/mp4read.h`


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/audio/faad2/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/audio/faad2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/faad2/Makefile
diff -u pkgsrc/audio/faad2/Makefile:1.63 pkgsrc/audio/faad2/Makefile:1.64
--- pkgsrc/audio/faad2/Makefile:1.63    Mon Mar 10 15:42:45 2025
+++ pkgsrc/audio/faad2/Makefile Sun Aug 23 07:41:52 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.63 2025/03/10 15:42:45 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2026/08/23 07:41:52 wiz Exp $
 
-DISTNAME=      faad2-2.11.2
+DISTNAME=      faad2-2.11.3
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=knik0/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}

Index: pkgsrc/audio/faad2/distinfo
diff -u pkgsrc/audio/faad2/distinfo:1.38 pkgsrc/audio/faad2/distinfo:1.39
--- pkgsrc/audio/faad2/distinfo:1.38    Mon Mar 10 15:42:45 2025
+++ pkgsrc/audio/faad2/distinfo Sun Aug 23 07:41:52 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.38 2025/03/10 15:42:45 wiz Exp $
+$NetBSD: distinfo,v 1.39 2026/08/23 07:41:52 wiz Exp $
 
-BLAKE2s (faad2-2.11.2.tar.gz) = 410a9e9fb32ccde326885a4928fa08fc54abcecbd39e99fb9a5dacda0523e604
-SHA512 (faad2-2.11.2.tar.gz) = fd140c0f4e7946e95a49a8652e26f33b138fc3375da34d5e3a55cdde8a74be429eb6fe0180bd434841022cee3c2ec65fe40dda7440fe0dd2761622174f992490
-Size (faad2-2.11.2.tar.gz) = 657260 bytes
+BLAKE2s (faad2-2.11.3.tar.gz) = f840475c8ae3aed480b02ab03b6cbbcbf907c092ba1acbb7ad6d1cf4bf833926
+SHA512 (faad2-2.11.3.tar.gz) = 1a468a65b8e738a37b7af5415645e8c45b0c3505fe0794948a6b1f5b17e4f9301c015214584fb534cbfc78f016bfe907a1c88131ab76b728ef1554e4dc7e4551
+Size (faad2-2.11.3.tar.gz) = 659176 bytes
 SHA1 (patch-CMakeLists.txt) = 28a4680cd053a96eba052d35e0c3661df077aaee



Home | Main Index | Thread Index | Old Index