summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-09-16 20:35:13 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-09-16 20:35:13 +0000
commitb7aac35e1b37cb1264698a7af0cc9e5614ac5d6e (patch)
tree0e330e1751b7f9252b247915b2491d53c66ce07e /UPDATING
parentApply patch to fix directory traversal vulnerability (diff)
- Update jpeg-turbo to 1.4.1 and grab maintainership after several timeouts
- Change default jpeg implementation from jpeg to jpeg-turbo Reviewed by: bapt, mat Differential Revision: https://reviews.freebsd.org/D2884
Notes
Notes: svn path=/head/; revision=397084
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING19
1 files changed, 19 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 07fbf2141f2d..57bbb4157eee 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,25 @@ 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.
+20150916:
+ AFFECTS: users of graphics/jpeg
+ AUTHOR: antoine@FreeBSD.org
+
+ Default implementation of jpeg has been switched from graphics/jpeg to
+ graphics/jpeg-turbo. To perform the upgrade, use instructions below.
+
+ If using binary packages: 'pkg upgrade' will do the right thing.
+
+ If using portmgaster:
+ # portmaster -o graphics/jpeg-turbo graphics/jpeg
+
+ If using portupgrade:
+ # portupgrade -f -o graphics/jpeg-turbo graphics/jpeg
+
+ If you compile your ports and want to keep using IJG's jpeg implementation,
+ add this line to your /etc/make.conf file:
+ JPEG_PORT=graphics/jpeg
+
20150914:
AFFECTS: users of lang/perl5*
AUTHOR: mat@FreeBSD.org