Browse code

Dosfstools : Update to version 4.1 for CVE-2016-4804, CVE-2015-8872

Change-Id: Icb32fec71746c539360f44e8b0036a34f1599a21
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4063
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Sharath George

xiaolin-vmware authored on 2017/10/18 08:11:20
Showing 1 changed files
... ...
@@ -1,19 +1,20 @@
1
-Summary:	Dos Filesystem tools
2
-Name:		dosfstools
3
-Version:	3.0.26
4
-Release:	2%{?dist}
5
-License:	GPLv3+
6
-URL:		http://daniel-baumann.ch/software/dosfstools/
7
-Group:		Filesystem Tools
8
-Vendor:		VMware, Inc.
9
-Distribution: Photon
10
-Source0:	http://daniel-baumann.ch/files/software/dosfstools/%{name}-%{version}.tar.gz
11
-%define sha1 dosfstools=18a94a229867d9cb25d6c47c5c45563caa073cf0
1
+Summary:        Dos Filesystem tools
2
+Name:           dosfstools
3
+Version:        4.1
4
+Release:        1%{?dist}
5
+License:        GPLv3+
6
+URL:            https://github.com/dosfstools
7
+Group:          Filesystem Tools
8
+Vendor:         VMware, Inc.
9
+Distribution:   Photon
10
+Source0:        http://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
11
+%define sha1    dosfstools=db39f667c3cb51bdf321f07f9cf17c726ca50323
12 12
 %description
13 13
 dosfstools contains utilities for making and checking MS-DOS FAT filesystems.
14 14
 %prep
15 15
 %setup -q
16 16
 %build
17
+./configure --prefix=%{_prefix} --enable-compat-symlinks
17 18
 make %{?_smp_mflags}
18 19
 %install
19 20
 [ %{buildroot} != "/"] && rm -rf %{buildroot}/*
... ...
@@ -29,7 +30,9 @@ rm -rf %{buildroot}/*
29 29
 %exclude %{_mandir}/de/*
30 30
 %exclude %{_libdir}/debug/*
31 31
 %changelog
32
-*	Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 3.0.26-2
33
--	GA - Bump release of all rpms
34
-*	Wed Jul 1 2014 Sharath George <sharathg@vmware.com> 3.0.26-1
35
--	Initial build.	First version
32
+*   Tue Oct 17 2017 Xiaolin Li <xiaolinl@vmware.com> 4.1-1
33
+-   Update to version 4.1 for CVE-2016-4804, CVE-2015-8872
34
+*   Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 3.0.26-2
35
+-   GA - Bump release of all rpms
36
+*   Wed Jul 1 2014 Sharath George <sharathg@vmware.com> 3.0.26-1
37
+-   Initial build.  First version