Skip to content

Commit 4feb4e1

Browse files
committed
nfs-kernel-server: update to 2.9.1
Update to 2.9.1 which includes a new dependency on libnl, see changelog. Changelog: https://www.kernel.org/pub/linux/utils/nfs-utils/2.9.1/2.9.1-Changelog Note that this cannot be merged until the changes to libnl have been merged first. See: openwrt/openwrt#22889 Signed-off-by: John Audia <therealgraysky@proton.me>
1 parent 684e738 commit 4feb4e1

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

net/nfs-kernel-server/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
include $(TOPDIR)/rules.mk
88

99
PKG_NAME:=nfs-kernel-server
10-
PKG_VERSION:=2.8.7
10+
PKG_VERSION:=2.9.1
1111
PKG_RELEASE:=1
12-
PKG_HASH:=59d0f1e17b18efaa60ea3ccf89a9cad3217f8d3b23c18d2fe34b25c8969d60ae
12+
PKG_HASH:=302846343bf509f8f884c23bdbd0fe853b7f7cbb6572060a9082279d13b21a2c
1313

1414
PKG_SOURCE:=nfs-utils-$(PKG_VERSION).tar.xz
1515
PKG_SOURCE_URL:=@KERNEL/linux/utils/nfs-utils/$(PKG_VERSION)
@@ -21,8 +21,8 @@ HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/nfs-utils-$(PKG_VERSION)
2121
PKG_BUILD_DIR:=$(BUILD_DIR)/nfs-utils-$(PKG_VERSION)
2222
PKG_INSTALL:=1
2323
PKG_BUILD_PARALLEL:=1
24-
PKG_BUILD_DEPENDS:=$(PKG_NAME)/host libevent2
25-
HOST_BUILD_DEPENDS:=libtirpc/host
24+
PKG_BUILD_DEPENDS:=$(PKG_NAME)/host libevent2 libnl
25+
HOST_BUILD_DEPENDS:=libtirpc/host libnl/host
2626
PKG_CONFIG_DEPENDS:=CONFIG_IPV6
2727

2828
include $(INCLUDE_DIR)/host-build.mk

net/nfs-kernel-server/patches/100-fix-host-build.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/configure.ac
22
+++ b/configure.ac
3-
@@ -363,9 +363,6 @@ CPPFLAGS="${nfsutils_save_CPPFLAGS}"
3+
@@ -369,9 +369,6 @@ CPPFLAGS="${nfsutils_save_CPPFLAGS}"
44
AC_CHECK_HEADER(uuid/uuid.h, ,
55
AC_MSG_ERROR([Cannot find needed header file uuid/uuid.h. Install libuuid-devel]))
66

@@ -10,7 +10,7 @@
1010
dnl Check for sqlite3
1111
AC_SQLITE3_VERS
1212

13-
@@ -445,9 +442,6 @@ if test "$enable_gss" = yes; then
13+
@@ -451,9 +448,6 @@ if test "$enable_gss" = yes; then
1414
dnl 'gss' requires getnameinfo - at least for gssd_proc.c
1515
AC_CHECK_FUNC([getnameinfo], , [AC_MSG_ERROR([GSSAPI support requires 'getnameinfo' function])])
1616

net/nfs-kernel-server/patches/240-fix-cleanup_lockfiles-function-linkage-in-exportd.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ environment.
3030

3131
--- a/utils/exportd/exportd.c
3232
+++ b/utils/exportd/exportd.c
33-
@@ -51,9 +51,10 @@ static char shortopts[] = "d:fghs:t:liT:
33+
@@ -53,9 +53,10 @@ static char shortopts[] = "d:fghs:t:liLT
3434
/*
3535
* Signal handlers.
3636
*/

0 commit comments

Comments
 (0)