Skip to content

Commit

Permalink
Update expat to 2.2.4
Browse files Browse the repository at this point in the history
Change-Id: I22d8d9adcbb0f88642fa47c7e06880bf22317841
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/3873
Tested-by: gerrit-photon <[email protected]>
Reviewed-by: Sharath George
  • Loading branch information
suezzelur authored and Sharath George committed Oct 4, 2017
1 parent 6378643 commit 2ff5f3d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions SPECS/expat/expat.spec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Summary: An XML parser library
Name: expat
Version: 2.2.0
Release: 2%{?dist}
Version: 2.2.4
Release: 1%{?dist}
License: MIT
URL: http://expat.sourceforge.net/
Group: System Environment/GeneralLibraries
Vendor: VMware, Inc.
Distribution: Photon
Source0: https://sourceforge.net/projects/%{name}/files/%{name}/%{version}/%{name}-%{version}.tar.bz2
%define sha1 expat=8453bc52324be4c796fd38742ec48470eef358b3
%define sha1 expat=3394d6390c041a8f5dec1d5fe7c4af0a23ae4504
Requires: expat-libs = %{version}-%{release}
%description
The Expat package contains a stream oriented C library for parsing XML.
Expand Down Expand Up @@ -40,6 +40,7 @@ make %{?_smp_mflags}
[ %{buildroot} != "/"] && rm -rf %{buildroot}/*
make DESTDIR=%{buildroot} install
find %{buildroot}/%{_libdir} -name '*.la' -delete
rm -rf %{buildroot}/%{_docdir}/%{name}
%{_fixperms} %{buildroot}/*

%check
Expand All @@ -51,6 +52,7 @@ make %{?_smp_mflags} check
rm -rf %{buildroot}/*
%files
%defattr(-,root,root)
%doc AUTHORS Changes
%{_bindir}/*
%{_mandir}/man1/*

Expand All @@ -63,6 +65,8 @@ rm -rf %{buildroot}/*
%{_libdir}/libexpat.so.*

%changelog
* Tue Sep 26 2017 Anish Swaminathan <[email protected]> 2.2.4-1
- Updating version, fixes CVE-2017-9233, CVE-2016-9063, CVE-2016-0718
* Fri Apr 14 2017 Alexey Makhalov <[email protected]> 2.2.0-2
- Added -libs and -devel subpackages
* Fri Oct 21 2016 Kumar Kaushik <[email protected]> 2.2.0-1
Expand Down

0 comments on commit 2ff5f3d

Please sign in to comment.