[Pkg-libvirt-commits] [libguestfs] branch master updated (821e682 -> 99c2d1c)

Hilko Bengen bengen at moszumanska.debian.org
Wed Nov 26 22:04:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a change to branch master
in repository libguestfs.

      from  821e682   1:1.28.2-1
       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
       new  5ae78db   Merge tag 'upstream/1.28.3'
       new  e6d73ce   Dropped patch that has been integrated upstream
       new  99c2d1c   1:1.28.3-1

The 59 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.


Summary of changes:
 AUTHORS                                            |    2 +
 BUGS                                               |  177 +-
 ChangeLog                                          |  641 +++
 Makefile.in                                        |   35 +-
 aclocal.m4                                         |    4 +
 align/Makefile.am                                  |    1 +
 align/Makefile.in                                  |   39 +-
 appliance/Makefile.in                              |   35 +-
 appliance/packagelist.in                           |    1 +
 bash/Makefile.am                                   |   57 +-
 bash/Makefile.in                                   |   98 +-
 bootstrap                                          |    3 +-
 builder/Makefile.am                                |    9 +-
 builder/Makefile.in                                |   48 +-
 builder/builder.ml                                 |   21 +-
 builder/index-scan.l                               |    4 +-
 builder/index_parser.ml                            |   15 +-
 builder/index_parser.mli                           |    2 +-
 builder/list_entries.ml                            |   24 +-
 builder/list_entries.mli                           |    2 +-
 builder/sigchecker.ml                              |    5 -
 builder/sigchecker.mli                             |    7 +-
 builder/sources.ml                                 |    8 +-
 builder/sources.mli                                |    2 +-
 builder/utils.ml                                   |    5 +
 builder/virt-builder.pod                           |    4 +-
 builder/website/Makefile.in                        |   35 +-
 builder/website/index                              |   12 +-
 builder/website/index.asc                          |   38 +-
 cat/Makefile.am                                    |    4 +
 cat/Makefile.in                                    |   51 +-
 config.h.in                                        |   17 +-
 configure                                          | 2347 +++++++--
 configure.ac                                       |   76 +-
 csharp/Makefile.in                                 |   35 +-
 customize/Makefile.am                              |    2 +-
 customize/Makefile.in                              |   37 +-
 customize/firstboot.ml                             |   17 +-
 daemon/Makefile.in                                 |   35 +-
 daemon/daemon.h                                    |    4 +
 daemon/labels.c                                    |    6 +
 daemon/strings.c                                   |    2 +-
 daemon/xfs.c                                       |    6 +
 debian/changelog                                   |    7 +
 ...f-tree-build-install-for-bash-completions.patch |   99 -
 debian/patches/series                              |    1 -
 df/Makefile.am                                     |    1 +
 df/Makefile.in                                     |   39 +-
 df/domains.c                                       |    3 +-
 diff/Makefile.am                                   |    1 +
 diff/Makefile.in                                   |   39 +-
 edit/Makefile.am                                   |    1 +
 edit/Makefile.in                                   |   39 +-
 erlang/Makefile.am                                 |    1 +
 erlang/Makefile.in                                 |   37 +-
 erlang/examples/Makefile.in                        |   35 +-
 examples/Makefile.in                               |   35 +-
 fish/Makefile.am                                   |    1 +
 fish/Makefile.in                                   |   42 +-
 fish/cmds.c                                        |    6 +-
 fish/destpaths.c                                   |    9 +-
 fish/guestfish-actions.pod                         |   10 +-
 format/Makefile.am                                 |    1 +
 format/Makefile.in                                 |   39 +-
 fuse/Makefile.am                                   |    4 +
 fuse/Makefile.in                                   |   47 +-
 generator/Makefile.in                              |   35 +-
 generator/actions.ml                               |   14 +-
 generator/customize.ml                             |   20 +
 gnulib/lib/Makefile.am                             |    8 +-
 gnulib/lib/Makefile.in                             |   74 +-
 gnulib/lib/base64.c                                |  605 +++
 gnulib/lib/base64.h                                |   68 +
 gnulib/tests/Makefile.am                           |    8 +
 gnulib/tests/Makefile.in                           |  137 +-
 gnulib/tests/test-base64.c                         |  238 +
 gobject/Makefile.in                                |   35 +-
 gobject/docs/Makefile.in                           |   35 +-
 gobject/docs/guestfs-docs.sgml                     |    4 +-
 gobject/docs/html/GuestfsSession.html              |   18 +-
 gobject/docs/html/index.html                       |    2 +-
 gobject/src/session.c                              |   10 +-
 golang/Makefile.in                                 |   35 +-
 golang/examples/Makefile.in                        |   35 +-
 haskell/Makefile.in                                |   35 +-
 inspector/Makefile.am                              |    1 +
 inspector/Makefile.in                              |   39 +-
 java/Makefile.in                                   |   35 +-
 java/com/redhat/et/libguestfs/GuestFS.java         |   12 +-
 java/examples/Makefile.in                          |   35 +-
 lua/Makefile.in                                    |   35 +-
 lua/examples/Makefile.in                           |   35 +-
 m4/.gitignore                                      |    7 +-
 m4/base64.m4                                       |   15 +
 m4/gnulib-comp.m4                                  |    7 +
 .../rhbz895904.sh => m4/guestfs-find-db-tool.m4    |   45 +-
 m4/{lcmessage.m4 => nls.m4}                        |   29 +-
 m4/progtest.m4                                     |   91 +
 make-fs/Makefile.am                                |    1 +
 make-fs/Makefile.in                                |   38 +-
 mllib/Makefile.am                                  |    6 +-
 mllib/Makefile.in                                  |   41 +-
 ocaml/Makefile.am                                  |    2 +
 ocaml/Makefile.in                                  |   37 +-
 ocaml/examples/Makefile.in                         |   35 +-
 p2v/Makefile.in                                    |   35 +-
 p2v/p2v.ks.in                                      |    7 +-
 p2v/ssh.c                                          |   40 +-
 p2v/virt-p2v-make-disk.in                          |   30 +-
 p2v/virt-p2v-make-kickstart.pod                    |    2 +-
 perl/Makefile.in                                   |   35 +-
 perl/examples/Makefile.in                          |   35 +-
 perl/lib/Sys/Guestfs.pm                            |   10 +-
 php/Makefile.in                                    |   35 +-
 po-docs/Makefile.in                                |   35 +-
 po-docs/ja.po                                      | 5129 ++++++++++---------
 po-docs/ja/Makefile.in                             |   35 +-
 po-docs/ja/guestfish-actions.pod                   |   10 +-
 po-docs/ja/guestfish.1                             |   14 +-
 po-docs/ja/guestfs-actions.pod                     |   10 +-
 po-docs/ja/guestfs-erlang.3                        |    4 +-
 po-docs/ja/guestfs-examples.3                      |    4 +-
 po-docs/ja/guestfs-faq.1                           |    4 +-
 po-docs/ja/guestfs-golang.3                        |    4 +-
 po-docs/ja/guestfs-java.3                          |    4 +-
 po-docs/ja/guestfs-lua.3                           |    4 +-
 po-docs/ja/guestfs-ocaml.3                         |    4 +-
 po-docs/ja/guestfs-performance.1                   |    4 +-
 po-docs/ja/guestfs-perl.3                          |    4 +-
 po-docs/ja/guestfs-python.3                        |    4 +-
 po-docs/ja/guestfs-recipes.1                       |    4 +-
 po-docs/ja/guestfs-release-notes.1                 |    4 +-
 po-docs/ja/guestfs-ruby.3                          |    4 +-
 po-docs/ja/guestfs-testing.1                       |    4 +-
 po-docs/ja/guestfs.3                               |   53 +-
 po-docs/ja/guestfs.pod                             |   43 +
 po-docs/ja/guestfsd.8                              |    4 +-
 po-docs/ja/guestmount.1                            |    4 +-
 po-docs/ja/guestunmount.1                          |    4 +-
 po-docs/ja/libguestfs-make-fixed-appliance.1       |    4 +-
 po-docs/ja/libguestfs-test-tool.1                  |    4 +-
 po-docs/ja/libguestfs-tools.conf.5                 |    4 +-
 po-docs/ja/virt-alignment-scan.1                   |    4 +-
 po-docs/ja/virt-builder.1                          |   10 +-
 po-docs/ja/virt-builder.pod                        |    4 +-
 po-docs/ja/virt-cat.1                              |    4 +-
 po-docs/ja/virt-copy-in.1                          |    4 +-
 po-docs/ja/virt-copy-out.1                         |    4 +-
 po-docs/ja/virt-df.1                               |    4 +-
 po-docs/ja/virt-edit.1                             |    4 +-
 po-docs/ja/virt-filesystems.1                      |    4 +-
 po-docs/ja/virt-format.1                           |    4 +-
 po-docs/ja/virt-index-validate.1                   |    4 +-
 po-docs/ja/virt-inspector.1                        |    4 +-
 po-docs/ja/virt-list-filesystems.1                 |    4 +-
 po-docs/ja/virt-list-partitions.1                  |    4 +-
 po-docs/ja/virt-log.1                              |    4 +-
 po-docs/ja/virt-ls.1                               |    4 +-
 po-docs/ja/virt-make-fs.1                          |    4 +-
 po-docs/ja/virt-p2v-make-kickstart.pod             |    2 +-
 po-docs/ja/virt-rescue.1                           |    4 +-
 po-docs/ja/virt-resize.1                           |    4 +-
 po-docs/ja/virt-sparsify.1                         |    4 +-
 po-docs/ja/virt-sysprep.1                          |    4 +-
 po-docs/ja/virt-tar-in.1                           |    4 +-
 po-docs/ja/virt-tar-out.1                          |    4 +-
 po-docs/ja/virt-tar.1                              |    4 +-
 po-docs/ja/virt-v2v.pod                            |  120 +-
 po-docs/ja/virt-win-reg.1                          |    4 +-
 po-docs/libguestfs-docs.pot                        | 4764 +++++++++---------
 po-docs/uk.po                                      | 5139 +++++++++++---------
 po-docs/uk/Makefile.in                             |   35 +-
 po-docs/uk/guestfish-actions.pod                   |   10 +-
 po-docs/uk/guestfish.1                             |   14 +-
 po-docs/uk/guestfs-actions.pod                     |   10 +-
 po-docs/uk/guestfs-erlang.3                        |    4 +-
 po-docs/uk/guestfs-examples.3                      |    4 +-
 po-docs/uk/guestfs-faq.1                           |    4 +-
 po-docs/uk/guestfs-golang.3                        |    4 +-
 po-docs/uk/guestfs-java.3                          |    4 +-
 po-docs/uk/guestfs-lua.3                           |    4 +-
 po-docs/uk/guestfs-ocaml.3                         |    4 +-
 po-docs/uk/guestfs-performance.1                   |    4 +-
 po-docs/uk/guestfs-perl.3                          |    4 +-
 po-docs/uk/guestfs-python.3                        |    4 +-
 po-docs/uk/guestfs-recipes.1                       |    4 +-
 po-docs/uk/guestfs-release-notes.1                 |    4 +-
 po-docs/uk/guestfs-ruby.3                          |    4 +-
 po-docs/uk/guestfs-testing.1                       |    4 +-
 po-docs/uk/guestfs.3                               |   53 +-
 po-docs/uk/guestfs.pod                             |   43 +
 po-docs/uk/guestfsd.8                              |    4 +-
 po-docs/uk/guestmount.1                            |    4 +-
 po-docs/uk/guestunmount.1                          |    4 +-
 po-docs/uk/libguestfs-make-fixed-appliance.1       |    4 +-
 po-docs/uk/libguestfs-test-tool.1                  |    4 +-
 po-docs/uk/libguestfs-tools.conf.5                 |    4 +-
 po-docs/uk/virt-alignment-scan.1                   |    4 +-
 po-docs/uk/virt-builder.1                          |   10 +-
 po-docs/uk/virt-builder.pod                        |    4 +-
 po-docs/uk/virt-cat.1                              |    4 +-
 po-docs/uk/virt-copy-in.1                          |    4 +-
 po-docs/uk/virt-copy-out.1                         |    4 +-
 po-docs/uk/virt-df.1                               |    4 +-
 po-docs/uk/virt-edit.1                             |    4 +-
 po-docs/uk/virt-filesystems.1                      |    4 +-
 po-docs/uk/virt-format.1                           |    4 +-
 po-docs/uk/virt-index-validate.1                   |    4 +-
 po-docs/uk/virt-inspector.1                        |    4 +-
 po-docs/uk/virt-list-filesystems.1                 |    4 +-
 po-docs/uk/virt-list-partitions.1                  |    4 +-
 po-docs/uk/virt-log.1                              |    4 +-
 po-docs/uk/virt-ls.1                               |    4 +-
 po-docs/uk/virt-make-fs.1                          |    4 +-
 po-docs/uk/virt-p2v-make-kickstart.pod             |    2 +-
 po-docs/uk/virt-rescue.1                           |    4 +-
 po-docs/uk/virt-resize.1                           |    4 +-
 po-docs/uk/virt-sparsify.1                         |    4 +-
 po-docs/uk/virt-sysprep.1                          |    4 +-
 po-docs/uk/virt-tar-in.1                           |    4 +-
 po-docs/uk/virt-tar-out.1                          |    4 +-
 po-docs/uk/virt-tar.1                              |    4 +-
 po-docs/uk/virt-v2v.pod                            |  120 +-
 po-docs/uk/virt-win-reg.1                          |    4 +-
 po/Makefile.in                                     |   35 +-
 po/en_GB.gmo                                       |  Bin 6694 -> 6694 bytes
 po/en_GB.po                                        |  463 +-
 po/es.gmo                                          |  Bin 66107 -> 66107 bytes
 po/es.po                                           |  463 +-
 po/gu.gmo                                          |  Bin 48828 -> 48828 bytes
 po/gu.po                                           |  463 +-
 po/hi.gmo                                          |  Bin 39739 -> 39739 bytes
 po/hi.po                                           |  463 +-
 po/kn.gmo                                          |  Bin 48005 -> 48005 bytes
 po/kn.po                                           |  463 +-
 po/libguestfs.pot                                  |  465 +-
 po/ml.gmo                                          |  Bin 51830 -> 51830 bytes
 po/ml.po                                           |  463 +-
 po/mr.gmo                                          |  Bin 83307 -> 83307 bytes
 po/mr.po                                           |  463 +-
 po/nl.gmo                                          |  Bin 87462 -> 87462 bytes
 po/nl.po                                           |  463 +-
 po/or.gmo                                          |  Bin 47619 -> 47619 bytes
 po/or.po                                           |  463 +-
 po/pa.gmo                                          |  Bin 73082 -> 73082 bytes
 po/pa.po                                           |  463 +-
 po/pl.gmo                                          |  Bin 80561 -> 80561 bytes
 po/pl.po                                           |  463 +-
 po/ta.gmo                                          |  Bin 42873 -> 42873 bytes
 po/ta.po                                           |  463 +-
 po/te.gmo                                          |  Bin 45454 -> 45454 bytes
 po/te.po                                           |  463 +-
 po/uk.gmo                                          |  Bin 328379 -> 326840 bytes
 po/uk.po                                           |  507 +-
 python/Makefile.in                                 |   35 +-
 python/examples/Makefile.in                        |   35 +-
 python/guestfs.py                                  |   12 +-
 rescue/Makefile.am                                 |    1 +
 rescue/Makefile.in                                 |   39 +-
 resize/Makefile.am                                 |    2 +-
 resize/Makefile.in                                 |   37 +-
 ruby/Makefile.in                                   |   35 +-
 ruby/examples/Makefile.in                          |   35 +-
 ruby/ext/guestfs/_guestfs.c                        |   12 +-
 sparsify/Makefile.in                               |   35 +-
 sparsify/link.sh.in                                |    2 +-
 src/Makefile.am                                    |    6 +-
 src/Makefile.in                                    |   45 +-
 src/guestfs-actions.pod                            |   10 +-
 src/guestfs-internal-all.h                         |    6 -
 src/guestfs.pod                                    |   47 +
 src/info.c                                         |    2 +-
 src/launch-direct.c                                |    3 +-
 src/launch-libvirt.c                               |  277 +-
 src/launch-unix.c                                  |    2 +-
 sysprep/Makefile.am                                |    2 +-
 sysprep/Makefile.in                                |   37 +-
 test-tool/Makefile.am                              |    1 +
 test-tool/Makefile.in                              |   39 +-
 test-tool/test-tool.c                              |   14 +-
 tests/9p/Makefile.in                               |   35 +-
 tests/bigdirs/Makefile.in                          |   35 +-
 tests/btrfs/Makefile.in                            |   35 +-
 tests/c-api/Makefile.am                            |    4 +
 tests/c-api/Makefile.in                            |   50 +-
 tests/c-api/tests.c                                |   44 +-
 tests/charsets/Makefile.am                         |    5 +-
 tests/charsets/Makefile.in                         |   43 +-
 tests/create/Makefile.in                           |   35 +-
 tests/data/Makefile.in                             |   35 +-
 tests/discard/Makefile.in                          |   35 +-
 tests/disk-labels/Makefile.in                      |   35 +-
 tests/disks/Makefile.in                            |   35 +-
 tests/events/Makefile.am                           |    1 +
 tests/events/Makefile.in                           |   37 +-
 tests/fuzz/Makefile.in                             |   35 +-
 tests/guests/Makefile.in                           |   35 +-
 tests/guests/guest-aux/fedora-name.db              |  Bin 12288 -> 12288 bytes
 tests/guests/guest-aux/fedora-packages.db          |  Bin 12288 -> 12288 bytes
 tests/hotplug/Makefile.in                          |   35 +-
 tests/http/Makefile.in                             |   35 +-
 tests/journal/Makefile.in                          |   35 +-
 tests/luks/Makefile.in                             |   35 +-
 tests/lvm/Makefile.in                              |   35 +-
 tests/md/Makefile.in                               |   35 +-
 tests/mount-local/Makefile.in                      |   35 +-
 tests/mountable/Makefile.in                        |   35 +-
 tests/nbd/Makefile.in                              |   35 +-
 tests/network/Makefile.in                          |   35 +-
 tests/ntfsclone/Makefile.in                        |   35 +-
 tests/parallel/Makefile.in                         |   35 +-
 tests/protocol/Makefile.in                         |   35 +-
 tests/qemu/Makefile.am                             |    3 +
 tests/qemu/Makefile.in                             |   44 +-
 sysprep/script4.sh => tests/qemu/guestfs-md5.sh    |   17 +-
 tests/qemu/qemu-liveness.sh                        |    6 +-
 tests/qemu/qemu-snapshot-isolation.sh              |   14 +-
 tests/regressions/Makefile.in                      |   35 +-
 tests/relative-paths/Makefile.in                   |   35 +-
 tests/rsync/Makefile.in                            |   35 +-
 tests/selinux/Makefile.in                          |   35 +-
 tests/syslinux/Makefile.in                         |   35 +-
 tests/tmpdirs/Makefile.in                          |   35 +-
 tests/xfs/Makefile.in                              |   35 +-
 tests/xml/Makefile.in                              |   35 +-
 tools/Makefile.in                                  |   35 +-
 v2v/Makefile.in                                    |   35 +-
 v2v/cmdline.ml                                     |   17 +-
 v2v/convert_linux.ml                               |  204 +-
 v2v/domainxml-c.c                                  |   52 +-
 v2v/domainxml.ml                                   |    2 +-
 v2v/domainxml.mli                                  |    4 +-
 v2v/input_libvirt.ml                               |   12 +-
 v2v/input_libvirt.mli                              |    4 +-
 v2v/input_libvirt_other.ml                         |    8 +-
 v2v/input_libvirt_other.mli                        |    4 +-
 v2v/input_libvirt_vcenter_https.ml                 |  114 +-
 v2v/input_libvirt_vcenter_https.mli                |    2 +-
 v2v/input_libvirt_xen_ssh.ml                       |    6 +-
 v2v/input_libvirt_xen_ssh.mli                      |    2 +-
 v2v/input_libvirtxml.ml                            |    2 +-
 v2v/link.sh.in                                     |    2 +-
 v2v/linux.ml                                       |   17 +-
 v2v/linux.mli                                      |    2 +-
 v2v/output_glance.ml                               |    4 +-
 v2v/output_libvirt.ml                              |  113 +-
 v2v/output_libvirt.mli                             |    2 +-
 v2v/output_local.ml                                |   13 +-
 v2v/test-v2v-i-ova.xml                             |    5 +-
 v2v/v2v.ml                                         |   48 +-
 v2v/virt-v2v.pod                                   |  120 +-
 v2v/xml-c.c                                        |    3 +
 352 files changed, 20100 insertions(+), 12556 deletions(-)
 delete mode 100644 debian/patches/0004-Fix-out-of-tree-build-install-for-bash-completions.patch
 create mode 100644 gnulib/lib/base64.c
 create mode 100644 gnulib/lib/base64.h
 create mode 100644 gnulib/tests/test-base64.c
 create mode 100644 m4/base64.m4
 copy tests/regressions/rhbz895904.sh => m4/guestfs-find-db-tool.m4 (52%)
 mode change 100755 => 100644
 copy m4/{lcmessage.m4 => nls.m4} (53%)
 create mode 100644 m4/progtest.m4
 copy sysprep/script4.sh => tests/qemu/guestfs-md5.sh (78%)

-- 
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