Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libktorrent for openSUSE:Factory 
checked in at 2025-09-11 14:41:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libktorrent (Old)
 and      /work/SRC/openSUSE:Factory/.libktorrent.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libktorrent"

Thu Sep 11 14:41:17 2025 rev:99 rq:1303978 version:25.08.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libktorrent/libktorrent.changes  2025-08-16 
20:42:54.337003623 +0200
+++ /work/SRC/openSUSE:Factory/.libktorrent.new.1977/libktorrent.changes        
2025-09-11 14:46:27.049831918 +0200
@@ -1,0 +2,10 @@
+Wed Sep 10 09:24:18 UTC 2025 - Christophe Marin <[email protected]>
+
+- Update to 25.08.1
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/gear/25.08.1/
+- Changes since 25.08.0:
+  * Fix invalid parsing of UDP tracker scrape response
+
+-------------------------------------------------------------------

Old:
----
  libktorrent-25.08.0.tar.xz
  libktorrent-25.08.0.tar.xz.sig

New:
----
  libktorrent-25.08.1.tar.xz
  libktorrent-25.08.1.tar.xz.sig

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libktorrent.spec ++++++
--- /var/tmp/diff_new_pack.L9d8Z4/_old  2025-09-11 14:46:27.513851526 +0200
+++ /var/tmp/diff_new_pack.L9d8Z4/_new  2025-09-11 14:46:27.517851695 +0200
@@ -21,7 +21,7 @@
 
 %bcond_without released
 Name:           libktorrent
-Version:        25.08.0
+Version:        25.08.1
 Release:        0
 Summary:        Torrent Downloading Library
 License:        GPL-2.0-or-later


++++++ libktorrent-25.08.0.tar.xz -> libktorrent-25.08.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libktorrent-25.08.0/CMakeLists.txt 
new/libktorrent-25.08.1/CMakeLists.txt
--- old/libktorrent-25.08.0/CMakeLists.txt      2025-07-31 23:42:40.000000000 
+0200
+++ new/libktorrent-25.08.1/CMakeLists.txt      2025-09-04 00:08:25.000000000 
+0200
@@ -5,7 +5,7 @@
 # KDE Application Version, managed by release script
 set (RELEASE_SERVICE_VERSION_MAJOR "25")
 set (RELEASE_SERVICE_VERSION_MINOR "08")
-set (RELEASE_SERVICE_VERSION_MICRO "0")
+set (RELEASE_SERVICE_VERSION_MICRO "1")
 set (RELEASE_SERVICE_VERSION 
"${RELEASE_SERVICE_VERSION_MAJOR}.${RELEASE_SERVICE_VERSION_MINOR}.${RELEASE_SERVICE_VERSION_MICRO}")
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libktorrent-25.08.0/po/ar/libktorrent6.po 
new/libktorrent-25.08.1/po/ar/libktorrent6.po
--- old/libktorrent-25.08.0/po/ar/libktorrent6.po       2025-07-31 
23:42:40.000000000 +0200
+++ new/libktorrent-25.08.1/po/ar/libktorrent6.po       2025-09-04 
00:08:25.000000000 +0200
@@ -331,12 +331,12 @@
 msgid ""
 "You are already downloading the torrent <b>%1</b>. The tracker lists from "
 "both torrents have been merged."
-msgstr "أنت تنزّل السيل <b>%1</b> بالفعل. قوائم المتتبّعين من السيلان معًا 
دُمِجَا."
+msgstr "أنت تنزّل السيل <b>%1</b> فعلًا. قوائم المتتبّعين من السيلان معًا 
دُمِجَا."
 
 #: src/torrent/torrentcontrol.cpp:520
 #, kde-format
 msgid "You are already downloading the torrent <b>%1</b>."
-msgstr "أنت تنزّل السيل <b>%1</b> بالفعل."
+msgstr "أنت تنزّل السيل <b>%1</b> فعلًا."
 
 #: src/torrent/torrentcreator.cpp:330
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libktorrent-25.08.0/src/tracker/udptrackersocket.cpp 
new/libktorrent-25.08.1/src/tracker/udptrackersocket.cpp
--- old/libktorrent-25.08.0/src/tracker/udptrackersocket.cpp    2025-07-31 
23:42:40.000000000 +0200
+++ new/libktorrent-25.08.1/src/tracker/udptrackersocket.cpp    2025-09-04 
00:08:25.000000000 +0200
@@ -221,7 +221,7 @@
         return;
 
     // Read the transaction_id and check it
-    Int32 tid = ReadInt32((Uint8 *)buf.data(), 4);
+    Int32 tid = ReadInt32(buf->get(), 4);
     QMap<Int32, Action>::iterator i = d->transactions.find(tid);
     // if we can't find the transaction, just return
     if (i == d->transactions.end())

Reply via email to