From 6081a81c5101433f69d2a945a0e939294ba9f787395a12fd77d948fda0393b99 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 18 Oct 2013 08:33:16 +0000 Subject: [PATCH] - Update to version 1.22.7 * fish: CVE-2013-4419: Fix insecure temporary directory handling for remote guestfish (bnc#845720). * sysprep: firstboot: Don't set `Created_files flag unless files are created. * firstboot: Add some debugging to the control script. * firstboot: Fix test for installing sysvinit scripts. * firstboot: Install both systemd and SysV init scripts. * firstboot: Start service after network only. * firstboot: Fix firstboot scripts so they work on Ubuntu. * edit: Add virt-edit --edit as an alias for virt-edit -e. * btrfs: Fix improper memmove usage in do_btrfs_subvolume_list (RHBZ#1018149). * daemon: xattr: Fix scope of cleanup buf to avoid memory leaks. * daemon: parted: Fix memory leak of list of strings. * daemon: Fix scope of cleanup functions to avoid memory leaks. * df: parallel: Add a debug message when work function returns an error. * daemon: 'exists' API should not follow broken symlinks. * sysprep: Don't remove /var/cache/apt/archives/partial directory. * firstboot: Invoke firstboot.sh script with 'start' parameter. * daemon: Don't set LD_PRELOAD for guestfsd children. * daemon: Fix xfs_info parser because of new format. * sysprep: Fix option quoting in manual page. * virt-df: parallel: Send debugging messages to stderr. * inspection: Don't print a warning if \Windows\explorer.exe does not exist. * launch: direct: Set QEMU_AUDIO_DRV=none to stop qemu opening audio devices. * virt-df: parallel: Compile debugging messages in always. * daemon: augeas: Don't test if AUG_NO_ERR_CLOSE is defined. * daemon: augeas: Enhance error reporting for aug_init failures. * drives: Don't need to call free_drive_servers since preceding code checks servers == NULL. * sparsify: Fix signal handling. * daemon: tar: Use a temporary file to pass excludes to tar command (RHBZ#1001875). * format: Set MBR partition type byte appropriately (RHBZ#1000428). OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=242 --- libguestfs-1.22.6.tar.xz | 3 --- libguestfs-1.22.7.tar.xz | 3 +++ libguestfs.changes | 34 ++++++++++++++++++++++++++++++++++ libguestfs.spec | 2 +- 4 files changed, 38 insertions(+), 4 deletions(-) delete mode 100644 libguestfs-1.22.6.tar.xz create mode 100644 libguestfs-1.22.7.tar.xz diff --git a/libguestfs-1.22.6.tar.xz b/libguestfs-1.22.6.tar.xz deleted file mode 100644 index 1aa20d7..0000000 --- a/libguestfs-1.22.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f538cd2fbead971fe82044d013303aee285a518fbe20183a9f85ca9132183fbd -size 4159296 diff --git a/libguestfs-1.22.7.tar.xz b/libguestfs-1.22.7.tar.xz new file mode 100644 index 0000000..a3d912e --- /dev/null +++ b/libguestfs-1.22.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456e2aad406914fbfa5122f119d6b448c2fb581002e4b93813ef4819bc587437 +size 4167580 diff --git a/libguestfs.changes b/libguestfs.changes index a11818e..39cef91 100644 --- a/libguestfs.changes +++ b/libguestfs.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Fri Oct 18 10:26:12 CEST 2013 - ohering@suse.de + +- Update to version 1.22.7 + * fish: CVE-2013-4419: Fix insecure temporary directory handling for remote guestfish (bnc#845720). + * sysprep: firstboot: Don't set `Created_files flag unless files are created. + * firstboot: Add some debugging to the control script. + * firstboot: Fix test for installing sysvinit scripts. + * firstboot: Install both systemd and SysV init scripts. + * firstboot: Start service after network only. + * firstboot: Fix firstboot scripts so they work on Ubuntu. + * edit: Add virt-edit --edit as an alias for virt-edit -e. + * btrfs: Fix improper memmove usage in do_btrfs_subvolume_list (RHBZ#1018149). + * daemon: xattr: Fix scope of cleanup buf to avoid memory leaks. + * daemon: parted: Fix memory leak of list of strings. + * daemon: Fix scope of cleanup functions to avoid memory leaks. + * df: parallel: Add a debug message when work function returns an error. + * daemon: 'exists' API should not follow broken symlinks. + * sysprep: Don't remove /var/cache/apt/archives/partial directory. + * firstboot: Invoke firstboot.sh script with 'start' parameter. + * daemon: Don't set LD_PRELOAD for guestfsd children. + * daemon: Fix xfs_info parser because of new format. + * sysprep: Fix option quoting in manual page. + * virt-df: parallel: Send debugging messages to stderr. + * inspection: Don't print a warning if \Windows\explorer.exe does not exist. + * launch: direct: Set QEMU_AUDIO_DRV=none to stop qemu opening audio devices. + * virt-df: parallel: Compile debugging messages in always. + * daemon: augeas: Don't test if AUG_NO_ERR_CLOSE is defined. + * daemon: augeas: Enhance error reporting for aug_init failures. + * drives: Don't need to call free_drive_servers since preceding code checks servers == NULL. + * sparsify: Fix signal handling. + * daemon: tar: Use a temporary file to pass excludes to tar command (RHBZ#1001875). + * format: Set MBR partition type byte appropriately (RHBZ#1000428). + ------------------------------------------------------------------- Mon Oct 14 19:32:05 CEST 2013 - ohering@suse.de diff --git a/libguestfs.spec b/libguestfs.spec index 759ae33..0bd6755 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -17,7 +17,7 @@ # -Version: 1.22.6 +Version: 1.22.7 Release: 0 %define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)