Commit ec8aafd
committed
libsixel: update to 1.8.7.
See the following release page about the current project status:
https://github.com/saitoha/libsixel/releases/tag/v1.8.7
Upstream changes (from NEWS):
------------------------------
What's new in libsixel-1.8.7
------------------------------
for a comprehensive view of security-fix progress, see the page below
saitoha/libsixel#203
* fix invalid pointer access in encoder.c (#193, #195)
Thanks to @momo-trip, @akinomyoga
* fix wrong HLS to RGB conversion. (#191)
Thanks to @gnachman, @j4james
* fix NULL pointer dereference problem in img2sixel.c (#192)
Thanks to @momo-trip, @akinomyoga
* fix double free problem in encoder.c (#194)
Thanks to @momo-trip
* Serucity fix for #200, heap buffer overflow in debug palette function.
Thanks to @err2zero
* add EXTRA_DIST for LICENSE files (#129)
Thanks to @ttdoda
* Travis-ci: added support for ppc64le (#140)
Thanks to @dthadi3
* export sixel_allocator_new to dll (#151)
Thanks to @johnnychen94
* README: Add Idris 2 language bindings (#155)
Thanks to @Kaiepi
* performance: If width and height are unchanged, nothing to do. (#170)
Thanks to @rokuyama
* README: add MacPorts to install options (#183)
Thanks to @barracuda156
* fix for bash completion (#189)
Thanks to @rcorre
* Add backport feature (nanosleep) for windows, github actions CI (#202)
Thanks to @Kreijstal
* README: update NixOS link (#204)
Thanks to @max-amb
* build: Remove override of $LIBJPEG_CFLAGS and $LIBJPEG_LIBS set by
PKG_CHECK_MODULES()
* fix Problems with the dithering palette calculation (#188)
Thanks to @gnachman, @j4james
* fix SEGV error in sixel_encoder_setopt (#174)
Thanks to @shinibufa , @j4james
* curl: send original UserAgent header: "libsixel/${LIBSIXEL_VERSION}"
* fix heap-buffer-overflow in error_diffuse, quant.c:876 #172
Thanks to @waugustus
* fix Heap-buffer-overflow in scale.c:214 #179
Thanks to @chameleon10712, @j4james
* build: fallback support for environments without pkg-config.
* fix double-free problem in loader.c (#150)
Thanks to @duytai, @ctrlcctrlv
* fix an assertion issue in stbi__create_png_image_raw (#163)
Thanks to @kdsjZh, @dankamongmen
* Update stb_image.h from upstream to version 2.30
THanks to @hzeller
* Update examples/drawing: add SGR-Pixels mode
* fix a problem on monochromatic encoded (-e) output (#112)
Thanks to @interkosmos, @j4james
* fix a FPE issue (#166, #167)
Thanks to @waugustus, @j4james
* cli: fix a scaling issue introduced in v1.6.1, which is caused
when one of -w/-h is a percentage and the other is unset or "auto"
* fix a memory leak ploblem (#164)
Thanks to @muetzenmann, @j4james1 parent f1a009d commit ec8aafd
2 files changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments