Change-Id: Ib0c4f01f7b69d953b938491141e76cb355cc4f37
Reviewed-on: http://photon-jenkins.eng.vmware.com/565
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: suezzelur <anishs@vmware.com>
| ... | ... |
@@ -1,11 +1,11 @@ |
| 1 | 1 |
Summary: The Automated Text and Program Generation Tool |
| 2 | 2 |
Name: autogen |
| 3 |
-Version: 5.18.6 |
|
| 3 |
+Version: 5.18.7 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: GPLv3+ |
| 6 | 6 |
URL: http://www.gnu.org/software/autogen/ |
| 7 | 7 |
Source0: ftp://ftp.gnu.org/gnu/autogen/rel%{version}/%{name}-%{version}.tar.xz
|
| 8 |
-%define sha1 autogen=044b40cf06db7da1159bafbeeeb5b0449fff1bed |
|
| 8 |
+%define sha1 autogen=0fe4466094d4b583c3a45b234987f9850fd84f83 |
|
| 9 | 9 |
Group: System Environment/Tools |
| 10 | 10 |
Vendor: VMware, Inc. |
| 11 | 11 |
BuildRequires: guile-devel |
| ... | ... |
@@ -79,10 +79,12 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 79 | 79 |
%{_libdir}/*.la
|
| 80 | 80 |
|
| 81 | 81 |
%changelog |
| 82 |
-* Thu Jan 21 2016 Xiaolin Li <xiaolinl@vmware.com> 5.18.6-1 |
|
| 83 |
-- Updated to version 5.18.6 |
|
| 84 |
-* Tue Sep 29 2015 Xiaolin Li <xiaolinl@vmware.com> 5.18.5-2 |
|
| 85 |
-- Create a seperate libopts package. |
|
| 82 |
+* Wed Feb 24 2016 Kumar Kaushik <kaushikk@vmware.com> 5.18.7-1 |
|
| 83 |
+- Updated version tp 5.16.7. |
|
| 84 |
+* Thu Jan 21 2016 Xiaolin Li <xiaolinl@vmware.com> 5.18.6-1 |
|
| 85 |
+- Updated to version 5.18.6 |
|
| 86 |
+* Tue Sep 29 2015 Xiaolin Li <xiaolinl@vmware.com> 5.18.5-2 |
|
| 87 |
+- Create a seperate libopts package. |
|
| 86 | 88 |
* Thu Jun 18 2015 Divya Thaluru <dthaluru@vmware.com> 5.18.5-1 |
| 87 | 89 |
- Initial build. First version |
| 88 | 90 |
|
| ... | ... |
@@ -1,9 +1,9 @@ |
| 1 | 1 |
Summary: cve-check-tool, as its name suggests, is a tool for checking known (public) CVEs. |
| 2 | 2 |
Name: cve-check-tool |
| 3 |
-Version: 5.2 |
|
| 3 |
+Version: 5.6.2 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
Source0: cve-check-tool-%{version}.tar.gz
|
| 6 |
-%define sha1 cve-check-tool=69fa0b87a7853b358d9bea7ff748e8827400072f |
|
| 6 |
+%define sha1 cve-check-tool=ccfa275fb8edccfdd977f1bbfc6713498769e347 |
|
| 7 | 7 |
License: GPLv2 |
| 8 | 8 |
URL: https://github.com/ikeydoherty/cve-check-tool |
| 9 | 9 |
Vendor: VMware, Inc. |
| ... | ... |
@@ -17,6 +17,7 @@ BuildRequires: check |
| 17 | 17 |
BuildRequires: libxml2-devel |
| 18 | 18 |
BuildRequires: sqlite-autoconf |
| 19 | 19 |
BuildRequires: curl |
| 20 |
+BuildRequires: openssl-devel |
|
| 20 | 21 |
Requires: curl |
| 21 | 22 |
|
| 22 | 23 |
%global security_hardening nonow |
| ... | ... |
@@ -29,7 +30,7 @@ The tool will identify potentially vunlnerable software packages within Linux di |
| 29 | 29 |
|
| 30 | 30 |
%build |
| 31 | 31 |
./autogen.sh |
| 32 |
-make %{?_smp_mflags}
|
|
| 32 |
+make %{?_smp_mflags} CFLAGS="-w"
|
|
| 33 | 33 |
|
| 34 | 34 |
%install |
| 35 | 35 |
[ %{buildroot} != "/"] && rm -rf %{buildroot}/*
|
| ... | ... |
@@ -46,5 +47,7 @@ rm -rf %{buildroot}/*
|
| 46 | 46 |
%doc %{_mandir}/man1/*
|
| 47 | 47 |
|
| 48 | 48 |
%changelog |
| 49 |
+* Wed Feb 24 2016 Kumar Kaushik <kaushikk@vmware.com> |
|
| 50 |
+- Updating version to 5.6.2. |
|
| 49 | 51 |
* Wed Jul 29 2015 Luis Zuniga <lzuniga@vmware.com> |
| 50 | 52 |
- Added new version of cve-check-tool |
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
Summary: A Distributed init System |
| 2 | 2 |
Name: fleet |
| 3 |
-Version: 0.11.1 |
|
| 3 |
+Version: 0.11.5 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: Apache 2.0 |
| 6 | 6 |
URL: https://coreos.com/using-coreos/clustering/ |
| ... | ... |
@@ -9,7 +9,7 @@ BuildRequires: go |
| 9 | 9 |
Vendor: VMware, Inc. |
| 10 | 10 |
Distribution: Photon |
| 11 | 11 |
Source0: https://github.com/coreos/%{name}/archive/%{name}-%{version}.tar.gz
|
| 12 |
-%define sha1 fleet=2de21c48f918c7611564f5960858ad3f53b8f58d |
|
| 12 |
+%define sha1 fleet=df90c76e7c6458a05a77078993d9bd705a25b8c5 |
|
| 13 | 13 |
%description |
| 14 | 14 |
fleet ties together systemd and etcd into a simple distributed init system. |
| 15 | 15 |
|
| ... | ... |
@@ -29,6 +29,8 @@ cp bin/* %{buildroot}%{_bindir}
|
| 29 | 29 |
%{_bindir}/*
|
| 30 | 30 |
|
| 31 | 31 |
%changelog |
| 32 |
+* Wed Feb 24 2016 Kumar Kaushik <kaushikk@vmware.com> 0.11.5-1 |
|
| 33 |
+- Updated version. |
|
| 32 | 34 |
* Mon Jul 13 2015 Danut Moraru <dmoraru@vmware.com> 0.11.1-1 |
| 33 | 35 |
- Initial build. |
| 34 | 36 |
|
| ... | ... |
@@ -1,11 +1,11 @@ |
| 1 | 1 |
Summary: Libcap-2.24 |
| 2 | 2 |
Name: libcap |
| 3 |
-Version: 2.24 |
|
| 4 |
-Release: 2%{?dist}
|
|
| 3 |
+Version: 2.25 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 | 5 |
License: GPLv2+ |
| 6 | 6 |
URL: https://www.gnu.org/software/hurd/community/gsoc/project_ideas/libcap.html |
| 7 | 7 |
Source0: https://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/%{name}-%{version}.tar.xz
|
| 8 |
-%define sha1 libcap=b2754cddb614567de445ffdaac7a00b9671b858a |
|
| 8 |
+%define sha1 libcap=f0b102e4a68e1bbdcb6b143b63c34a250e473088 |
|
| 9 | 9 |
Group: System Environment/Security |
| 10 | 10 |
Vendor: VMware, Inc. |
| 11 | 11 |
Distribution: Photon |
| ... | ... |
@@ -41,6 +41,7 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 41 | 41 |
%{_mandir}/man1/*
|
| 42 | 42 |
%{_mandir}/man3/*
|
| 43 | 43 |
%{_mandir}/man8/*
|
| 44 |
+%{_sbindir}/*
|
|
| 44 | 45 |
|
| 45 | 46 |
%files devel |
| 46 | 47 |
%defattr(-,root,root) |
| ... | ... |
@@ -50,7 +51,9 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 50 | 50 |
%{_lib64dir}/libcap.so
|
| 51 | 51 |
|
| 52 | 52 |
%changelog |
| 53 |
-* Mon Oct 12 2015 Xiaolin Li <xiaolinl@vmware.com> 2.24-2 |
|
| 54 |
-- Moving static lib files to devel package. |
|
| 53 |
+* Wed Feb 24 2016 Kumar Kaushik <kaushikk@vmware.com> 2.25-1 |
|
| 54 |
+- Updating Version. |
|
| 55 |
+* Mon Oct 12 2015 Xiaolin Li <xiaolinl@vmware.com> 2.24-2 |
|
| 56 |
+- Moving static lib files to devel package. |
|
| 55 | 57 |
* Thu Oct 23 2014 Divya Thaluru <dthaluru@vmware.com> 2.24-1 |
| 56 | 58 |
- Initial version |
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
Summary: Library for manipulating pipelines |
| 2 | 2 |
Name: libpipeline |
| 3 |
-Version: 1.2.6 |
|
| 3 |
+Version: 1.4.1 |
|
| 4 | 4 |
Release: 1%{?dist}
|
| 5 | 5 |
License: GPLv3+ |
| 6 | 6 |
URL: http://libpipeline.nongnu.org |
| ... | ... |
@@ -8,7 +8,7 @@ Group: Applications/System |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: http://download.savannah.gnu.org/releases/libpipeline/%{name}-%{version}.tar.gz
|
| 11 |
-%define sha1 libpipeline=467d5eec21cf2f959c15866da76fcd50b7d02d64 |
|
| 11 |
+%define sha1 libpipeline=b31cc955f22b1aa4545dc8d00ddbde831936594f |
|
| 12 | 12 |
%description |
| 13 | 13 |
Contains a library for manipulating pipelines of sub processes |
| 14 | 14 |
in a flexible and convenient way. |
| ... | ... |
@@ -36,5 +36,7 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 36 | 36 |
%{_libdir}/pkgconfig/libpipeline.pc
|
| 37 | 37 |
%{_mandir}/*/*
|
| 38 | 38 |
%changelog |
| 39 |
+* Wed Feb 24 2016 Kumar Kaushik <kaushikk@vmware.com> 1.4.1-1 |
|
| 40 |
+- Initial build. First version |
|
| 39 | 41 |
* Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 1.2.6-1 |
| 40 | 42 |
- Initial build. First version |
| ... | ... |
@@ -1,14 +1,14 @@ |
| 1 | 1 |
Summary: Programs for finding and viewing man pages |
| 2 | 2 |
Name: man-db |
| 3 |
-Version: 2.6.6 |
|
| 4 |
-Release: 2%{?dist}
|
|
| 3 |
+Version: 2.7.5 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 | 5 |
License: GPLv2+ |
| 6 | 6 |
URL: http://www.nongnu.org/man-db |
| 7 | 7 |
Group: Applications/System |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 |
-Source0: %{name}-%{version}.tar.xz
|
|
| 11 |
-%define sha1 man-db=ba27924ef024527ad562017d956ffd3375bccc8d |
|
| 10 |
+Source0: %{name}-%{version}.tar.gz
|
|
| 11 |
+%define sha1 man-db=dbd822f8c6743da9fad95e0bac919b8f844d9264 |
|
| 12 | 12 |
Requires: libpipeline |
| 13 | 13 |
Requires: gdbm |
| 14 | 14 |
Requires: xz |
| ... | ... |
@@ -49,7 +49,10 @@ make -k check |& tee %{_specdir}/%{name}-check-log || %{nocheck}
|
| 49 | 49 |
%{_libdir}/man-db/*
|
| 50 | 50 |
%{_defaultdocdir}/%{name}-%{version}/*
|
| 51 | 51 |
%{_mandir}/*/*
|
| 52 |
+%{_libdir}/tmpfiles.d/man-db.conf
|
|
| 52 | 53 |
%changelog |
| 54 |
+* Wed Feb 24 2016 Kumar Kaushik <kaushikk@vmware.com> 2.7.5-1 |
|
| 55 |
+- Updated to new version. |
|
| 53 | 56 |
* Tue Nov 10 2015 Xiaolin Li <xiaolinl@vmware.com> 2.6.6-2 |
| 54 | 57 |
- Handled locale files with macro find_lang |
| 55 | 58 |
* Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 2.6.6-1 |
| ... | ... |
@@ -1,14 +1,14 @@ |
| 1 | 1 |
Summary: Highly reliable distributed coordination |
| 2 | 2 |
Name: zookeeper |
| 3 |
-Version: 3.4.6 |
|
| 4 |
-Release: 8%{?dist}
|
|
| 3 |
+Version: 3.4.8 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 | 5 |
URL: http://zookeeper.apache.org/ |
| 6 | 6 |
License: Apache License, Version 2.0 |
| 7 | 7 |
Group: Applications/System |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source: http://www.carfab.com/apachesoftware/zookeeper/stable/%{name}-%{version}.tar.gz
|
| 11 |
-%define sha1 zookeeper=2a9e53f5990dfe0965834a525fbcad226bf93474 |
|
| 11 |
+%define sha1 zookeeper=51b61611a329294f75aed82f3a4517a4b6ff116f |
|
| 12 | 12 |
BuildRequires: systemd |
| 13 | 13 |
Requires: systemd |
| 14 | 14 |
Requires: shadow |
| ... | ... |
@@ -110,6 +110,8 @@ bash %{_prefix}/sbin/update-zookeeper-env.sh \
|
| 110 | 110 |
%{_prefix}
|
| 111 | 111 |
|
| 112 | 112 |
%changelog |
| 113 |
+* Wed Feb 24 2016 Kumar Kaushik <kaushikk@vmware.com> 3.4.8-1 |
|
| 114 |
+- Updating version. |
|
| 113 | 115 |
* Fri Feb 05 2016 Anish Swaminathan <anishs@vmware.com> 3.4.6-8 |
| 114 | 116 |
- Edit pre install script. |
| 115 | 117 |
* Tue Jan 12 2016 Anish Swaminathan <anishs@vmware.com> 3.4.6-7 |