summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2023-07-25 14:29:59 (GMT)
committerJakub Bogusz2023-07-25 14:29:59 (GMT)
commite305a3d1848e92ff5ea587a2aea7dd1ed086df0d (patch)
treef102498b24046eb8f9920f61eae78c2415ce5a91
parent49ee21188c65a201562e095bdb732d62b4db832e (diff)
downloadcifs-utils-auto/th/cifs-utils-7.0-1.zip
cifs-utils-auto/th/cifs-utils-7.0-1.tar.gz
- updated to 7.0auto/th/cifs-utils-7.0-1
-rw-r--r--cifs-utils-heimdal.patch10
-rw-r--r--cifs-utils.spec16
2 files changed, 8 insertions, 18 deletions
diff --git a/cifs-utils-heimdal.patch b/cifs-utils-heimdal.patch
index e899344..88dbe02 100644
--- a/cifs-utils-heimdal.patch
+++ b/cifs-utils-heimdal.patch
@@ -36,13 +36,3 @@
}
err_endseq:
krb5_cc_end_seq_get(context, ccache, &cur);
---- cifs-utils-6.7/cifs.upcall.c~ 2017-09-05 09:43:27.000000000 +0200
-+++ cifs-utils-6.7/cifs.upcall.c 2017-09-05 09:50:53.113486219 +0200
-@@ -75,6 +75,7 @@ typedef enum _sectype {
- #define KRB5_KEY_LENGTH(k) ((k)->keyvalue.length)
- #define KRB5_KEY_DATA(k) ((k)->keyvalue.data)
- #define KRB5_KEY_DATA_CAST void
-+#define krb5_free_string(ctx, string) krb5_xfree(string)
- #else /* MIT */
- #define KRB5_KEY_TYPE(k) ((k)->enctype)
- #define KRB5_KEY_LENGTH(k) ((k)->length)
diff --git a/cifs-utils.spec b/cifs-utils.spec
index 8952b1b..3dac809 100644
--- a/cifs-utils.spec
+++ b/cifs-utils.spec
@@ -1,14 +1,14 @@
Summary: Utilities for mounting and managing CIFS mounts
Summary(pl.UTF-8): Narzędzia do montowania i zarządzania montowaniami CIFS
Name: cifs-utils
-Version: 6.15
+Version: 7.0
Release: 1
License: GPL v3+
Group: Daemons
-Source0: http://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}.tar.bz2
-# Source0-md5: 743e6fbfa9a1d3f28ab81f675a7f5831
+Source0: https://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}.tar.bz2
+# Source0-md5: 518431bf43f23e6aacd97e80e2060df7
Patch0: %{name}-heimdal.patch
-URL: http://linux-cifs.samba.org/cifs-utils/
+URL: https://wiki.samba.org/index.php/LinuxCIFS_utils
BuildRequires: autoconf >= 2.50
BuildRequires: automake
BuildRequires: docutils
@@ -57,12 +57,12 @@ Plik nagłówkowy interfejsu wtyczek ID Mapping cifs-utils.
%patch0 -p1
%{__sed} -i -e '1s,/usr/bin/env python$,%{__python},' \
- smb2-quota \
- smb2-secdesc
+ smb2-quota \
+ smb2-secdesc
%{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' \
- checkopts \
- smbinfo
+ checkopts \
+ smbinfo
%build
%{__aclocal}