package/libnfs: bump version to 4.0.0
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 7 Apr 2019 19:59:40 +0000 (21:59 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 10 Apr 2019 17:25:08 +0000 (19:25 +0200)
Removed patch 0002, applied upstream.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libnfs/0002-libnfs.c-include-time.h-in-libnfs.c.patch [deleted file]
package/libnfs/libnfs.hash
package/libnfs/libnfs.mk

diff --git a/package/libnfs/0002-libnfs.c-include-time.h-in-libnfs.c.patch b/package/libnfs/0002-libnfs.c-include-time.h-in-libnfs.c.patch
deleted file mode 100644 (file)
index 34e5840..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-From b56bd3d99f67a3273fec3c0c5d9560413465a1db Mon Sep 17 00:00:00 2001
-From: Anna Lyons <Anna.Lyons@data61.csiro.au>
-Date: Thu, 12 Jul 2018 17:45:23 +1000
-Subject: [PATCH] libnfs.c: include <time.h> in libnfs.c
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-time() is used in this file, which is from time.h. Fixes a warning.
-
-Note, that building with musl breaks otherwise, as it is more strict regarding
-missing header inclusions.
-
-Backported from: 794a29f01f8e5961adc5c79d5ba5ac1062877e6c
-
-Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
----
- lib/libnfs.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/lib/libnfs.c b/lib/libnfs.c
-index d89d84d..43c17b9 100755
---- a/lib/libnfs.c
-+++ b/lib/libnfs.c
-@@ -70,6 +70,7 @@
- #include <stdarg.h>
- #include <stdlib.h>
- #include <string.h>
-+#include <time.h>
- #include "slist.h"
- #include "libnfs.h"
- #include "libnfs-raw.h"
--- 
-2.19.1
-
index 0e4dc6fbc9200b73d6b6d3b29b265671430e3334..9cd2fd71c5942abe6978b291c43d640ed74799f4 100644 (file)
@@ -1,5 +1,5 @@
 # Locally calculated
-sha256 445d92c5fc55e4a5b115e358e60486cf8f87ee50e0103d46a02e7fb4618566a5  libnfs-libnfs-3.0.0.tar.gz
+sha256 6ee77e9fe220e2d3e3b1f53cfea04fb319828cc7dbb97dd9df09e46e901d797d  libnfs-libnfs-4.0.0.tar.gz
 sha256 edd960c0142b8ada98b43b6396b78f4e557b0bc70ac601a51e397ad04070e2c5  COPYING
 sha256 d9406ced95457941032aa11d04623b8ab71f2827a3395ebef137aec475be35b1  LICENCE-BSD.txt
 sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551  LICENCE-LGPL-2.1.txt
index 3a84e0aafa62b501314296a167eb1abbbc022c3f..5c8f66b011b68090ce98c749b5de6931c83a23dd 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBNFS_VERSION = libnfs-3.0.0
+LIBNFS_VERSION = libnfs-4.0.0
 LIBNFS_SITE = $(call github,sahlberg,libnfs,$(LIBNFS_VERSION))
 LIBNFS_INSTALL_STAGING = YES
 LIBNFS_AUTORECONF = YES