package/cifs-utils: bump to version 6.9
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 30 Sep 2019 07:22:42 +0000 (09:22 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 1 Oct 2019 05:19:13 +0000 (07:19 +0200)
>From https://wiki.samba.org/index.php/LinuxCIFS_utils:

- April 5, 2019: Release 6.9
  - smbinfo utility is added to query various kinds of information
    from the server (objectId, snapshots, different FileInfo* classes
    and other metadata)
  - server IP change is supported by expiring DNS key resolver entries
  - get/setcifsacl tools are improved to handle unexpected behavior
  - share snapshot are allowed to be specified by a GMT token or SMB
    100-nanoseconds time
  - various new mount option are documented: bsize, handletimeout,
    handlecache, rdma, max_credits and others
  - https://lists.samba.org/archive/samba-technical/2019-April/133233.html

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/cifs-utils/cifs-utils.hash
package/cifs-utils/cifs-utils.mk

index fda1573eeb51c7e89fd38e705b7f214dbab284dc..bbfbc1d8f4c83ed9bd0d119a112ac91b8789b1f5 100644 (file)
@@ -1,5 +1,5 @@
 # Locally calculated after checking pgp signature
-sha256 e7d1f6050c43f21f82cd77e288eb756755effd22f0c310fc2c525df9d41dff79        cifs-utils-6.8.tar.bz2
+sha256 18d8f1bf92c13c4d611502dbd6759e3a766ddc8467ec8a2eda3f589e40b9ac9c        cifs-utils-6.9.tar.bz2
 
 # Hash for license file:
 sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903        COPYING
index 3456cd919857739af7a4cf591b87520066ee509f..511e9ccc01908fb91f49b767fb316cc4f8b65be7 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-CIFS_UTILS_VERSION = 6.8
+CIFS_UTILS_VERSION = 6.9
 CIFS_UTILS_SOURCE = cifs-utils-$(CIFS_UTILS_VERSION).tar.bz2
 CIFS_UTILS_SITE = http://ftp.samba.org/pub/linux-cifs/cifs-utils
 CIFS_UTILS_LICENSE = GPL-3.0+