Browse code

Update Linux-PAM, libpcap, libtasn1, libtirpc to latest version.

Change-Id: I3ea776e7377b6eab3a26c4395d01aec2b55c464b
Reviewed-on: http://photon-jenkins.eng.vmware.com/364
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: suezzelur <anishs@vmware.com>

xiaolin-vmware authored on 2016/01/16 04:45:59
Showing 4 changed files
... ...
@@ -1,14 +1,14 @@
1 1
 Summary:	Linux Pluggable Authentication Modules
2 2
 Name:		Linux-PAM
3
-Version:	1.1.8
4
-Release:	2%{?dist}
3
+Version:	1.2.1
4
+Release:	1%{?dist}
5 5
 License:	BSD and GPLv2+
6 6
 URL:		https://www.kernel.org/pub/linux/libs/pam/
7 7
 Group:		System Environment/Security
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution:	Photon
10 10
 Source0:	http://linux-pam.org/library/%{name}-%{version}.tar.bz2
11
-%define sha1 Linux-PAM=f8ce53c67363f78d520392fa1c253c4978058be1
11
+%define sha1 Linux-PAM=3620ab5f5e02272825c426622761a19a1a2facca
12 12
 %description
13 13
 The Linux PAM package contains Pluggable Authentication Modules used to 
14 14
 enable the local system administrator to choose how applications authenticate users.
... ...
@@ -16,7 +16,7 @@ enable the local system administrator to choose how applications authenticate us
16 16
 %package lang
17 17
 Summary: Additional language files for Linux-PAM
18 18
 Group: System Environment/Base
19
-Requires: Linux-PAM >= 1.1.8
19
+Requires: Linux-PAM >= 1.2.1
20 20
 %description lang
21 21
 These are the additional language files of Linux-PAM.
22 22
 
... ...
@@ -65,6 +65,8 @@ rm -rf %{buildroot}/*
65 65
 %defattr(-,root,root)
66 66
 
67 67
 %changelog
68
+* 	Fri Jan 15 2016 Xiaolin Li <xiaolinl@vmware.com> 1.2.1-1
69
+- 	Updated to version 1.2.1
68 70
 *   Mon May 18 2015 Touseef Liaqat <tliaqat@vmware.com> 1.1.8-2
69 71
 -   Update according to UsrMove.
70 72
 *	Thu Oct 09 2014 Divya Thaluru <dthaluru@vmware.com> 1.1.8-1
... ...
@@ -1,11 +1,11 @@
1 1
 Summary:	C/C++ library for network traffic capture
2 2
 Name:		libpcap
3
-Version:	1.7.2	
3
+Version:	1.7.4	
4 4
 Release:	1%{?dist}
5 5
 License:	BSD
6 6
 URL:		http://www.tcpdump.org
7 7
 Source0:	http://www.tcpdump.org/release/%{name}-%{version}.tar.gz
8
-%define sha1 libpcap=97aed0270bc201dfdeacccddc61179d27c68e42c
8
+%define sha1 libpcap=3f31a7706c1487fca36b8379e511965a8d7cbd70
9 9
 Group:		Networking/Libraries
10 10
 Vendor:		VMware, Inc.
11 11
 Distribution: 	Photon
... ...
@@ -36,6 +36,8 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
36 36
 %{_mandir}/man5/*
37 37
 %{_mandir}/man7/*
38 38
 %changelog
39
+* 	Fri Jan 15 2016 Xiaolin Li <xiaolinl@vmware.com> 1.7.4-1
40
+- 	Updated to version 1.7.4
39 41
 *   Mon Apr 6 2015 Mahmoud Bassiouny <mbassiouny@vmware.com> 1.7.2-1
40 42
 -   Version upgrade to 1.7.2
41 43
 *	Wed Jan 21 2015 Divya Thaluru <dthaluru@vmware.com> 1.6.2-1
... ...
@@ -1,11 +1,11 @@
1 1
 Summary:	ASN.1 library
2 2
 Name:		libtasn1
3
-Version:	4.5
4
-Release:	3%{?dist}
3
+Version:	4.7
4
+Release:	1%{?dist}
5 5
 License:	GPLv3+ and LGPLv2+
6 6
 URL:		http://www.gnu.org/software/libtasn1/
7 7
 Source0:	http://ftp.gnu.org/gnu/libtasn1/%{name}-%{version}.tar.gz
8
-%define sha1 libtasn1=7d648928729ffd38de84fac8b94d3ae0558de472
8
+%define sha1 libtasn1=1c2cf0b8c7954249cfd7842500fabe1c7fdcd5d5
9 9
 Group:		System Environment/Libraries
10 10
 Vendor:		VMware, Inc.
11 11
 Distribution:	Photon
... ...
@@ -49,6 +49,8 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
49 49
 %{_libdir}/pkgconfig/*.pc
50 50
 %{_libdir}/*.a
51 51
 %changelog
52
+* 	Fri Jan 15 2016 Xiaolin Li <xiaolinl@vmware.com> 4.7-1
53
+- 	Updated to version 4.7
52 54
 *   Mon Oct 12 2015 Xiaolin Li <xiaolinl@vmware.com> 4.5-3
53 55
 -   Moving static lib files to devel package.
54 56
 *   Fri Oct 9 2015 Xiaolin Li <xiaolinl@vmware.com> 4.5-2
... ...
@@ -1,10 +1,9 @@
1 1
 Summary:	Libraries for Transport Independent RPC
2 2
 Name:		libtirpc
3
-Version:	0.3.2
3
+Version:	1.0.1
4 4
 Release:	1%{?dist}
5 5
 Source0:	http://downloads.sourceforge.net/project/libtirpc/libtirpc/0.3.2/%{name}-%{version}.tar.bz2
6
-%define sha1 libtirpc=af9b74d0c4d1499a7b1a43e396e5b7d62180ea65
7
-Patch0:		http://www.linuxfromscratch.org/patches/blfs/svn/libtirpc-0.3.2-api_fixes-1.patch
6
+%define sha1 libtirpc=8da1636f98b5909c0d587e7534bc1e91f5c1a970
8 7
 License:	BSD
9 8
 Group:		System Environment/Libraries
10 9
 URL:		http://nfsv4.bullopensource.org/
... ...
@@ -36,7 +35,6 @@ This package includes header files and libraries necessary for developing progra
36 36
 
37 37
 %prep
38 38
 %setup -q
39
-%patch0 -p1
40 39
 
41 40
 %build
42 41
 ./configure --prefix=%{_prefix} --sysconfdir=%{_sysconfdir}
... ...
@@ -67,5 +65,7 @@ make install DESTDIR=%{buildroot}
67 67
    
68 68
 
69 69
 %changelog
70
+* 	Fri Jan 15 2016 Xiaolin Li <xiaolinl@vmware.com> 1.0.1-1
71
+- 	Updated to version 1.0.1
70 72
 * Thu Jul 23 2015 Divya Thaluru <dthaluru@vmware.com> 0.3.2-1
71 73
 - Initial version