[packages/cifs-utils] - up to 6.12, fixes CVE-2020-14342, fixes libcap-ng interoperability issues

baggins baggins at pld-linux.org
Sun Feb 21 09:52:55 CET 2021


commit c5e4af8d4c4e8ee52a9cc8354097fa1a03751dbc
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Feb 21 09:50:37 2021 +0100

    - up to 6.12, fixes CVE-2020-14342, fixes libcap-ng interoperability issues

 build.patch     | 18 ------------------
 cifs-utils.spec |  9 ++++-----
 2 files changed, 4 insertions(+), 23 deletions(-)
---
diff --git a/cifs-utils.spec b/cifs-utils.spec
index ce03e3f..9a2de3a 100644
--- a/cifs-utils.spec
+++ b/cifs-utils.spec
@@ -1,14 +1,13 @@
 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.10
+Version:	6.12
 Release:	1
 License:	GPL v3+
 Group:		Daemons
 Source0:	http://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}.tar.bz2
-# Source0-md5:	1cb2d653ccc77f8644213340a4f6b7dc
+# Source0-md5:	b49b10692bcae7f28669173a472077dd
 Patch0:		%{name}-heimdal.patch
-Patch1:		build.patch
 URL:		http://linux-cifs.samba.org/cifs-utils/
 BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
@@ -55,14 +54,14 @@ Plik nagłówkowy interfejsu wtyczek ID Mapping cifs-utils.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %{__sed} -i -e '1s,/usr/bin/env python$,%{__python},' \
       smb2-quota \
       smb2-secdesc
 
 %{__sed} -i -e '1s,/usr/bin/env python3,%{__python3},' \
-      checkopts
+      checkopts \
+      smbinfo
 
 %build
 %{__aclocal}
diff --git a/build.patch b/build.patch
deleted file mode 100644
index e749ba3..0000000
--- a/build.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- cifs-utils-6.10/Makefile.am~	2019-12-17 00:34:56.000000000 +0100
-+++ cifs-utils-6.10/Makefile.am	2020-01-27 10:45:54.344935551 +0100
-@@ -119,11 +119,11 @@ endif
- SUBDIRS = contrib
- 
- install-exec-hook:
--	(cd $(ROOTSBINDIR) && ln -sf mount.cifs mount.smb3)
-+	(cd $(DESTDIR)$(ROOTSBINDIR) && ln -sf mount.cifs mount.smb3)
- 
- install-data-hook:
--	(cd $(man8dir) && ln -sf mount.cifs.8 mount.smb3.8)
-+	(cd $(DESTDIR)$(man8dir) && ln -sf mount.cifs.8 mount.smb3.8)
- 
- uninstall-hook:
--	(cd $(ROOTSBINDIR) && rm -f $(ROOTSBINDIR)/mount.smb3)
--	(cd $(man8dir) && rm -f $(man8dir)/mount.smb3.8)
-+	(cd $(DESTDIR)$(ROOTSBINDIR) && rm -f $(DESTDIR)$(ROOTSBINDIR)/mount.smb3)
-+	(cd $(DESTDIR)$(man8dir) && rm -f $(DESTDIR)$(man8dir)/mount.smb3.8)
================================================================

---- gitweb:

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



More information about the pld-cvs-commit mailing list