Browse code

Update iptables, libassuan, libffi, libgpg-error to latest version.

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

xiaolin-vmware authored on 2016/01/16 04:04:32
Showing 4 changed files
... ...
@@ -1,14 +1,14 @@
1 1
 Summary:	Linux kernel packet control tool
2 2
 Name:		iptables
3
-Version:	1.4.21
4
-Release:	3%{?dist}
3
+Version:	1.6.0
4
+Release:	1%{?dist}
5 5
 License:	GPLv2+
6 6
 URL:		http://www.netfilter.org/projects/iptables
7 7
 Group:		System Environment/Security
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution: Photon
10 10
 Source0:	http://www.netfilter.org/projects/iptables/files/%{name}-%{version}.tar.bz2
11
-%define sha1 iptables=85d4160537546a23a7e42bc26dd7ee62a0ede4c8
11
+%define sha1 iptables=21a694e75b0d6863cc001f85fb15915d12b8cc22
12 12
 Source1:	http://www.linuxfromscratch.org/blfs/downloads/systemd/blfs-systemd-units-20140907.tar.bz2
13 13
 %define sha1 blfs-systemd-units=713afb3bbe681314650146e5ec412ef77aa1fe33
14 14
 Source2:	iptable_rules
... ...
@@ -35,6 +35,7 @@ cp %{SOURCE2} .
35 35
 	--libdir=%{_libdir} \
36 36
 	--with-xtlibdir=%{_libdir}/iptables \
37 37
 	--with-pkgconfigdir=%{_libdir}/pkgconfig \
38
+	--disable-nftables \
38 39
 	--enable-libipq \
39 40
 	--enable-devel
40 41
 	
... ...
@@ -76,6 +77,8 @@ rm -rf %{buildroot}/*
76 76
 %{_mandir}/man3/*
77 77
 %{_mandir}/man8/*
78 78
 %changelog
79
+* 	Fri Jan 15 2016 Xiaolin Li <xiaolinl@vmware.com> 1.6.0-1
80
+- 	Updated to version 1.6.0
79 81
 *   Thu Dec 10 2015 Xiaolin Li <xiaolinl@vmware.com>  1.4.21-3
80 82
 -   Add systemd to Requires and BuildRequires.
81 83
 -   Use systemctl to enable/disable service.
... ...
@@ -1,16 +1,16 @@
1 1
 Summary:	Provides IPC between GnuPG Components
2 2
 Name:		libassuan
3
-Version:	2.2.0
4
-Release:	2%{?dist}
3
+Version:	2.4.2
4
+Release:	1%{?dist}
5 5
 License:	GPLv3+
6 6
 URL:		https://www.gnupg.org/(fr)/related_software/libassuan/index.html
7 7
 Group:		Development/Libraries
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution:	Photon
10 10
 Source0:	ftp://ftp.gnupg.org/gcrypt/%{name}/%{name}-%{version}.tar.bz2
11
-%define sha1 libassuan=7cf0545955ce414044bb99b871d324753dd7b2e5
12
-Requires:	libgpg-error >= 1.17
13
-BuildRequires:	libgpg-error >= 1.17
11
+%define sha1 libassuan=ac1047f9764fd4a4db7dafe47640643164394db9
12
+Requires:	libgpg-error >= 1.21
13
+BuildRequires:	libgpg-error >= 1.21
14 14
 %description
15 15
 The libassuan package contains an inter process communication library used by some of the other GnuPG related packages. libassuan's primary use is to allow a client to interact with a non-persistent server. libassuan is not, however, limited to use with GnuPG servers and clients. It was designed to be flexible enough to meet the demands of many transaction based environments with non-persistent servers. 
16 16
 %prep
... ...
@@ -31,6 +31,8 @@ rm -rf %{buildroot}/%{_infodir}
31 31
 %{_libdir}/*.so*
32 32
 %{_datadir}/aclocal/*
33 33
 %changelog
34
+* 	Fri Jan 15 2016 Xiaolin Li <xiaolinl@vmware.com> 2.4.2-1
35
+- 	Updated to version 2.4.2
34 36
 *   Wed May 20 2015 Touseef Liaqat <tliaqat@vmware.com> 2.2.0-2
35 37
 -   Updated group.
36 38
 *	Tue Dec 30 2014 Divya Thaluru <dthaluru@vmware.com> 2.2.0-1
... ...
@@ -1,6 +1,6 @@
1 1
 Summary:	A portable, high level programming interface to various calling conventions
2 2
 Name:		libffi
3
-Version:	3.1
3
+Version:	3.2.1
4 4
 Release:	1%{?dist}
5 5
 License:	BSD
6 6
 URL:		http://sourceware.org/libffi/
... ...
@@ -8,7 +8,7 @@ Group:		System Environment/GeneralLibraries
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution: 	Photon
10 10
 Source0:	ftp://sourceware.org/pub/libffi/%{name}-%{version}.tar.gz
11
-%define sha1 libffi=cb373ef2115ec7c57913b84ca72eee14b10ccdc3
11
+%define sha1 libffi=280c265b789e041c02e5c97815793dfc283fb1e6
12 12
 Provides:	pkgconfig(libffi)
13 13
 %description
14 14
 The libffi library provides a portable, high level programming interface
... ...
@@ -59,5 +59,7 @@ rm -rf %{buildroot}/*
59 59
 %{_datarootdir}/licenses/libffi/LICENSE
60 60
 %{_mandir}/man3/*
61 61
 %changelog
62
+* 	Fri Jan 15 2016 Xiaolin Li <xiaolinl@vmware.com> 3.2.1-1
63
+- 	Updated to version 3.2.1
62 64
 *	Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 3.1-1
63 65
 -	Initial build.	First version
... ...
@@ -1,13 +1,13 @@
1 1
 
2 2
 Summary:      	libgpg-error
3 3
 Name:         	libgpg-error
4
-Version:      	1.17
5
-Release:      	2%{?dist}
4
+Version:      	1.21
5
+Release:      	1%{?dist}
6 6
 License:      	GPLv2+
7 7
 URL:          	ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/
8 8
 Group:		Development/Libraries
9 9
 Source0:	ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/%{name}-%{version}.tar.bz2
10
-%define sha1 libgpg-error=ba5858b2947e7272dd197c87bac9f32caf29b256
10
+%define sha1 libgpg-error=ef1dfb2f8761f019091180596e9e638d8cc37513
11 11
 Vendor:		VMware, Inc.
12 12
 Distribution:	Photon
13 13
 
... ...
@@ -50,6 +50,8 @@ echo %{_libdir}
50 50
 %{_datarootdir}/common-lisp/*
51 51
 
52 52
 %changelog
53
+* 	Fri Jan 15 2016 Xiaolin Li <xiaolinl@vmware.com> 1.21-1
54
+- 	Updated to version 1.21
53 55
 *	Tue Nov 10 2015 Xiaolin Li <xiaolinl@vmware.com> 1.17-2
54 56
 -	Handled locale files with macro find_lang
55 57
 * Tue Dec 30 2014 Priyesh Padmavilasom <ppadmavilasom@vmware.com>