[packages/cifs-utils] - up to 6.7

arekm arekm at pld-linux.org
Tue Sep 5 09:52:20 CEST 2017


commit bb386497436d1f88ff32d9b0cd1609dbba5eb125
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Tue Sep 5 09:52:13 2017 +0200

    - up to 6.7

 cifs-utils-heimdal.patch | 10 ++++++++++
 cifs-utils.spec          |  7 +++++--
 2 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/cifs-utils.spec b/cifs-utils.spec
index 7b77a71..0e869e3 100644
--- a/cifs-utils.spec
+++ b/cifs-utils.spec
@@ -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 \
diff --git a/cifs-utils-heimdal.patch b/cifs-utils-heimdal.patch
index ea5c571..21b0720 100644
--- a/cifs-utils-heimdal.patch
+++ b/cifs-utils-heimdal.patch
@@ -36,3 +36,13 @@
  	}
  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)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/cifs-utils.git/commitdiff/bb386497436d1f88ff32d9b0cd1609dbba5eb125



More information about the pld-cvs-commit mailing list