diff --git a/zvbi-0.2.43.tar.gz b/zvbi-0.2.43.tar.gz deleted file mode 100644 index d15be03fb300dd4b27d39573a0b3ea1a3c4a51c2..0000000000000000000000000000000000000000 Binary files a/zvbi-0.2.43.tar.gz and /dev/null differ diff --git a/zvbi-0.2.44.tar.gz b/zvbi-0.2.44.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8f4bd264cda424240c69337cd229dccd3c4b3dd3 Binary files /dev/null and b/zvbi-0.2.44.tar.gz differ diff --git a/zvbi.spec b/zvbi.spec index 3ac524085ee4024a81a4ba40386bf768ca32ce4b..91b096b7c2d0c3dc39edef230d5cfc3ad4cf0607 100644 --- a/zvbi.spec +++ b/zvbi.spec @@ -1,5 +1,5 @@ Name: zvbi -Version: 0.2.43 +Version: 0.2.44 Release: 1 Summary: A library provides functions to capture and decode VBI data License: GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND BSD-2-Clause AND MIT @@ -121,6 +121,17 @@ ln -sf %{_datadir}/fonts/%{name} %{buildroot}%{_sysconfdir}/X11/fontpath.d/%{nam %{_mandir}/man1/* %changelog +* Tue Mar 18 2025 yaoxin <1024769339@qq.com> - 0.2.44-1 +- Update to 0.2.44: + * configure.ac: Add comments to help eith debugging gettext. + * doc/Doxyfile.in: Bump version from 1.9.4 to 1.9.8. + * src/conv.c: Check src_length to avoid an unitinialized heap read. + * src/conv.c, src/io-sim.c, src/search.c: Avoid integer overflow leading to heap overflow. + * src/export.c, src/misc.*: Use standard va_copy(), not GNU __va_copy(). + * src/teletext.c: Fix accidental G3 character modification. + * src/vbi.c: Add support for a larger range of framerates, from 12.5fps to 60fps. + * Security fixes: CVE-2025-2173,CVE-2025-2174,CVE-2025-2175,CVE-2025-2176,CVE-2025-2177 + * Tue Jan 14 2025 Funda Wang - 0.2.43-1 - update to 0.2.43