[Pkg-libvirt-commits] [libguestfs] annotated tag upstream/1.28.3 created (now d733bd6)
Hilko Bengen
bengen at moszumanska.debian.org
Wed Nov 26 22:06:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a change to annotated tag upstream/1.28.3
in repository libguestfs.
at d733bd6 (tag)
tagging 51da60c48f7ba4713e891a40aa1c5f0d30a5ad72 (commit)
replaces upstream/1.28.2
tagged by Hilko Bengen
on Sun Nov 16 17:13:40 2014 +0100
- Log -----------------------------------------------------------------
Upstream version 1.28.3
David Sommerseth (1):
configure: Map powerpc64 -> ppc64.
Hilko Bengen (2):
Fix, simplify out-of-tree build/install for bash completions
Imported Upstream version 1.28.3
Mike Frysinger (1):
use pkg-config to look up ncurses
Pino Toscano (19):
builder: move the gpgkey_type type from Sigchecker to Utils
builder: use gpgkey_type for the gpgkey field in sources
builder: pass Sources.source objects directly
fish: fix dir completion on filesystems w/o dirent.d_type (RHBZ#1153844).
fish: complete symlink properly
customize: firstboot: make sure to run Linux scripts only once
customize: firstboot: fix Linux log output
bash: fix build/clean when srcdir==builddir
build: check for UNIX_PATH_MAX, and properly define it if not
src: launch: cast the sockaddr args to sockaddr*
builder: fix inclusion of <config.h> in lex-generated source
build: isolate the libdb tools search in an own autoconf macro
test-charset-fidelity: use and link against gnulib
ruby: fix detection of ruby library
tests/qemu: isolate MD5 calculation in an own shared function
build: check for libintl, and use it
configure: simplify the qemu cpu mapping
daemon: check xfs label lengths (RHBZ#1162966).
appliance: explicitly add libyajl2 on openSUSE
Richard W.M. Jones (33):
p2v: Add usb-storage module and rebuild initrd (RHBZ#1157679).
Add warnings about using guestfs_strings* APIs because of CVE-2014-8484 and CVE-2014-8485.
Document three (fixed) security problems in the main manual page.
p2v: Ensure we are using virt-v2v >= 1.28.
builder: Document that --edit option can be split across lines.
v2v: Add a support matrix to the manual page.
p2v: kickstart: Name the ISO 'virt-p2v'.
p2v: kickstart: Add firewalld to the ISO to allow firewall to be enabled.
p2v: kickstart: Remove 'install' line.
p2v: kickstart: Add rpm to list of packages.
v2v: Remove useless parentheses around expression.
v2v: vmware: Use 'curl --config' to pass arguments securely to curl.
v2v: Add --password-file parameter (RHBZ#1158526).
src/info.c: Remove incorrect comment.
builder: Updated CentOS image to 6.6.
v2v: Add bounds check to Xml.xpathobj_node function.
v2v: -o libvirt: Get the <features/> right in the output XML (RHBZ#1159258).
launch: libvirt: Implement drive secrets (RHBZ#1159016).
daemon: No longer needs its own copy of gnulib.
generator: customize: Insert whitespace between entries.
v2v: Ensure --bridge and --network args are documented correctly in --help output.
v2v: -i libvirt vcenter: Change 'esx:' to 'vcenter:' in errors/warnings.
daemon: strings: Use -a option to avoid using BFD to parse files.
Use -ltinfo instead of -lncurses.
v2v: Ignore small filesystems when checking for sufficient free space.
v2v: Document minimum free filesystem space requirements.
test-tool: Map powerpc64 -> ppc64 when searching for qemu.
v2v: Fix kernel detection when multiple kernels are installed (RHBZ#1161250).
v2v: Warn if a kernel-* package is found containing no files.
v2v: -o glance: Fix metadata for disk type and NIC (RHBZ#1161575).
Rename LIBNCURSES* to LIBTINFO*.
df: Allow policykit and SASL authentication when reading list of domains.
Version 1.28.3.
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 5e9652d p2v: Add usb-storage module and rebuild initrd (RHBZ#1157679).
new ec58a97 Add warnings about using guestfs_strings* APIs because of CVE-2014-8484 and CVE-2014-8485.
new ae4b322 Document three (fixed) security problems in the main manual page.
new bbc6815 p2v: Ensure we are using virt-v2v >= 1.28.
new 45f312d builder: Document that --edit option can be split across lines.
new f51ff92 v2v: Add a support matrix to the manual page.
new 59e7349 p2v: kickstart: Name the ISO 'virt-p2v'.
new e230f70 p2v: kickstart: Add firewalld to the ISO to allow firewall to be enabled.
new 0075848 p2v: kickstart: Remove 'install' line.
new dd22705 p2v: kickstart: Add rpm to list of packages.
new e63b8a9 v2v: Remove useless parentheses around expression.
new ab26f0b v2v: vmware: Use 'curl --config' to pass arguments securely to curl.
new 787bf5f v2v: Add --password-file parameter (RHBZ#1158526).
new db1edf0 src/info.c: Remove incorrect comment.
new 33c8625 builder: Updated CentOS image to 6.6.
new 533603c v2v: Add bounds check to Xml.xpathobj_node function.
new 9e300de builder: move the gpgkey_type type from Sigchecker to Utils
new a2bd192 builder: use gpgkey_type for the gpgkey field in sources
new 6eca4da builder: pass Sources.source objects directly
new e44a3ea fish: fix dir completion on filesystems w/o dirent.d_type (RHBZ#1153844).
new 33cc400 fish: complete symlink properly
new 81e8e07 v2v: -o libvirt: Get the <features/> right in the output XML (RHBZ#1159258).
new 9db5b89 launch: libvirt: Implement drive secrets (RHBZ#1159016).
new 4956311 daemon: No longer needs its own copy of gnulib.
new ffbc2ea generator: customize: Insert whitespace between entries.
new e273018 v2v: Ensure --bridge and --network args are documented correctly in --help output.
new 82958f5 customize: firstboot: make sure to run Linux scripts only once
new 9d6902f customize: firstboot: fix Linux log output
new 5109ab0 Fix, simplify out-of-tree build/install for bash completions
new 303d253 bash: fix build/clean when srcdir==builddir
new 077f1da build: check for UNIX_PATH_MAX, and properly define it if not
new ed854c7 src: launch: cast the sockaddr args to sockaddr*
new c76dcb1 builder: fix inclusion of <config.h> in lex-generated source
new 8e468b9 build: isolate the libdb tools search in an own autoconf macro
new d4203a4 test-charset-fidelity: use and link against gnulib
new a3c1999 ruby: fix detection of ruby library
new 8661b0c tests/qemu: isolate MD5 calculation in an own shared function
new 1072d8e v2v: -i libvirt vcenter: Change 'esx:' to 'vcenter:' in errors/warnings.
new 1f78c13 build: check for libintl, and use it
new 62a588d daemon: strings: Use -a option to avoid using BFD to parse files.
new dfb40fb Use -ltinfo instead of -lncurses.
new c1650fd v2v: Ignore small filesystems when checking for sufficient free space.
new 7e3113e v2v: Document minimum free filesystem space requirements.
new cbf1f3a configure: Map powerpc64 -> ppc64.
new bdf20e0 test-tool: Map powerpc64 -> ppc64 when searching for qemu.
new 420a08b v2v: Fix kernel detection when multiple kernels are installed (RHBZ#1161250).
new 174d4df v2v: Warn if a kernel-* package is found containing no files.
new 47d20d6 v2v: -o glance: Fix metadata for disk type and NIC (RHBZ#1161575).
new d6f4359 use pkg-config to look up ncurses
new e1fe845 Rename LIBNCURSES* to LIBTINFO*.
new 085a1f0 configure: simplify the qemu cpu mapping
new 1b11349 daemon: check xfs label lengths (RHBZ#1162966).
new 1201762 df: Allow policykit and SASL authentication when reading list of domains.
new 5483179 appliance: explicitly add libyajl2 on openSUSE
new 2a2f29f Version 1.28.3.
new 51da60c Imported Upstream version 1.28.3
The 56 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list