* [PATCH 1/7] pyparsing: update to version 2.2.0
@ 2018-01-19 18:28 Jonatan Schlag
2018-01-19 18:28 ` [PATCH 2/7] opus: update to version 1.2.1 Jonatan Schlag
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: Jonatan Schlag @ 2018-01-19 18:28 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1980 bytes --]
Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
config/rootfiles/common/python-pyparsing | 10 +---------
lfs/python-pyparsing | 6 +++---
2 files changed, 4 insertions(+), 12 deletions(-)
diff --git a/config/rootfiles/common/python-pyparsing b/config/rootfiles/common/python-pyparsing
index f75b88e7b..9babda975 100644
--- a/config/rootfiles/common/python-pyparsing
+++ b/config/rootfiles/common/python-pyparsing
@@ -1,9 +1 @@
-#usr/lib/python2.7/site-packages/pyparsing-2.0.7-py2.7.egg
-#usr/lib/python2.7/site-packages/pyparsing-2.0.7-py2.7.egg/EGG-INFO
-#usr/lib/python2.7/site-packages/pyparsing-2.0.7-py2.7.egg/EGG-INFO/PKG-INFO
-#usr/lib/python2.7/site-packages/pyparsing-2.0.7-py2.7.egg/EGG-INFO/SOURCES.txt
-#usr/lib/python2.7/site-packages/pyparsing-2.0.7-py2.7.egg/EGG-INFO/dependency_links.txt
-#usr/lib/python2.7/site-packages/pyparsing-2.0.7-py2.7.egg/EGG-INFO/not-zip-safe
-#usr/lib/python2.7/site-packages/pyparsing-2.0.7-py2.7.egg/EGG-INFO/top_level.txt
-#usr/lib/python2.7/site-packages/pyparsing-2.0.7-py2.7.egg/pyparsing.py
-#usr/lib/python2.7/site-packages/pyparsing-2.0.7-py2.7.egg/pyparsing.pyc
+#usr/lib/python2.7/site-packages/pyparsing-2.2.0-py2.7.egg
diff --git a/lfs/python-pyparsing b/lfs/python-pyparsing
index f84253b3b..a4a8c552b 100644
--- a/lfs/python-pyparsing
+++ b/lfs/python-pyparsing
@@ -24,7 +24,7 @@
include Config
-VER = 2.0.7
+VER = 2.2.0
THISAPP = pyparsing-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = python-pyparsing
-PAK_VER = 1
+PAK_VER = 2
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 1c8bed7530642ca19197f3caa05fd28b
+$(DL_FILE)_MD5 = 0214e42d63af850256962b6744c948d9
install : $(TARGET)
--
2.11.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 2/7] opus: update to version 1.2.1
2018-01-19 18:28 [PATCH 1/7] pyparsing: update to version 2.2.0 Jonatan Schlag
@ 2018-01-19 18:28 ` Jonatan Schlag
2018-01-19 18:28 ` [PATCH 3/7] spice-protocol: update to version 0.12.13 Jonatan Schlag
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Jonatan Schlag @ 2018-01-19 18:28 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1258 bytes --]
Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
config/rootfiles/packages/opus | 2 +-
lfs/opus | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/config/rootfiles/packages/opus b/config/rootfiles/packages/opus
index db98a1dc7..ae893617d 100644
--- a/config/rootfiles/packages/opus
+++ b/config/rootfiles/packages/opus
@@ -7,6 +7,6 @@
#usr/lib/libopus.la
#usr/lib/libopus.so
usr/lib/libopus.so.0
-usr/lib/libopus.so.0.5.2
+usr/lib/libopus.so.0.6.1
#usr/lib/pkgconfig/opus.pc
#usr/share/aclocal/opus.m4
diff --git a/lfs/opus b/lfs/opus
index 2446edb2c..f91f7ac01 100644
--- a/lfs/opus
+++ b/lfs/opus
@@ -24,7 +24,7 @@
include Config
-VER = 1.1.2
+VER = 1.2.1
THISAPP = opus-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = opus
-PAK_VER = 1
+PAK_VER = 2
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 1f08a661bc72930187893a07f3741a91
+$(DL_FILE)_MD5 = 54bc867f13066407bc7b95be1fede090
install : $(TARGET)
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
--
2.11.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 3/7] spice-protocol: update to version 0.12.13
2018-01-19 18:28 [PATCH 1/7] pyparsing: update to version 2.2.0 Jonatan Schlag
2018-01-19 18:28 ` [PATCH 2/7] opus: update to version 1.2.1 Jonatan Schlag
@ 2018-01-19 18:28 ` Jonatan Schlag
2018-01-19 18:29 ` [PATCH 4/7] spice: update to version 0.14 Jonatan Schlag
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Jonatan Schlag @ 2018-01-19 18:28 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2539 bytes --]
Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
config/rootfiles/common/spice-protocol | 23 -----------------------
lfs/spice-protocol | 6 +++---
2 files changed, 3 insertions(+), 26 deletions(-)
diff --git a/config/rootfiles/common/spice-protocol b/config/rootfiles/common/spice-protocol
index 0db86e087..586b8e9ac 100644
--- a/config/rootfiles/common/spice-protocol
+++ b/config/rootfiles/common/spice-protocol
@@ -16,27 +16,4 @@
#usr/include/spice-1/spice/types.h
#usr/include/spice-1/spice/vd_agent.h
#usr/include/spice-1/spice/vdi_dev.h
-#usr/lib/spice-protocol
-#usr/lib/spice-protocol/python_modules
-#usr/lib/spice-protocol/python_modules/__init__.py
-#usr/lib/spice-protocol/python_modules/__init__.pyc
-#usr/lib/spice-protocol/python_modules/__init__.pyo
-#usr/lib/spice-protocol/python_modules/codegen.py
-#usr/lib/spice-protocol/python_modules/codegen.pyc
-#usr/lib/spice-protocol/python_modules/codegen.pyo
-#usr/lib/spice-protocol/python_modules/demarshal.py
-#usr/lib/spice-protocol/python_modules/demarshal.pyc
-#usr/lib/spice-protocol/python_modules/demarshal.pyo
-#usr/lib/spice-protocol/python_modules/marshal.py
-#usr/lib/spice-protocol/python_modules/marshal.pyc
-#usr/lib/spice-protocol/python_modules/marshal.pyo
-#usr/lib/spice-protocol/python_modules/ptypes.py
-#usr/lib/spice-protocol/python_modules/ptypes.pyc
-#usr/lib/spice-protocol/python_modules/ptypes.pyo
-#usr/lib/spice-protocol/python_modules/spice_parser.py
-#usr/lib/spice-protocol/python_modules/spice_parser.pyc
-#usr/lib/spice-protocol/python_modules/spice_parser.pyo
-#usr/lib/spice-protocol/spice.proto
-#usr/lib/spice-protocol/spice1.proto
-#usr/lib/spice-protocol/spice_codegen.py
#usr/share/pkgconfig/spice-protocol.pc
diff --git a/lfs/spice-protocol b/lfs/spice-protocol
index 84376f58e..9422def06 100644
--- a/lfs/spice-protocol
+++ b/lfs/spice-protocol
@@ -24,7 +24,7 @@
include Config
-VER = 0.12.11
+VER = 0.12.13
THISAPP = spice-protocol-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = spice-protocol
-PAK_VER = 2
+PAK_VER = 3
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 422bf0bc1eb34c8af3479a78b28e969b
+$(DL_FILE)_MD5 = 50a1d951d1fa96d1478ff0cc7f3b1442
install : $(TARGET)
--
2.11.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 4/7] spice: update to version 0.14
2018-01-19 18:28 [PATCH 1/7] pyparsing: update to version 2.2.0 Jonatan Schlag
2018-01-19 18:28 ` [PATCH 2/7] opus: update to version 1.2.1 Jonatan Schlag
2018-01-19 18:28 ` [PATCH 3/7] spice-protocol: update to version 0.12.13 Jonatan Schlag
@ 2018-01-19 18:29 ` Jonatan Schlag
2018-01-19 18:29 ` [PATCH 5/7] qemu: update to version 2.11 Jonatan Schlag
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Jonatan Schlag @ 2018-01-19 18:29 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1713 bytes --]
For changelog see:
https://cgit.freedesktop.org/spice/spice/tree/NEWS
This update alos fixes: CVE-2016-9577, CVE-2016-9578, CVE-2017-7506
Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
config/rootfiles/packages/spice | 4 ++--
lfs/spice | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/config/rootfiles/packages/spice b/config/rootfiles/packages/spice
index 91fc0a68b..9ee1f9179 100644
--- a/config/rootfiles/packages/spice
+++ b/config/rootfiles/packages/spice
@@ -6,12 +6,12 @@
#usr/include/spice-server/spice-input.h
#usr/include/spice-server/spice-migration.h
#usr/include/spice-server/spice-qxl.h
+#usr/include/spice-server/spice-replay.h
#usr/include/spice-server/spice-server.h
#usr/include/spice-server/spice-version.h
#usr/include/spice-server/spice.h
-#usr/lib/libspice-server.a
#usr/lib/libspice-server.la
#usr/lib/libspice-server.so
usr/lib/libspice-server.so.1
-usr/lib/libspice-server.so.1.10.1
+usr/lib/libspice-server.so.1.12.4
#usr/lib/pkgconfig/spice-server.pc
diff --git a/lfs/spice b/lfs/spice
index 80e88dd56..434496849 100644
--- a/lfs/spice
+++ b/lfs/spice
@@ -24,7 +24,7 @@
include Config
-VER = 0.12.8
+VER = 0.14.0
THISAPP = spice-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = spice
-PAK_VER = 2
+PAK_VER = 3
DEPS = "opus"
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 376853d11b9921aa34a06c4dbef81874
+$(DL_FILE)_MD5 = 6622aa7dfb5cd026a4d0d7e659216d26
install : $(TARGET)
--
2.11.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 5/7] qemu: update to version 2.11
2018-01-19 18:28 [PATCH 1/7] pyparsing: update to version 2.2.0 Jonatan Schlag
` (2 preceding siblings ...)
2018-01-19 18:29 ` [PATCH 4/7] spice: update to version 0.14 Jonatan Schlag
@ 2018-01-19 18:29 ` Jonatan Schlag
2018-01-19 18:29 ` [PATCH 6/7] python3-libvirt: drop this package Jonatan Schlag
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Jonatan Schlag @ 2018-01-19 18:29 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2177 bytes --]
Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
config/rootfiles/packages/qemu | 12 +++++++++++-
lfs/qemu | 6 +++---
2 files changed, 14 insertions(+), 4 deletions(-)
diff --git a/config/rootfiles/packages/qemu b/config/rootfiles/packages/qemu
index 1adb3849b..dbd900179 100644
--- a/config/rootfiles/packages/qemu
+++ b/config/rootfiles/packages/qemu
@@ -8,6 +8,7 @@ usr/bin/qemu-i386
usr/bin/qemu-img
usr/bin/qemu-io
usr/bin/qemu-nbd
+usr/bin/qemu-pr-helper
usr/bin/qemu-system-arm
usr/bin/qemu-system-i386
usr/bin/qemu-system-x86_64
@@ -15,9 +16,16 @@ usr/bin/qemu-x86_64
usr/libexec/qemu-bridge-helper
#usr/share/doc/qemu
#usr/share/doc/qemu/qemu-doc.html
-#usr/share/doc/qemu/qmp-commands.txt
+#usr/share/doc/qemu/qemu-doc.txt
+#usr/share/doc/qemu/qemu-ga-ref.html
+#usr/share/doc/qemu/qemu-ga-ref.txt
+#usr/share/doc/qemu/qemu-qmp-ref.html
+#usr/share/doc/qemu/qemu-qmp-ref.txt
#usr/share/man/man1/qemu-img.1
#usr/share/man/man1/qemu.1
+#usr/share/man/man7/qemu-block-drivers.7
+#usr/share/man/man7/qemu-ga-ref.7
+#usr/share/man/man7/qemu-qmp-ref.7
#usr/share/man/man8/qemu-ga.8
#usr/share/man/man8/qemu-nbd.8
#usr/share/qemu
@@ -92,7 +100,9 @@ usr/share/qemu/pxe-rtl8139.rom
usr/share/qemu/pxe-virtio.rom
usr/share/qemu/qemu-icon.bmp
usr/share/qemu/qemu_logo_no_text.svg
+usr/share/qemu/qemu_vga.ndrv
usr/share/qemu/s390-ccw.img
+usr/share/qemu/s390-netboot.img
usr/share/qemu/sgabios.bin
usr/share/qemu/skiboot.lid
usr/share/qemu/slof.bin
diff --git a/lfs/qemu b/lfs/qemu
index 6d5f91926..4a83b86db 100644
--- a/lfs/qemu
+++ b/lfs/qemu
@@ -24,7 +24,7 @@
include Config
-VER = 2.8.0
+VER = 2.11.0
THISAPP = qemu-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
SUP_ARCH = i586 x86_64
PROG = qemu
-PAK_VER = 22
+PAK_VER = 23
DEPS = "libusbredir sdl spice"
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 17940dce063b6ce450a12e719a6c9c43
+$(DL_FILE)_MD5 = 335994a755bc655e88a87aeb36bfc0b9
install : $(TARGET)
--
2.11.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 6/7] python3-libvirt: drop this package
2018-01-19 18:28 [PATCH 1/7] pyparsing: update to version 2.2.0 Jonatan Schlag
` (3 preceding siblings ...)
2018-01-19 18:29 ` [PATCH 5/7] qemu: update to version 2.11 Jonatan Schlag
@ 2018-01-19 18:29 ` Jonatan Schlag
2018-01-19 18:29 ` [PATCH 7/7] libvirt: update to version 4.0 Jonatan Schlag
2018-01-24 16:39 ` [PATCH 1/7] pyparsing: update to version 2.2.0 Michael Tremer
6 siblings, 0 replies; 8+ messages in thread
From: Jonatan Schlag @ 2018-01-19 18:29 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 6454 bytes --]
Since it is some work to update this package accordingly to the libvirt
version and facing the fact that I know nobody who using this I suggest to drop this. If we
need this later we can just revert the commit.
Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
config/rootfiles/packages/i586/python3-libvirt | 10 ---
config/rootfiles/packages/x86_64/python3-libvirt | 10 ---
lfs/python3-libvirt | 83 ------------------------
make.sh | 1 -
4 files changed, 104 deletions(-)
delete mode 100644 config/rootfiles/packages/i586/python3-libvirt
delete mode 100644 config/rootfiles/packages/x86_64/python3-libvirt
delete mode 100644 lfs/python3-libvirt
diff --git a/config/rootfiles/packages/i586/python3-libvirt b/config/rootfiles/packages/i586/python3-libvirt
deleted file mode 100644
index 0463ca400..000000000
--- a/config/rootfiles/packages/i586/python3-libvirt
+++ /dev/null
@@ -1,10 +0,0 @@
-usr/lib/python3.6/site-packages/__pycache__/libvirt.cpython-36.pyc
-usr/lib/python3.6/site-packages/__pycache__/libvirt_lxc.cpython-36.pyc
-usr/lib/python3.6/site-packages/__pycache__/libvirt_qemu.cpython-36.pyc
-usr/lib/python3.6/site-packages/libvirt.py
-usr/lib/python3.6/site-packages/libvirt_lxc.py
-#usr/lib/python3.6/site-packages/libvirt_python-3.1.0-py3.6.egg-info
-usr/lib/python3.6/site-packages/libvirt_qemu.py
-usr/lib/python3.6/site-packages/libvirtmod.cpython-36m-i386-linux-gnu.so
-usr/lib/python3.6/site-packages/libvirtmod_lxc.cpython-36m-i386-linux-gnu.so
-usr/lib/python3.6/site-packages/libvirtmod_qemu.cpython-36m-i386-linux-gnu.so
diff --git a/config/rootfiles/packages/x86_64/python3-libvirt b/config/rootfiles/packages/x86_64/python3-libvirt
deleted file mode 100644
index f20ef09fb..000000000
--- a/config/rootfiles/packages/x86_64/python3-libvirt
+++ /dev/null
@@ -1,10 +0,0 @@
-usr/lib/python3.6/site-packages/__pycache__/libvirt.cpython-36.pyc
-usr/lib/python3.6/site-packages/__pycache__/libvirt_lxc.cpython-36.pyc
-usr/lib/python3.6/site-packages/__pycache__/libvirt_qemu.cpython-36.pyc
-usr/lib/python3.6/site-packages/libvirt.py
-usr/lib/python3.6/site-packages/libvirt_lxc.py
-#usr/lib/python3.6/site-packages/libvirt_python-3.1.0-py3.6.egg-info
-usr/lib/python3.6/site-packages/libvirt_qemu.py
-usr/lib/python3.6/site-packages/libvirtmod.cpython-36m-x86_64-linux-gnu.so
-usr/lib/python3.6/site-packages/libvirtmod_lxc.cpython-36m-x86_64-linux-gnu.so
-usr/lib/python3.6/site-packages/libvirtmod_qemu.cpython-36m-x86_64-linux-gnu.so
diff --git a/lfs/python3-libvirt b/lfs/python3-libvirt
deleted file mode 100644
index 6539b156a..000000000
--- a/lfs/python3-libvirt
+++ /dev/null
@@ -1,83 +0,0 @@
-###############################################################################
-# #
-# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2017 IPFire Team <info(a)ipfire.org> #
-# #
-# This program is free software: you can redistribute it and/or modify #
-# it under the terms of the GNU General Public License as published by #
-# the Free Software Foundation, either version 3 of the License, or #
-# (at your option) any later version. #
-# #
-# This program is distributed in the hope that it will be useful, #
-# but WITHOUT ANY WARRANTY; without even the implied warranty of #
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
-# GNU General Public License for more details. #
-# #
-# You should have received a copy of the GNU General Public License #
-# along with this program. If not, see <http://www.gnu.org/licenses/>. #
-# #
-###############################################################################
-
-###############################################################################
-# Definitions
-###############################################################################
-
-include Config
-
-VER = 3.1.0
-
-THISAPP = libvirt-python-$(VER)
-DL_FILE = $(THISAPP).tar.gz
-DL_FROM = $(URL_IPFIRE)
-DIR_APP = $(DIR_SRC)/$(THISAPP)
-TARGET = $(DIR_INFO)/$(THISAPP)
-SUP_ARCH = i586 x86_64
-PROG = python3-libvirt
-PAK_VER = 1
-
-DEPS = "libvirt python3"
-
-###############################################################################
-# Top-level Rules
-###############################################################################
-
-objects = $(DL_FILE)
-
-$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-
-$(DL_FILE)_MD5 = 322185007e2e70f2e862fc55e9970d10
-
-install : $(TARGET)
-
-check : $(patsubst %,$(DIR_CHK)/%,$(objects))
-
-download :$(patsubst %,$(DIR_DL)/%,$(objects))
-
-md5 : $(subst %,%_MD5,$(objects))
-
-dist:
- @$(PAK)
-
-###############################################################################
-# Downloading, checking, md5sum
-###############################################################################
-
-$(patsubst %,$(DIR_CHK)/%,$(objects)) :
- @$(CHECK)
-
-$(patsubst %,$(DIR_DL)/%,$(objects)) :
- @$(LOAD)
-
-$(subst %,%_MD5,$(objects)) :
- @$(MD5)
-
-###############################################################################
-# Installation Details
-###############################################################################
-
-$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
- @$(PREBUILD)
- @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
- cd $(DIR_APP) && python3 setup.py install
- @rm -rf $(DIR_APP)
- @$(POSTBUILD)
diff --git a/make.sh b/make.sh
index 3f10ffaec..44c46333c 100755
--- a/make.sh
+++ b/make.sh
@@ -1510,7 +1510,6 @@ buildipfire() {
lfsmake2 libpciaccess
lfsmake2 libyajl
lfsmake2 libvirt
- lfsmake2 python3-libvirt
lfsmake2 freeradius
lfsmake2 perl-common-sense
lfsmake2 perl-inotify2
--
2.11.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 7/7] libvirt: update to version 4.0
2018-01-19 18:28 [PATCH 1/7] pyparsing: update to version 2.2.0 Jonatan Schlag
` (4 preceding siblings ...)
2018-01-19 18:29 ` [PATCH 6/7] python3-libvirt: drop this package Jonatan Schlag
@ 2018-01-19 18:29 ` Jonatan Schlag
2018-01-24 16:39 ` [PATCH 1/7] pyparsing: update to version 2.2.0 Michael Tremer
6 siblings, 0 replies; 8+ messages in thread
From: Jonatan Schlag @ 2018-01-19 18:29 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 21388 bytes --]
This version works for me. Some others do not ..
Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
---
config/rootfiles/packages/libvirt | 341 +++++++++++++++++++++-----------------
lfs/libvirt | 6 +-
2 files changed, 188 insertions(+), 159 deletions(-)
diff --git a/config/rootfiles/packages/libvirt b/config/rootfiles/packages/libvirt
index 70cfa2257..afa167d12 100644
--- a/config/rootfiles/packages/libvirt
+++ b/config/rootfiles/packages/libvirt
@@ -31,6 +31,8 @@ etc/logrotate.d/libvirtd.libxl
etc/logrotate.d/libvirtd.qemu
#etc/logrotate.d/libvirtd.uml
etc/rc.d/init.d/libvirt-guests
+etc/rc.d/init.d/libvirtd
+etc/rc.d/init.d/virtlogd
usr/bin/virsh
usr/bin/virt-admin
usr/bin/virt-host-validate
@@ -55,24 +57,23 @@ usr/bin/virt-xml-validate
#usr/include/libvirt/libvirt-stream.h
#usr/include/libvirt/libvirt.h
#usr/include/libvirt/virterror.h
-#usr/lib/libnss_libvirt.la
#usr/lib/libvirt
#usr/lib/libvirt-admin.la
#usr/lib/libvirt-admin.so
usr/lib/libvirt-admin.so.0
-usr/lib/libvirt-admin.so.0.3001.0
+usr/lib/libvirt-admin.so.0.4000.0
#usr/lib/libvirt-lxc.la
#usr/lib/libvirt-lxc.so
usr/lib/libvirt-lxc.so.0
-usr/lib/libvirt-lxc.so.0.3001.0
+usr/lib/libvirt-lxc.so.0.4000.0
#usr/lib/libvirt-qemu.la
#usr/lib/libvirt-qemu.so
usr/lib/libvirt-qemu.so.0
-usr/lib/libvirt-qemu.so.0.3001.0
+usr/lib/libvirt-qemu.so.0.4000.0
#usr/lib/libvirt.la
#usr/lib/libvirt.so
usr/lib/libvirt.so.0
-usr/lib/libvirt.so.0.3001.0
+usr/lib/libvirt.so.0.4000.0
#usr/lib/libvirt/connection-driver
#usr/lib/libvirt/connection-driver/libvirt_driver_interface.la
usr/lib/libvirt/connection-driver/libvirt_driver_interface.so
@@ -86,12 +87,12 @@ usr/lib/libvirt/connection-driver/libvirt_driver_qemu.so
usr/lib/libvirt/connection-driver/libvirt_driver_secret.so
#usr/lib/libvirt/connection-driver/libvirt_driver_storage.la
usr/lib/libvirt/connection-driver/libvirt_driver_storage.so
-#usr/lib/libvirt/storage-backend
-usr/lib/libvirt/storage-backend/libvirt_storage_backend_fs.so
-#usr/lib/libvirt/storage-backend/libvirt_storage_backend_fs.la
#usr/lib/libvirt/lock-driver
#usr/lib/libvirt/lock-driver/lockd.la
usr/lib/libvirt/lock-driver/lockd.so
+#usr/lib/libvirt/storage-backend
+#usr/lib/libvirt/storage-backend/libvirt_storage_backend_fs.la
+usr/lib/libvirt/storage-backend/libvirt_storage_backend_fs.so
#usr/lib/pkgconfig/libvirt-admin.pc
#usr/lib/pkgconfig/libvirt-lxc.pc
#usr/lib/pkgconfig/libvirt-qemu.pc
@@ -115,152 +116,169 @@ usr/sbin/virtlogd
#usr/share/augeas/lenses/tests/test_virtlogd.aug
#usr/share/augeas/lenses/virtlockd.aug
#usr/share/augeas/lenses/virtlogd.aug
-#usr/share/doc/libvirt-3.1.0
-#usr/share/doc/libvirt-3.1.0/html
-#usr/share/doc/libvirt-3.1.0/html/32favicon.png
-#usr/share/doc/libvirt-3.1.0/html/404.html
-#usr/share/doc/libvirt-3.1.0/html/acl.html
-#usr/share/doc/libvirt-3.1.0/html/aclpolkit.html
-#usr/share/doc/libvirt-3.1.0/html/api.html
-#usr/share/doc/libvirt-3.1.0/html/api_extension.html
-#usr/share/doc/libvirt-3.1.0/html/apps.html
-#usr/share/doc/libvirt-3.1.0/html/architecture.gif
-#usr/share/doc/libvirt-3.1.0/html/architecture.html
-#usr/share/doc/libvirt-3.1.0/html/auditlog.html
-#usr/share/doc/libvirt-3.1.0/html/auth.html
-#usr/share/doc/libvirt-3.1.0/html/bindings.html
-#usr/share/doc/libvirt-3.1.0/html/bugs.html
-#usr/share/doc/libvirt-3.1.0/html/cgroups.html
-#usr/share/doc/libvirt-3.1.0/html/compiling.html
-#usr/share/doc/libvirt-3.1.0/html/contact.html
-#usr/share/doc/libvirt-3.1.0/html/contribute.html
-#usr/share/doc/libvirt-3.1.0/html/csharp.html
-#usr/share/doc/libvirt-3.1.0/html/devguide.html
-#usr/share/doc/libvirt-3.1.0/html/docs.html
-#usr/share/doc/libvirt-3.1.0/html/downloads.html
-#usr/share/doc/libvirt-3.1.0/html/drivers.html
-#usr/share/doc/libvirt-3.1.0/html/drvbhyve.html
-#usr/share/doc/libvirt-3.1.0/html/drvesx.html
-#usr/share/doc/libvirt-3.1.0/html/drvhyperv.html
-#usr/share/doc/libvirt-3.1.0/html/drvlxc.html
-#usr/share/doc/libvirt-3.1.0/html/drvopenvz.html
-#usr/share/doc/libvirt-3.1.0/html/drvphyp.html
-#usr/share/doc/libvirt-3.1.0/html/drvqemu.html
-#usr/share/doc/libvirt-3.1.0/html/drvremote.html
-#usr/share/doc/libvirt-3.1.0/html/drvtest.html
-#usr/share/doc/libvirt-3.1.0/html/drvuml.html
-#usr/share/doc/libvirt-3.1.0/html/drvvbox.html
-#usr/share/doc/libvirt-3.1.0/html/drvvirtuozzo.html
-#usr/share/doc/libvirt-3.1.0/html/drvvmware.html
-#usr/share/doc/libvirt-3.1.0/html/drvxen.html
-#usr/share/doc/libvirt-3.1.0/html/errors.html
-#usr/share/doc/libvirt-3.1.0/html/firewall.html
-#usr/share/doc/libvirt-3.1.0/html/format.html
-#usr/share/doc/libvirt-3.1.0/html/formatcaps.html
-#usr/share/doc/libvirt-3.1.0/html/formatdomain.html
-#usr/share/doc/libvirt-3.1.0/html/formatdomaincaps.html
-#usr/share/doc/libvirt-3.1.0/html/formatnetwork.html
-#usr/share/doc/libvirt-3.1.0/html/formatnode.html
-#usr/share/doc/libvirt-3.1.0/html/formatnwfilter.html
-#usr/share/doc/libvirt-3.1.0/html/formatsecret.html
-#usr/share/doc/libvirt-3.1.0/html/formatsnapshot.html
-#usr/share/doc/libvirt-3.1.0/html/formatstorage.html
-#usr/share/doc/libvirt-3.1.0/html/formatstorageencryption.html
-#usr/share/doc/libvirt-3.1.0/html/generic.css
-#usr/share/doc/libvirt-3.1.0/html/goals.html
-#usr/share/doc/libvirt-3.1.0/html/governance.html
-#usr/share/doc/libvirt-3.1.0/html/hacking.html
-#usr/share/doc/libvirt-3.1.0/html/hooks.html
-#usr/share/doc/libvirt-3.1.0/html/html
-#usr/share/doc/libvirt-3.1.0/html/html/home.png
-#usr/share/doc/libvirt-3.1.0/html/html/index.html
-#usr/share/doc/libvirt-3.1.0/html/html/left.png
-#usr/share/doc/libvirt-3.1.0/html/html/libvirt-libvirt-common.html
-#usr/share/doc/libvirt-3.1.0/html/html/libvirt-libvirt-domain-snapshot.html
-#usr/share/doc/libvirt-3.1.0/html/html/libvirt-libvirt-domain.html
-#usr/share/doc/libvirt-3.1.0/html/html/libvirt-libvirt-event.html
-#usr/share/doc/libvirt-3.1.0/html/html/libvirt-libvirt-host.html
-#usr/share/doc/libvirt-3.1.0/html/html/libvirt-libvirt-interface.html
-#usr/share/doc/libvirt-3.1.0/html/html/libvirt-libvirt-network.html
-#usr/share/doc/libvirt-3.1.0/html/html/libvirt-libvirt-nodedev.html
-#usr/share/doc/libvirt-3.1.0/html/html/libvirt-libvirt-nwfilter.html
-#usr/share/doc/libvirt-3.1.0/html/html/libvirt-libvirt-secret.html
-#usr/share/doc/libvirt-3.1.0/html/html/libvirt-libvirt-storage.html
-#usr/share/doc/libvirt-3.1.0/html/html/libvirt-libvirt-stream.html
-#usr/share/doc/libvirt-3.1.0/html/html/libvirt-virterror.html
-#usr/share/doc/libvirt-3.1.0/html/html/right.png
-#usr/share/doc/libvirt-3.1.0/html/html/up.png
-#usr/share/doc/libvirt-3.1.0/html/hvsupport.html
-#usr/share/doc/libvirt-3.1.0/html/index.html
-#usr/share/doc/libvirt-3.1.0/html/internals
-#usr/share/doc/libvirt-3.1.0/html/internals.html
-#usr/share/doc/libvirt-3.1.0/html/internals/command.html
-#usr/share/doc/libvirt-3.1.0/html/internals/eventloop.html
-#usr/share/doc/libvirt-3.1.0/html/internals/locking.html
-#usr/share/doc/libvirt-3.1.0/html/internals/oomtesting.html
-#usr/share/doc/libvirt-3.1.0/html/internals/rpc.html
-#usr/share/doc/libvirt-3.1.0/html/java.html
-#usr/share/doc/libvirt-3.1.0/html/libvirt-daemon-arch.png
-#usr/share/doc/libvirt-3.1.0/html/libvirt-driver-arch.png
-#usr/share/doc/libvirt-3.1.0/html/libvirt-object-model.png
-#usr/share/doc/libvirt-3.1.0/html/libvirt.css
-#usr/share/doc/libvirt-3.1.0/html/locking-lockd.html
-#usr/share/doc/libvirt-3.1.0/html/locking-sanlock.html
-#usr/share/doc/libvirt-3.1.0/html/locking.html
-#usr/share/doc/libvirt-3.1.0/html/logging.html
-#usr/share/doc/libvirt-3.1.0/html/logos
-#usr/share/doc/libvirt-3.1.0/html/logos/logo-banner-dark-256.png
-#usr/share/doc/libvirt-3.1.0/html/logos/logo-banner-dark-800.png
-#usr/share/doc/libvirt-3.1.0/html/logos/logo-banner-dark.svg
-#usr/share/doc/libvirt-3.1.0/html/logos/logo-banner-light-256.png
-#usr/share/doc/libvirt-3.1.0/html/logos/logo-banner-light-800.png
-#usr/share/doc/libvirt-3.1.0/html/logos/logo-banner-light.svg
-#usr/share/doc/libvirt-3.1.0/html/logos/logo-base.svg
-#usr/share/doc/libvirt-3.1.0/html/logos/logo-square-128.png
-#usr/share/doc/libvirt-3.1.0/html/logos/logo-square-192.png
-#usr/share/doc/libvirt-3.1.0/html/logos/logo-square-256.png
-#usr/share/doc/libvirt-3.1.0/html/logos/logo-square-96.png
-#usr/share/doc/libvirt-3.1.0/html/logos/logo-square-powered-128.png
-#usr/share/doc/libvirt-3.1.0/html/logos/logo-square-powered-192.png
-#usr/share/doc/libvirt-3.1.0/html/logos/logo-square-powered-256.png
-#usr/share/doc/libvirt-3.1.0/html/logos/logo-square-powered-96.png
-#usr/share/doc/libvirt-3.1.0/html/logos/logo-square-powered.svg
-#usr/share/doc/libvirt-3.1.0/html/logos/logo-square.svg
-#usr/share/doc/libvirt-3.1.0/html/main.css
-#usr/share/doc/libvirt-3.1.0/html/migration-managed-direct.png
-#usr/share/doc/libvirt-3.1.0/html/migration-managed-p2p.png
-#usr/share/doc/libvirt-3.1.0/html/migration-native.png
-#usr/share/doc/libvirt-3.1.0/html/migration-tunnel.png
-#usr/share/doc/libvirt-3.1.0/html/migration-unmanaged-direct.png
-#usr/share/doc/libvirt-3.1.0/html/migration.html
-#usr/share/doc/libvirt-3.1.0/html/news-2005.html
-#usr/share/doc/libvirt-3.1.0/html/news-2006.html
-#usr/share/doc/libvirt-3.1.0/html/news-2007.html
-#usr/share/doc/libvirt-3.1.0/html/news-2008.html
-#usr/share/doc/libvirt-3.1.0/html/news-2009.html
-#usr/share/doc/libvirt-3.1.0/html/news-2010.html
-#usr/share/doc/libvirt-3.1.0/html/news-2011.html
-#usr/share/doc/libvirt-3.1.0/html/news-2012.html
-#usr/share/doc/libvirt-3.1.0/html/news-2013.html
-#usr/share/doc/libvirt-3.1.0/html/news-2014.html
-#usr/share/doc/libvirt-3.1.0/html/news-2015.html
-#usr/share/doc/libvirt-3.1.0/html/news-2016.html
-#usr/share/doc/libvirt-3.1.0/html/news.html
-#usr/share/doc/libvirt-3.1.0/html/node.gif
-#usr/share/doc/libvirt-3.1.0/html/nss.html
-#usr/share/doc/libvirt-3.1.0/html/php.html
-#usr/share/doc/libvirt-3.1.0/html/python.html
-#usr/share/doc/libvirt-3.1.0/html/remote.html
-#usr/share/doc/libvirt-3.1.0/html/secureusage.html
-#usr/share/doc/libvirt-3.1.0/html/securityprocess.html
-#usr/share/doc/libvirt-3.1.0/html/storage.html
-#usr/share/doc/libvirt-3.1.0/html/testapi.html
-#usr/share/doc/libvirt-3.1.0/html/testsuites.html
-#usr/share/doc/libvirt-3.1.0/html/testtck.html
-#usr/share/doc/libvirt-3.1.0/html/todo.html
-#usr/share/doc/libvirt-3.1.0/html/uri.html
-#usr/share/doc/libvirt-3.1.0/html/virshcmdref.html
-#usr/share/doc/libvirt-3.1.0/html/windows.html
+#usr/share/doc/libvirt-4.0.0
+#usr/share/doc/libvirt-4.0.0/html
+#usr/share/doc/libvirt-4.0.0/html/32favicon.png
+#usr/share/doc/libvirt-4.0.0/html/404.html
+#usr/share/doc/libvirt-4.0.0/html/acl.html
+#usr/share/doc/libvirt-4.0.0/html/aclpolkit.html
+#usr/share/doc/libvirt-4.0.0/html/api.html
+#usr/share/doc/libvirt-4.0.0/html/api_extension.html
+#usr/share/doc/libvirt-4.0.0/html/apps.html
+#usr/share/doc/libvirt-4.0.0/html/architecture.gif
+#usr/share/doc/libvirt-4.0.0/html/architecture.html
+#usr/share/doc/libvirt-4.0.0/html/auditlog.html
+#usr/share/doc/libvirt-4.0.0/html/auth.html
+#usr/share/doc/libvirt-4.0.0/html/bindings.html
+#usr/share/doc/libvirt-4.0.0/html/bugs.html
+#usr/share/doc/libvirt-4.0.0/html/cgroups.html
+#usr/share/doc/libvirt-4.0.0/html/compiling.html
+#usr/share/doc/libvirt-4.0.0/html/contact.html
+#usr/share/doc/libvirt-4.0.0/html/contribute.html
+#usr/share/doc/libvirt-4.0.0/html/csharp.html
+#usr/share/doc/libvirt-4.0.0/html/devguide.html
+#usr/share/doc/libvirt-4.0.0/html/docs.html
+#usr/share/doc/libvirt-4.0.0/html/downloads.html
+#usr/share/doc/libvirt-4.0.0/html/drivers.html
+#usr/share/doc/libvirt-4.0.0/html/drvbhyve.html
+#usr/share/doc/libvirt-4.0.0/html/drvesx.html
+#usr/share/doc/libvirt-4.0.0/html/drvhyperv.html
+#usr/share/doc/libvirt-4.0.0/html/drvlxc.html
+#usr/share/doc/libvirt-4.0.0/html/drvnodedev.html
+#usr/share/doc/libvirt-4.0.0/html/drvopenvz.html
+#usr/share/doc/libvirt-4.0.0/html/drvphyp.html
+#usr/share/doc/libvirt-4.0.0/html/drvqemu.html
+#usr/share/doc/libvirt-4.0.0/html/drvremote.html
+#usr/share/doc/libvirt-4.0.0/html/drvtest.html
+#usr/share/doc/libvirt-4.0.0/html/drvuml.html
+#usr/share/doc/libvirt-4.0.0/html/drvvbox.html
+#usr/share/doc/libvirt-4.0.0/html/drvvirtuozzo.html
+#usr/share/doc/libvirt-4.0.0/html/drvvmware.html
+#usr/share/doc/libvirt-4.0.0/html/drvxen.html
+#usr/share/doc/libvirt-4.0.0/html/errors.html
+#usr/share/doc/libvirt-4.0.0/html/firewall.html
+#usr/share/doc/libvirt-4.0.0/html/fonts
+#usr/share/doc/libvirt-4.0.0/html/fonts/LICENSE.md
+#usr/share/doc/libvirt-4.0.0/html/fonts/overpass-bold-italic.woff
+#usr/share/doc/libvirt-4.0.0/html/fonts/overpass-bold.woff
+#usr/share/doc/libvirt-4.0.0/html/fonts/overpass-italic.woff
+#usr/share/doc/libvirt-4.0.0/html/fonts/overpass-light-italic.woff
+#usr/share/doc/libvirt-4.0.0/html/fonts/overpass-light.woff
+#usr/share/doc/libvirt-4.0.0/html/fonts/overpass-mono-bold.woff
+#usr/share/doc/libvirt-4.0.0/html/fonts/overpass-mono-light.woff
+#usr/share/doc/libvirt-4.0.0/html/fonts/overpass-mono-regular.woff
+#usr/share/doc/libvirt-4.0.0/html/fonts/overpass-mono-semibold.woff
+#usr/share/doc/libvirt-4.0.0/html/fonts/overpass-regular.woff
+#usr/share/doc/libvirt-4.0.0/html/fonts/stylesheet.css
+#usr/share/doc/libvirt-4.0.0/html/format.html
+#usr/share/doc/libvirt-4.0.0/html/formatcaps.html
+#usr/share/doc/libvirt-4.0.0/html/formatdomain.html
+#usr/share/doc/libvirt-4.0.0/html/formatdomaincaps.html
+#usr/share/doc/libvirt-4.0.0/html/formatnetwork.html
+#usr/share/doc/libvirt-4.0.0/html/formatnode.html
+#usr/share/doc/libvirt-4.0.0/html/formatnwfilter.html
+#usr/share/doc/libvirt-4.0.0/html/formatsecret.html
+#usr/share/doc/libvirt-4.0.0/html/formatsnapshot.html
+#usr/share/doc/libvirt-4.0.0/html/formatstorage.html
+#usr/share/doc/libvirt-4.0.0/html/formatstorageencryption.html
+#usr/share/doc/libvirt-4.0.0/html/generic.css
+#usr/share/doc/libvirt-4.0.0/html/goals.html
+#usr/share/doc/libvirt-4.0.0/html/governance.html
+#usr/share/doc/libvirt-4.0.0/html/hacking.html
+#usr/share/doc/libvirt-4.0.0/html/hooks.html
+#usr/share/doc/libvirt-4.0.0/html/html
+#usr/share/doc/libvirt-4.0.0/html/html/home.png
+#usr/share/doc/libvirt-4.0.0/html/html/index.html
+#usr/share/doc/libvirt-4.0.0/html/html/left.png
+#usr/share/doc/libvirt-4.0.0/html/html/libvirt-libvirt-common.html
+#usr/share/doc/libvirt-4.0.0/html/html/libvirt-libvirt-domain-snapshot.html
+#usr/share/doc/libvirt-4.0.0/html/html/libvirt-libvirt-domain.html
+#usr/share/doc/libvirt-4.0.0/html/html/libvirt-libvirt-event.html
+#usr/share/doc/libvirt-4.0.0/html/html/libvirt-libvirt-host.html
+#usr/share/doc/libvirt-4.0.0/html/html/libvirt-libvirt-interface.html
+#usr/share/doc/libvirt-4.0.0/html/html/libvirt-libvirt-network.html
+#usr/share/doc/libvirt-4.0.0/html/html/libvirt-libvirt-nodedev.html
+#usr/share/doc/libvirt-4.0.0/html/html/libvirt-libvirt-nwfilter.html
+#usr/share/doc/libvirt-4.0.0/html/html/libvirt-libvirt-secret.html
+#usr/share/doc/libvirt-4.0.0/html/html/libvirt-libvirt-storage.html
+#usr/share/doc/libvirt-4.0.0/html/html/libvirt-libvirt-stream.html
+#usr/share/doc/libvirt-4.0.0/html/html/libvirt-virterror.html
+#usr/share/doc/libvirt-4.0.0/html/html/right.png
+#usr/share/doc/libvirt-4.0.0/html/html/up.png
+#usr/share/doc/libvirt-4.0.0/html/hvsupport.html
+#usr/share/doc/libvirt-4.0.0/html/index.html
+#usr/share/doc/libvirt-4.0.0/html/internals
+#usr/share/doc/libvirt-4.0.0/html/internals.html
+#usr/share/doc/libvirt-4.0.0/html/internals/command.html
+#usr/share/doc/libvirt-4.0.0/html/internals/eventloop.html
+#usr/share/doc/libvirt-4.0.0/html/internals/locking.html
+#usr/share/doc/libvirt-4.0.0/html/internals/oomtesting.html
+#usr/share/doc/libvirt-4.0.0/html/internals/rpc.html
+#usr/share/doc/libvirt-4.0.0/html/java.html
+#usr/share/doc/libvirt-4.0.0/html/libvirt-daemon-arch.png
+#usr/share/doc/libvirt-4.0.0/html/libvirt-driver-arch.png
+#usr/share/doc/libvirt-4.0.0/html/libvirt-object-model.png
+#usr/share/doc/libvirt-4.0.0/html/libvirt.css
+#usr/share/doc/libvirt-4.0.0/html/locking-lockd.html
+#usr/share/doc/libvirt-4.0.0/html/locking-sanlock.html
+#usr/share/doc/libvirt-4.0.0/html/locking.html
+#usr/share/doc/libvirt-4.0.0/html/logging.html
+#usr/share/doc/libvirt-4.0.0/html/logos
+#usr/share/doc/libvirt-4.0.0/html/logos/logo-banner-dark-256.png
+#usr/share/doc/libvirt-4.0.0/html/logos/logo-banner-dark-800.png
+#usr/share/doc/libvirt-4.0.0/html/logos/logo-banner-dark.svg
+#usr/share/doc/libvirt-4.0.0/html/logos/logo-banner-light-256.png
+#usr/share/doc/libvirt-4.0.0/html/logos/logo-banner-light-800.png
+#usr/share/doc/libvirt-4.0.0/html/logos/logo-banner-light.svg
+#usr/share/doc/libvirt-4.0.0/html/logos/logo-base.svg
+#usr/share/doc/libvirt-4.0.0/html/logos/logo-square-128.png
+#usr/share/doc/libvirt-4.0.0/html/logos/logo-square-192.png
+#usr/share/doc/libvirt-4.0.0/html/logos/logo-square-256.png
+#usr/share/doc/libvirt-4.0.0/html/logos/logo-square-96.png
+#usr/share/doc/libvirt-4.0.0/html/logos/logo-square-powered-128.png
+#usr/share/doc/libvirt-4.0.0/html/logos/logo-square-powered-192.png
+#usr/share/doc/libvirt-4.0.0/html/logos/logo-square-powered-256.png
+#usr/share/doc/libvirt-4.0.0/html/logos/logo-square-powered-96.png
+#usr/share/doc/libvirt-4.0.0/html/logos/logo-square-powered.svg
+#usr/share/doc/libvirt-4.0.0/html/logos/logo-square.svg
+#usr/share/doc/libvirt-4.0.0/html/main.css
+#usr/share/doc/libvirt-4.0.0/html/migration-managed-direct.png
+#usr/share/doc/libvirt-4.0.0/html/migration-managed-p2p.png
+#usr/share/doc/libvirt-4.0.0/html/migration-native.png
+#usr/share/doc/libvirt-4.0.0/html/migration-tunnel.png
+#usr/share/doc/libvirt-4.0.0/html/migration-unmanaged-direct.png
+#usr/share/doc/libvirt-4.0.0/html/migration.html
+#usr/share/doc/libvirt-4.0.0/html/mobile.css
+#usr/share/doc/libvirt-4.0.0/html/news-2005.html
+#usr/share/doc/libvirt-4.0.0/html/news-2006.html
+#usr/share/doc/libvirt-4.0.0/html/news-2007.html
+#usr/share/doc/libvirt-4.0.0/html/news-2008.html
+#usr/share/doc/libvirt-4.0.0/html/news-2009.html
+#usr/share/doc/libvirt-4.0.0/html/news-2010.html
+#usr/share/doc/libvirt-4.0.0/html/news-2011.html
+#usr/share/doc/libvirt-4.0.0/html/news-2012.html
+#usr/share/doc/libvirt-4.0.0/html/news-2013.html
+#usr/share/doc/libvirt-4.0.0/html/news-2014.html
+#usr/share/doc/libvirt-4.0.0/html/news-2015.html
+#usr/share/doc/libvirt-4.0.0/html/news-2016.html
+#usr/share/doc/libvirt-4.0.0/html/news.html
+#usr/share/doc/libvirt-4.0.0/html/node.gif
+#usr/share/doc/libvirt-4.0.0/html/nss.html
+#usr/share/doc/libvirt-4.0.0/html/pci-hotplug.html
+#usr/share/doc/libvirt-4.0.0/html/php.html
+#usr/share/doc/libvirt-4.0.0/html/python.html
+#usr/share/doc/libvirt-4.0.0/html/remote.html
+#usr/share/doc/libvirt-4.0.0/html/secureusage.html
+#usr/share/doc/libvirt-4.0.0/html/securityprocess.html
+#usr/share/doc/libvirt-4.0.0/html/storage.html
+#usr/share/doc/libvirt-4.0.0/html/support.html
+#usr/share/doc/libvirt-4.0.0/html/testapi.html
+#usr/share/doc/libvirt-4.0.0/html/testsuites.html
+#usr/share/doc/libvirt-4.0.0/html/testtck.html
+#usr/share/doc/libvirt-4.0.0/html/todo.html
+#usr/share/doc/libvirt-4.0.0/html/uri.html
+#usr/share/doc/libvirt-4.0.0/html/virshcmdref.html
+#usr/share/doc/libvirt-4.0.0/html/windows.html
#usr/share/gtk-doc/html/libvirt
#usr/share/gtk-doc/html/libvirt/general.html
#usr/share/gtk-doc/html/libvirt/home.png
@@ -302,6 +320,18 @@ usr/share/libvirt/schemas/storagevol.rng
#usr/share/man/man1/virt-login-shell.1
#usr/share/man/man1/virt-pki-validate.1
#usr/share/man/man1/virt-xml-validate.1
+#usr/share/man/man7/virkeycode-atset1.7
+#usr/share/man/man7/virkeycode-atset2.7
+#usr/share/man/man7/virkeycode-atset3.7
+#usr/share/man/man7/virkeycode-linux.7
+#usr/share/man/man7/virkeycode-osx.7
+#usr/share/man/man7/virkeycode-rfb.7
+#usr/share/man/man7/virkeycode-usb.7
+#usr/share/man/man7/virkeycode-win32.7
+#usr/share/man/man7/virkeycode-xtkbd.7
+#usr/share/man/man7/virkeyname-linux.7
+#usr/share/man/man7/virkeyname-osx.7
+#usr/share/man/man7/virkeyname-win32.7
#usr/share/man/man8/libvirtd.8
#usr/share/man/man8/virtlockd.8
#usr/share/man/man8/virtlogd.8
@@ -319,5 +349,4 @@ var/ipfire/backup/addons/includes/libvirt
#var/log/libvirt/lxc
#var/log/libvirt/qemu
#var/log/libvirt/uml
-etc/rc.d/init.d/libvirtd
-etc/rc.d/init.d/virtlogd
+
diff --git a/lfs/libvirt b/lfs/libvirt
index 963fdf9d2..7eed40616 100644
--- a/lfs/libvirt
+++ b/lfs/libvirt
@@ -24,7 +24,7 @@
include Config
-VER = 3.1.0
+VER = 4.0.0
THISAPP = libvirt-$(VER)
DL_FILE = $(THISAPP).tar.xz
@@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
SUP_ARCH = i586 x86_64
PROG = libvirt
-PAK_VER = 13
+PAK_VER = 14
DEPS = "libpciaccess libyajl ncat qemu"
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = e31aa7e0a1635e72fdc140c10a677895
+$(DL_FILE)_MD5 = ff0dbdd8ec4ac1277588dfe3b245d0e9
install : $(TARGET)
check : $(patsubst %,$(DIR_CHK)/%,$(objects))
--
2.11.0
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/7] pyparsing: update to version 2.2.0
2018-01-19 18:28 [PATCH 1/7] pyparsing: update to version 2.2.0 Jonatan Schlag
` (5 preceding siblings ...)
2018-01-19 18:29 ` [PATCH 7/7] libvirt: update to version 4.0 Jonatan Schlag
@ 2018-01-24 16:39 ` Michael Tremer
6 siblings, 0 replies; 8+ messages in thread
From: Michael Tremer @ 2018-01-24 16:39 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2168 bytes --]
Thank you. Merged.
On Fri, 2018-01-19 at 19:28 +0100, Jonatan Schlag wrote:
> Signed-off-by: Jonatan Schlag <jonatan.schlag(a)ipfire.org>
> ---
> config/rootfiles/common/python-pyparsing | 10 +---------
> lfs/python-pyparsing | 6 +++---
> 2 files changed, 4 insertions(+), 12 deletions(-)
>
> diff --git a/config/rootfiles/common/python-pyparsing
> b/config/rootfiles/common/python-pyparsing
> index f75b88e7b..9babda975 100644
> --- a/config/rootfiles/common/python-pyparsing
> +++ b/config/rootfiles/common/python-pyparsing
> @@ -1,9 +1 @@
> -#usr/lib/python2.7/site-packages/pyparsing-2.0.7-py2.7.egg
> -#usr/lib/python2.7/site-packages/pyparsing-2.0.7-py2.7.egg/EGG-INFO
> -#usr/lib/python2.7/site-packages/pyparsing-2.0.7-py2.7.egg/EGG-INFO/PKG-INFO
> -#usr/lib/python2.7/site-packages/pyparsing-2.0.7-py2.7.egg/EGG-
> INFO/SOURCES.txt
> -#usr/lib/python2.7/site-packages/pyparsing-2.0.7-py2.7.egg/EGG-
> INFO/dependency_links.txt
> -#usr/lib/python2.7/site-packages/pyparsing-2.0.7-py2.7.egg/EGG-INFO/not-zip-
> safe
> -#usr/lib/python2.7/site-packages/pyparsing-2.0.7-py2.7.egg/EGG-
> INFO/top_level.txt
> -#usr/lib/python2.7/site-packages/pyparsing-2.0.7-py2.7.egg/pyparsing.py
> -#usr/lib/python2.7/site-packages/pyparsing-2.0.7-py2.7.egg/pyparsing.pyc
> +#usr/lib/python2.7/site-packages/pyparsing-2.2.0-py2.7.egg
> diff --git a/lfs/python-pyparsing b/lfs/python-pyparsing
> index f84253b3b..a4a8c552b 100644
> --- a/lfs/python-pyparsing
> +++ b/lfs/python-pyparsing
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 2.0.7
> +VER = 2.2.0
>
> THISAPP = pyparsing-$(VER)
> DL_FILE = $(THISAPP).tar.gz
> @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
> DIR_APP = $(DIR_SRC)/$(THISAPP)
> TARGET = $(DIR_INFO)/$(THISAPP)
> PROG = python-pyparsing
> -PAK_VER = 1
> +PAK_VER = 2
>
> DEPS = ""
>
> @@ -44,7 +44,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 1c8bed7530642ca19197f3caa05fd28b
> +$(DL_FILE)_MD5 = 0214e42d63af850256962b6744c948d9
>
> install : $(TARGET)
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2018-01-24 16:39 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-19 18:28 [PATCH 1/7] pyparsing: update to version 2.2.0 Jonatan Schlag
2018-01-19 18:28 ` [PATCH 2/7] opus: update to version 1.2.1 Jonatan Schlag
2018-01-19 18:28 ` [PATCH 3/7] spice-protocol: update to version 0.12.13 Jonatan Schlag
2018-01-19 18:29 ` [PATCH 4/7] spice: update to version 0.14 Jonatan Schlag
2018-01-19 18:29 ` [PATCH 5/7] qemu: update to version 2.11 Jonatan Schlag
2018-01-19 18:29 ` [PATCH 6/7] python3-libvirt: drop this package Jonatan Schlag
2018-01-19 18:29 ` [PATCH 7/7] libvirt: update to version 4.0 Jonatan Schlag
2018-01-24 16:39 ` [PATCH 1/7] pyparsing: update to version 2.2.0 Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox