]> git.pld-linux.org Git - packages/cifs-utils.git/commitdiff
- up to 6.6 auto/th/cifs-utils-6.6-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 24 Nov 2016 21:38:24 +0000 (22:38 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 24 Nov 2016 21:38:24 +0000 (22:38 +0100)
cifs-utils-heimdal.patch
cifs-utils.spec

index 505aa1445fffb44b74c1086622a81398be083017..ea5c5714ffb0db54c4bb01456865abc9e97f55c2 100644 (file)
@@ -1,14 +1,14 @@
 --- cifs-utils-5.5/cifs.upcall.c.orig  2012-05-30 12:12:16.000000000 +0200
 +++ cifs-utils-5.5/cifs.upcall.c       2012-06-24 20:47:02.372423189 +0200
-@@ -76,7 +76,7 @@
+@@ -71,7 +71,7 @@ typedef enum _sectype {
+  * @return pointer to the realm
   *
   */
--static char *cifs_krb5_principal_get_realm(krb5_context context __attribute__ ((unused)),
-+static const char *cifs_krb5_principal_get_realm(krb5_context context __attribute__ ((unused)),
-                                          krb5_principal principal)
+-static char *cifs_krb5_principal_get_realm(krb5_principal principal)
++static const char *cifs_krb5_principal_get_realm(krb5_principal principal)
  {
  #ifdef HAVE_KRB5_PRINCIPAL_GET_REALM  /* Heimdal */
+       return krb5_principal_get_realm(context, principal);
 @@ -84,7 +84,7 @@
  #elif defined(krb5_princ_realm)       /* MIT */
        krb5_data *realm;
index a0b115b13642c440d583c5f9e9da0fb40b4b7d31..7b77a71a70c9352056ae2dd28b2efec0fb476d9c 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.5
+Version:       6.6
 Release:       1
 License:       GPL v3+
 Group:         Daemons
 Source0:       http://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}.tar.bz2
-# Source0-md5: 74b2c398ce83a8b792faabc414cec314
+# Source0-md5: 8b11350fade47d308b8f377e06cce243
 Patch0:                %{name}-heimdal.patch
 URL:           http://linux-cifs.samba.org/cifs-utils/
 BuildRequires: heimdal-devel >= 1.5.1-3
This page took 0.24278 seconds and 4 git commands to generate.