summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Lass2016-06-22 19:52:42 +0200
committerMichael Lass2016-06-22 19:54:01 +0200
commitf81ef989fd909914de840380e1baa07eff28fad8 (patch)
treed3cc3389061164ab6de5f9a02f669a8ec4b3504a /PKGBUILD
parentaf76c9c839b43c9ce0ad28eabebb45a957507921 (diff)
downloadaur-f81ef989fd909914de840380e1baa07eff28fad8.tar.gz
Update to 1.6.18.1
This release includes patches for Linux 4.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD26
1 files changed, 6 insertions, 20 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91f501c4e94c..33b07bd075b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
pkgname=openafs-modules
_srcname=openafs
-pkgver=1.6.18
-pkgrel=3
+pkgver=1.6.18.1
+pkgrel=1
pkgdesc="Kernel module for OpenAFS"
arch=('i686' 'x86_64' 'armv7h')
url="http://www.openafs.org"
@@ -16,18 +16,10 @@ makedepends=('linux-headers')
conflicts=('openafs-features-libafs' 'openafs<1.6.6-2')
options=(!emptydirs)
source=(http://openafs.org/dl/${pkgver}/${_srcname}-${pkgver}-src.tar.bz2
- 0001-Linux-3.13-Check-return-value-from-bdi_init.patch
- 0002-Linux-4.5-no-highmem-in-symlink-ops.patch
- 0003-Linux-4.5-get_link-instead-of-follow_link-put_link.patch
- 0004-Linux-4.5-don-t-access-i_mutex-directly.patch
- 0005-Linux-4.6-rm-PAGE_CACHE_-and-page_cache_-get-release.patch)
+ 0001-Linux-4.6-rm-PAGE_CACHE_-and-page_cache_-get-release.patch)
install=openafs-modules.install
-sha256sums=('b3c35e7be6b6c86b91e7c699fd015f53c87bc19d1ae8ec3ec9cda6b97327d3b6'
- 'abac60b5ae85a8d9311a13f35d723c63de2049033058736db7b3ef39439c2811'
- '0ae7f199e5e4031beef55c93087c34505701ef8f41fce4c255239bb8b48e9888'
- 'c7403d943f4bd5bb61e47b79c8d5c1258ced77800b2c20a603a4676ae9ee6f8c'
- '88d7ab67b730eeeaef991cb0db8dabf12d1773a922fbba5c6ac99731a6e87fea'
- '76d83389674da6fcb3ce0635308cd47a949f13361cd29ae2c513847fa5dced1f')
+sha256sums=('503b22ebb57af6af5aec87801ace54209b21f34f0d19843b16c336b66efd48ad'
+ 'e8c1b1ddb49c198d19a29f2b80294084bede252a34768a26da441cbb6173f350')
# Heuristic to determine version of installed kernel
# You can modify this if the heuristic fails
@@ -37,14 +29,8 @@ _kernelver=$(cat ${_extramodules}/version)
prepare() {
cd ${srcdir}/${_srcname}-${pkgver}
- # Patches required to build against Linux 4.5
- patch -p1 < ${srcdir}/0001-Linux-3.13-Check-return-value-from-bdi_init.patch
- patch -p1 < ${srcdir}/0002-Linux-4.5-no-highmem-in-symlink-ops.patch
- patch -p1 < ${srcdir}/0003-Linux-4.5-get_link-instead-of-follow_link-put_link.patch
- patch -p1 < ${srcdir}/0004-Linux-4.5-don-t-access-i_mutex-directly.patch
-
# Patch required to build against Linux 4.6
- patch -p1 < ${srcdir}/0005-Linux-4.6-rm-PAGE_CACHE_-and-page_cache_-get-release.patch
+ patch -p1 < ${srcdir}/0001-Linux-4.6-rm-PAGE_CACHE_-and-page_cache_-get-release.patch
# Only needed when changes to configure were made
./regen.sh -q