Commit graph

213843 commits

Author SHA1 Message Date
agc
b0170cd6a2 Update libvirt from 1.2.1 to 1.2.2, including a vulnerability fix for
(CVE-2013-6456) -- LXC device hotplug handling.  For more information
on this CVE, see

	http://secunia.com/advisories/56187


Changes from previous version (not summarised, sorry):

Features:
	bhyve: add a basic driver (Roman Bogorodskiy),
	add LXC from native conversion tool (Cédric Bosdonnat),
	vbox: add support for v4.2.20+ and v4.3.4+ (Jean-Baptiste Rouault),
	Introduce Libvirt Wireshark dissector (Yuto KAWAMURA)
Security:
	CVE-2013-6456: Avoid unsafe use of /proc/$PID/root in LXC hotunplug code (Daniel P. Berrange),
	CVE-2013-6456: Avoid unsafe use of /proc/$PID/root in LXC chardev hostdev hotplug (Daniel P. Berrange),
	CVE-2013-6456: Avoid unsafe use of /proc/$PID/root in LXC block hostdev hotplug (Daniel P. Berrange),
	CVE-2013-6456: Avoid unsafe use of /proc/$PID/root in LXC USB hotplug (Daniel P. Berrange),
	CVE-2013-6456: Avoid unsafe use of /proc/$PID/root in LXC disk hotplug (Daniel P. Berrange),
	CVE-2013-6456: Avoid unsafe use of /proc/$PID/root in LXC shutdown/reboot code (Eric Blake)
Documentation:
	bhyve: add basic documentation (Roman Bogorodskiy),
	Add docs about use of systemd journal for logging (Daniel P. Berrange),
	Auto-generate the table of contents in logging doc (Daniel P. Berrange),
	Fix heading level in logging docs (Daniel P. Berrange),
	Document the keyboard as a valid input type (Ján Tomko),
	bandwidth: Adjust documentation (John Ferlan),
	remove <auth> from secret XML format (Ján Tomko),
	LXC: added some doc on domxml-from-native with mention of limitations (Cédric Bosdonnat),
	libxl: fix libxlDoDomainSave documentation (Jim Fehlig),
	grammar fixes in formatdomain (Chen Hanxiao),
	maint: fix grammar in conf file (Eric Blake),
	Fix minor typo in governance doc (Justin Clift),
	Write up the project governance process (Daniel P. Berrange),
	man: shm-merge-across-nodes is optional (Ján Tomko),
	docs/page.xls: remove unnecessary namespace attribute (Pavel Hrdina),
	add a permalink to html headers (Dan Kenigsberg),
	storage: Add document for possible problem on volume detection (Osier Yang),
	Add "note" for node-memory-tune (Osier Yang),
	Improve the document for nodesuspend (Osier Yang),
	refer to the correct event ID for DomainEventIOErrorReasonCallback (Claudio Bley),
	Add sample output of Wireshark dissector (Yuto KAWAMURA),
	Add missing space in <clock> documentation (Christophe Fergeau)
Portability:
	build: skip virportallocatortest on cygwin (Eric Blake),
	build: ignore cygwin toolchain droppings (Eric Blake),
	build: avoid ld_preload tests on mingw (Eric Blake),
	build: fix cgroups on non-Linux (Eric Blake),
	build: fix build on 32-bit hosts (Eric Blake),
	maint: update to latest gnulib, for older autoconf (Eric Blake),
	Fix build of portallocator on mingw (Ján Tomko),
	lxc: Don't shadow global symbol "link" (Peter Krempa),
	storage: Fix build with older compilers afeter gluster snapshot series (Peter Krempa),
	spec: add missing dep of libvirt-daemon-config-network (Thierry Parmentelat),
	spec: require libvirt-daemon-driver-interface only when built (Thierry Parmentelat),
	Fixed build with clang. (Cédric Bosdonnat),
	Rename 'index' in virCapabilitiesGetCpusForNode (Ján Tomko),
	qemuxml2argvmock: Mock time() on non-linux platforms too (Michal Privoznik),
	build: Fix 'make rpm' in VPATH with wireshark (Martin Kletzander),
	Remove windows thread implementation in favour of pthreads (Daniel P. Berrange),
	Fix pthread_sigmask check for mingw32 without winpthreads (Daniel P. Berrange),
	Skip check-augeas-lockd when QEMU is disabled (Daniel P. Berrange),
	maint: add configure checks for BSD CPU affinity (Roman Bogorodskiy),
	BSD: implement virProcess{Get,Set}Affinity (Roman Bogorodskiy),
	tests: Fix PCI test data filenames for Windows (Matthias Bolte),
	wireshark: Fix VPATH build (Jiri Denemark),
	Honour prefix in wireshark install dir (Daniel P. Berrange),
	Use AC_PATH_PROG to search for dmidecode (Roman Bogorodskiy)
Bug fixes:
	bhyve: defined domains should be persistent (Roman Bogorodskiy),
	Fix journald PRIORITY values (Daniel P. Berrange),
	spec: Fix braces around macros (Peter Krempa),
	spec: Use correct versions of libgfapi in RHEL builds (Peter Krempa),
	network: unplug bandwidth and call networkRunHook only when appropriate (Laine Stump),
	network: don't even call networkRunHook if there is no network (Laine Stump),
	Fix memory leak in virSCSIDeviceListDel() (Nehal J Wani),
	libxl: queue domain event earlier in shutdown handler (Jim Fehlig),
	virsh: mark CPU usage field names as translatable (Ján Tomko),
	virsh: initialize str to NULL to solve a build issue (Chen Hanxiao),
	virsh: Don't leak buffer if GetFDs fails in cmdCreate (Ján Tomko),
	libvirt-guests: Wait for libvirtd to initialize (Michal Privoznik),
	virSystemdCreateMachine: Set dependencies for slices (Michal Privoznik),
	Ignore additional fields in iscsiadm output (Ján Tomko),
	libxl: always use libxlVmCleanupJob in shutdown thread (Jim Fehlig),
	qemu: adjust maxmem/maxvcpu computation (Eric Blake),
	Fix multiple bugs in LXC domainMemoryStats driver (Daniel P. Berrange),
	Fix misspelled cpuacct.usage_percpu in cgroup mock. (Thorsten Behrens),
	virsh: fix memleak when starting a guest with invalid fd (Jincheng Miao),
	networkRunHook: Run hook only if possible (Michal Privoznik),
	bridge_driver.h: Fix build --without-network (Michal Privoznik),
	Fix conflicting types of virInitctlSetRunLevel (Ján Tomko),
	Fix reset of cgroup when detaching USB device from LXC guests (Daniel P. Berrange),
	Fix path used for USB device attach with LXC (Daniel P. Berrange),
	Don't block use of USB with containers (Daniel P. Berrange),
	storage: gluster: Don't leak private data when storage file init fails (Peter Krempa),
	storage: handle NULL return from virGetStorageVol (Michael Chapman),
	Fix leaks in vircapstest (Ján Tomko),
	AppArmor: Fix the place where the template should be installed (Cédric Bosdonnat),
	Libvirt lose sheepdogs volumes on pool refresh or restart. When restarting sheepdog pool, all volumes are missing. This patch add automatically all volume from the added pool. (Joel SIMOES),
	maint: fix line numbers in check-aclrules reports (Yuri Myasoedov),
	qemu: Use correct permissions when determining the image chain (Peter Krempa),
	virpci: Resolve coverity issues (John Ferlan),
	qemu: keep pre-migration domain state after failed migration (Martin Kletzander),
	qemu: Fix crash in virDomainMemoryStats with old qemu (Jiri Denemark),
	network: disallow <bandwidth>/<mac> for bridged/macvtap/hostdev networks (Laine Stump),
	Honor blacklist for modprobe command (John Ferlan),
	qemu: be sure we're using the updated value of backend during hotplug (Laine Stump),
	Resolve Coverity dead_error_begin (John Ferlan),
	qemu: Fix the error message for scsi host device's shareable checking (Osier Yang),
	xen: fix parsing xend http response (Jim Fehlig),
	storage: Fix the memory leak (Osier Yang),
	Fix buffer size in linuxNodeGetCPUstats (Bing Bu Cao),
	util: Correct the NUMA node range checking (Osier Yang),
	qemu: Avoid crash in qemuDiskGetActualType (Peter Krempa),
	linuxNodeGetCPUStats: Correctly handle cpu prefix (Bing Bu Cao),
	qemu: snapshot: Forbid snapshots when backing is a scsi passthrough disk (Peter Krempa),
	qemu: snapshot: Avoid libvirtd crash when qemu crashes while snapshotting (Peter Krempa),
	lxc: Fix coverity (Martin Kletzander),
	qemu: Don't detach devices if passthrough doesn't work (Jincheng Miao),
	pci: Fix failure paths in detach (Jiri Denemark),
	virSecuritySELinuxSetFileconHelper: Don't fail on read-only NFS (Michal Privoznik),
	Fix possible memory leak in virsh-domain-monitor.c in cmdDomblklist (Pavel Hrdina)
Improvements:
	virsh: add --all flag to 'event' command (Eric Blake),
	virsh: support remaining domain events (Eric Blake),
	bhyve: support domain undefine (Roman Bogorodskiy),
	Add comments describing the different log sources (Daniel P. Berrange),
	Include error domain and code in log messages from errors (Daniel P. Berrange),
	Send virLogMetadata fields onto the journal (Daniel P. Berrange),
	qemu: Enable 'host-passthrough' cpu mode for arm (Oleg Strikov),
	domblkstat: Produce error message that at least sounds like English (Michal Privoznik),
	virDomainBlockStats(Flags): Produce saner error message on empty disk path (Michal Privoznik),
	tests: avoid littering /tmp (Eric Blake),
	sanlock: Truncate domain names longer than SANLK_NAME_LEN (Jiri Denemark),
	maint: Fix minor typo (unkown) (Yuri Chornoivan),
	libxl: Recognise ARM architectures (Ian Campbell),
	virsh: Honour -q in domblklist, vcpupin and emulatorpin (Michal Privoznik),
	spec: make systemd_daemon usage configurable (Eric Blake),
	spec: require device-mapper-devel for storage-disk (Eric Blake),
	spec: explicitly avoid bhyve on Linux (Eric Blake),
	build: use --with-systemd-daemon as configure option (Eric Blake),
	virNetDevVethCreate: Serialize callers (Michal Privoznik),
	network: include plugged interface XML in "plugged" network hook (Laine Stump),
	conf: output actual netdev status in <interface> XML (Laine Stump),
	conf: new function virDomainActualNetDefContentsFormat (Laine Stump),
	conf: re-situate <bandwidth> element in <interface> (Laine Stump),
	conf: make virDomainNetDefFormat a public function (Laine Stump),
	conf: handle null pointer in virNetDevVlanFormat (Laine Stump),
	conf: clarify what is returned for actual bandwidth and vlan (Laine Stump),
	rbd: Set timeout options for librados (Wido den Hollander),
	rbd: Include return statuses from librados/librbd in logging (Wido den Hollander),
	virsh: kill over-engineered asprintf failure recovery (Eric Blake),
	virsh: use more compact VIR_ENUM_IMPL (Eric Blake),
	libxl: handle on_crash coredump actions (Jim Fehlig),
	libxl: add dump dir to libxlDriverConfig object (Jim Fehlig),
	libxl: honor domain lifecycle event configuration (Jim Fehlig),
	Ensure systemd cgroup ownership is delegated to container with userns (Richard Weinberger),
	bhyve: implement node information reporting (Roman Bogorodskiy),
	Add virStringReplace method for substring replacement (Daniel P. Berrange),
	Add virStringSearch method for regex matching (Manuel VIVES),
	virNetServerRun: Notify systemd that we're accepting clients (Michal Privoznik),
	Add a stub for virCgroupGetDomainTotalCpuStats (Ján Tomko),
	maint: update to latest gnulib (Eric Blake),
	virsh: add net-event command (Eric Blake),
	virsh: add event command, for lifecycle events (Eric Blake),
	virsh: common code for waiting for an event (Eric Blake),
	virsh: common code for parsing --seconds (Eric Blake),
	libxl: queue shutdown event on domain shutdown (Jim Fehlig),
	Rename virDomainGetRootFilesystem to virDomainGetFilesystemForTarget (Daniel P. Berrange),
	Introduce new OOM testing support (Daniel P. Berrange),
	Add unit test for virCgroupGetPercpuStats. (Thorsten Behrens),
	Add unit test for virCgroupGetMemoryUsage. (Thorsten Behrens),
	Add unit test for virCgroupGetBlkioIo*Serviced (Thorsten Behrens),
	Widening API change - accept empty path for virDomainBlockStats (Thorsten Behrens),
	Implement lxcDomainBlockStats* for lxc driver (Thorsten Behrens),
	Implement domainGetCPUStats for lxc driver. (Thorsten Behrens),
	Make qemuGetDomainTotalCPUStats a virCgroup function. (Thorsten Behrens),
	Implement domainMemoryStats API slot for LXC driver. (Thorsten Behrens),
	Add util virCgroupGetBlkioIo*Serviced methods. (Thorsten Behrens),
	lxc: Add destroy support for suspended domains (Richard Weinberger),
	libxl: use job functions in libxlDomainSetSchedulerParametersFlags (Jim Fehlig),
	libxl: use job functions in libxlDomainSetAutostart (Jim Fehlig),
	libxl: use job functions in device attach and detach functions (Jim Fehlig),
	libxl: use job functions in vcpu set and pin functions (Jim Fehlig),
	libxl: use job functions in libxlDomainCoreDump (Jim Fehlig),
	libxl: use job functions in domain save operations (Jim Fehlig),
	libxl: use job functions when cleaning up a domain (Jim Fehlig),
	libxl: use job functions in libxlDomain{Suspend,Resume} (Jim Fehlig),
	libxl: use job functions in libxlDomainSetMemoryFlags (Jim Fehlig),
	libxl: use job functions in libxlVmStart (Jim Fehlig),
	libxl: Add job support to libxl driver (Jim Fehlig),
	libxl: remove libxlVmReap function (Jim Fehlig),
	libxl: always set vm id to -1 on shutdown (Jim Fehlig),
	qemu: Use virtio network device for aarch64/virt (Oleg Strikov),
	Add a default USB keyboard and USB mouse for PPC64 (Li Zhang),
	xen: format xen config for USB keyboard (Li Zhang),
	qemu: format qemu command line for USB keyboard (Li Zhang),
	qemu: Add USB keyboard capability (Li Zhang),
	conf: Remove the implicit PS2 devices for non-X86 platforms (Li Zhang),
	conf: Add keyboard input device type (Li Zhang),
	conf: Add one interface to add default input devices (Li Zhang),
	network: Taint networks that are using hook script (Michal Privoznik),
	network: Introduce network hooks (Michal Privoznik),
	network_conf: Expose virNetworkDefFormatInternal (Michal Privoznik),
	Add helper for running code in separate namespaces (Daniel P. Berrange),
	Add virFileMakeParentPath helper function (Daniel P. Berrange),
	Move check for cgroup devices ACL upfront in LXC hotplug (Daniel P. Berrange),
	Disks are always block devices, never character devices (Daniel P. Berrange),
	Record hotplugged USB device in LXC live guest config (Daniel P. Berrange),
	qemu: Implement VIR_DOMAIN_TAINT_HOOK (Michal Privoznik),
	virDomainTaintFlags: Introduce VIR_DOMAIN_TAINT_HOOK (Michal Privoznik),
	Add tests for secret XML parsing (Ján Tomko),
	Forgot to add lxcconf2xmldata to dist. (Cédric Bosdonnat),
	Support IPv6 in port allocator (Ján Tomko),
	Split out bind() from virPortAllocatorAcquire (Ján Tomko),
	qemu: snapshot: Add support for external active snapshots on gluster (Peter Krempa),
	qemu: snapshot: Use new APIs to detect presence of existing storage files (Peter Krempa),
	qemu: Switch snapshot deletion to the new API functions (Peter Krempa),
	storage: Add storage file backends for gluster (Peter Krempa),
	storage: add file functions for local and block files (Peter Krempa),
	storage: Add file storage APIs in the default storage driver (Peter Krempa),
	conf: Move qemuSnapshotDiskGetActualType to virDomainSnapshotDiskGetActualType (Peter Krempa),
	conf: Move qemuDiskGetActualType to virDomainDiskGetActualType (Peter Krempa),
	spec: add missing dep of libvirt-daemon-config-nwfilter (Eric Blake),
	lxc from native: removed now remaining useless line (Cédric Bosdonnat),
	Fix stream related spelling mistakes (Philipp Hahn),
	LXC from native: convert blkio throttle config (Cédric Bosdonnat),
	LXC from native: map vlan network type (Cédric Bosdonnat),
	LXC from native: map block filesystems (Cédric Bosdonnat),
	LXC from native: map lxc.arch to /domain/os/type@arch (Cédric Bosdonnat),
	LXC from native: add lxc.cgroup.blkio.* mapping (Cédric Bosdonnat),
	LXC from native: map lxc.cgroup.cpuset.* (Cédric Bosdonnat),
	LXC from native: map lxc.cgroup.cpu.* (Cédric Bosdonnat),
	LXC from native: migrate memory tuning (Cédric Bosdonnat),
	LXC from native: convert lxc.id_map into <idmap> (Cédric Bosdonnat),
	LXC from native: convert macvlan network configuration (Cédric Bosdonnat),
	LXC from native: convert lxc.tty to console devices (Cédric Bosdonnat),
	LXC from native: convert phys network types to net hostdev devices (Cédric Bosdonnat),
	LXC from native: migrate veth network configuration (Cédric Bosdonnat),
	LXC from native: implement no network conversion (Cédric Bosdonnat),
	LXC from native: migrate fstab and lxc.mount.entry (Cédric Bosdonnat),
	LXC from native: import rootfs (Cédric Bosdonnat),
	LXC driver: started implementing connectDomainXMLFromNative (Cédric Bosdonnat),
	Improve virConf parse to handle LXC config format (Cédric Bosdonnat),
	event: pass reason for PM events (Eric Blake),
	event: convert remaining domain events to new style (Eric Blake),
	event: client RPC protocol tweaks for domain lifecycle events (Eric Blake),
	event: prepare client to track domain callbackID (Eric Blake),
	event: server RPC protocol tweaks for domain lifecycle events (Eric Blake),
	event: dynamically manage server-side RPC domain events (Eric Blake),
	qemu: Implement a stub cpuArchDriver.baseline() handler for aarch64 (Oleg Strikov),
	libxl: register for domain events immediately after creation (Jim Fehlig),
	libxl: rename libxlCreateDomEvents to libxlDomEventsRegister (Jim Fehlig),
	vircapstest: Introduce virCapabilitiesGetCpusForNodemask test (Pradipta Kr. Banerjee),
	Handle non-sequential NUMA node numbers (Pradipta Kr. Banerjee),
	storage: gluster: Set volume metadata in a separate function (Peter Krempa),
	qemu: introduce spiceport chardev backend (Martin Kletzander),
	qemu: remove pointless condition (Martin Kletzander),
	qemu: rework '-serial none' (Martin Kletzander),
	conf: introduce spiceport chardev backend (Martin Kletzander),
	rbd: Use rbd_create3 to create RBD format 2 images by default (Wido den Hollander),
	build: correctly check for SOICGIFVLAN GET_VLAN_VID_CMD command (Laine Stump),
	virNetworkLoadState: Disallow mangled 'floor' element (Michal Privoznik),
	networkStartNetwork: Be more verbose (Michal Privoznik),
	qemu: hyperv: Add support for timer enlightenments (Peter Krempa),
	conf: Enforce supported options for certain timers (Peter Krempa),
	schema: Fix guest timer specification schema according to the docs (Peter Krempa),
	apparmor: Improve profiles (Felix Geyer),
	Add glusterfs to VIR_CONNECT_LIST_STORAGE_POOLS_FILTERS_POOL_TYPE (Christophe Fergeau),
	libxl: remove unneeded locking of driver when restoring (Jim Fehlig),
	libxl: improve subprocess handling (Jim Fehlig),
	libxl: handle domain shutdown events in a thread (Jim Fehlig),
	libxl: remove list of timer registrations from libxlDomainObjPrivate (Jim Fehlig),
	libxl: fix leaking libxlDomainObjPrivate (Jim Fehlig),
	qemu_driver: Introduce <filesystem/> support in device attach/detach (Matthieu Coudron),
	virDomainHostdev{Insert,Delete}: Replace VIR_REALLOC_N by VIR_{APPEND,DELETE}_ELEMENT (Matthieu Coudron),
	qemuxml2argvtest: Set timezone (Michal Privoznik),
	virsh: only report filled values in nodecpustats (Ján Tomko),
	BSD: implement nodeGetCPUStats (Roman Bogorodskiy),
	qemu: blockjob: Print correct file name in error message (Peter Krempa),
	maint: Change the text of the NULLSTR() macro to "<null>" (Peter Krempa),
	qemuxml2argvtest: Test localtime clock basis (Michal Privoznik),
	qemuBuildClockArgStr: Allow localtime clock basis (Michal Privoznik),
	Generate a valid imagelabel even for type 'none' (Ján Tomko),
	event: move event filtering to daemon (regression fix) (Eric Blake),
	rpm: create libvirt-wireshark sub-package (Eric Blake),
	tests: Add test for new virkmod functions (John Ferlan),
	utils: Introduce functions for kernel module manipulation (John Ferlan),
	network: change default of forwardPlainNames to 'yes' (Laine Stump),
	network: only prevent forwarding of DNS requests for unqualified names (Laine Stump),
	virnetdevbandwidthtest: Link with libxml2 (Michal Privoznik),
	spice: don't force user to specify spicevmc channel (Martin Kletzander),
	virnetdevbandwidthtest: Introduce some more tests (Michal Privoznik),
	virnetdevbandwidthtest: fix hard coded /sbin/tc (Cédric Bosdonnat),
	Push nwfilter update locking up to top level (Daniel P. Berrange),
	Add a read/write lock implementation (Daniel P. Berrange),
	tests: Modify the scsi util tests (Osier Yang),
	util: Accept test data path for scsi device's sg_path (Osier Yang),
	tests: Add tests for scsi utils (Osier Yang),
	util: Add one argument for several scsi utils (Osier Yang),
	qemu: Don't fail if the SCSI host device is shareable between domains (Osier Yang),
	virnetdevbandwidthtest: Introduce testVirNetDevBandwidthSet (Michal Privoznik),
	virCommand: Introduce virCommandSetDryRun (Michal Privoznik),
	snapshot: Add support for specifying snapshot disk backing type (Peter Krempa),
	tests: Add more tests for virConnectBaselineCPU (Jiri Denemark),
	cpu: Try to use source CPU model in virConnectBaselineCPU (Jiri Denemark),
	cpu: Fix VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES (Jiri Denemark),
	tests: Better support for VIR_CONNECT_BASELINE_CPU_EXPAND_FEATURES (Jiri Denemark),
	Reword error message for oversized cpu time fields (Ján Tomko),
	Simplify linuxNodeGetCPUStats (Ján Tomko),
	Add hw random number generator (/dev/hwrng) to cgroup ACL (Pradipta Kr. Banerjee),
	tests: Introduce virnetdevbandwidthtest (Michal Privoznik),
	Add test for linuxNodeGetCPUStats (Ján Tomko),
	Move test-local declarations to nodeinfopriv.h (Ján Tomko),
	qemu: Enable 'host-passthrough' cpu mode for aarch64 (Oleg Strikov),
	Block info query: Add check for transient domain (John Ferlan),
	maint: update to latest gnulib, for mingw improvements (Eric Blake),
	util: Add "shareable" field for virSCSIDevice struct (Osier Yang),
	storage: Fix autostart of pool with "fc_host" type adapter (Osier Yang),
	api: require write permission for guest agent interaction (Eric Blake),
	virtlockd: make re-exec more robust (Michael Chapman),
	build: add $(prefix) to SYSTEMD_UNIT_DIR (Laine Stump),
	spice: expose the QEMU disable file transfer option (Francesco Romani),
	spice: detect if qemu can disable file transfer (Francesco Romani),
	lxc: allow to setup throttle blkio cgroup through virsh (Gao feng),
	Add test for transient disk support in VMX files (Wout Mertens),
	Make syntax check notice assignments w/o surrounding spaces. (Thorsten Behrens),
	maint: align whitespaces with project conventions. (Thorsten Behrens),
	virpcitest: Test virPCIDeviceDetach failure (Jiri Denemark),
	virpcimock: Add PCI driver which always fails (Jiri Denemark),
	virpcitest: More tests for device detach and reattach (Jiri Denemark),
	virpcimock: Mock /sys/bus/pci/drivers_probe (Jiri Denemark),
	pci: Publish some internal code for virpcitest (Jiri Denemark),
	virpcitest: Show PCI device tested by each test (Jiri Denemark),
	pci: Make reattach work for unbound devices (Jiri Denemark),
	qemu: allow to setup throttle blkio cgroup through virsh (Gao feng),
	virsh: add setting throttle blkio cgroup option to blkiotune (Gao feng),
	blkio: Setting throttle blkio cgroup for domain (Gao feng),
	domain: introduce xml elements for throttle blkio cgroup (Gao feng),
	maint: replace remaining virLib*Error with better names (Eric Blake),
	maint: simplify driver registration at startup (Eric Blake),
	maint: clean up error reporting in migration (Eric Blake),
	maint: don't lose error on canceled migration (Eric Blake),
	maint: avoid nested use of virConnect{Ref,Close} (Eric Blake),
	maint: don't leave garbage on early API exit (Eric Blake),
	qemu: Change the default unix monitor timeout (Martin Kletzander),
	storage: Sheepdog: Separate creating of the volume from building (Peter Krempa),
	storage: RBD: Separate creating of the volume from building (Peter Krempa),
	storage: Support deletion of volumes on gluster pools (Peter Krempa),
	conf: Always use VIR_ERR_CONFIG_UNSUPPORTED on enumFromString() failures (Christophe Fergeau)
Cleanups:
	build-sys: Removed unused variable from configure.ac (Christophe Fergeau),
	qemu: remove memset params array to zero in qemuDomainGetPercpuStats (Gao feng),
	util: Fix the indention (Osier Yang),
	virsh: Fix the string breaking style (Osier Yang)
2014-03-07 00:30:11 +00:00
jperkin
6cb16ed9c2 Do not re-define gets() on SunOS, incompatible prototype. 2014-03-06 23:09:04 +00:00
jperkin
8d45f39a9a Pull in Texinfo 5.x compatibility fixes from upstream. 2014-03-06 23:06:58 +00:00
abs
bc70003a4e Remove patches-aw which just removed the trailing "};" from
security/java.policy, breaking the file
Bump pkgrevision
2014-03-06 18:57:56 +00:00
joerg
ddf7e1a7ec Remove impossible check. 2014-03-06 15:46:39 +00:00
joerg
db20bcc6e9 Ignore tautologic pointer checks. 2014-03-06 15:45:45 +00:00
joerg
f117190a5a Fix 64bit time_t use. Bump revision. 2014-03-06 15:45:09 +00:00
joerg
b9736da128 Drop pointless pointer compare. 2014-03-06 15:44:21 +00:00
joerg
908fd6d946 Fix test case to make sense. 2014-03-06 15:43:23 +00:00
joerg
010b32c5c1 Drop redundant abs. 2014-03-06 15:42:29 +00:00
joerg
b7c35fe8d3 Rpath is a linker option, so prefix it with -Wl. Bump revision. 2014-03-06 15:41:50 +00:00
prlw1
f293b25b45 Updated www/ap2-fcgid to 2.3.9 2014-03-06 15:05:16 +00:00
prlw1
7469b586db Update ap2-fcgid to 2.3.9
Changes with mod_fcgid 2.3.9

  *) Revert fix for PR 53693, added in 2.3.8 but undocumented.  Fix
     issues with a minor optimization added in 2.3.8.  [Jeff Trawick]

Changes with mod_fcgid 2.3.8

  *) SECURITY: CVE-2013-4365 (cve.mitre.org)
     Fix possible heap buffer overwrite.  Reported and solved by:
     [Robert Matthews <rob tigertech.com>]

  *) Add experimental cmake-based build system for Windows.  [Jeff Trawick]

  *) Correctly parse quotation and escaped spaces in FcgidWrapper and the
     AAA Authenticator/Authorizor/Access directives' command line argument,
     as currently documented.  PR 51194  [William Rowe]

  *) Honor quoted FcgidCmdOptions arguments (notably for InitialEnv
     assignments).  PR 51657  [William Rowe]

  *) Conform script response parsing with mod_cgid and ensure no response
     body is sent when ap_meets_conditions() determines that request
     conditions are met.  [Chris Darroch]

  *) Improve logging in access control hook functions.  [Chris Darroch]

  *) Avoid making internal sub-requests and processing Location headers
     when in FCGI_AUTHORIZER mode, as the auth hook functions already
     treat Location headers returned by scripts as an error since
     redirections are not meaningful in this mode.  [Chris Darroch]
2014-03-06 15:04:53 +00:00
obache
f240fcb2fc + p5-Config-Any-Merge 2014-03-06 11:53:57 +00:00
jperkin
870ffd6e78 Search /usr/lib64 for builtin expat too, fixes 64-bit RHEL and clones. 2014-03-06 11:52:19 +00:00
obache
4eb596febc Added devel/p5-Config-Any-Merge version 0.08 2014-03-06 11:52:04 +00:00
obache
d96800610f Import p5-Config-Any-Merge-0.08 as devel/p5-Config-Any-Merge.
Based on PR pkg/48594 by Edgar Fuss.

Config::Any returns your configuration as a hash of hashes keyed by the
name of the configuration file. This module merges these hashes into a
single hash. If the "override" paramter is set to 0 in the paramters for
"load_files" or "load_stems", configurations files later in the list
can't override variables that are already set. The default is to
override previously set variables. In all other regards Config::Any::Merge
is a strict subclass of Config::Any and inherits all of its functions.
2014-03-06 11:51:09 +00:00
obache
9a7bd3aafb + skytools 2014-03-06 11:29:40 +00:00
obache
6556e7f7a7 Added databases/skytools version 3.1.5 2014-03-06 11:29:05 +00:00
obache
9d5755c043 Import skytools-3.1.5 as databases/skytools.
Based on PR pkg/48639 by rudolf.

SkyTools is a package of tools in use in Skype for replication and failover.
It also includes a generic queuing mechanism called PgQ and a utility
library for Python scripts, as well as a script for setting up and managing
WAL based standby servers.

PgQ is a queuing system written in PL/pgSQL, Python and C code. It is based
on snapshot-based event handling ideas from Slony-I, and is written for
general usage. PgQ provides an efficient, transactional, queueing system
with multi-node support (including work sharing and splitting, failover and
switchover, for queues and for consumers). PgQ is split into 3 layers:
Producers, Ticker and Consumers.

Londiste is a replication tool written in Python, using PgQ as event
transport.

Walmgr is a script that will setup WAL archiving, does the initial backup,
and runtime WAL archive and restore. It can also be used for
up-to-last-second partial file copying, so that less than the whole file is
lost in case of loss of the master database server.
2014-03-06 11:28:41 +00:00
uebayasi
36b92c2e0c Variable override is confusing. 2014-03-06 10:19:43 +00:00
mrg
4257e0f919 note audio/hydrogen update, plus audio/csound6 and
andaudio/csound6-manual addition.
2014-03-06 10:18:28 +00:00
mrg
a0d34b0e33 add packages for csound6 and its manual. 2014-03-06 10:16:53 +00:00
mrg
6dcc2c4762 update to hydrogen 0.9.6-beta3. changes include:
Bugfixes:
- Major fixes for the pattern handling in the soundlibrary
- A memory leak was fixed which appeared when using note-off notes
- A note-off related segmentation fault was fixed
- The path of instrumens is now set correctly if a song gets saved
(solves the abs. vs. rel. path problem)
- lots of smaller fixes..

New features:
- New midi action: SELECT_NEXT_PATTERN_RELATIVE
- Show a layers velocity informations in a tooltip
- Added a description field for patterns
- Jack session support
- Jack midi out
- Undo history
- Tabbed interface (aimed at netbooks)
- CMake for build
2014-03-06 10:16:15 +00:00
uebayasi
117cbdcd8a Wrap not only ld but also ar and ranlib. 2014-03-06 10:15:54 +00:00
uebayasi
f43e3ad632 Use ${UNIQ}. 2014-03-06 07:36:04 +00:00
uebayasi
2e61c603ea Provide uniq(1) as a TOOLS. 2014-03-06 07:34:20 +00:00
asau
eae7f1779e Fix compilation script to actually work. 2014-03-05 22:14:17 +00:00
joerg
3bc52f66bd Fix build on NetBSD and with clang. 2014-03-05 21:22:38 +00:00
adam
04dc8369c0 Updated www/cgicc to 3.2.12 2014-03-05 15:45:42 +00:00
adam
fe44243734 Changes 3.2.12:
* Correction of bugs
2014-03-05 15:44:51 +00:00
taca
2ee690f1ad Note update of www/contao32 package to 3.2.7nb1. 2014-03-05 15:10:10 +00:00
taca
7a2426b756 * Fix obsolete name of files directory, not "tl_files" but "files".
* Correct path of README and minify.

Noted via private e-mail from obache@.

Bump PKGREVISION.
2014-03-05 15:09:42 +00:00
taca
2f30cb3768 Note update of www/contao211 package to 2.11.16nb1. 2014-03-05 14:37:22 +00:00
taca
0e698dfa88 Remove description about php-tidy from MESSAGE since Contao 2.x dosen't
need it from a few years ago.

Bump PKGREVISION.
2014-03-05 14:36:12 +00:00
he
2727862aa2 Note update of net/tcl-scotty to 2.1.11nb10. 2014-03-05 13:53:23 +00:00
he
5b73f85427 Make tcl-scotty build with minimal warnings and install again.
This change is the result of a large sweep triggered by the new
Tcl which has const'ified many interfaces -- this follows suit with
many corresponding changes internally in scotty => lots of new
patches.

Also, change so as to not access interp->errorLine and
interp->result directly, use the accessor functions instead,
and turn off the corresponding compatibility defines.

The old patch files have been renamed and expanded, the new
scheme for naming patch files is used.

Only minimal functionality testing is done, but what has been
done shows that it basically works again.

PKGREVISION bumped.
2014-03-05 13:52:29 +00:00
fhajny
624f9d5a82 Add sphinxsearch 2014-03-05 13:45:21 +00:00
fhajny
ea61a2af25 Added textproc/sphinxsearch version 2.1.6 2014-03-05 13:44:43 +00:00
fhajny
901e6229d7 Import sphinxsearch-2.1.6 based on wip/sphinxsearch.
Sphinx is an open source full text search server, designed from the ground up
with performance, relevance (aka search quality), and integration simplicity
in mind. Sphinx lets you either batch index and search data stored in an SQL
database, NoSQL storage, or just files quickly and easily - or index and
search data on the fly, working with Sphinx pretty much as with a database
server.
2014-03-05 13:44:23 +00:00
obache
20607a89db Fixes PKGNAME, '-dev-' should not be there. 2014-03-05 12:35:09 +00:00
obache
6a043d1d21 Fixes path names, changed at switched to 4.2.7-dev snapshot release.
PR pkg/48590 by Jason White.
2014-03-05 12:24:43 +00:00
obache
b7e3648c13 Updated mail/cue to 20140217 2014-03-05 12:12:03 +00:00
obache
d8b5e6ac85 Update cue to new snapshot 20140217 includes a fix for crashes.
PR pkg/48636 by YAMAMOTO Takashi.
2014-03-05 12:11:46 +00:00
darcy
b163e5fe32 Updated databases/py-postgresql to 4.1.1nb1 2014-03-05 11:16:40 +00:00
darcy
f8ce40aa7a Allow PyGreSQL to work with PostgreSQL < 9.0.
PR: pkg/48567
2014-03-05 11:14:00 +00:00
agc
7292a60a2b Note addition of security/libmerkletree version 20140304 2014-03-05 05:26:50 +00:00
agc
3c71b8a085 Add and enable libmultigest 2014-03-05 05:26:09 +00:00
agc
ace5b620df Initial import of libmerkletree-20140304 into the Packages Collection
The libmerkletree library implements Merkle tree calculation, and also
	includes some higher-level functions to verify a file against a
	previously-generated Merkle tree.

	A Merkle tree is a hash tree calculated across blocks in data.  Any
	block size can be specified in this implementation.  A digest is
	calculated across each block in the data, and then a digest is
	calculated across blocks of the checksums, and this continues until
	only one block of digest exists.  The hierarchical nature of this
	allows individual blocks of a file to be verified, even if other parts
	of the file have been modified.  A degenerate case, in which the data
	is less than the blocksize, will mean that a single digest value for
	the block is calculated.  This will be the same as the digest
	algorithm applied to the whole file.

	The digest calculations themselves are done by the libmultigest(3)
	library, and allow concatenation of multiple digests to produce a
	single large digest value.
2014-03-05 05:25:18 +00:00
agc
8517c49b7c Note addition of merkletree-20140304 2014-03-05 05:20:50 +00:00