Browse Source
Merge pull request #11517 from jmarcet/nfs-kernel-server
nfs-kernel-server: update to 2.4.3
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
12 deletions
-
net/nfs-kernel-server/Makefile
-
net/nfs-kernel-server/patches/100-no_malloc_h.patch
|
|
@ -7,9 +7,9 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=nfs-kernel-server |
|
|
|
PKG_VERSION:=2.4.1 |
|
|
|
PKG_VERSION:=2.5.1 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
PKG_HASH:=1a21bf8e8b8864d54d114aa7b0e87e48ec87a5d861de0c03c20e35f7e3c67721 |
|
|
|
PKG_HASH:=446ff6d2b039dedb0de96b88a3677516c9314613fc6f28b7b6e94c51fb375195 |
|
|
|
|
|
|
|
PKG_SOURCE_URL:=@SF/nfs |
|
|
|
PKG_SOURCE:=nfs-utils-$(PKG_VERSION).tar.xz |
|
|
|
|
|
@ -1,10 +0,0 @@ |
|
|
|
--- a/tools/rpcgen/rpc_cout.c
|
|
|
|
+++ b/tools/rpcgen/rpc_cout.c
|
|
|
|
@@ -36,7 +36,6 @@ static char sccsid[] = "@(#)rpc_cout.c 1
|
|
|
|
#include <stdio.h> |
|
|
|
#include <string.h> |
|
|
|
#include <stdlib.h> |
|
|
|
-#include <malloc.h>
|
|
|
|
#include <ctype.h> |
|
|
|
#include "rpc_parse.h" |
|
|
|
#include "rpc_util.h" |