]> git.pld-linux.org Git - packages/cifs-utils.git/commitdiff
- up to 6.7 auto/th/cifs-utils-6.7-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 5 Sep 2017 07:52:13 +0000 (09:52 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 5 Sep 2017 07:52:13 +0000 (09:52 +0200)
cifs-utils-heimdal.patch
cifs-utils.spec

index ea5c5714ffb0db54c4bb01456865abc9e97f55c2..21b07201ec6e5990993b029f07337c2cf2286b18 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 7b77a71a70c9352056ae2dd28b2efec0fb476d9c..0e869e3ea2e82f6526526a0628934e9f7e8c45f9 100644 (file)
@@ -1,12 +1,12 @@
 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.6
+Version:       6.7
 Release:       1
 License:       GPL v3+
 Group:         Daemons
 Source0:       http://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}.tar.bz2
-# Source0-md5: 8b11350fade47d308b8f377e06cce243
+# Source0-md5: af3ae1d27aca624c4daac5bf3eb0d4c1
 Patch0:                %{name}-heimdal.patch
 URL:           http://linux-cifs.samba.org/cifs-utils/
 BuildRequires: heimdal-devel >= 1.5.1-3
@@ -54,6 +54,9 @@ Plik nagłówkowy interfejsu wtyczek ID Mapping cifs-utils.
 %patch0 -p1
 
 %build
+%{__aclocal}
+%{__automake}
+%{__autoconf}
 %configure \
        --with-libcap-ng \
        --enable-cifsupcall \
This page took 0.136051 seconds and 4 git commands to generate.