- Daniel Gryniewicz found buffer overrun in LIST_COPY_TIME
This commit is contained in:
parent
1b559d8783
commit
b62ebbcfcd
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ libpst-0.6.47.tar.gz
|
|||||||
/libpst-0.6.58.tar.gz
|
/libpst-0.6.58.tar.gz
|
||||||
/libpst-0.6.59.tar.gz
|
/libpst-0.6.59.tar.gz
|
||||||
/libpst-0.6.61.tar.gz
|
/libpst-0.6.61.tar.gz
|
||||||
|
/libpst-0.6.63.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Utilities to convert Outlook .pst files to other formats
|
Summary: Utilities to convert Outlook .pst files to other formats
|
||||||
Name: libpst
|
Name: libpst
|
||||||
Version: 0.6.62
|
Version: 0.6.63
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
@ -40,8 +40,7 @@ Requires: python
|
|||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
|
||||||
%if 0%{?fedora} >= 20
|
%if 0%{?fedora} >= 20
|
||||||
%global __provides_exclude_from
|
%global __provides_exclude_from %{?__provides_exclude_from:%__provides_exclude_from|}^%{python_sitearch}/_.*\.so$
|
||||||
%{?__provides_exclude_from:%__provides_exclude_from|}^%{python_sitearch}/_.*\.so$
|
|
||||||
%else
|
%else
|
||||||
%{?filter_setup:
|
%{?filter_setup:
|
||||||
%filter_provides_in %{python_sitearch}/_.*\.so$
|
%filter_provides_in %{python_sitearch}/_.*\.so$
|
||||||
@ -161,6 +160,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 27 2013 Carl Byington <carl@five-ten-sg.com> 0.6.63-1
|
||||||
|
- Daniel Gryniewicz found buffer overrun in LIST_COPY_TIME
|
||||||
|
|
||||||
* Sun Sep 22 2013 Carl Byington <carl@five-ten-sg.com> 0.6.62-1
|
* Sun Sep 22 2013 Carl Byington <carl@five-ten-sg.com> 0.6.62-1
|
||||||
- 983596 - Old dependency filter breaks file coloring
|
- 983596 - Old dependency filter breaks file coloring
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user