libwebp (1.3.2-0.4build3) noble; urgency=medium
* No-change rebuild for CVE-2024-3094
-- Steve Langasek <steve.langasek@ubuntu.com> Sun, 31 Mar 2024 08:02:02 +0000
libwebp (1.3.2-0.4build2) noble; urgency=medium
* Rebuild against new libpng16-16t64.
-- Gianfranco Costamagna <locutusofborg@debian.org> Tue, 19 Mar 2024 14:17:49 +0100
libwebp (1.3.2-0.4build1) noble; urgency=medium
* No-change rebuild against libpng16-16t64
-- Steve Langasek <steve.langasek@ubuntu.com> Thu, 29 Feb 2024 07:17:35 +0000
libwebp (1.3.2-0.4) unstable; urgency=medium
* Non-maintainer upload.
* debian/control: Introduce pkg.libwebp.notiff build profile to
break the build-dep loop between libwebp and tiff. Mark build-dep
libtiff-dev with <!pkg.libwebp.notiff>.
(Closes: #1055434)
-- Boyuan Yang <byang@debian.org> Fri, 02 Feb 2024 15:27:04 -0500
libwebp (1.3.2-0.3) unstable; urgency=medium
* Non-maintainer upload.
* Fix invalid incremental decoding check. (Closes: #1052447)
* Fix next is invalid pointer when WebPSafeMalloc fails
* Fix static analyzer warnings.
-- Salvatore Bonaccorso <carnil@debian.org> Fri, 22 Sep 2023 09:41:18 +0200
libwebp (1.3.2-0.2) unstable; urgency=medium
* Non-maintainer upload.
* debian/control: Add missing dependency libwebp-dev => libsharpyuv-dev.
(Closes: #1052355)
-- Boyuan Yang <byang@debian.org> Wed, 20 Sep 2023 15:59:13 -0400
libwebp (1.3.2-0.1) unstable; urgency=medium
* Non-maintainer upload.
* Upload to unstable.
-- Boyuan Yang <byang@debian.org> Wed, 20 Sep 2023 11:03:28 -0400
libwebp (1.3.2-0.1~exp2) experimental; urgency=medium
* Non-maintainer upload.
[ Gianfranco Costamagna ]
* Also install .a files again.
* Make sure we have built and installed anim_dump and anim_diff.
(Closes: #1023482)
-- Boyuan Yang <byang@debian.org> Fri, 15 Sep 2023 14:41:40 -0400
libwebp (1.3.2-0.1~exp1) experimental; urgency=medium
* Non-maintainer upload.
* New upstream release 1.3.2.
+ The 1.3.x branch introduces libsharpyuv, which will be introduced
as separate Debian binary packages. (Closes: #1040970)
+ CVE-2023-4863 is handled in this release. (LP: #2035220)
* debian/gbp.conf: Use ignore-branch=True to avoid limitation on
experimental branch.
* debian/control:
+ Drop unnecessary build-dependency on autotools-related packages.
+ Add build-dependency on pkg-config.
+ Migrate buildsystem to cmake. (Closes: #1040972, LP: #2013083)
+ Apply RPATH-related hotfix before debhelper compat level 14.
+ Add new binary packages: libsharpyuv-dev, libsharpyuv0,
libwebpdecoder3.
* debian/libwebp-dev.install: Do not install static library anymore
since CMake is not building them by default.
* debian/rules:
+ Enforce --buildsystem=cmake.
+ Drop explicit option --enable-aligned, this option has been removed
by libwebp upstream (see upstream ChangeLog).
* debian/docs: Rename to libwebp-dev.docs to avoid confusion.
* debian/patches: Drop all old patches, merged upstream.
* debian/patches/:
+ 0001-CMakeLists.txt-Install-CMake-Config-to-arch-dep-loca.patch:
Add patch to install CMake Config files to architecture-dependent
location instead to retain Multi-Arch property of dev packages.
* debian/copyright: Completely rewritten in machine-readable copyright
format.
-- Boyuan Yang <byang@debian.org> Thu, 14 Sep 2023 22:22:30 -0400
libwebp (1.2.4-0.3) unstable; urgency=medium
* Non-maintainer upload
[ Marc Deslauriers ]
* SECURITY UPDATE: Heap buffer overflow in BuildHuffmanTable
- debian/patches/CVE-2023-4863.patch: fix OOB write in
BuildHuffmanTable in src/dec/vp8l_dec.c, src/dec/vp8li_dec.h,
src/utils/huffman_utils.c, src/utils/huffman_utils.h.
- CVE-2023-4863 (Closes: #1051786)
-- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 14 Sep 2023 17:44:43 +0200
libwebp (1.2.4-0.2) unstable; urgency=high
* Non-maintainer upload.
* EncodeAlphaInternal: clear result->bw on error (CVE-2023-1999)
(Closes: #1035371)
-- Salvatore Bonaccorso <carnil@debian.org> Fri, 19 May 2023 14:50:58 +0200
libwebp (1.2.4-0.1) unstable; urgency=medium
* Non-maintainer upload.
* New upstream version 1.2.4 (Closes: #1022001)
* Set debian-branch to debian/sid in conformance with DEP-14
* Tighten matching criteria in debian/watch, and enable upstream
PGP/GPG signature verification
* Add Vcs-Browser and Vcs-Git fields for upload to Salsa
* Bump debhelper build-dependency to debhelper-compat (= 13)
* Remove alternative build-dependency on obsolete libtiff4-dev package
* Replace build-dependency on obsolete freeglut3-dev with libglut-dev
* Add "Rules-Requires-Root: no" to debian/control
* Bump Standards-Version to 4.6.2 (no change)
* Remove backported debian/patches/fix-lossless-encode-for-MIPS
which was already merged and released in libwebp v1.2.3
* Adjust debian/docs for upstream README to README.md rename and more
* Replace man/*.1 with usr/share/man/man1/*.1 in debian/webp.manpages
to fix dh_missing error with debhelper compat 13 and up
* Add usr/lib/${DEB_HOST_MULTIARCH}/lib*.la to debian/not-installed
to remove dh_missing warning
* Remove --parallel argument from dh, no longer needed since compat 10,
to fix Lintian debian-rules-uses-unnecessary-dh-argument warning
* Remove build-dependency on autotools-dev, not needed since compat 10,
to fix Lintian useless-autoreconf-build-depends warning
* Replace tab with spaces in an old debian/changelog entry
to fix Lintian syntax-error-in-debian-changelog warning
-- Anthony Fok <foka@debian.org> Mon, 23 Jan 2023 06:28:25 -0700
libwebp (1.2.2-2) unstable; urgency=high
* Fixes mipsel architecture correctly this time (closes: #1006009)
-- Jeff Breidenbach <jab@debian.org> Sun, 13 Mar 2022 22:36:42 -0700
libwebp (1.2.2-1) unstable; urgency=medium
* New upstream release.
* Fixes test failure on mipsel architecture (closes: #1006110)
* Fixes test failure on mipsel architecture (closes: #1006009)
-- Jeff Breidenbach <jab@debian.org> Thu, 10 Mar 2022 09:39:39 -0800
libwebp (1.2.1-7) unstable; urgency=medium
* No changes; uploading to unstable as part of soname transition.
-- Jeff Breidenbach <jab@debian.org> Wed, 16 Feb 2022 11:02:28 -0800
libwebp (1.2.1-6) experimental; urgency=medium
* Fix package name to corectly match library soname.
-- Jeff Breidenbach <jab@debian.org> Thu, 13 Jan 2022 15:14:06 -0800
libwebp (1.2.1-1) experimental; urgency=medium
* New upstream release.
-- Jeff Breidenbach <jab@debian.org> Mon, 23 Aug 2021 16:04:29 -0700
libwebp (0.6.1-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix multiple security issues:
CVE-2018-25009, CVE-2018-25010, CVE-2018-25011 CVE-2020-36328,
CVE-2018-25013, CVE-2018-25014, CVE-2020-36329, CVE-2020-36330
CVE-2020-36331, CVE-2020-36332
-- Moritz Muehlenhoff <jmm@debian.org> Sat, 05 Jun 2021 19:35:57 +0200
# Older entries have been removed from this changelog.
# To read the complete changelog use `apt changelog libsharpyuv0`.
Generated by dwww version 1.16 on Sat Dec 13 16:25:51 CET 2025.