# HG changeset patch # User Aleksej Bobylev # Date 1543994086 -7200 # Node ID 1f4b1992db1f2cd6b80b710baea149a9b1475e02 # Parent d03cdb2a688ae6664a93a15391eefa75dc59eaf3 Update aufs (4.14-20181119) diff -r d03cdb2a688a -r 1f4b1992db1f aufs/receipt --- a/aufs/receipt Wed Dec 05 02:04:28 2018 +0200 +++ b/aufs/receipt Wed Dec 05 09:14:46 2018 +0200 @@ -1,9 +1,9 @@ # SliTaz package receipt v2. PACKAGE="aufs" -VERSION="4.17-20180716" -COMMIT="076999e" -EXTRAVERSION="_$kvers" +VERSION="4.14-20181119" +COMMIT="bd41c2e" +#EXTRAVERSION="_$kvers" CATEGORY="base-system" SHORT_DESC="The Linux Kernel ${VERSION%-*} aufs module" MAINTAINER="devel@slitaz.org" @@ -14,14 +14,18 @@ WGET_URL="https://github.com/sfjro/aufs4-standalone/archive/$COMMIT.tar.gz" BUILD_DEPENDS="linux-module-headers xz" -SIBLINGS="linux64-aufs" +#SIBLINGS="linux64-aufs" # How to update: # 1. Go to https://github.com/sfjro/aufs4-standalone/ -# 2. Select "aufs4.17" for the Linux Kernel-4.17.x in the "Branch:" dropdown +# 2. Select "aufs4.14" for the Linux Kernel-4.14.x in the "Branch:" dropdown # 3. Copy 7 hex digits after the "Latest commit": it's $COMMIT # 4. Copy AUFS_VERSION value from the updated file include/uapi/linux/aufs_type.h +COPY_std="@std @dev" +DEPENDS_std="linux" +PROVIDE_std="linux-aufs" + compile_rules() { sed -i.orig \ -e 's|CONFIG_AUFS_BRANCH_MAX_127 =.*|CONFIG_AUFS_BRANCH_MAX_127 =|' \ @@ -52,9 +56,3 @@ install -Dm0644 include/uapi/linux/aufs_type.h \ $install/usr/include/uapi/linux/aufs_type.h } - -genpkg_rules() { - copy @std @dev - DEPENDS="linux" - PROVIDE="linux-aufs" -}