]> git.pld-linux.org Git - packages/cifs-utils.git/commitdiff
- updated to 7.0 auto/th/cifs-utils-7.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 25 Jul 2023 14:29:59 +0000 (16:29 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 25 Jul 2023 14:29:59 +0000 (16:29 +0200)
cifs-utils-heimdal.patch
cifs-utils.spec

index e8993446416c09cb714946c57c90ae642f14406c..88dbe021514924e34522194dd8d3470f191c00b9 100644 (file)
        }
  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)
index 8952b1b91d356289da17215ab3963cb3c0efc539..3dac809ab66d5a9b268c17a15768610f1d78b61b 100644 (file)
@@ -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}
This page took 0.097272 seconds and 4 git commands to generate.