pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/38494: net/ktorrent 2.2.6



>Number:         38494
>Category:       pkg
>Synopsis:       net/ktorrent 2.2.6
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Apr 24 10:20:00 +0000 2008
>Originator:     Sergey Svishchev
>Release:        4.0
>Organization:
>Environment:
>Description:
Changes in 2.2.5: many bugfixes in the webgui, the zeroconf plugin and the DHT 
code.
Changes in 2.2.6: all the bugfixes which have happened since 2.2.5; in 
particular, an infinite loop in DHT code.

2.2.6 is "most likely the last release in 2.2 series" (for KDE3).
>How-To-Repeat:

>Fix:
--- net/ktorrent/Makefile       18 Jan 2008 05:08:43 -0000      1.15
+++ net/ktorrent/Makefile       23 Apr 2008 22:09:28 -0000
@@ -1,11 +1,11 @@
 # $NetBSD: Makefile,v 1.15 2008/01/18 05:08:43 tnn Exp $
 
 DISTNAME=      ktorrent-${KTORRENT_VER}
-PKGREVISION=   1
 CATEGORIES=    net kde
 MASTER_SITES=  http://ktorrent.org/downloads/${KTORRENT_VER}/
+EXTRACT_SUFX=  .tar.bz2
 
-KTORRENT_VER=  2.2.4
+KTORRENT_VER=  2.2.6
 
 MAINTAINER=    shattered%users.sourceforge.net@localhost
 HOMEPAGE=      http://ktorrent.org/
--- net/ktorrent/distinfo       9 Dec 2007 19:08:15 -0000       1.10
+++ net/ktorrent/distinfo       23 Apr 2008 22:09:43 -0000
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.10 2007/12/09 19:08:15 wiz Exp $
+$NetBSD$
 
-SHA1 (ktorrent-2.2.4.tar.gz) = f0451984d2e9c9c76f84ce360e6427ececc29531
-RMD160 (ktorrent-2.2.4.tar.gz) = 5f5e6456c194f327d4c7fcf3cb11abec197f5a6b
-Size (ktorrent-2.2.4.tar.gz) = 3843873 bytes
-SHA1 (patch-aa) = ef4fb3204159a548ba13b8259efb1aa9cb50a19f
+SHA1 (ktorrent-2.2.6.tar.bz2) = 8cb08ba0eedd8d8d12536c36acdb2fc1a8008137
+RMD160 (ktorrent-2.2.6.tar.bz2) = a58db308088812abd82a715fdf8da443b7ceee76
+Size (ktorrent-2.2.6.tar.bz2) = 2644896 bytes
 SHA1 (patch-ab) = 7deeb27c42d10f104852d227cacd5ddd54e46f49
-SHA1 (patch-ac) = 4534aae8e78f92cb1f5cae7e77befb0db8c46735
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,31 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2007/07/22 08:38:58 abs Exp $
-
---- libktorrent/net/socket.cpp.orig    2007-07-02 17:48:46.000000000 +0100
-+++ libktorrent/net/socket.cpp
-@@ -38,7 +38,7 @@
- #include <sys/filio.h>
- #endif
- 
--#if defined(Q_OS_MACX) || defined(Q_OS_DARWIN) || (defined(Q_OS_FREEBSD) && 
__FreeBSD_version < 600020) || defined (Q_OS_SOLARIS) || defined(Q_OS_NETBSD) 
-+#ifndef MSG_NOSIGNAL
- #define MSG_NOSIGNAL 0
- #endif
- 
-@@ -56,7 +56,7 @@ namespace net
- 
-       Socket::Socket(int fd) : m_fd(fd),m_state(IDLE)
-       {
--#if defined(Q_OS_MACX) || defined(Q_OS_DARWIN) || (defined(Q_OS_FREEBSD) && 
__FreeBSD_version < 600020)
-+#if defined(Q_OS_MACX) || defined(Q_OS_DARWIN) || (defined(Q_OS_FREEBSD) && 
!defined(__DragonFly__) && __FreeBSD_version < 600020)
-               int val = 1; 
-               if (setsockopt(m_fd,SOL_SOCKET,SO_NOSIGPIPE,&val,sizeof(int)) < 
0)
-               {
-@@ -74,7 +74,7 @@ namespace net
-                       Out(SYS_GEN|LOG_IMPORTANT) << QString("Cannot create 
socket : %1").arg(strerror(errno)) << endl;
-               }
-               m_fd = fd;
--#if defined(Q_OS_MACX) || defined(Q_OS_DARWIN) || (defined(Q_OS_FREEBSD) && 
__FreeBSD_version < 600020)
-+#if defined(Q_OS_MACX) || defined(Q_OS_DARWIN) || (defined(Q_OS_FREEBSD) && 
!defined(__DragonFly__) && __FreeBSD_version < 600020)
-               int val = 1;
-               if (setsockopt(m_fd,SOL_SOCKET,SO_NOSIGPIPE,&val,sizeof(int)) < 
0)
-               {
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2007/12/09 19:08:15 wiz Exp $
-
---- translations/nb/messages/ktorrent.po.orig  2007-11-20 19:21:27.000000000 
+0000
-+++ translations/nb/messages/ktorrent.po
-@@ -4895,11 +4895,6 @@ msgstr ""
- "strømmer med dem"
- 
- #, fuzzy
--#~| msgid "Alt+1"
--#~ msgid "Alt+X"
--#~ msgstr "Alt + 1"
--
--#, fuzzy
- #~ msgid "TrackerViewBase"
- #~ msgstr "Sporere"
- 



Home | Main Index | Thread Index | Old Index