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

Andrea Bolognani (@abologna) gitlab at salsa.debian.org
Sat Dec 2 23:31:53 GMT 2023



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


Commits:
21e08bfe by Andrea Bolognani at 2023-12-01T23:35:19+01:00
changelog: Create entry for 9.10.0-1

Gbp-Dch: Ignore

- - - - -
47f56e9e by Andrea Bolognani at 2023-12-01T23:37:33+01:00
symbols: Bump symbol versions

No new public symbols.

Gbp-Dch: Ignore

- - - - -
59b48a98 by Andrea Bolognani at 2023-12-02T00:00:46+01:00
patches: Drop obsolete patches

Specifically

  * forward/Pass-GPG_TTY-env-var-to-the-ssh-binary.patch

which has been made obsolete by GPG_TTY/TERM handling being
implemented upstream.

- - - - -
1aa8420a by Andrea Bolognani at 2023-12-02T00:12:36+01:00
control: Recommend passt with QEMU driver

The feature should work nicely these days, with AppArmor
support and everything. Let's get it in front of more people.

- - - - -
a8f7c08e by Andrea Bolognani at 2023-12-02T00:14:36+01:00
Document changes and release 9.10.0-1

- - - - -


5 changed files:

- debian/changelog
- debian/control
- debian/libvirt0.symbols
- − debian/patches/forward/Pass-GPG_TTY-env-var-to-the-ssh-binary.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+libvirt (9.10.0-1) unstable; urgency=medium
+
+  * [520e93f] New upstream version 9.10.0
+  * [59b48a9] patches: Drop obsolete patches
+    - forward/Pass-GPG_TTY-env-var-to-the-ssh-binary.patch
+  * [1aa8420] control: Recommend passt with QEMU driver
+
+ -- Andrea Bolognani <eof at kiyuko.org>  Sat, 02 Dec 2023 00:13:16 +0100
+
 libvirt (9.9.0-1) unstable; urgency=medium
 
   * [df62dc1] New upstream version 9.9.0


=====================================
debian/control
=====================================
@@ -188,6 +188,7 @@ Breaks:
 Replaces:
  libvirt-clients (<< 6.9.0-2~),
 Recommends:
+ passt,
  swtpm,
  swtpm-tools,
 Description: Virtualization daemon QEMU connection driver


=====================================
debian/libvirt0.symbols
=====================================
@@ -99,7 +99,7 @@ libvirt.so.0 libvirt0 #MINVER#
  *@LIBVIRT_8.5.0 8.5.0
  *@LIBVIRT_9.0.0 9.0.0
  *@LIBVIRT_9.7.0 9.7.0
- *@LIBVIRT_PRIVATE_9.9.0 9.9.0
+ *@LIBVIRT_PRIVATE_9.10.0 9.10.0
 
 libvirt-qemu.so.0 libvirt0 #MINVER#
  *@LIBVIRT_QEMU_0.8.3 0.8.3
@@ -117,4 +117,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_9.9.0 9.9.0
+ *@LIBVIRT_ADMIN_PRIVATE_9.10.0 9.10.0


=====================================
debian/patches/forward/Pass-GPG_TTY-env-var-to-the-ssh-binary.patch deleted
=====================================
@@ -1,27 +0,0 @@
-From: Guilhem Moulin <guilhem at guilhem.org>
-Date: Fri, 9 Dec 2016 22:06:12 +0100
-Subject: Pass GPG_TTY env var to the ssh binary
-
-gpg-agent(1) can emulate the OpenSSH Agent protocol (which provides
-pubkey-authentication using an authentication-capable OpenPGP key, in
-addition to the usual identity files).  However for a console-based
-password prompt to work, the 'GPG_TTY' environment variable needs to be
-set to the current TTY.  Furthermore, curses-based password prompts also
-require the 'TERM' environment variable to be set to the terminal type.
----
- src/rpc/virnetsocket.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/rpc/virnetsocket.c b/src/rpc/virnetsocket.c
-index b58f7a6..5fad38b 100644
---- a/src/rpc/virnetsocket.c
-+++ b/src/rpc/virnetsocket.c
-@@ -840,6 +840,8 @@ int virNetSocketNewConnectSSH(const char *nodename,
-     virCommandAddEnvPass(cmd, "KRB5CCNAME");
-     virCommandAddEnvPass(cmd, "SSH_AUTH_SOCK");
-     virCommandAddEnvPass(cmd, "SSH_ASKPASS");
-+    virCommandAddEnvPass(cmd, "GPG_TTY");
-+    virCommandAddEnvPass(cmd, "TERM");
-     virCommandAddEnvPass(cmd, "OPENSSL_CONF");
-     virCommandAddEnvPass(cmd, "DISPLAY");
-     virCommandAddEnvPass(cmd, "XAUTHORITY");


=====================================
debian/patches/series
=====================================
@@ -1,5 +1,4 @@
 forward/Reduce-udevadm-settle-timeout-to-10-seconds.patch
-forward/Pass-GPG_TTY-env-var-to-the-ssh-binary.patch
 debian/Debianize-libvirt-guests.patch
 debian/apparmor_profiles_local_include.patch
 debian/Use-sensible-editor-by-default.patch



View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/b05ebc2dbd5a94eae65fcd406af473473e5ccc99...a8f7c08e47f679a028a1d2e366bfeed9abd7e884

-- 
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/b05ebc2dbd5a94eae65fcd406af473473e5ccc99...a8f7c08e47f679a028a1d2e366bfeed9abd7e884
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/20231202/b93d324e/attachment-0001.htm>


More information about the Pkg-libvirt-commits mailing list