Opened 2 years ago

Closed 2 years ago

#15771 closed enhancement (fixed)

libjpeg-turbo-2.1.2

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 11.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by Bruce Dubbs, 2 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 2 years ago

2.1.2

Significant changes relative to 2.1.1

  1. Fixed a regression introduced by 2.1 beta1 that caused the remaining GAS implementations of AArch64 (Arm 64-bit) Neon SIMD functions (which are used by default with GCC for performance reasons) to be placed in the .rodata section rather than in the .text section. This caused the GNU linker to automatically place the .rodata section in an executable segment, which prevented libjpeg-turbo from working properly with other linkers and also represented a potential security risk.
  1. Fixed an issue whereby the tjTransform() function incorrectly computed the MCU block size for 4:4:4 JPEG images with non-unary sampling factors and thus unduly rejected some cropping regions, even though those regions aligned with 8x8 MCU block boundaries.
  1. Fixed a regression introduced by 2.1 beta1 that caused the build system to enable the Arm Neon SIMD extensions when targetting Armv6 and other legacy architectures that do not support Neon instructions.
  1. libjpeg-turbo now performs run-time detection of AltiVec instructions on FreeBSD/PowerPC systems if AltiVec instructions are not enabled at compile time. This allows both AltiVec-equipped and non-AltiVec-equipped CPUs to be supported using the same build of libjpeg-turbo.
  1. cjpeg now accepts a -strict argument similar to that of djpeg and jpegtran, which causes the compressor to abort if an LZW-compressed GIF input image contains incomplete or corrupt image data.

comment:3 by Bruce Dubbs, 2 years ago

Resolution: fixed
Status: assignedclosed

Fixed at commit 5431aad1056606d704ea6345cff85e9b5c6392e9

Package updates and two nw libraries.
    Update to wayland-protocols-1.24.
    Update to docutils-0.18.1.
    Update to rxvt-unicode-9.29.
    Added  libptytty-2.0 required by rxvt-unicode-9.29.
    Update to wireshark-3.6.0.
    Update to libjpeg-turbo-2.1.2.
    Update to php-8.0.13.
    Update to xfsprogs-5.14.0.
    Added userspace-rcu-0.13.0 (iburcu) required by xfsprogs-5.14.0.
    Update to cmake-3.22.0.
Note: See TracTickets for help on using tickets.