source: projects/specs/branches/6/c/cifs-utils/cifs-utils-vl.spec @ 6856

Revision 6856, 3.6 KB checked in by iwamoto, 12 years ago (diff)

update: cifs-utils

Line 
1Name:           cifs-utils
2Version:        4.9
3Release:        3%{?_dist_release}
4Summary:        Utilities for mounting and managing CIFS mounts
5
6Group:          System Environment/Daemons
7License:        GPLv3
8URL:            http://linux-cifs.samba.org/cifs-utils/
9BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
10
11Vendor: Project Vine
12Distribution: Vine Linux
13Packager: tomop
14
15Source0:        ftp://ftp.samba.org/pub/linux-cifs/cifs-utils/%{name}-%{version}.tar.bz2
16
17Patch100:       cifs-utils-4.9_CVE-2012-1586.patch
18
19BuildRequires:  libcap-devel libtalloc-devel krb5-devel keyutils-libs-devel autoconf automake
20Requires:       keyutils
21
22%description
23The SMB/CIFS protocol is a standard file sharing protocol widely deployed
24on Microsoft Windows machines. This package contains tools for mounting
25shares on Linux using the SMB/CIFS protocol. The tools in this package
26work in conjunction with support in the kernel to allow one to mount a
27SMB/CIFS share onto a client and use it as if it were a standard Linux
28file system.
29
30%prep
31%setup -q -n %{name}-%{version}
32%patch100 -p1 -b .CVE-2012-1586
33
34%build
35%configure --prefix=/usr
36make %{?_smp_mflags}
37
38%install
39rm -rf %{buildroot}
40make install DESTDIR=%{buildroot}
41
42%clean
43rm -rf %{buildroot}
44
45%files
46%defattr(-,root,root,-)
47%doc
48/sbin/mount.cifs
49%{_sbindir}/cifs.upcall
50%{_mandir}/man8/cifs.upcall.8.gz
51%{_mandir}/man8/mount.cifs.8.gz
52
53%changelog
54* Fri Sep 21 2012 Satoshi IWAMOTO <satoshi.iwamoto@nifty.ne.jp> 4.9-3
55- add patch100 for fix CVE-2012-1586 (mount point)
56
57* Thu Mar 24 2011 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 4.9-2
58- initial build for Vine Linux.
59
60* Fri Mar 04 2011 Jeff Layton <jlayton@redhat.com> 4.9-1
61- update to 4.9
62
63* Tue Feb 08 2011 Jeff Layton <jlayton@redhat.com> 4.8.1-4
64- mount.cifs: reenable CAP_DAC_READ_SEARCH when mounting (bz# 675761)
65
66* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.8.1-3
67- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
68
69* Tue Feb 01 2011 Jeff Layton <jlayton@redhat.com> 4.8.1-2
70- mount.cifs: don't update mtab if it's a symlink (bz# 674101)
71
72* Fri Jan 21 2011 Jeff Layton <jlayton@redhat.com> 4.8.1-1
73- update to 4.8.1
74
75* Sat Jan 15 2011 Jeff Layton <jlayton@redhat.com> 4.8-1
76- update to 4.8
77
78* Tue Oct 19 2010 Jeff Layton <jlayton@redhat.com> 4.7-1
79- update to 4.7
80
81* Fri Jul 30 2010 Jeff Layton <jlayton@redhat.com> 4.6-1
82- update to 4.6
83
84* Tue Jun 01 2010 Jeff Layton <jlayton@redhat.com> 4.5-2
85- mount.cifs: fix parsing of cred= option (BZ#597756)
86
87* Tue May 25 2010 Jeff Layton <jlayton@redhat.com> 4.5-1
88- update to 4.5
89
90* Thu Apr 29 2010 Jeff Layton <jlayton@redhat.com> 4.4-3
91- mount.cifs: fix regression in prefixpath patch
92
93* Thu Apr 29 2010 Jeff Layton <jlayton@redhat.com> 4.4-2
94- mount.cifs: strip leading delimiter from prefixpath
95
96* Wed Apr 28 2010 Jeff Layton <jlayton@redhat.com> 4.4-1
97- update to 4.4
98
99* Sat Apr 17 2010 Jeff Layton <jlayton@redhat.com> 4.3-2
100- fix segfault when address list is exhausted (BZ#583230)
101
102* Fri Apr 09 2010 Jeff Layton <jlayton@redhat.com> 4.3-1
103- update to 4.3
104
105* Fri Apr 02 2010 Jeff Layton <jlayton@redhat.com> 4.2-1
106- update to 4.2
107
108* Tue Mar 23 2010 Jeff Layton <jlayton@redhat.com> 4.1-1
109- update to 4.1
110
111* Mon Mar 08 2010 Jeff Layton <jlayton@redhat.com> 4.0-2
112- fix bad pointer dereference in IPv6 scopeid handling
113
114* Wed Mar 03 2010 Jeff Layton <jlayton@redhat.com> 4.0-1
115- update to 4.0
116- minor specfile fixes
117
118* Fri Feb 26 2010 Jeff Layton <jlayton@redhat.com> 4.0-1rc1
119- update to 4.0rc1
120- fix prerelease version handling
121
122* Mon Feb 08 2010 Jeff Layton <jlayton@redhat.com> 4.0a1-1
123- first RPM package build
124
Note: See TracBrowser for help on using the repository browser.