forked from Lainports/freebsd-ports
{emulators,sysutils}/xen-{kernel,tools}: update to 4.19.0
Sponsored by: Cloud Software Group Approved by: bapt (implicit)
This commit is contained in:
parent
f69341068c
commit
566a18d032
5 changed files with 32 additions and 27 deletions
|
|
@ -1,11 +1,11 @@
|
||||||
PORTNAME= xen
|
PORTNAME= xen
|
||||||
PKGNAMESUFFIX= -kernel
|
PKGNAMESUFFIX= -kernel
|
||||||
DISTVERSION= 4.18.2.20240411
|
DISTVERSION= 4.19.0.20241112
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
|
|
||||||
USE_GITLAB= yes
|
USE_GITLAB= yes
|
||||||
GL_ACCOUNT= xen-project
|
GL_ACCOUNT= xen-project
|
||||||
GL_TAGNAME= 2d38302c33b117aa9a417056db241aefc840c2f0
|
GL_TAGNAME= 251a9496485a86f302980a3f8d3c656831b5a62f
|
||||||
|
|
||||||
MAINTAINER= royger@FreeBSD.org
|
MAINTAINER= royger@FreeBSD.org
|
||||||
COMMENT= Hypervisor using a microkernel design
|
COMMENT= Hypervisor using a microkernel design
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1712913898
|
TIMESTAMP = 1731419133
|
||||||
SHA256 (xen-project-xen-2d38302c33b117aa9a417056db241aefc840c2f0_GL0.tar.gz) = c64a6ecc1b5f74f96ecaf73daf5dac58c9db00f8afcaa0e216b3b560d48a7008
|
SHA256 (xen-project-xen-251a9496485a86f302980a3f8d3c656831b5a62f_GL0.tar.gz) = fc0f502af1741e0d5bf9b3ab8576c4874271c63a3ad79892b78cd244fab52f21
|
||||||
SIZE (xen-project-xen-2d38302c33b117aa9a417056db241aefc840c2f0_GL0.tar.gz) = 6840489
|
SIZE (xen-project-xen-251a9496485a86f302980a3f8d3c656831b5a62f_GL0.tar.gz) = 6932160
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,11 @@
|
||||||
PORTNAME= xen
|
PORTNAME= xen
|
||||||
PKGNAMESUFFIX= -tools
|
PKGNAMESUFFIX= -tools
|
||||||
DISTVERSION= 4.18.2.20240411
|
DISTVERSION= 4.19.0.20241112
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= sysutils emulators
|
CATEGORIES= sysutils emulators
|
||||||
|
|
||||||
USE_GITLAB= yes
|
USE_GITLAB= yes
|
||||||
GL_ACCOUNT= xen-project
|
GL_ACCOUNT= xen-project
|
||||||
GL_TAGNAME= 2d38302c33b117aa9a417056db241aefc840c2f0
|
GL_TAGNAME= 251a9496485a86f302980a3f8d3c656831b5a62f
|
||||||
GL_TUPLE= qemu-project:qemu:v8.0.4:qemu \
|
GL_TUPLE= qemu-project:qemu:v8.0.4:qemu \
|
||||||
qemu-project:dtc:b6910bec:dtc \
|
qemu-project:dtc:b6910bec:dtc \
|
||||||
qemu-project:meson:3a9b285a:meson \
|
qemu-project:meson:3a9b285a:meson \
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
TIMESTAMP = 1712913938
|
TIMESTAMP = 1731419084
|
||||||
SHA256 (xen-project-xen-2d38302c33b117aa9a417056db241aefc840c2f0_GL0.tar.gz) = c64a6ecc1b5f74f96ecaf73daf5dac58c9db00f8afcaa0e216b3b560d48a7008
|
SHA256 (xen-project-xen-251a9496485a86f302980a3f8d3c656831b5a62f_GL0.tar.gz) = fc0f502af1741e0d5bf9b3ab8576c4874271c63a3ad79892b78cd244fab52f21
|
||||||
SIZE (xen-project-xen-2d38302c33b117aa9a417056db241aefc840c2f0_GL0.tar.gz) = 6840489
|
SIZE (xen-project-xen-251a9496485a86f302980a3f8d3c656831b5a62f_GL0.tar.gz) = 6932160
|
||||||
SHA256 (qemu-v8.0.4.tar.bz2) = 958eae6b32046bb512b5b968f66e896258fa8c4ec5c7fdf2d780fd206c677774
|
SHA256 (qemu-v8.0.4.tar.bz2) = 958eae6b32046bb512b5b968f66e896258fa8c4ec5c7fdf2d780fd206c677774
|
||||||
SIZE (qemu-v8.0.4.tar.bz2) = 31468222
|
SIZE (qemu-v8.0.4.tar.bz2) = 31468222
|
||||||
SHA256 (dtc-b6910bec.tar.bz2) = f180420b105bdd35cfee9977d6ee2ee5d6601aa2a84693c048a985a604bd2c1c
|
SHA256 (dtc-b6910bec.tar.bz2) = f180420b105bdd35cfee9977d6ee2ee5d6601aa2a84693c048a985a604bd2c1c
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,3 @@
|
||||||
bin/pygrub
|
|
||||||
bin/xen-cpuid
|
bin/xen-cpuid
|
||||||
bin/xen-detect
|
bin/xen-detect
|
||||||
bin/xenalyze
|
bin/xenalyze
|
||||||
|
|
@ -13,7 +12,6 @@ bin/xenstore-read
|
||||||
bin/xenstore-rm
|
bin/xenstore-rm
|
||||||
bin/xenstore-watch
|
bin/xenstore-watch
|
||||||
bin/xenstore-write
|
bin/xenstore-write
|
||||||
bin/xentrace_format
|
|
||||||
etc/bash_completion.d/xl
|
etc/bash_completion.d/xl
|
||||||
etc/rc.d/xencommons
|
etc/rc.d/xencommons
|
||||||
etc/rc.d/xendriverdomain
|
etc/rc.d/xendriverdomain
|
||||||
|
|
@ -39,6 +37,7 @@ include/xen/arch-arm.h
|
||||||
include/xen/arch-arm/hvm/save.h
|
include/xen/arch-arm/hvm/save.h
|
||||||
include/xen/arch-arm/smccc.h
|
include/xen/arch-arm/smccc.h
|
||||||
include/xen/arch-ppc.h
|
include/xen/arch-ppc.h
|
||||||
|
include/xen/arch-riscv.h
|
||||||
include/xen/arch-x86/cpufeatureset.h
|
include/xen/arch-x86/cpufeatureset.h
|
||||||
include/xen/arch-x86/cpuid.h
|
include/xen/arch-x86/cpuid.h
|
||||||
include/xen/arch-x86/guest-acpi.h
|
include/xen/arch-x86/guest-acpi.h
|
||||||
|
|
@ -146,8 +145,8 @@ lib/libxencall.so.1
|
||||||
lib/libxencall.so.1.3
|
lib/libxencall.so.1.3
|
||||||
lib/libxenctrl.a
|
lib/libxenctrl.a
|
||||||
lib/libxenctrl.so
|
lib/libxenctrl.so
|
||||||
lib/libxenctrl.so.4.18
|
lib/libxenctrl.so.4.19
|
||||||
lib/libxenctrl.so.4.18.0
|
lib/libxenctrl.so.4.19.0
|
||||||
lib/libxendevicemodel.a
|
lib/libxendevicemodel.a
|
||||||
lib/libxendevicemodel.so
|
lib/libxendevicemodel.so
|
||||||
lib/libxendevicemodel.so.1
|
lib/libxendevicemodel.so.1
|
||||||
|
|
@ -161,28 +160,28 @@ lib/libxenforeignmemory.so
|
||||||
lib/libxenforeignmemory.so.1
|
lib/libxenforeignmemory.so.1
|
||||||
lib/libxenforeignmemory.so.1.4
|
lib/libxenforeignmemory.so.1.4
|
||||||
lib/libxenfsimage.so
|
lib/libxenfsimage.so
|
||||||
lib/libxenfsimage.so.4.18
|
lib/libxenfsimage.so.4.19
|
||||||
lib/libxenfsimage.so.4.18.0
|
lib/libxenfsimage.so.4.19.0
|
||||||
lib/libxengnttab.a
|
lib/libxengnttab.a
|
||||||
lib/libxengnttab.so
|
lib/libxengnttab.so
|
||||||
lib/libxengnttab.so.1
|
lib/libxengnttab.so.1
|
||||||
lib/libxengnttab.so.1.2
|
lib/libxengnttab.so.1.2
|
||||||
lib/libxenguest.a
|
lib/libxenguest.a
|
||||||
lib/libxenguest.so
|
lib/libxenguest.so
|
||||||
lib/libxenguest.so.4.18
|
lib/libxenguest.so.4.19
|
||||||
lib/libxenguest.so.4.18.0
|
lib/libxenguest.so.4.19.0
|
||||||
lib/libxenhypfs.a
|
lib/libxenhypfs.a
|
||||||
lib/libxenhypfs.so
|
lib/libxenhypfs.so
|
||||||
lib/libxenhypfs.so.1
|
lib/libxenhypfs.so.1
|
||||||
lib/libxenhypfs.so.1.0
|
lib/libxenhypfs.so.1.0
|
||||||
lib/libxenlight.a
|
lib/libxenlight.a
|
||||||
lib/libxenlight.so
|
lib/libxenlight.so
|
||||||
lib/libxenlight.so.4.18
|
lib/libxenlight.so.4.19
|
||||||
lib/libxenlight.so.4.18.0
|
lib/libxenlight.so.4.19.0
|
||||||
lib/libxenstat.a
|
lib/libxenstat.a
|
||||||
lib/libxenstat.so
|
lib/libxenstat.so
|
||||||
lib/libxenstat.so.4.18
|
lib/libxenstat.so.4.19
|
||||||
lib/libxenstat.so.4.18.0
|
lib/libxenstat.so.4.19.0
|
||||||
lib/libxenstore.a
|
lib/libxenstore.a
|
||||||
lib/libxenstore.so
|
lib/libxenstore.so
|
||||||
lib/libxenstore.so.4
|
lib/libxenstore.so.4
|
||||||
|
|
@ -197,8 +196,8 @@ lib/libxentoollog.so.1
|
||||||
lib/libxentoollog.so.1.0
|
lib/libxentoollog.so.1.0
|
||||||
lib/libxlutil.a
|
lib/libxlutil.a
|
||||||
lib/libxlutil.so
|
lib/libxlutil.so
|
||||||
lib/libxlutil.so.4.18
|
lib/libxlutil.so.4.19
|
||||||
lib/libxlutil.so.4.18.0
|
lib/libxlutil.so.4.19.0
|
||||||
%%PYTHON_SITELIBDIR%%/grub/ExtLinuxConf.py
|
%%PYTHON_SITELIBDIR%%/grub/ExtLinuxConf.py
|
||||||
%%PYTHON_SITELIBDIR%%/grub/ExtLinuxConf.pyc
|
%%PYTHON_SITELIBDIR%%/grub/ExtLinuxConf.pyc
|
||||||
%%PYTHON_SITELIBDIR%%/grub/GrubConf.py
|
%%PYTHON_SITELIBDIR%%/grub/GrubConf.py
|
||||||
|
|
@ -252,6 +251,7 @@ lib/xen/bin/test-resource
|
||||||
lib/xen/bin/test-tsx
|
lib/xen/bin/test-tsx
|
||||||
lib/xen/bin/test-xenstore
|
lib/xen/bin/test-xenstore
|
||||||
lib/xen/bin/verify-stream-v2
|
lib/xen/bin/verify-stream-v2
|
||||||
|
lib/xen/bin/xen-9pfsd
|
||||||
lib/xen/bin/xen-init-dom0
|
lib/xen/bin/xen-init-dom0
|
||||||
lib/xen/bin/xenconsole
|
lib/xen/bin/xenconsole
|
||||||
lib/xen/bin/xenctx
|
lib/xen/bin/xenctx
|
||||||
|
|
@ -287,7 +287,6 @@ libdata/pkgconfig/xlutil.pc
|
||||||
%%DOCS%%share/man/man1/xenstore-write.1.gz
|
%%DOCS%%share/man/man1/xenstore-write.1.gz
|
||||||
%%DOCS%%share/man/man1/xenstore.1.gz
|
%%DOCS%%share/man/man1/xenstore.1.gz
|
||||||
%%DOCS%%share/man/man1/xentop.1.gz
|
%%DOCS%%share/man/man1/xentop.1.gz
|
||||||
%%DOCS%%share/man/man1/xentrace_format.1.gz
|
|
||||||
%%DOCS%%share/man/man1/xl.1.gz
|
%%DOCS%%share/man/man1/xl.1.gz
|
||||||
%%DOCS%%share/man/man5/xl-disk-configuration.5.gz
|
%%DOCS%%share/man/man5/xl-disk-configuration.5.gz
|
||||||
%%DOCS%%share/man/man5/xl-network-configuration.5.gz
|
%%DOCS%%share/man/man5/xl-network-configuration.5.gz
|
||||||
|
|
@ -302,6 +301,7 @@ libdata/pkgconfig/xlutil.pc
|
||||||
%%DOCS%%share/man/man7/xen-vtpmmgr.7.gz
|
%%DOCS%%share/man/man7/xen-vtpmmgr.7.gz
|
||||||
%%DOCS%%share/man/man7/xl-numa-placement.7.gz
|
%%DOCS%%share/man/man7/xl-numa-placement.7.gz
|
||||||
%%DOCS%%share/man/man8/xentrace.8.gz
|
%%DOCS%%share/man/man8/xentrace.8.gz
|
||||||
|
%%DOCS%%share/man/man8/xenwatchdogd.8.gz
|
||||||
sbin/flask-get-bool
|
sbin/flask-get-bool
|
||||||
sbin/flask-getenforce
|
sbin/flask-getenforce
|
||||||
sbin/flask-label-pci
|
sbin/flask-label-pci
|
||||||
|
|
@ -342,6 +342,7 @@ sbin/xl
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,arch-arm,smccc.h.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,arch-arm,smccc.h.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,arch-arm.h.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,arch-arm.h.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,arch-ppc.h.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,arch-ppc.h.html
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,arch-riscv.h.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,argo.h.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,argo.h.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,callback.h.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,callback.h.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,device_tree_defs.h.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/include,public,device_tree_defs.h.html
|
||||||
|
|
@ -405,6 +406,7 @@ sbin/xl
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/index.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/arm/index.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/index.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/index.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-ppc.h.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-ppc.h.html
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-riscv.h.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-x86,cpufeatureset.h.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-x86,cpufeatureset.h.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-x86,cpuid.h.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-x86,cpuid.h.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-x86,guest-acpi.h.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,public,arch-x86,guest-acpi.h.html
|
||||||
|
|
@ -477,6 +479,7 @@ sbin/xl
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,xen,errno.h.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/include,xen,errno.h.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/index.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_32/index.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-ppc.h.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-ppc.h.html
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-riscv.h.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-x86,cpufeatureset.h.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-x86,cpufeatureset.h.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-x86,cpuid.h.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-x86,cpuid.h.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-x86,guest-acpi.h.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/hypercall/x86_64/include,public,arch-x86,guest-acpi.h.html
|
||||||
|
|
@ -563,7 +566,7 @@ sbin/xl
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/man/xenstore.1.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/man/xenstore.1.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/man/xentop.1.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/man/xentop.1.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/man/xentrace.8.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/man/xentrace.8.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/man/xentrace_format.1.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/man/xenwatchdogd.8.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/man/xl-disk-configuration.5.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/man/xl-disk-configuration.5.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/man/xl-network-configuration.5.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/man/xl-network-configuration.5.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/man/xl-numa-placement.7.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/man/xl-numa-placement.7.html
|
||||||
|
|
@ -583,6 +586,7 @@ sbin/xl
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/misc/arm/device-tree/passthrough.txt
|
%%PORTDOCS%%%%DOCSDIR%%/html/misc/arm/device-tree/passthrough.txt
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/misc/arm/early-printk.txt
|
%%PORTDOCS%%%%DOCSDIR%%/html/misc/arm/early-printk.txt
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/misc/arm/index.html
|
%%PORTDOCS%%%%DOCSDIR%%/html/misc/arm/index.html
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/html/misc/arm/overlay.txt
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/misc/arm/passthrough.txt
|
%%PORTDOCS%%%%DOCSDIR%%/html/misc/arm/passthrough.txt
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/misc/arm/passthrough-noiommu.txt
|
%%PORTDOCS%%%%DOCSDIR%%/html/misc/arm/passthrough-noiommu.txt
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/misc/arm/silicon-errata.txt
|
%%PORTDOCS%%%%DOCSDIR%%/html/misc/arm/silicon-errata.txt
|
||||||
|
|
@ -597,6 +601,8 @@ sbin/xl
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/misc/libxl_memory.txt
|
%%PORTDOCS%%%%DOCSDIR%%/html/misc/libxl_memory.txt
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/misc/printk-formats.txt
|
%%PORTDOCS%%%%DOCSDIR%%/html/misc/printk-formats.txt
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/misc/qemu-backends.txt
|
%%PORTDOCS%%%%DOCSDIR%%/html/misc/qemu-backends.txt
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/html/misc/riscv/booting.txt
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/html/misc/riscv/index.html
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/misc/stubdom.txt
|
%%PORTDOCS%%%%DOCSDIR%%/html/misc/stubdom.txt
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/misc/vtd-pi.txt
|
%%PORTDOCS%%%%DOCSDIR%%/html/misc/vtd-pi.txt
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/html/misc/vtd.txt
|
%%PORTDOCS%%%%DOCSDIR%%/html/misc/vtd.txt
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue