[Pkg-libvirt-commits] [Git][libvirt-team/libvirt][debian/latest] 6 commits: changelog: Create entry for 10.7.0-1

Andrea Bolognani (@abologna) gitlab at salsa.debian.org
Sat Sep 7 08:45:14 BST 2024



Andrea Bolognani pushed to branch debian/latest at Libvirt Packaging Team / libvirt


Commits:
c4af08da by Andrea Bolognani at 2024-09-04T20:50:03+02:00
changelog: Create entry for 10.7.0-1

Gbp-Dch: Ignore

- - - - -
cafe0e4f by Andrea Bolognani at 2024-09-04T20:51:13+02:00
symbols: Bump symbol versions

No new public symbols.

Gbp-Dch: Ignore

- - - - -
51a3b56f by Andrea Bolognani at 2024-09-04T20:52:18+02:00
patches: Refresh patches

Gbp-Dch: Ignore

- - - - -
150ad7fb by Andrea Bolognani at 2024-09-04T20:56:27+02:00
common: Add GraniteRapids CPU model

Gbp-Dch: Ignore

- - - - -
ccfe7b16 by Andrea Bolognani at 2024-09-04T21:14:58+02:00
common: Only include systemtap files on Linux

These files have been moved from daemon-system (Linux only)
to common (all architectures) in 10.6.0-2, however the
conditional markers were not added at the same time. They
are necessary because systemtap itself is only available on
Linux.

Gbp-Dch: Ignore

- - - - -
41b013c9 by Andrea Bolognani at 2024-09-05T20:59:58+02:00
Document changes and release 10.7.0-1

- - - - -


5 changed files:

- debian/changelog
- debian/libvirt-common.install.in
- debian/libvirt0.symbols
- debian/patches/debian/Use-sensible-editor-by-default.patch
- debian/patches/debian/apparmor_profiles_local_include.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+libvirt (10.7.0-1) unstable; urgency=medium
+
+  * [a84ccbd] New upstream version 10.7.0
+    - Update for qemu-bridge-helper's new location (Closes: #1077915)
+    - Fixes CVE-2024-8235 (Closes: #1080218)
+
+ -- Andrea Bolognani <eof at kiyuko.org>  Thu, 05 Sep 2024 20:59:27 +0200
+
 libvirt (10.6.0-3) experimental; urgency=medium
 
   * [01e7456] control: Bump Standards-Version to 4.7.0


=====================================
debian/libvirt-common.install.in
=====================================
@@ -38,6 +38,7 @@ usr/share/libvirt/cpu_map/x86_EPYC-IBPB.xml
 usr/share/libvirt/cpu_map/x86_EPYC-Milan.xml
 usr/share/libvirt/cpu_map/x86_EPYC-Rome.xml
 usr/share/libvirt/cpu_map/x86_EPYC.xml
+usr/share/libvirt/cpu_map/x86_GraniteRapids.xml
 usr/share/libvirt/cpu_map/x86_Haswell-IBRS.xml
 usr/share/libvirt/cpu_map/x86_Haswell-noTSX-IBRS.xml
 usr/share/libvirt/cpu_map/x86_Haswell-noTSX.xml
@@ -112,6 +113,6 @@ usr/share/libvirt/schemas/storagepool.rng
 usr/share/libvirt/schemas/storagepoolcaps.rng
 usr/share/libvirt/schemas/storagevol.rng
 usr/share/libvirt/test-screenshot.png
-usr/share/systemtap/tapset/libvirt_functions.stp
-usr/share/systemtap/tapset/libvirt_probes.stp
+[linux-any] usr/share/systemtap/tapset/libvirt_functions.stp
+[linux-any] usr/share/systemtap/tapset/libvirt_probes.stp
 [${ARCHES_QEMU}] usr/share/systemtap/tapset/libvirt_qemu_probes.stp


=====================================
debian/libvirt0.symbols
=====================================
@@ -101,7 +101,7 @@ libvirt.so.0 libvirt0 #MINVER#
  *@LIBVIRT_9.7.0 9.7.0
  *@LIBVIRT_10.1.0 10.1.0
  *@LIBVIRT_10.2.0 10.2.0
- *@LIBVIRT_PRIVATE_10.6.0 10.6.0
+ *@LIBVIRT_PRIVATE_10.7.0 10.7.0
 
 libvirt-qemu.so.0 libvirt0 #MINVER#
  *@LIBVIRT_QEMU_0.8.3 0.8.3
@@ -119,4 +119,4 @@ libvirt-admin.so.0 libvirt0 #MINVER#
  *@LIBVIRT_ADMIN_2.0.0 2.0.0~rc1
  *@LIBVIRT_ADMIN_3.0.0 3.0.0
  *@LIBVIRT_ADMIN_8.6.0 8.9.0
- *@LIBVIRT_ADMIN_PRIVATE_10.6.0 10.6.0
+ *@LIBVIRT_ADMIN_PRIVATE_10.7.0 10.7.0


=====================================
debian/patches/debian/Use-sensible-editor-by-default.patch
=====================================
@@ -10,7 +10,7 @@ Forwarded: not-needed
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/tools/vsh.c b/tools/vsh.c
-index 9fbb1f9..b4f2866 100644
+index 5f5e2f2..367bc66 100644
 --- a/tools/vsh.c
 +++ b/tools/vsh.c
 @@ -2557,7 +2557,7 @@ vshEditWriteToTempFile(vshControl *ctl, const char *doc)


=====================================
debian/patches/debian/apparmor_profiles_local_include.patch
=====================================
@@ -27,10 +27,10 @@ index ffe4d8f..2973b00 100644
 +  include if exists <local/abstractions/libvirt-lxc>
  @END_APPARMOR_3@
 diff --git a/src/security/apparmor/libvirt-qemu.in b/src/security/apparmor/libvirt-qemu.in
-index 8b92915..3a6b964 100644
+index 8f17256..5eb649b 100644
 --- a/src/security/apparmor/libvirt-qemu.in
 +++ b/src/security/apparmor/libvirt-qemu.in
-@@ -278,4 +278,11 @@
+@@ -279,4 +279,11 @@
  
  @BEGIN_APPARMOR_3@
    include if exists <abstractions/libvirt-qemu.d>



View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/eedfbcb3f578707122ea8c658c7954ac31d4d926...41b013c94ef2a5a66225d05509417a6bea764edc

-- 
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/eedfbcb3f578707122ea8c658c7954ac31d4d926...41b013c94ef2a5a66225d05509417a6bea764edc
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20240907/a6db5dd3/attachment-0001.htm>


More information about the Pkg-libvirt-commits mailing list