[Pkg-libvirt-commits] [libvirt] branch wheezy updated (6fd8ffa -> 24e2a23)

Guido Guenther agx at moszumanska.debian.org
Sun Sep 28 12:34:24 UTC 2014


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

agx pushed a change to branch wheezy
in repository libvirt.

      from  6fd8ffa   Document changes and release 0.9.12-11+deb7u3
      adds  e91a86a   CVE-2013-4296: Fix crash in remoteDispatchDomainMemoryStats
      adds  5150e72   Document changes and release 0.9.12-11+deb7u4
      adds  77a7135   Adjust gbp.conf for Wheezy point releases
      adds  b457e3f   New upstream version 0.9.12.1
      adds  4292e00   Merge tag 'upstream/0.9.12.1' into wheezy
      adds  ae6e265   New upstream version 0.9.12.2
      adds  0bd90bb   Merge tag 'upstream/0.9.12.2' into wheezy
      adds  2e5a873   Drop patches fixed upstream
      adds  9af28f5   Document changes and release 0.9.12.2-1
      adds  14d82c4   Update symbols
      adds  e961843   fixup! Document changes and release 0.9.12.2-1
      adds  43817d5   Don't fail chmod/chdir if a file doesn't exist
      adds  753faf6   Check correct dirs for existence
      adds  0a01d0a   New upstream version 0.9.12.3
      adds  1e52d8f   Merge tag 'upstream/0.9.12.3' into wheezy
      adds  3ed9278   Update symbols
      adds  24e2a23   Document changes and release 0.9.12.3-1

No new revisions were added by this update.

Summary of changes:
 ChangeLog                                          |  4873 +++++----
 INSTALL                                            |    15 +-
 Makefile.in                                        |   396 +-
 aclocal.m4                                         |   841 +-
 build-aux/compile                                  |   232 +-
 build-aux/config.guess                             |   405 +-
 build-aux/config.sub                               |   286 +-
 build-aux/depcomp                                  |   531 +-
 build-aux/install-sh                               |    35 +-
 build-aux/ltmain.sh                                |   123 +-
 build-aux/mdate-sh                                 |   224 -
 build-aux/missing                                  |   461 +-
 build-aux/mkinstalldirs                            |   162 -
 build-aux/test-driver                              |   127 +
 build-aux/texinfo.tex                              | 10011 -------------------
 cfg.mk                                             |     4 +-
 config.h.in                                        |    29 +-
 configure                                          |  1686 ++--
 configure.ac                                       |    30 +-
 daemon/Makefile.in                                 |   378 +-
 daemon/libvirtd.8.in                               |    43 +-
 daemon/libvirtd.c                                  |     3 +-
 daemon/remote.c                                    |    49 +-
 debian/changelog                                   |    38 +
 debian/gbp.conf                                    |     4 +-
 debian/libvirt-bin.postinst                        |    16 +-
 debian/libvirt0.symbols                            |     2 +-
 debian/patches/Include-stdint.h-for-uint32_t.patch |    26 -
 ...Discard-non-blocking-calls-only-when-nece.patch |    67 -
 .../fix-leak-virStorageBackendLogicalMakeVol.patch |    31 -
 .../qemu-Add-support-for-no-user-config.patch      |   642 --
 ...f-by-one-error-while-unescaping-monitor-s.patch |    55 -
 ...ash-on-error-paths-of-message-dispatching.patch |    51 -
 debian/patches/security/CVE-2012-3445.patch        |    87 -
 .../security-Fix-libvirtd-crash-possibility.patch  |    55 -
 debian/patches/series                              |    10 -
 ...d-crash-when-destroying-a-domain-with-att.patch |    72 -
 ...Fix-race-condition-when-destroying-guests.patch |    55 -
 docs/Makefile.in                                   |   290 +-
 docs/api.html                                      |     9 +-
 docs/api_extension.html                            |     6 +-
 docs/apps.html                                     |     3 +-
 docs/archnetwork.html                              |     6 +-
 docs/bugs.html                                     |     3 +-
 docs/contact.html                                  |     6 +-
 docs/firewall.html                                 |    18 +-
 docs/formatdomain.html                             |    65 +-
 docs/formatnetwork.html                            |    10 +-
 docs/formatnode.html                               |    25 +-
 docs/formatnwfilter.html                           |    48 +-
 docs/formatsnapshot.html                           |     3 +-
 docs/formatstorage.html                            |     3 +-
 docs/goals.html                                    |     3 +-
 docs/hacking.html                                  |    27 +-
 docs/hacking.html.in                               |    24 +-
 docs/hooks.html                                    |    25 +-
 docs/hvsupport.html                                |     2 +-
 docs/hvsupport.html.in                             |    16 +-
 docs/index.html                                    |     3 +-
 docs/internals/rpc.html                            |     6 +-
 docs/migration.html                                |    15 +-
 docs/news.html                                     |   243 +-
 docs/remote.html                                   |     9 +-
 docs/schemas/Makefile.in                           |   134 +-
 docs/sitemap.html                                  |    42 +-
 docs/storage.html                                  |     3 +-
 docs/windows.html                                  |     6 +-
 examples/apparmor/Makefile.in                      |   118 +-
 examples/domain-events/events-c/Makefile.in        |   236 +-
 examples/dominfo/Makefile.in                       |   226 +-
 examples/domsuspend/Makefile.in                    |   226 +-
 examples/hellolibvirt/Makefile.in                  |   236 +-
 examples/openauth/Makefile.in                      |   236 +-
 examples/python/Makefile.in                        |   118 +-
 examples/systemtap/Makefile.in                     |   118 +-
 examples/xml/nwfilter/Makefile.in                  |   120 +-
 gnulib/lib/Makefile.in                             |   255 +-
 gnulib/tests/Makefile.in                           |  2758 ++++-
 include/Makefile.in                                |   290 +-
 include/libvirt/Makefile.in                        |   199 +-
 libvirt.spec                                       |     5 +-
 libvirt.spec.in                                    |     3 +-
 m4/libtool.m4                                      |   334 +-
 m4/ltoptions.m4                                    |    19 +-
 m4/ltversion.m4                                    |    10 +-
 m4/virt-compile-warnings.m4                        |     8 +-
 po/POTFILES.in                                     |     1 +
 po/af.gmo                                          |   Bin 17269 -> 17269 bytes
 po/af.po                                           |  2104 ++--
 po/am.gmo                                          |   Bin 17269 -> 17269 bytes
 po/am.po                                           |  2104 ++--
 po/ar.gmo                                          |   Bin 17269 -> 17269 bytes
 po/ar.po                                           |  2104 ++--
 po/as.gmo                                          |   Bin 250884 -> 250884 bytes
 po/as.po                                           |  2108 ++--
 po/be.gmo                                          |   Bin 17269 -> 17269 bytes
 po/be.po                                           |  2104 ++--
 po/bg.gmo                                          |   Bin 40397 -> 40397 bytes
 po/bg.po                                           |  2104 ++--
 po/bn.gmo                                          |   Bin 17269 -> 17269 bytes
 po/bn.po                                           |  2104 ++--
 po/bn_IN.gmo                                       |   Bin 310030 -> 310030 bytes
 po/bn_IN.po                                        |  2108 ++--
 po/bs.gmo                                          |   Bin 18289 -> 18289 bytes
 po/bs.po                                           |  2104 ++--
 po/ca.gmo                                          |   Bin 38593 -> 38593 bytes
 po/ca.po                                           |  2104 ++--
 po/cs.gmo                                          |   Bin 111453 -> 111453 bytes
 po/cs.po                                           |  2104 ++--
 po/cy.gmo                                          |   Bin 17269 -> 17269 bytes
 po/cy.po                                           |  2104 ++--
 po/da.gmo                                          |   Bin 23966 -> 23966 bytes
 po/da.po                                           |  2104 ++--
 po/de.gmo                                          |   Bin 86179 -> 86179 bytes
 po/de.po                                           |  2103 ++--
 po/el.gmo                                          |   Bin 30229 -> 30229 bytes
 po/el.po                                           |  2104 ++--
 po/en_GB.gmo                                       |   Bin 24882 -> 24882 bytes
 po/en_GB.po                                        |  2104 ++--
 po/es.gmo                                          |   Bin 358895 -> 358895 bytes
 po/es.po                                           |  2104 ++--
 po/et.gmo                                          |   Bin 17269 -> 17269 bytes
 po/et.po                                           |  2104 ++--
 po/eu_ES.gmo                                       |   Bin 17269 -> 17269 bytes
 po/eu_ES.po                                        |  2104 ++--
 po/fa.gmo                                          |   Bin 17269 -> 17269 bytes
 po/fa.po                                           |  2104 ++--
 po/fi.gmo                                          |   Bin 30462 -> 30462 bytes
 po/fi.po                                           |  2104 ++--
 po/fr.gmo                                          |   Bin 64414 -> 64414 bytes
 po/fr.po                                           |  2103 ++--
 po/gl.gmo                                          |   Bin 17269 -> 17269 bytes
 po/gl.po                                           |  2104 ++--
 po/gu.gmo                                          |   Bin 449094 -> 449094 bytes
 po/gu.po                                           |  2104 ++--
 po/he.gmo                                          |   Bin 17269 -> 17269 bytes
 po/he.po                                           |  2104 ++--
 po/hi.gmo                                          |   Bin 578656 -> 578656 bytes
 po/hi.po                                           |  2104 ++--
 po/hr.gmo                                          |   Bin 31209 -> 31209 bytes
 po/hr.po                                           |  2104 ++--
 po/hu.gmo                                          |   Bin 26399 -> 26399 bytes
 po/hu.po                                           |  2104 ++--
 po/hy.gmo                                          |   Bin 17269 -> 17269 bytes
 po/hy.po                                           |  2104 ++--
 po/id.gmo                                          |   Bin 16799 -> 16799 bytes
 po/id.po                                           |  2103 ++--
 po/is.gmo                                          |   Bin 17269 -> 17269 bytes
 po/is.po                                           |  2104 ++--
 po/it.gmo                                          |   Bin 148350 -> 148350 bytes
 po/it.po                                           |  2104 ++--
 po/ja.gmo                                          |   Bin 677735 -> 677508 bytes
 po/ja.po                                           |  2106 ++--
 po/ka.gmo                                          |   Bin 17269 -> 17269 bytes
 po/ka.po                                           |  2104 ++--
 po/kn.gmo                                          |   Bin 339024 -> 339024 bytes
 po/kn.po                                           |  2108 ++--
 po/ko.gmo                                          |   Bin 211684 -> 211684 bytes
 po/ko.po                                           |  2104 ++--
 po/ku.gmo                                          |   Bin 17269 -> 17269 bytes
 po/ku.po                                           |  2104 ++--
 po/libvirt.pot                                     |  2105 ++--
 po/lo.gmo                                          |   Bin 17269 -> 17269 bytes
 po/lo.po                                           |  2104 ++--
 po/lt.gmo                                          |   Bin 17269 -> 17269 bytes
 po/lt.po                                           |  2104 ++--
 po/lv.gmo                                          |   Bin 17269 -> 17269 bytes
 po/lv.po                                           |  2104 ++--
 po/mk.gmo                                          |   Bin 37752 -> 37752 bytes
 po/mk.po                                           |  2104 ++--
 po/ml.gmo                                          |   Bin 286171 -> 286171 bytes
 po/ml.po                                           |  2104 ++--
 po/mr.gmo                                          |   Bin 348066 -> 348066 bytes
 po/mr.po                                           |  2108 ++--
 po/ms.gmo                                          |   Bin 3141 -> 3141 bytes
 po/ms.po                                           |  2104 ++--
 po/my.gmo                                          |   Bin 17269 -> 17269 bytes
 po/my.po                                           |  2104 ++--
 po/nb.gmo                                          |   Bin 10040 -> 10040 bytes
 po/nb.po                                           |  2104 ++--
 po/nl.gmo                                          |   Bin 331357 -> 331357 bytes
 po/nl.po                                           |  2108 ++--
 po/nn.gmo                                          |   Bin 17269 -> 17269 bytes
 po/nn.po                                           |  2104 ++--
 po/nso.gmo                                         |   Bin 17269 -> 17269 bytes
 po/nso.po                                          |  2104 ++--
 po/or.gmo                                          |   Bin 346363 -> 346363 bytes
 po/or.po                                           |  2104 ++--
 po/pa.gmo                                          |   Bin 396414 -> 396414 bytes
 po/pa.po                                           |  2104 ++--
 po/pl.gmo                                          |   Bin 358980 -> 358980 bytes
 po/pl.po                                           |  2104 ++--
 po/pt.gmo                                          |   Bin 33003 -> 33003 bytes
 po/pt.po                                           |  2104 ++--
 po/pt_BR.gmo                                       |   Bin 115869 -> 115869 bytes
 po/pt_BR.po                                        |  2104 ++--
 po/ro.gmo                                          |   Bin 17269 -> 17269 bytes
 po/ro.po                                           |  2104 ++--
 po/ru.gmo                                          |   Bin 276294 -> 276294 bytes
 po/ru.po                                           |  2104 ++--
 po/si.gmo                                          |   Bin 17269 -> 17269 bytes
 po/si.po                                           |  2104 ++--
 po/sk.gmo                                          |   Bin 17269 -> 17269 bytes
 po/sk.po                                           |  2104 ++--
 po/sl.gmo                                          |   Bin 17269 -> 17269 bytes
 po/sl.po                                           |  2104 ++--
 po/sq.gmo                                          |   Bin 17269 -> 17269 bytes
 po/sq.po                                           |  2104 ++--
 po/sr.gmo                                          |   Bin 79163 -> 79163 bytes
 po/sr.po                                           |  2104 ++--
 po/sr at latin.gmo                                    |   Bin 62570 -> 62570 bytes
 po/sr at latin.po                                     |  2104 ++--
 po/sv.gmo                                          |   Bin 74959 -> 74959 bytes
 po/sv.po                                           |  2104 ++--
 po/ta.gmo                                          |   Bin 266574 -> 266574 bytes
 po/ta.po                                           |  2104 ++--
 po/te.gmo                                          |   Bin 316693 -> 316693 bytes
 po/te.po                                           |  2104 ++--
 po/th.gmo                                          |   Bin 17269 -> 17269 bytes
 po/th.po                                           |  2104 ++--
 po/tr.gmo                                          |   Bin 17269 -> 17269 bytes
 po/tr.po                                           |  2104 ++--
 po/uk.gmo                                          |   Bin 803734 -> 803410 bytes
 po/uk.po                                           |  2118 ++--
 po/ur.gmo                                          |   Bin 17269 -> 17269 bytes
 po/ur.po                                           |  2104 ++--
 po/vi.gmo                                          |   Bin 314108 -> 314108 bytes
 po/vi.po                                           |  2104 ++--
 po/vi_VN.gmo                                       |   Bin 314160 -> 314160 bytes
 po/vi_VN.po                                        |  2104 ++--
 po/zh_CN.gmo                                       |   Bin 114339 -> 114339 bytes
 po/zh_CN.po                                        |  2104 ++--
 po/zh_TW.gmo                                       |   Bin 21534 -> 21534 bytes
 po/zh_TW.po                                        |  2104 ++--
 po/zu.gmo                                          |   Bin 17269 -> 17269 bytes
 po/zu.po                                           |  2104 ++--
 python/Makefile.in                                 |   397 +-
 python/tests/Makefile.in                           |   120 +-
 src/Makefile.am                                    |     3 +
 src/Makefile.in                                    |  2328 ++---
 src/conf/virconsole.c                              |    13 +
 src/libvirt_private.syms                           |    18 +-
 src/lxc/lxc_container.c                            |     3 +-
 src/lxc/lxc_controller.c                           |     3 +-
 src/qemu/qemu_agent.c                              |     3 +-
 src/qemu/qemu_capabilities.c                       |     7 +-
 src/qemu/qemu_capabilities.h                       |     1 +
 src/qemu/qemu_command.c                            |    11 +-
 src/qemu/qemu_driver.c                             |    89 +-
 src/qemu/qemu_monitor.c                            |    14 +-
 src/qemu/qemu_process.c                            |     3 +-
 src/remote/remote_driver.c                         |     2 +-
 src/remote/remote_protocol.c                       |     2 +-
 src/rpc/virnetclient.c                             |    21 +-
 src/rpc/virnetserverclient.c                       |    26 +-
 src/rpc/virnetserverclient.h                       |     3 +-
 src/rpc/virnetserverprogram.c                      |    11 +-
 src/rpc/virnetsocket.c                             |    22 +-
 src/rpc/virnetsocket.h                             |     3 +-
 src/storage/storage_backend_logical.c              |     5 +-
 src/uml/uml_driver.c                               |     3 +-
 src/util/command.c                                 |   167 +-
 src/util/command.h                                 |     8 -
 src/util/util.c                                    |    64 +-
 src/util/util.h                                    |     1 -
 src/util/viratomic.h                               |   154 +
 src/util/virnetdevbridge.c                         |    18 +
 src/util/virnetlink.h                              |     2 +
 src/util/virprocess.c                              |   356 +
 src/{openvz/openvz_driver.h => util/virprocess.h}  |    37 +-
 src/util/virstring.c                               |   257 +
 src/util/virstring.h                               |   110 +
 src/util/virterror_internal.h                      |     3 +
 tests/Makefile.am                                  |    19 +-
 tests/Makefile.in                                  |  1666 ++-
 tests/confdata/Makefile                            |  1203 ---
 tests/confdata/Makefile.in                         |  1203 ---
 tests/qemuhelpdata/{qemu-1.0 => qemu-1.1}          |    64 +-
 .../{qemu-1.0-device => qemu-1.1-device}           |   172 +-
 tests/qemuhelptest.c                               |    75 +
 tests/sexpr2xmldata/Makefile                       |  1203 ---
 tests/sexpr2xmldata/Makefile.in                    |  1203 ---
 tests/testutils.c                                  |     5 +-
 tests/virnettlscontexttest.c                       |    25 +-
 tests/{undefine => virsh-undefine}                 |     0
 tests/virstringtest.c                              |   252 +
 tests/xencapsdata/Makefile                         |  1204 ---
 tests/xencapsdata/Makefile.in                      |  1204 ---
 tests/xmconfigdata/Makefile                        |  1203 ---
 tests/xmconfigdata/Makefile.in                     |  1203 ---
 tests/xml2sexprdata/Makefile                       |  1203 ---
 tests/xml2sexprdata/Makefile.in                    |  1203 ---
 tools/Makefile.in                                  |   392 +-
 tools/virsh.1                                      |   178 +-
 tools/virsh.pod                                    |     4 +-
 tools/virt-host-validate.1                         |    35 +-
 tools/virt-pki-validate.1                          |    35 +-
 tools/virt-sanlock-cleanup.8                       |    35 +-
 tools/virt-xml-validate.1                          |    35 +-
 299 files changed, 95438 insertions(+), 110432 deletions(-)
 mode change 100755 => 100644 build-aux/ltmain.sh
 delete mode 100755 build-aux/mdate-sh
 delete mode 100755 build-aux/mkinstalldirs
 create mode 100755 build-aux/test-driver
 delete mode 100644 build-aux/texinfo.tex
 delete mode 100644 debian/patches/Include-stdint.h-for-uint32_t.patch
 delete mode 100644 debian/patches/Revert-rpc-Discard-non-blocking-calls-only-when-nece.patch
 delete mode 100644 debian/patches/fix-leak-virStorageBackendLogicalMakeVol.patch
 delete mode 100644 debian/patches/qemu-Add-support-for-no-user-config.patch
 delete mode 100644 debian/patches/qemu-Fix-off-by-one-error-while-unescaping-monitor-s.patch
 delete mode 100644 debian/patches/rpc-Fix-crash-on-error-paths-of-message-dispatching.patch
 delete mode 100644 debian/patches/security/CVE-2012-3445.patch
 delete mode 100644 debian/patches/security/security-Fix-libvirtd-crash-possibility.patch
 delete mode 100644 debian/patches/upstream/Fix-libvirtd-crash-when-destroying-a-domain-with-att.patch
 delete mode 100644 debian/patches/upstream/Fix-race-condition-when-destroying-guests.patch
 create mode 100644 src/util/viratomic.h
 create mode 100644 src/util/virprocess.c
 copy src/{openvz/openvz_driver.h => util/virprocess.h} (52%)
 create mode 100644 src/util/virstring.c
 create mode 100644 src/util/virstring.h
 delete mode 100644 tests/confdata/Makefile
 delete mode 100644 tests/confdata/Makefile.in
 copy tests/qemuhelpdata/{qemu-1.0 => qemu-1.1} (84%)
 copy tests/qemuhelpdata/{qemu-1.0-device => qemu-1.1-device} (84%)
 delete mode 100644 tests/sexpr2xmldata/Makefile
 delete mode 100644 tests/sexpr2xmldata/Makefile.in
 rename tests/{undefine => virsh-undefine} (100%)
 create mode 100644 tests/virstringtest.c
 delete mode 100644 tests/xencapsdata/Makefile
 delete mode 100644 tests/xencapsdata/Makefile.in
 delete mode 100644 tests/xmconfigdata/Makefile
 delete mode 100644 tests/xmconfigdata/Makefile.in
 delete mode 100644 tests/xml2sexprdata/Makefile
 delete mode 100644 tests/xml2sexprdata/Makefile.in

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt.git



More information about the Pkg-libvirt-commits mailing list