summaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-09-09 11:06:31 -0500
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2022-09-09 11:09:30 -0500
commitbd81f4162478a2a965e597f6a375eece962fe7b6 (patch)
tree310d1f6d36bcd04d6c334fa98efd3798e4d45081 /UPDATING
parentgames/wesnoth: update to 1.16.6 maintenance release (+) (diff)
emulators/qemu: Update version 7.0.0=>7.1.0
- Unbreak on latest HEAD [1] Users who want to stick with 7.0.X branch please check UPDATING or use qemu6. As previous qemu comes with three flavors: the default with X11 support, -nox11 without X11 support and -tools which installs only a subset of entire qemu. Reported by: jhb [1] Relnotes: https://wiki.qemu.org/ChangeLog/7.1
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 639895fd020c..b7e65ad51109 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ 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.
+20220909:
+ AFFECTS: users of emulators/qemu
+ AUTHOR: bofh@FreeBSD.org
+
+ emulators/qemu has been updated to 7.1.0. Previous 7.0.X branch has
+ been repocopied to emulators/qemu70. If someone wants to stick with 7.0.X
+ branch please use one of the following command:
+
+ # pkg install qemu70/qemu70-nox11(based on flavor used)
+ or
+ # portmaster -o emulators/qemu70 emulators/qemu
+ or
+ # portupgrade -o emulators/qemu70 emulators/qemu
+
20220903:
AFFECTS: users of editors/vim
AUTHOR: adamw@FreeBSD.org