package/autofs: bump to version 5.1.7
- Drop patch (already in version) - Update hash of license files (correction in FSF address): https://git.kernel.org/pub/scm/linux/storage/autofs/autofs.git/commit/?id=b74dcdd3f6b05522388729141c29286829c302fc - Update indentation in hash file (two spaces) https://git.kernel.org/pub/scm/linux/storage/autofs/autofs.git/tree/CHANGELOG?h=release_5_1_7 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
87f8356a2b
commit
1b1cf2db07
@ -1,32 +0,0 @@
|
|||||||
From 44bdce8c6ed9b30c1643e5981172a4f9025f013c Mon Sep 17 00:00:00 2001
|
|
||||||
From: Andreas Oberritter <obi@opendreambox.org>
|
|
||||||
Date: Wed, 13 Mar 2013 16:17:08 +0100
|
|
||||||
Subject: [PATCH] autofs-5.0.7: include linux/nfs.h directly in rpc_subs.h
|
|
||||||
|
|
||||||
Fixes compile error with uclibc. Glibc's nfs/nfs.h contains
|
|
||||||
nothing but "#include linux/nfs.h". rpc_subs.h already includes
|
|
||||||
other linux/nfs*.h files directly.
|
|
||||||
|
|
||||||
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
|
|
||||||
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
|
||||||
Upstream-Status: Pending
|
|
||||||
---
|
|
||||||
include/rpc_subs.h | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/include/rpc_subs.h b/include/rpc_subs.h
|
|
||||||
index b6d59f9..a2d9648 100644
|
|
||||||
--- a/include/rpc_subs.h
|
|
||||||
+++ b/include/rpc_subs.h
|
|
||||||
@@ -18,7 +18,7 @@
|
|
||||||
|
|
||||||
#include <rpc/rpc.h>
|
|
||||||
#include <rpc/pmap_prot.h>
|
|
||||||
-#include <nfs/nfs.h>
|
|
||||||
+#include <linux/nfs.h>
|
|
||||||
#include <linux/nfs2.h>
|
|
||||||
#include <linux/nfs3.h>
|
|
||||||
|
|
||||||
--
|
|
||||||
1.7.10.4
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
# From https://www.kernel.org/pub/linux/daemons/autofs/v5/sha256sums.asc
|
# From https://www.kernel.org/pub/linux/daemons/autofs/v5/sha256sums.asc
|
||||||
sha256 dddee3d9b7388ce6cb7432832dfade25b07ef68ad48dcce01cf247b26a10caef autofs-5.1.6.tar.xz
|
sha256 a36b268611b79b07051749870ba540b139938efc84bc0293244c483e94f9ced7 autofs-5.1.7.tar.xz
|
||||||
|
|
||||||
# Hash for license files
|
# Hash for license files
|
||||||
sha256 dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa COPYING
|
sha256 458028929f712b4795bc5adc31a1d6a2151364ce1b372ac43f613f56c8448fed COPYING
|
||||||
sha256 2ac2e352a92629e3abcdddbd3eeec64e7c2f5b58b6e819ff2c1444fb6e249fa3 COPYRIGHT
|
sha256 26c826658dfa9e5ce5f182fbfbadf3fda2d184e78dba3d99da34c60113b2ce54 COPYRIGHT
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
AUTOFS_VERSION = 5.1.6
|
AUTOFS_VERSION = 5.1.7
|
||||||
AUTOFS_SOURCE = autofs-$(AUTOFS_VERSION).tar.xz
|
AUTOFS_SOURCE = autofs-$(AUTOFS_VERSION).tar.xz
|
||||||
AUTOFS_SITE = $(BR2_KERNEL_MIRROR)/linux/daemons/autofs/v5
|
AUTOFS_SITE = $(BR2_KERNEL_MIRROR)/linux/daemons/autofs/v5
|
||||||
AUTOFS_LICENSE = GPL-2.0+
|
AUTOFS_LICENSE = GPL-2.0+
|
||||||
|
Loading…
Reference in New Issue
Block a user