1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477
|
libsdl2-image (2.8.8+dfsg-1) unstable; urgency=medium
* New upstream stable release
* d/p/Revert-Fixed-partial-alpha-in-ICO-and-CUR-images.patch:
Remove workaround, no longer necessary
* Standards-Version: 4.7.2 (no changes required)
-- Simon McVittie <smcv@debian.org> Tue, 04 Mar 2025 09:59:59 +0000
libsdl2-image (2.8.6+dfsg-2) unstable; urgency=medium
* Revert .ico, .cur alpha change pending investigation
-- Simon McVittie <smcv@debian.org> Mon, 03 Mar 2025 19:32:22 +0000
libsdl2-image (2.8.6+dfsg-1) unstable; urgency=medium
* New upstream stable release
-- Simon McVittie <smcv@debian.org> Mon, 03 Mar 2025 09:45:29 +0000
libsdl2-image (2.8.5+dfsg-1) unstable; urgency=medium
* New upstream stable release
* d/copyright: Update
* d/control, d/copyright: Update upstream URL references to point to Github
-- Simon McVittie <smcv@debian.org> Sat, 08 Feb 2025 13:21:09 +0000
libsdl2-image (2.8.4+dfsg-1) unstable; urgency=medium
* New upstream stable release (release-2.8.4-0-g4641fd7)
* d/copyright: SDL2_image.spec is no longer distributed
* d/salsa-ci.yml: Add
* Standards-Version: 4.7.0 (no changes required)
* Depend on pkgconf, which replaced pkg-config
-- Simon McVittie <smcv@debian.org> Mon, 30 Dec 2024 16:20:23 +0000
libsdl2-image (2.8.2+dfsg-1) unstable; urgency=medium
* New upstream stable release
* d/copyright: Update
-- Simon McVittie <smcv@debian.org> Tue, 02 Jan 2024 17:12:38 +0000
libsdl2-image (2.8.1+dfsg-1) unstable; urgency=medium
* New upstream release
- no functional changes for the way we compile it in Debian
(all of the changes were in vendored libraries, which Debian
excludes, or in the STB image loader, which Debian does not enable)
-- Simon McVittie <smcv@debian.org> Fri, 15 Dec 2023 11:53:05 +0000
libsdl2-image (2.8.0+dfsg-1) unstable; urgency=medium
* New upstream release
* Drop the only patch, no longer needed
* d/copyright: Update
* Update symbols file
* d/libsdl2-image-dev.examples, d/tests: Update for new directory layout
* d/clean: Fix FTBFS-twice-in-a-row by deleting files created by tests
(Closes: #1049222)
* d/gbp.conf: Only sign packaging tags
* d/gbp.conf: Use DEP-14 branch names
* d/gbp.conf: Rely on uscan to repack upstream source.
This will use Files-Excluded in d/copyright, rather than separate
configuration.
-- Simon McVittie <smcv@debian.org> Thu, 07 Dec 2023 10:50:59 +0000
libsdl2-image (2.6.3+dfsg-2) unstable; urgency=medium
* d/upstream/metadata: Add Repository field
* d/tests: Run Xvfb with -noreset to make the test more reliable.
See #981201.
* d/tests: Instruct xvfb-run to choose a server number automatically
* d/p/Update-README.txt.patch:
Add patch from upstream to point to the SDL2-specific documentation.
The SDL_image wiki namespace now refers to the SDL3 version under
development.
* d/watch: Only watch for 2.x versions.
The upstream 'main' branch now targets SDL 3 (under development), and
should be packaged separately as a libsdl3-image source package.
-- Simon McVittie <smcv@debian.org> Sat, 15 Jul 2023 18:05:40 +0100
libsdl2-image (2.6.3+dfsg-1) unstable; urgency=medium
[ Simon McVittie ]
* New upstream stable release
- Fix loading of 4-bit .ico, .cur files
* Drop patches that were applied upstream
* Remove version constraints unnecessary since Debian 10
* Update standards version to 4.6.2 (no changes needed)
* d/copyright: Update
[ Debian Janitor ]
* d/upstream/metadata: Add
-- Simon McVittie <smcv@debian.org> Thu, 09 Feb 2023 09:14:01 +0000
libsdl2-image (2.6.2+dfsg-2) unstable; urgency=medium
* d/watch: Update for Github website changes
* d/p/Fix-wrong-size-malloc-and-minor-memleak.patch,
d/p/Replace-free-usage-with-SDL_free.patch:
Add minor memory leak fix from upstream release-2.6.x branch
-- Simon McVittie <smcv@debian.org> Fri, 28 Oct 2022 18:16:50 +0100
libsdl2-image (2.6.2+dfsg-1) unstable; urgency=medium
* New upstream release
-- Simon McVittie <smcv@debian.org> Mon, 29 Aug 2022 21:32:22 +0100
libsdl2-image (2.6.0+dfsg-1) unstable; urgency=medium
* New upstream release
* d/libsdl2-image-2.0-0.symbols: Use stable release for new symbols.
We don't need to keep track of which specific prerelease introduced
each symbol, now that we have a new stable release.
* d/watch: Only look for stable releases
* d/rules: Enable full compiler hardening
* Switch branch for upload to unstable
-- Simon McVittie <smcv@debian.org> Sat, 09 Jul 2022 14:55:05 +0100
libsdl2-image (2.5.2+dfsg-1) experimental; urgency=medium
* New upstream prerelease
* d/watch: Don't download Windows binaries, etc.
* d/watch: Download prereleases for experimental
* Add myself to Uploaders
* Drop all patches, included in the new release
* d/libsdl2-image-dev.install: Install the new CMake metadata
* d/tests: Exercise a CMake build
-- Simon McVittie <smcv@debian.org> Fri, 17 Jun 2022 10:58:16 +0100
libsdl2-image (2.5.1+dfsg-2) experimental; urgency=medium
* Team upload
* Standards-Version: 4.6.1 (no changes required)
* d/patches: Add nanosvg fixes from upstream git
* d/rules, d/tests/installed-tests: Assert that we support all the
expected formats (everything supported upstream except AVIF and JXL)
-- Simon McVittie <smcv@debian.org> Mon, 30 May 2022 16:41:27 +0100
libsdl2-image (2.5.1+dfsg-1+newqueue) experimental; urgency=medium
* Team upload
* Move automated test into a new libsdl2-image-tests package.
This means it can be moved back to the paths canonically used by
installed-tests without breaking multiarch co-installability, and
ginsttest-runner does not need to be told to search a non-default
directory.
* Install showanim and showimage sample programs as manual tests.
Their names are too namespace-polluting to be on $PATH, so put them in
/usr/libexec/installed-tests/SDL2_image alongside the automated tests.
-- Simon McVittie <smcv@debian.org> Thu, 26 May 2022 13:10:36 +0100
libsdl2-image (2.5.1+dfsg-1) experimental; urgency=medium
* Team upload
* New upstream prerelease
- Fix loading PCX files that need alignment between rows
* Revert addition of libsdl2-image-tests to avoid getting stuck in NEW
* d/watch: Download releases from Github
* d/copyright: Remove exclusion patterns that are no longer needed
* d/watch: Don't download prereleases by default
-- Simon McVittie <smcv@debian.org> Thu, 26 May 2022 12:37:56 +0100
libsdl2-image (2.5.0~git20220525+g2b8e888+dfsg-2) experimental; urgency=medium
* Team upload
* Move automated test into a new libsdl2-image-tests package.
This means it can be moved back to the paths canonically used by
installed-tests without breaking multiarch co-installability, and
ginsttest-runner does not need to be told to search a non-default
directory.
* Install showanim and showimage sample programs as manual tests.
Their names are too namespace-polluting to be on $PATH, so put them in
/usr/libexec/installed-tests/SDL2_image alongside the automated tests.
-- Simon McVittie <smcv@debian.org> Wed, 25 May 2022 17:38:45 +0100
libsdl2-image (2.5.0~git20220525+g2b8e888+dfsg-1) experimental; urgency=medium
* Team upload
* New upstream git snapshot
- Fix test failure on s390x and other big-endian architectures
* Bump required libsdl2-dev to 2.0.9
* d/.gitignore: Add
* d/copyright: Update
-- Simon McVittie <smcv@debian.org> Wed, 25 May 2022 17:05:00 +0100
libsdl2-image (2.5.0~git20220524+g7eb9ae3+dfsg-1) experimental; urgency=medium
* Team upload
* New upstream git snapshot
* d/copyright: Update
* Build and install tests
* Run installed tests using autopkgtest
* Move installed-tests to libsdl2-image-dev for now.
Adding libsdl2-image-tests will require passing the NEW queue.
-- Simon McVittie <smcv@debian.org> Tue, 24 May 2022 18:12:39 +0100
libsdl2-image (2.5.0~git20220517.gcec4127+dfsg-1) experimental; urgency=medium
* Team upload
* New upstream git snapshot
* Update symbols file
-- Simon McVittie <smcv@debian.org> Thu, 19 May 2022 12:39:32 +0100
libsdl2-image (2.5.0~git20220516.g99e0e81+dfsg-1-1) experimental; urgency=medium
* Team upload
* New upstream git snapshot
* d/gbp.conf, d/copyright: Stop removing IMG_UIImage.m.
It was deleted upstream.
-- Simon McVittie <smcv@debian.org> Mon, 16 May 2022 14:24:18 +0100
libsdl2-image (2.5.0~git20220512.g686ad26+dfsg-1) experimental; urgency=medium
* Team upload
* New upstream git snapshot
- d/copyright: Update
- d/rules: Update dependency options
- Update symbols
* Disable AVIF support for now
-- Simon McVittie <smcv@debian.org> Thu, 12 May 2022 19:50:27 +0100
libsdl2-image (2.5.0~git20220508.g406fd40+dfsg-1) experimental; urgency=medium
* Team upload
* New upstream git snapshot
- Update symbols file with new ABI from development branch
* Disable JPEG XL support for now.
libjxl is only available in experimental and doesn't look as though it's
necessarily fully API-stable.
-- Simon McVittie <smcv@debian.org> Mon, 09 May 2022 17:03:51 +0100
libsdl2-image (2.0.6~20220415.g915b794+dfsg-1) experimental; urgency=medium
* Team upload
* New upstream snapshot
-- Simon McVittie <smcv@debian.org> Wed, 20 Apr 2022 18:36:32 +0100
libsdl2-image (2.0.6~20220301.g3c8c09d3+dfsg-1) experimental; urgency=medium
* Team upload
* New upstream snapshot
* Add -dev dependencies that are listed in the .pc file
-- Simon McVittie <smcv@debian.org> Wed, 02 Mar 2022 20:33:34 +0000
libsdl2-image (2.0.6~20220107.g656ef58+dfsg-1) experimental; urgency=medium
* Team upload
* New upstream snapshot
* d/copyright: Update
* d/libsdl2-image-2.0-0.symbols: Add QOI decoder
* d/libsdl2-image-2.0-0.symbols: Ignore removal of IMG_InitJPG, etc.
These were never intended to be public, and are not in the header file.
Upstream commit f0b3945 changed their visibility to hidden.
-- Simon McVittie <smcv@debian.org> Fri, 07 Jan 2022 13:55:38 +0000
libsdl2-image (2.0.6~20211214.g704e516+dfsg-1) experimental; urgency=medium
* Team upload
* Branch for experimental
* New upstream snapshot
- Drop patches, applied upstream
- d/copyright: Update.
The LGPL parts of IMG_png.c have been relicensed by their author.
- d/libsdl2-image-2.0-0.symbols: Ignore removal of private nsvg symbols.
This is deliberate, as per upstream commit 31ce11c5.
* d/copyright, d/gbp.conf: Filter more generated/vendored files.
If we're repacking the tarball *anyway*, we might as well exclude these
too. They'll be restored by dh_autoreconf.
-- Simon McVittie <smcv@debian.org> Tue, 14 Dec 2021 20:27:11 +0000
libsdl2-image (2.0.5+dfsg1-3) unstable; urgency=medium
* Team upload
* d/p/showimage-Add-a-quit-option.patch:
Add patch to add a -quit option to the showimage example.
This allows it to be used as a non-interactive smoke-test.
* d/tests: Add an autopkgtest using the modified showimage.
Taken from the libsdl2-image package in the Steam Runtime.
* Add a .symbols file
* Re-export upstream signing key without extra signatures.
* Drop transition for old debug package migration.
* d/rules: Rely on debhelper compat 12 for dh_makeshlibs.
With a .symbols file, the version passed to dh_makeshlibs is only a
fallback.
debhelper compat level 12 defaults to generating dependencies on the
current upstream version, which is what's in stable. More relaxed
dependencies aren't particularly useful, because we don't support
skipping a release anyway.
* d/rules: Remove unnecessary override for dh_compress.
debhelper compat level 12 doesn't compress examples anyway.
* Use debhelper compat level 13.
Drop dh_missing --fail-missing override: this is now the default.
* Standards-Version: 4.6.0 (no changes required)
-- Simon McVittie <smcv@debian.org> Thu, 28 Oct 2021 19:20:29 +0100
libsdl2-image (2.0.5+dfsg1-2) unstable; urgency=medium
* Cherry-pick upstream fix for CVE-2019-13616. (Closes: #940934)
-- Felix Geyer <fgeyer@debian.org> Mon, 03 Feb 2020 23:02:06 +0100
libsdl2-image (2.0.5+dfsg1-1) unstable; urgency=medium
* New upstream version, fixing various security issues: (Closes: #932754)
- CVE-2019-5051
- CVE-2019-5052
- CVE-2019-7635
- CVE-2019-12216
- CVE-2019-12217
- CVE-2019-12218
- CVE-2019-12219
- CVE-2019-12220
- CVE-2019-12221
- CVE-2019-12222
* Switch to debhelper compat level 12.
-- Felix Geyer <fgeyer@debian.org> Tue, 23 Jul 2019 23:15:23 +0200
libsdl2-image (2.0.4+dfsg1-1) unstable; urgency=medium
* New upstream version.
* Drop CVE-2018-3977.patch, applied upstream.
* Verify signature of upstream tarball.
-- Felix Geyer <fgeyer@debian.org> Sun, 03 Feb 2019 11:59:26 +0100
libsdl2-image (2.0.3+dfsg1-3) unstable; urgency=high
* Non-maintainer upload with permission of maintainers.
* CVE-2018-3977: Prevent a potential buffer overflow on a corrupt or
maliciously-crafted XCF file. (Closes: #912617)
-- Chris Lamb <lamby@debian.org> Sun, 04 Nov 2018 23:34:39 +0000
libsdl2-image (2.0.3+dfsg1-2) unstable; urgency=medium
[ Manuel A. Fernandez Montecelo ]
* Bump Policy Standards-Version to 4.2.1 (no changes needed)
* d/watch:
- Set to version=4
- Update +dsfg mangling to correctly detect upstream version
* Switch to debhelper compat level v11
* d/copyright: use https in format URL
* d/control: Set "Rules-Requires-Root: no"
-- Chris Lamb <lamby@debian.org> Sun, 04 Nov 2018 23:34:37 +0000
libsdl2-image (2.0.3+dfsg1-1) unstable; urgency=medium
* New upstream release, fixing various security issues:
- CVE-2017-12122
- CVE-2017-14440
- CVE-2017-14441
- CVE-2017-14442
- CVE-2017-14448
- CVE-2017-14449
- CVE-2017-14450
* Requires libsdl2 >= 2.0.8
-- Felix Geyer <fgeyer@debian.org> Sun, 04 Mar 2018 15:50:05 +0100
libsdl2-image (2.0.2+dfsg1-1) unstable; urgency=medium
* Team upload.
* New upstream version 2.0.2+dfsg1.
* Bump SHLIBVER, as INTERFACE_AGE has been reset in configure.in.
* Remove patches backported from upstream.
* Fix shlib symlink.
* Move the dbgsym-migration parameter to the dh_strip call.
-- Fabian Greffrath <fabian@debian.org> Fri, 10 Nov 2017 13:46:09 +0100
libsdl2-image (2.0.1+dfsg-4) unstable; urgency=medium
[ Manuel A. Fernandez Montecelo ]
* d/copyright: Fix missing "General" in LGPL license
[ Felix Geyer ]
* Fix CVE-2017-2887: buffer overflow in the XCF property handling.
(Closes: #878266)
-- Felix Geyer <fgeyer@debian.org> Wed, 18 Oct 2017 22:09:02 +0200
libsdl2-image (2.0.1+dfsg-3) unstable; urgency=medium
* Bump Policy Standards-Version to 4.0.0 (no changes needed)
* Update Vcs-* URLs
* Switch to debhelper compat level v10
- dh flags --parallel are not needed
- autoreconf is invoked by default
* Use automatic dbgsym packages, drop -dbg
-- Manuel A. Fernandez Montecelo <mafm@debian.org> Mon, 31 Jul 2017 23:43:58 +0200
libsdl2-image (2.0.1+dfsg-2) unstable; urgency=low
* Team upload.
* d/rules: Update shlib and .so symlink to the current version
-- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 27 Jan 2016 09:34:58 +0100
libsdl2-image (2.0.1+dfsg-1) unstable; urgency=low
* Team upload.
[ Manuel A. Fernandez Montecelo ]
* Build-Depends on pkg-config
* Bump Policy Standards-Version to 3.9.6 (no changes needed)
[ Gianfranco Costamagna ]
* New upstream release (Closes: #812620).
* Use Files-Excluded copyright keyword to exclude autogenerated
files from tarball.
* Remove patch about big endian build fix, it should be fixed upstream.
-- Gianfranco Costamagna <locutusofborg@debian.org> Mon, 25 Jan 2016 10:12:59 +0100
libsdl2-image (2.0.0+dfsg-3) unstable; urgency=low
* Really regenerate autoconf files. The upstream autogen.sh doesn't
work properly. Thanks to Pino Toscano for the patch.
- Fixes FTBFS on hurd.
-- Felix Geyer <fgeyer@debian.org> Sun, 08 Sep 2013 11:16:14 +0200
libsdl2-image (2.0.0+dfsg-2) unstable; urgency=low
* Tighten libsdl2-dev dependency to 2.0.0 and bump the shlibver to 2.0.0,
thanks to Gianfranco Costamagna for the patch.
* Fix FTBFS on big endian architectures.
- Add fix_ftbfs_big_endian.patch
-- Felix Geyer <fgeyer@debian.org> Sun, 25 Aug 2013 11:26:16 +0200
libsdl2-image (2.0.0+dfsg-1) unstable; urgency=low
* New upstream release.
* Add a watch file.
* Remove external/ from upstream tarball.
* Document miniz.h license in debian/copyright.
-- Felix Geyer <fgeyer@debian.org> Wed, 21 Aug 2013 09:44:44 +0200
libsdl2-image (2.0.0~rc1+dfsg-1) unstable; urgency=low
* Initial release. (Closes: #710698)
* Filter upstream tarball to remove precompiled binaries that don't
ship with the corresponding source code.
-- Felix Geyer <fgeyer@debian.org> Fri, 12 Jul 2013 17:38:44 +0200
|