Browse code

Updated valgrind, wget, xfsprogs, xz and zlib.

Change-Id: If872c37738d43ddfc7cf99d9f638cb6eef6d41df
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2286
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Divya Thaluru <dthaluru@vmware.com>

xiaolin-vmware authored on 2017/04/12 01:44:59
Showing 5 changed files
... ...
@@ -1,15 +1,15 @@
1 1
 %global security_hardening none
2
-Summary:	Memory Management Debugger.
3
-Name:		valgrind
4
-Version:	3.11.0
5
-Release:	1%{?dist}
6
-License:	GPLv2+
7
-URL:		http://valgrind.org
8
-Group:		Development/Debuggers
2
+Summary:        Memory Management Debugger.
3
+Name:           valgrind
4
+Version:        3.12.0
5
+Release:        1%{?dist}
6
+License:        GPLv2+
7
+URL:            http://valgrind.org
8
+Group:          Development/Debuggers
9 9
 Source0:        http://valgrind.org/downloads/%{name}-%{version}.tar.bz2
10
-%define sha1 valgrind=340757e91d9e83591158fe8bb985c6b11bc53de5
11
-Vendor:		VMware, Inc.
12
-Distribution:	Photon
10
+%define sha1    valgrind=7a6878bf998c60d1e377a4f22ebece8d9305bda4
11
+Vendor:         VMware, Inc.
12
+Distribution:   Photon
13 13
 BuildRequires:  pkg-config
14 14
 
15 15
 %description
... ...
@@ -42,5 +42,7 @@ make %{?_smp_mflags} -k check
42 42
 %{_datadir}/doc/valgrind/*
43 43
 
44 44
 %changelog
45
-*       Fri Aug 05 2016 Kumar Kaushik <kaushikk@vmware.com> 3.11.0-1
46
--       Initial Build.
45
+*   Wed Apr 05 2017 Xiaolin Li <xiaolinl@vmware.com> 3.12.0-1
46
+-   Updated to version 3.12.0.
47
+*   Fri Aug 05 2016 Kumar Kaushik <kaushikk@vmware.com> 3.11.0-1
48
+-   Initial Build.
... ...
@@ -1,15 +1,15 @@
1
-Summary:    A network utility to retrieve files from the Web
2
-Name:       wget
3
-Version:    1.18
4
-Release:    1%{?dist}
5
-License:    GPLv3+
6
-URL:        http://www.gnu.org/software/wget/wget.html
7
-Group:      System Environment/NetworkingPrograms
8
-Vendor:     VMware, Inc.
9
-Distribution: Photon
10
-Source0:    ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
11
-%define sha1 wget=02d451e658f600ee519c42cbf4d3bfe4e49b6c4f
12
-Requires:   openssl
1
+Summary:        A network utility to retrieve files from the Web
2
+Name:           wget
3
+Version:        1.19.1
4
+Release:        1%{?dist}
5
+License:        GPLv3+
6
+URL:            http://www.gnu.org/software/wget/wget.html
7
+Group:          System Environment/NetworkingPrograms
8
+Vendor:         VMware, Inc.
9
+Distribution:   Photon
10
+Source0:        ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz
11
+%define sha1    wget=cde25e99c144191644406793cbd1c69c102c6970
12
+Requires:       openssl
13 13
 BuildRequires:  openssl-devel
14 14
 %description
15 15
 The Wget package contains a utility useful for non-interactive 
... ...
@@ -49,6 +49,8 @@ rm -rf %{buildroot}/*
49 49
 %{_bindir}/*
50 50
 %{_mandir}/man1/*
51 51
 %changelog
52
+*   Wed Apr 05 2017 Xiaolin Li <xiaolinl@vmware.com> 1.19.1-1
53
+-   Updated to version 1.19.1.
52 54
 *   Tue Nov 29 2016 Anish Swaminathan <anishs@vmware.com>  1.18-1
53 55
 -   Upgrade wget versions - fixes CVE-2016-7098
54 56
 *   Mon Oct 10 2016 ChangLee <changlee@vmware.com> 1.17.1-3
... ...
@@ -1,14 +1,14 @@
1
-Summary:    Utilities for managing the XFS filesystem
2
-Name:       xfsprogs
3
-Version:    4.9.0
4
-Release:    1%{?dist}
5
-License:    GPL+ and LGPLv2+
6
-URL:        http://oss.sgi.com/projects/xfs/
7
-Group:      System Environment/Base
8
-Vendor:     VMware, Inc.
9
-Distribution: Photon
10
-Source0:    http://kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{version}.tar.gz
11
-%define sha1 xfsprogs=6d6dcf7f0bbf0e0104fb47af0cba1647817cf6e8
1
+Summary:        Utilities for managing the XFS filesystem
2
+Name:           xfsprogs
3
+Version:        4.10.0
4
+Release:        1%{?dist}
5
+License:        GPL+ and LGPLv2+
6
+URL:            http://oss.sgi.com/projects/xfs/
7
+Group:          System Environment/Base
8
+Vendor:         VMware, Inc.
9
+Distribution:   Photon
10
+Source0:        http://kernel.org/pub/linux/utils/fs/xfs/xfsprogs/%{name}-%{version}.tar.xz
11
+%define sha1    xfsprogs=cd6750ea88133092815aad37fad993c17a80f9c3
12 12
 BuildRequires:  gettext
13 13
 BuildRequires:  readline-devel
14 14
 
... ...
@@ -81,5 +81,7 @@ rm -rf %{buildroot}/*
81 81
 %defattr(-,root,root)
82 82
 
83 83
 %changelog
84
+*   Wed Apr 05 2017 Xiaolin Li <xiaolinl@vmware.com> 4.10.0-1
85
+-   Updated to version 4.10.0.
84 86
 *   Fri Jan 6 2017 Dheeraj Shetty <dheerajs@vmware.com> 4.9.0-1
85 87
 -   Initial build.  First version
... ...
@@ -1,38 +1,38 @@
1
-Summary:	Programs for compressing and decompressing files
2
-Name:		xz
3
-Version:	5.2.2
4
-Release:	4%{?dist}
5
-URL:		http://tukaani.org/xz
6
-License:	GPLv2+ and GPLv3+ and LGPLv2+
7
-Group:		Applications/File
8
-Vendor:		VMware, Inc.
9
-Distribution:	Photon
10
-Source0:	http://tukaani.org/xz/%{name}-%{version}.tar.xz
11
-%define sha1 xz=72c567d3263345844191a7e618779b179d1f49e0
1
+Summary:        Programs for compressing and decompressing files
2
+Name:           xz
3
+Version:        5.2.3
4
+Release:        1%{?dist}
5
+URL:            http://tukaani.org/xz
6
+License:        GPLv2+ and GPLv3+ and LGPLv2+
7
+Group:          Applications/File
8
+Vendor:         VMware, Inc.
9
+Distribution:   Photon
10
+Source0:        http://tukaani.org/xz/%{name}-%{version}.tar.xz
11
+%define sha1    xz=a2975d12e0905daec48ec87c0098602e0669d195
12 12
 %description
13 13
 The Xz package contains programs for compressing and
14 14
 decompressing files
15 15
 
16 16
 %package lang
17 17
 Summary: Additional language files for xz
18
-Group:		Applications/File
18
+Group:      Applications/File
19 19
 Requires: %{name} = %{version}-%{release}
20 20
 %description lang
21 21
 These are the additional language files of xz.
22 22
 
23
-%package	devel
24
-Summary:	Header and development files for xz
25
-Requires:	%{name} = %{version}
26
-%description	devel
23
+%package    devel
24
+Summary:    Header and development files for xz
25
+Requires:   %{name} = %{version}
26
+%description    devel
27 27
 It contains the libraries and header files to create applications 
28 28
 
29 29
 %prep
30 30
 %setup -q
31 31
 %build
32 32
 ./configure \
33
-	--prefix=%{_prefix} \
34
-	--docdir=%{_defaultdocdir}/%{name}-%{version} \
35
-	--disable-silent-rules
33
+    --prefix=%{_prefix} \
34
+    --docdir=%{_defaultdocdir}/%{name}-%{version} \
35
+    --disable-silent-rules
36 36
 make %{?_smp_mflags}
37 37
 %install
38 38
 make DESTDIR=%{buildroot} pkgconfigdir=%{_libdir}/pkgconfig install
... ...
@@ -44,8 +44,8 @@ find %{buildroot}%{_libdir} -name '*.la' -delete
44 44
 %check
45 45
 make  %{?_smp_mflags}  check
46 46
 
47
-%post	-p /sbin/ldconfig
48
-%postun	-p /sbin/ldconfig
47
+%post   -p /sbin/ldconfig
48
+%postun -p /sbin/ldconfig
49 49
 
50 50
 %files
51 51
 %defattr(-,root,root)
... ...
@@ -72,8 +72,7 @@ make  %{?_smp_mflags}  check
72 72
 %{_bindir}/lzmainfo
73 73
 %{_bindir}/xzgrep
74 74
 %{_bindir}/xzdec
75
-%{_libdir}/liblzma.so.5.2.2
76
-%{_libdir}/liblzma.so.5
75
+%{_libdir}/liblzma.so.*
77 76
 %{_mandir}/man1/*
78 77
 
79 78
 %files devel
... ...
@@ -88,6 +87,8 @@ make  %{?_smp_mflags}  check
88 88
 %defattr(-,root,root)
89 89
 
90 90
 %changelog
91
+*   Wed Apr 05 2017 Xiaolin Li <xiaolinl@vmware.com> 5.2.3-1
92
+-   Updated to version 5.2.3.
91 93
 *   Wed Nov 23 2016 Alexey Makhalov <amakhalov@vmware.com> 5.2.2-4
92 94
 -   Added -lang subpackage
93 95
 *   Wed Oct 05 2016 ChangLee <changlee@vmware.com> 5.2.2-3
... ...
@@ -1,14 +1,14 @@
1 1
 Summary:        Compression and decompression routines
2 2
 Name:           zlib
3
-Version:        1.2.8
4
-Release:        5%{?dist}
3
+Version:        1.2.11
4
+Release:        1%{?dist}
5 5
 URL:            http://www.zlib.net/
6 6
 License:        zlib
7 7
 Group:          Applications/System
8 8
 Vendor:         VMware, Inc.
9 9
 Distribution:   Photon
10 10
 Source0:        http://www.zlib.net/%{name}-%{version}.tar.xz
11
-%define sha1    zlib=b598beb7acc96347cbd1020b71aef7871d374677
11
+%define sha1    zlib=e1cb0d5c92da8e9a8c2635dfa249c341dfd00322
12 12
 %description
13 13
 Compression and decompression routines
14 14
 %package    devel
... ...
@@ -35,8 +35,7 @@ make  %{?_smp_mflags} check
35 35
 %postun -p /sbin/ldconfig
36 36
 %files
37 37
 %defattr(-,root,root)
38
-%{_libdir}/libz.so.1
39
-%{_libdir}/libz.so.1.2.8
38
+%{_libdir}/libz.so.*
40 39
 
41 40
 %files devel
42 41
 %{_includedir}/zconf.h
... ...
@@ -47,6 +46,8 @@ make  %{?_smp_mflags} check
47 47
 %{_mandir}/man3/zlib.3.gz
48 48
 
49 49
 %changelog
50
+*   Wed Apr 05 2017 Xiaolin Li <xiaolinl@vmware.com> 1.2.11-1
51
+-   Updated to version 1.2.11.
50 52
 *   Wed Dec 07 2016 Xiaolin Li <xiaolinl@vmware.com> 1.2.8-5
51 53
 -   Moved man3 to devel subpackage.
52 54
 *   Wed Oct 05 2016 ChangLee <changlee@vmware.com> 1.2.8-4