![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 78079e455c48e8550db3789f1d549013b196d48e Author: Simone Rota <sip@crux.nu> Date: Sat Nov 4 17:14:49 2006 +0100 [security] qt3: updated to 3.3.7 see http://www.trolltech.com/company/newsroom/announcements/press.2006-10-19.543... diff --git a/qt3/.footprint b/qt3/.footprint index 9b15c28..b271a19 100644 --- a/qt3/.footprint +++ b/qt3/.footprint @@ -420,10 +420,10 @@ drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libqassistantclient.prl -rw-r--r-- root/root usr/lib/libqt-mt.la -rw-r--r-- root/root usr/lib/libqt-mt.prl -lrwxrwxrwx root/root usr/lib/libqt-mt.so -> libqt-mt.so.3.3.6 -lrwxrwxrwx root/root usr/lib/libqt-mt.so.3 -> libqt-mt.so.3.3.6 -lrwxrwxrwx root/root usr/lib/libqt-mt.so.3.3 -> libqt-mt.so.3.3.6 --rwxr-xr-x root/root usr/lib/libqt-mt.so.3.3.6 +lrwxrwxrwx root/root usr/lib/libqt-mt.so -> libqt-mt.so.3.3.7 +lrwxrwxrwx root/root usr/lib/libqt-mt.so.3 -> libqt-mt.so.3.3.7 +lrwxrwxrwx root/root usr/lib/libqt-mt.so.3.3 -> libqt-mt.so.3.3.7 +-rwxr-xr-x root/root usr/lib/libqt-mt.so.3.3.7 -rw-r--r-- root/root usr/lib/libqui.prl lrwxrwxrwx root/root usr/lib/libqui.so -> libqui.so.1.0.0 lrwxrwxrwx root/root usr/lib/libqui.so.1 -> libqui.so.1.0.0 diff --git a/qt3/.md5sum b/qt3/.md5sum index ca5212d..db8ad4a 100644 --- a/qt3/.md5sum +++ b/qt3/.md5sum @@ -1,4 +1,4 @@ 4e867c2504fe0c4e3fe32e8464db225d qt-x11-free-3.3.5-no-rpath.patch -dc1384c03ac08af21f6fefab32d982cf qt-x11-free-3.3.6.tar.bz2 -7f17be4be458fd40e9bfb9c80a33b48a qt3-3.3.6-1-patches.tar.bz2 -7d8d3356a17201832e361df69c63e9a4 qt3-3.3.6-gcc4.patch +655e21cf6a7e66daf8ec6ceda81aae1e qt-x11-free-3.3.7.tar.bz2 +7f17be4be458fd40e9bfb9c80a33b48a qt3-3.3.7-1-patches.tar.bz2 +7d8d3356a17201832e361df69c63e9a4 qt3-3.3.7-gcc4.patch diff --git a/qt3/Pkgfile b/qt3/Pkgfile index c05eacf..4c95dd5 100644 --- a/qt3/Pkgfile +++ b/qt3/Pkgfile @@ -5,8 +5,8 @@ # Depends on: x11, libmng name=qt3 -version=3.3.6 -release=2 +version=3.3.7 +release=1 source=(ftp://ftp.trolltech.com/qt/source/qt-x11-free-$version.tar.bz2 \ http://crux.nu/files/patches/$name-$version-1-patches.tar.bz2 $name-$version-gcc4.patch diff --git a/qt3/qt3-3.3.6-gcc4.patch b/qt3/qt3-3.3.6-gcc4.patch deleted file mode 100644 index e508ee1..0000000 --- a/qt3/qt3-3.3.6-gcc4.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nru qt-x11-free-3.3.4-orig/tools/qvfb/qvfbview.cpp qt-x11-free-3.3.4/tools/qvfb/qvfbview.cpp ---- qt-x11-free-3.3.4-orig/tools/qvfb/qvfbview.cpp 2005-10-31 21:49:58.000000000 +0000 -+++ qt-x11-free-3.3.4/tools/qvfb/qvfbview.cpp 2005-10-31 21:51:52.000000000 +0000 -@@ -115,7 +115,7 @@ - data = (unsigned char *)shmat( shmId, 0, 0 ); - } - -- if ( (int)data == -1 ) -+ if ( (long)data == -1 ) - qFatal( "Cannot attach to shared memory" ); - - hdr = (QVFbHeader *)data; diff --git a/qt3/qt3-3.3.7-gcc4.patch b/qt3/qt3-3.3.7-gcc4.patch new file mode 100644 index 0000000..e508ee1 --- /dev/null +++ b/qt3/qt3-3.3.7-gcc4.patch @@ -0,0 +1,12 @@ +diff -Nru qt-x11-free-3.3.4-orig/tools/qvfb/qvfbview.cpp qt-x11-free-3.3.4/tools/qvfb/qvfbview.cpp +--- qt-x11-free-3.3.4-orig/tools/qvfb/qvfbview.cpp 2005-10-31 21:49:58.000000000 +0000 ++++ qt-x11-free-3.3.4/tools/qvfb/qvfbview.cpp 2005-10-31 21:51:52.000000000 +0000 +@@ -115,7 +115,7 @@ + data = (unsigned char *)shmat( shmId, 0, 0 ); + } + +- if ( (int)data == -1 ) ++ if ( (long)data == -1 ) + qFatal( "Cannot attach to shared memory" ); + + hdr = (QVFbHeader *)data;