rev 12471 - in kde-extras/ktorrent/trunk/debian: . patches patches/libbtcore

Modestas Vainius modax-guest at alioth.debian.org
Sun Oct 26 18:58:35 UTC 2008


Author: modax-guest
Date: 2008-10-26 18:58:35 +0000 (Sun, 26 Oct 2008)
New Revision: 12471

Modified:
   kde-extras/ktorrent/trunk/debian/changelog
   kde-extras/ktorrent/trunk/debian/patches/libbtcore/99_libbtcore_scramble_soname.diff
   kde-extras/ktorrent/trunk/debian/patches/series
Log:
ktorrent 3.1.x packaging up to 3.1.4

Modified: kde-extras/ktorrent/trunk/debian/changelog
===================================================================
--- kde-extras/ktorrent/trunk/debian/changelog	2008-10-25 22:52:19 UTC (rev 12470)
+++ kde-extras/ktorrent/trunk/debian/changelog	2008-10-26 18:58:35 UTC (rev 12471)
@@ -1,3 +1,17 @@
+ktorrent (3.1.4+dfsg.1-1) unstable; urgency=low
+
+  * New upstream bugfix release:
+    - Make sure user is properly logged in when handling a torrent post in the
+      webgui.
+    - Prevent PHP injection attacks in webgui.
+    - Update file size in CacheFile::growFile, this fixes a SIGBUS error.
+    - Fix bug causing infinite DNS lookups in UDP tracker when lookup fails
+      (Closes: #502071).
+    - Remove default label text KSqueezedTextLabel in trackerview.
+  * Disable both 97_fix_target_link_libraries.diff patches.
+
+ -- Modestas Vainius <modestas at vainius.eu>  Mon, 20 Oct 2008 14:40:23 +0300
+
 ktorrent (3.1.3+dfsg.2-1) unstable; urgency=low
 
   * No real code changes. Upstream tarball includes the patch below.

Modified: kde-extras/ktorrent/trunk/debian/patches/libbtcore/99_libbtcore_scramble_soname.diff
===================================================================
--- kde-extras/ktorrent/trunk/debian/patches/libbtcore/99_libbtcore_scramble_soname.diff	2008-10-25 22:52:19 UTC (rev 12470)
+++ kde-extras/ktorrent/trunk/debian/patches/libbtcore/99_libbtcore_scramble_soname.diff	2008-10-26 18:58:35 UTC (rev 12471)
@@ -4,8 +4,8 @@
  if(WIN32)
  target_link_libraries(btcore ws2_32)
  endif(WIN32)
--set_target_properties(btcore PROPERTIES VERSION 7.2.0 SOVERSION 7 )
-+set_target_properties(btcore PROPERTIES VERSION 7p.2.0 SOVERSION 7p )
+-set_target_properties(btcore PROPERTIES VERSION 7.3.0 SOVERSION 7 )
++set_target_properties(btcore PROPERTIES VERSION 7p.3.0 SOVERSION 7p )
  install(TARGETS btcore  ${INSTALL_TARGETS_DEFAULT_ARGS} )
  
  set(net_HDR  

Modified: kde-extras/ktorrent/trunk/debian/patches/series
===================================================================
--- kde-extras/ktorrent/trunk/debian/patches/series	2008-10-25 22:52:19 UTC (rev 12470)
+++ kde-extras/ktorrent/trunk/debian/patches/series	2008-10-26 18:58:35 UTC (rev 12471)
@@ -1,3 +1,3 @@
-97_fix_target_link_libraries.diff
-libbtcore/97_fix_link_interface_libraries.diff -p0
+#97_fix_target_link_libraries.diff
+#libbtcore/97_fix_link_interface_libraries.diff -p0
 libbtcore/99_libbtcore_scramble_soname.diff -p0




More information about the pkg-kde-commits mailing list