auto-import changelog data from qt-3.1.2-14.2.src.rpm

3.1.2-14.2
- fix image buffer overflows
This commit is contained in:
cvsdist 2004-09-09 11:14:48 +00:00
parent 40f6e0aa9b
commit 543aa164aa
1 changed files with 6 additions and 3 deletions

View File

@ -74,7 +74,7 @@
Summary: The shared library for the Qt GUI toolkit. Summary: The shared library for the Qt GUI toolkit.
Name: qt Name: qt
Version: %{ver} Version: %{ver}
Release: 14.1 Release: 14.2
Epoch: 1 Epoch: 1
License: GPL/QPL License: GPL/QPL
Group: System Environment/Libraries Group: System Environment/Libraries
@ -96,7 +96,7 @@ Patch18: qt-x11-free-3.1.2-typo.patch
Patch19: qt-x11-free-3.1.2-qt-copy.patch Patch19: qt-x11-free-3.1.2-qt-copy.patch
# security # security
Patch50: qt3-qimage.patch Patch50: qt-x11-free-3.1.2-sec.patch
Prereq: /sbin/ldconfig Prereq: /sbin/ldconfig
Prereq: fileutils Prereq: fileutils
@ -288,7 +288,7 @@ for the Qt toolkit.
%patch19 -p1 -b .cvs %patch19 -p1 -b .cvs
#security #security
%patch50 -p0 -b .sec %patch50 -p1 -b .sec
%build %build
export QTDIR=`/bin/pwd` export QTDIR=`/bin/pwd`
@ -769,6 +769,9 @@ fi
%endif %endif
%changelog %changelog
* Thu Aug 19 2004 Than Ngo <than@redhat.com> 1:3.1.2-14.2
- fix image buffer overflows
* Thu Jul 29 2004 Than Ngo <than@redhat.com> 1:3.1.2-14.1 * Thu Jul 29 2004 Than Ngo <than@redhat.com> 1:3.1.2-14.1
- fix overflow vulnerability, thanks to trolltech - fix overflow vulnerability, thanks to trolltech