From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] package/libfuse: bump version to 2.9.9
Date: Tue, 2 Apr 2019 22:56:02 +0200 [thread overview]
Message-ID: <20190402205602.1823-2-peter@korsgaard.com> (raw)
In-Reply-To: <20190402205602.1823-1-peter@korsgaard.com>
Contains a number of fixes for issues discovered post-2.9.8. From the
release notes:
- Fixed readdir bug when non-zero offsets are given to filler and the
filesystem client, after reading a whole directory, re-reads it from a
non-zero offset e.g. by calling seekdir followed by readdir.
https://github.com/libfuse/libfuse/releases/tag/fuse-2.9.9
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
package/libfuse/libfuse.hash | 2 +-
package/libfuse/libfuse.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libfuse/libfuse.hash b/package/libfuse/libfuse.hash
index 3d1b973071..f522325945 100644
--- a/package/libfuse/libfuse.hash
+++ b/package/libfuse/libfuse.hash
@@ -1,5 +1,5 @@
# Locally calculated after checking pgp signature
-sha256 5e84f81d8dd527ea74f39b6bc001c874c02bad6871d7a9b0c14efb57430eafe3 fuse-2.9.8.tar.gz
+sha256 d0e69d5d608cc22ff4843791ad097f554dd32540ddc9bed7638cc6fea7c1b4b5 fuse-2.9.9.tar.gz
# Hash for license files:
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
diff --git a/package/libfuse/libfuse.mk b/package/libfuse/libfuse.mk
index ab0131b057..074dc59886 100644
--- a/package/libfuse/libfuse.mk
+++ b/package/libfuse/libfuse.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LIBFUSE_VERSION = 2.9.8
+LIBFUSE_VERSION = 2.9.9
LIBFUSE_SOURCE = fuse-$(LIBFUSE_VERSION).tar.gz
LIBFUSE_SITE = https://github.com/libfuse/libfuse/releases/download/fuse-$(LIBFUSE_VERSION)
LIBFUSE_LICENSE = GPL-2.0, LGPL-2.1
--
2.11.0
next prev parent reply other threads:[~2019-04-02 20:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-04-02 20:56 [Buildroot] [PATCH 1/2] package/libfuse: only install udev rules if (e)udev is enabled Peter Korsgaard
2019-04-02 20:56 ` Peter Korsgaard [this message]
2019-04-05 20:34 ` [Buildroot] [PATCH 2/2] package/libfuse: bump version to 2.9.9 Peter Korsgaard
2019-04-03 19:40 ` [Buildroot] [PATCH 1/2] package/libfuse: only install udev rules if (e)udev is enabled Thomas Petazzoni
2019-04-05 20:34 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190402205602.1823-2-peter@korsgaard.com \
--to=peter@korsgaard.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.