mirror of
				https://aur.archlinux.org/linux-vfio.git
				synced 2025-11-04 14:16:57 +00:00 
			
		
		
		
	Update to 5.0.13.arch1-1
This commit is contained in:
		
							
								
								
									
										10
									
								
								.SRCINFO
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								.SRCINFO
									
									
									
									
									
								
							@@ -1,7 +1,7 @@
 | 
			
		||||
pkgbase = linux-vfio
 | 
			
		||||
	pkgver = 5.0.5.arch1
 | 
			
		||||
	pkgver = 5.0.13.arch1
 | 
			
		||||
	pkgrel = 1
 | 
			
		||||
	url = https://git.archlinux.org/linux.git/log/?h=v5.0.5-arch1
 | 
			
		||||
	url = https://git.archlinux.org/linux.git/log/?h=v5.0.13-arch1
 | 
			
		||||
	arch = x86_64
 | 
			
		||||
	license = GPL2
 | 
			
		||||
	makedepends = xmlto
 | 
			
		||||
@@ -10,10 +10,8 @@ pkgbase = linux-vfio
 | 
			
		||||
	makedepends = bc
 | 
			
		||||
	makedepends = libelf
 | 
			
		||||
	makedepends = git
 | 
			
		||||
	makedepends = python-sphinx
 | 
			
		||||
	makedepends = graphviz
 | 
			
		||||
	options = !strip
 | 
			
		||||
	source = archlinux-linux::git+https://git.archlinux.org/linux.git?signed#tag=v5.0.5-arch1
 | 
			
		||||
	source = archlinux-linux::git+https://git.archlinux.org/linux.git?signed#tag=v5.0.13-arch1
 | 
			
		||||
	source = config
 | 
			
		||||
	source = 60-linux.hook
 | 
			
		||||
	source = 90-linux.hook
 | 
			
		||||
@@ -24,7 +22,7 @@ pkgbase = linux-vfio
 | 
			
		||||
	validpgpkeys = 647F28654894E3BD457199BE38DBBDC86092693E
 | 
			
		||||
	validpgpkeys = 8218F88849AAC522E94CF470A5E9288C4FA415FA
 | 
			
		||||
	sha256sums = SKIP
 | 
			
		||||
	sha256sums = df2ce998b050c707950c555f7f6ec0efcb8498fca10b4bce45f681844c8aa0ab
 | 
			
		||||
	sha256sums = 5eb7fb6aa90386735e5d8ee9528e82e12ba89875de058ffa4bf0a844ae055d58
 | 
			
		||||
	sha256sums = ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21
 | 
			
		||||
	sha256sums = 75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919
 | 
			
		||||
	sha256sums = ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										20
									
								
								PKGBUILD
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								PKGBUILD
									
									
									
									
									
								
							@@ -2,13 +2,13 @@
 | 
			
		||||
# Maintainer: Mark Weiman <markzz@archlinux.net>
 | 
			
		||||
 | 
			
		||||
pkgbase=linux-vfio
 | 
			
		||||
_srcver=5.0.5-arch1
 | 
			
		||||
_srcver=5.0.13-arch1
 | 
			
		||||
pkgver=${_srcver//-/.}
 | 
			
		||||
pkgrel=1
 | 
			
		||||
arch=(x86_64)
 | 
			
		||||
url="https://git.archlinux.org/linux.git/log/?h=v$_srcver"
 | 
			
		||||
license=(GPL2)
 | 
			
		||||
makedepends=(xmlto kmod inetutils bc libelf git python-sphinx graphviz)
 | 
			
		||||
makedepends=(xmlto kmod inetutils bc libelf git)
 | 
			
		||||
options=('!strip')
 | 
			
		||||
_srcname=archlinux-linux
 | 
			
		||||
source=(
 | 
			
		||||
@@ -26,7 +26,7 @@ validpgpkeys=(
 | 
			
		||||
  '8218F88849AAC522E94CF470A5E9288C4FA415FA'  # Jan Alexander Steffens (heftig)
 | 
			
		||||
)
 | 
			
		||||
sha256sums=('SKIP'
 | 
			
		||||
            'df2ce998b050c707950c555f7f6ec0efcb8498fca10b4bce45f681844c8aa0ab'
 | 
			
		||||
            '5eb7fb6aa90386735e5d8ee9528e82e12ba89875de058ffa4bf0a844ae055d58'
 | 
			
		||||
            'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 | 
			
		||||
            '75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
 | 
			
		||||
            'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65'
 | 
			
		||||
@@ -63,7 +63,7 @@ prepare() {
 | 
			
		||||
 | 
			
		||||
build() {
 | 
			
		||||
  cd $_srcname
 | 
			
		||||
  make bzImage modules htmldocs
 | 
			
		||||
  make bzImage modules
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
_package() {
 | 
			
		||||
@@ -212,18 +212,6 @@ _package-docs() {
 | 
			
		||||
  mkdir -p "$builddir"
 | 
			
		||||
  cp -t "$builddir" -a Documentation
 | 
			
		||||
 | 
			
		||||
  msg2 "Removing doctrees..."
 | 
			
		||||
  rm -r "$builddir/Documentation/output/.doctrees"
 | 
			
		||||
 | 
			
		||||
  msg2 "Moving HTML docs..."
 | 
			
		||||
  local src dst
 | 
			
		||||
  while read -rd '' src; do
 | 
			
		||||
    dst="$builddir/Documentation/${src#$builddir/Documentation/output/}"
 | 
			
		||||
    mkdir -p "${dst%/*}"
 | 
			
		||||
    mv "$src" "$dst"
 | 
			
		||||
    rmdir -p --ignore-fail-on-non-empty "${src%/*}"
 | 
			
		||||
  done < <(find "$builddir/Documentation/output" -type f -print0)
 | 
			
		||||
 | 
			
		||||
  msg2 "Adding symlink..."
 | 
			
		||||
  mkdir -p "$pkgdir/usr/share/doc"
 | 
			
		||||
  ln -sr "$builddir/Documentation" "$pkgdir/usr/share/doc/$pkgbase"
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										20
									
								
								config
									
									
									
									
									
								
							
							
						
						
									
										20
									
								
								config
									
									
									
									
									
								
							@@ -1,6 +1,6 @@
 | 
			
		||||
#
 | 
			
		||||
# Automatically generated file; DO NOT EDIT.
 | 
			
		||||
# Linux/x86 5.0.0-arch1 Kernel Configuration
 | 
			
		||||
# Linux/x86 5.0.10-arch1 Kernel Configuration
 | 
			
		||||
#
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
@@ -2991,7 +2991,7 @@ CONFIG_IXGBE=m
 | 
			
		||||
CONFIG_IXGBE_HWMON=y
 | 
			
		||||
CONFIG_IXGBE_DCA=y
 | 
			
		||||
CONFIG_IXGBE_DCB=y
 | 
			
		||||
CONFIG_IXGBE_IPSEC=y
 | 
			
		||||
# CONFIG_IXGBE_IPSEC is not set
 | 
			
		||||
CONFIG_IXGBEVF=m
 | 
			
		||||
CONFIG_IXGBEVF_IPSEC=y
 | 
			
		||||
CONFIG_I40E=m
 | 
			
		||||
@@ -4089,6 +4089,7 @@ CONFIG_N_HDLC=m
 | 
			
		||||
CONFIG_N_GSM=m
 | 
			
		||||
CONFIG_TRACE_ROUTER=m
 | 
			
		||||
CONFIG_TRACE_SINK=m
 | 
			
		||||
CONFIG_LDISC_AUTOLOAD=y
 | 
			
		||||
CONFIG_DEVMEM=y
 | 
			
		||||
# CONFIG_DEVKMEM is not set
 | 
			
		||||
 | 
			
		||||
@@ -4175,7 +4176,6 @@ CONFIG_HW_RANDOM_AMD=m
 | 
			
		||||
CONFIG_HW_RANDOM_VIA=m
 | 
			
		||||
CONFIG_HW_RANDOM_VIRTIO=m
 | 
			
		||||
CONFIG_NVRAM=m
 | 
			
		||||
CONFIG_R3964=m
 | 
			
		||||
CONFIG_APPLICOM=m
 | 
			
		||||
 | 
			
		||||
#
 | 
			
		||||
@@ -9271,8 +9271,16 @@ CONFIG_SECURITY_SELINUX_BOOTPARAM_VALUE=0
 | 
			
		||||
CONFIG_SECURITY_SELINUX_DEVELOP=y
 | 
			
		||||
CONFIG_SECURITY_SELINUX_AVC_STATS=y
 | 
			
		||||
CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE=0
 | 
			
		||||
# CONFIG_SECURITY_SMACK is not set
 | 
			
		||||
# CONFIG_SECURITY_TOMOYO is not set
 | 
			
		||||
CONFIG_SECURITY_SMACK=y
 | 
			
		||||
CONFIG_SECURITY_SMACK_BRINGUP=y
 | 
			
		||||
CONFIG_SECURITY_SMACK_NETFILTER=y
 | 
			
		||||
CONFIG_SECURITY_SMACK_APPEND_SIGNALS=y
 | 
			
		||||
CONFIG_SECURITY_TOMOYO=y
 | 
			
		||||
CONFIG_SECURITY_TOMOYO_MAX_ACCEPT_ENTRY=2048
 | 
			
		||||
CONFIG_SECURITY_TOMOYO_MAX_AUDIT_LOG=1024
 | 
			
		||||
# CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER is not set
 | 
			
		||||
CONFIG_SECURITY_TOMOYO_POLICY_LOADER="/sbin/tomoyo-init"
 | 
			
		||||
CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/sbin/init"
 | 
			
		||||
CONFIG_SECURITY_APPARMOR=y
 | 
			
		||||
CONFIG_SECURITY_APPARMOR_BOOTPARAM_VALUE=0
 | 
			
		||||
CONFIG_SECURITY_APPARMOR_HASH=y
 | 
			
		||||
@@ -9286,6 +9294,8 @@ CONFIG_INTEGRITY_AUDIT=y
 | 
			
		||||
# CONFIG_IMA is not set
 | 
			
		||||
# CONFIG_EVM is not set
 | 
			
		||||
# CONFIG_DEFAULT_SECURITY_SELINUX is not set
 | 
			
		||||
# CONFIG_DEFAULT_SECURITY_SMACK is not set
 | 
			
		||||
# CONFIG_DEFAULT_SECURITY_TOMOYO is not set
 | 
			
		||||
# CONFIG_DEFAULT_SECURITY_APPARMOR is not set
 | 
			
		||||
CONFIG_DEFAULT_SECURITY_DAC=y
 | 
			
		||||
CONFIG_DEFAULT_SECURITY=""
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user