Browse code

Update pcre, postgresql, rsync.

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

xiaolin-vmware authored on 2016/01/23 04:50:48
Showing 3 changed files
... ...
@@ -1,14 +1,14 @@
1 1
 Summary:	Grep for perl compatible regular expressions
2 2
 Name:		pcre
3
-Version:	8.36
4
-Release:	2%{?dist}
3
+Version:	8.38
4
+Release:	1%{?dist}
5 5
 License:	BSD
6
-URL:		ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.36.tar.gz
6
+URL:		ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.38.tar.bz2
7 7
 Group:		Applications/System
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution:	Photon
10
-Source0:	ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.gz
11
-%define sha1 pcre=fb537757756818133d8157ec878bc11f5a93ef4d
10
+Source0:	ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/%{name}-%{version}.tar.bz2
11
+%define sha1 pcre=ae84e3b3ef0764788ce33b1adeff1add938126e1
12 12
 BuildRequires:	bzip2-devel
13 13
 BuildRequires:	readline-devel
14 14
 Requires:       libgcc
... ...
@@ -29,7 +29,7 @@ library.
29 29
 %setup -q
30 30
 %build
31 31
 ./configure --prefix=/usr                     \
32
-            --docdir=/usr/share/doc/pcre-8.36 \
32
+            --docdir=/usr/share/doc/pcre-8.38 \
33 33
             --enable-unicode-properties       \
34 34
             --enable-pcre16                   \
35 35
             --enable-pcre32                   \
... ...
@@ -65,6 +65,8 @@ ln -sfv $(readlink %{buildroot}/usr/lib/libpcre.so) %{buildroot}/usr/lib/libpcre
65 65
 %{_libdir}/pkgconfig/*.pc
66 66
 %{_includedir}/*
67 67
 %changelog
68
+*     Thu Jan 21 2016 Xiaolin Li <xiaolinl@vmware.com> 8.38-1
69
+-     Updated to version 8.38
68 70
 *	Mon Nov 30 2015 Sharath George <sharathg@vmware.com> 8.36-2
69 71
 	Add symlink for libpcre.so.1
70 72
 *	Thu Nov 06 2014 Sharath George <sharathg@vmware.com> 8.36-1
... ...
@@ -1,6 +1,6 @@
1 1
 Summary:	PostgreSQL database engine
2 2
 Name:		postgresql
3
-Version:	9.4.4
3
+Version:	9.5.0
4 4
 Release:	1%{?dist}
5 5
 License:	PostgreSQL
6 6
 URL:		www.postgresql.org
... ...
@@ -8,7 +8,7 @@ Group:		Applications/Databases
8 8
 Vendor:		VMware, Inc.
9 9
 Distribution:	Photon
10 10
 Source0:	http://ftp.postgresql.org/pub/source/v%{version}/%{name}-%{version}.tar.bz2
11
-%define sha1 postgresql=e295fee0f1bace740b2db1eaa64ac060e277d5a7
11
+%define sha1 postgresql=930afeb713b81778f29d32e7bf18fd08ce2aa8f9
12 12
 Requires:	openssl
13 13
 Requires: 	python2
14 14
 BuildRequires: 	perl
... ...
@@ -52,6 +52,8 @@ rm -rf %{buildroot}/*
52 52
 %{_includedir}/*
53 53
 %{_datadir}/postgresql/*
54 54
 %changelog
55
+*   Thu Jan 21 2016 Xiaolin Li <xiaolinl@vmware.com> 9.5.0-1
56
+-   Updated to version 9.5.0
55 57
 *	Thu Aug 13 2015 Divya Thaluru <dthaluru@vmware.com> 9.4.4-1
56 58
 -	Update to version 9.4.4.
57 59
 *	Mon Jul 13 2015 Alexey Makhalov <amakhalov@vmware.com> 9.4.1-2
... ...
@@ -1,11 +1,11 @@
1 1
 Summary:	Fast incremental file transfer. 
2 2
 Name:		rsync
3
-Version:	3.1.1
3
+Version:	3.1.2
4 4
 Release:	1%{?dist}
5 5
 License:	GPLv3+
6 6
 URL:		https://rsync.samba.org/
7 7
 Source0:	https://download.samba.org/pub/rsync/src/%{name}-%{version}.tar.gz
8
-%define sha1 rsync=c84faba04f721d393feccfa0476bfeed9b5b5250
8
+%define sha1 rsync=0d4c7fb7fe3fc80eeff922a7c1d81df11dbb8a1a
9 9
 Group:		Appication/Internet
10 10
 Vendor:		VMware, Inc.
11 11
 Distribution:	Photon
... ...
@@ -51,6 +51,8 @@ EOF
51 51
 %{_libdir}/systemd/system/rsyncd.service
52 52
 %{_sysconfdir}/rsyncd.conf
53 53
 %changelog
54
+*   Thu Jan 21 2016 Xiaolin Li <xiaolinl@vmware.com> 3.1.2-1
55
+-   Updated to version 3.1.2
54 56
 *	Mon Dec 14 2015 Xiaolin Li < xiaolinl@vmware.com> 3.1.1-1
55 57
 -	Initial build. First version
56 58