rev 4739 - trunk/packages/qt-x11-free/debian

Christopher Martin chrsmrtn at costa.debian.org
Sat Oct 21 13:39:49 UTC 2006


Author: chrsmrtn
Date: 2006-10-21 13:39:48 +0000 (Sat, 21 Oct 2006)
New Revision: 4739

Modified:
   trunk/packages/qt-x11-free/debian/changelog
   trunk/packages/qt-x11-free/debian/libqt3-mt-dev.links
   trunk/packages/qt-x11-free/debian/libqt3-mt.links
   trunk/packages/qt-x11-free/debian/rules
Log:
New Qt for security problem.


Modified: trunk/packages/qt-x11-free/debian/changelog
===================================================================
--- trunk/packages/qt-x11-free/debian/changelog	2006-10-21 13:24:37 UTC (rev 4738)
+++ trunk/packages/qt-x11-free/debian/changelog	2006-10-21 13:39:48 UTC (rev 4739)
@@ -1,3 +1,13 @@
+qt-x11-free (3:3.3.7-1) unstable; urgency=medium
+
+  * New upstream release. Includes the fix to CVE-2006-4811, an integer
+    overflow that might (in theory) lead to the arbitrary execution of
+    code, particularly for those using KHTML (Konqueror's page rendering
+    engine). Urgency is medium as this is a security problem.
+    (Closes: #394313)
+
+ -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 21 Oct 2006 09:30:32 -0400
+
 qt-x11-free (3:3.3.6-4) unstable; urgency=low
 
   +++ Changes by Christopher Martin:

Modified: trunk/packages/qt-x11-free/debian/libqt3-mt-dev.links
===================================================================
--- trunk/packages/qt-x11-free/debian/libqt3-mt-dev.links	2006-10-21 13:24:37 UTC (rev 4738)
+++ trunk/packages/qt-x11-free/debian/libqt3-mt-dev.links	2006-10-21 13:39:48 UTC (rev 4739)
@@ -2,6 +2,6 @@
 /usr/lib/libqui.prl /usr/share/qt3/lib/libqui.prl
 /usr/lib/libqui.so.1.0.0 /usr/share/qt3/lib/libqui.so
 /usr/lib/libqt-mt.prl /usr/share/qt3/lib/libqt-mt.prl
-/usr/lib/libqt-mt.so.3.3.6 /usr/share/qt3/lib/libqt-mt.so
+/usr/lib/libqt-mt.so.3.3.7 /usr/share/qt3/lib/libqt-mt.so
 /usr/include/qt3 /usr/share/qt3/include
 /usr/lib/qt3/plugins /usr/share/qt3/plugins

Modified: trunk/packages/qt-x11-free/debian/libqt3-mt.links
===================================================================
--- trunk/packages/qt-x11-free/debian/libqt3-mt.links	2006-10-21 13:24:37 UTC (rev 4738)
+++ trunk/packages/qt-x11-free/debian/libqt3-mt.links	2006-10-21 13:39:48 UTC (rev 4739)
@@ -1,5 +1,5 @@
 /usr/lib/libqui.so.1.0.0 /usr/lib/libqui.so.1 
 /usr/lib/libqui.so.1.0.0 /usr/share/qt3/lib/libqui.so.1
 /usr/lib/libqui.so.1.0.0 /usr/share/qt3/lib/libqui.so.1.0
-/usr/lib/libqt-mt.so.3.3.6 /usr/share/qt3/lib/libqt-mt.so.3
-/usr/lib/libqt-mt.so.3.3.6 /usr/share/qt3/lib/libqt-mt.so.3.3
+/usr/lib/libqt-mt.so.3.3.7 /usr/share/qt3/lib/libqt-mt.so.3
+/usr/lib/libqt-mt.so.3.3.7 /usr/share/qt3/lib/libqt-mt.so.3.3

Modified: trunk/packages/qt-x11-free/debian/rules
===================================================================
--- trunk/packages/qt-x11-free/debian/rules	2006-10-21 13:24:37 UTC (rev 4738)
+++ trunk/packages/qt-x11-free/debian/rules	2006-10-21 13:39:48 UTC (rev 4739)
@@ -250,7 +250,7 @@
 	dh_testroot
 	
 	dh_installdocs -i -XREADME.Debian
-	dh_installchangelogs -i changes-3.3.6
+	dh_installchangelogs -i changes-3.3.7
 								
 	find doc/man -path \*/CVS -prune -o -print | cpio -pmd $(P_DOC)/usr/share/qt3/doc/
 			
@@ -436,7 +436,7 @@
 	dh_installdocs -a $(IBASE) -XREADME.Debian
 	dh_installmenu -a $(IBASE)
 	
-	dh_installchangelogs -a $(IBASE) changes-3.3.6
+	dh_installchangelogs -a $(IBASE) changes-3.3.7
 
 	dh_link -a $(IBASE)
 	dh_strip -a $(IBASE) --dbg-package=qt-x11-free-dbg




More information about the pkg-kde-commits mailing list