diff options
author | Rene Ladan <rene@FreeBSD.org> | 2020-12-01 19:12:47 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2020-12-01 19:12:47 +0000 |
commit | 8a45ee228f2c7df6f00ab487c7abe1e405764948 (patch) | |
tree | 888791a5b75de781ce16930033334452329e452e /UPDATING | |
parent | 709ecd747f9597ca99e69f700d611f69026647c4 (diff) |
Remove graphics/jpeg which has expired in favor of graphics/jpeg-turbo
Update qa checks and add a note to UPDATING to help users migrate.
Differential Revision: https://reviews.freebsd.org/D27425
Notes
Notes:
svn path=/head/; revision=556784
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -5,6 +5,17 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20201130: + AFFECTS: users of graphics/jpeg + AUTHOR: rene@FreeBSD.org + + + The graphics/jpeg port has been removed in favor of graphics/jpeg-turbo. + The former port was vulnerable and used an outdated ABI and API. + + Please check your make configuration for JPEG_PORT and remove it or + set it to "jpeg-turbo" if it is currently set to "jpeg". + 20201128: AFFECTS: users of databases/cego AUTHOR: pi@FreeBSD.org |