diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-03-13 12:05:06 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-03-13 12:05:06 +0000 |
commit | f6e0e2defa838471eeccdcefcc7e42ac8b2c180f (patch) | |
tree | 7e3ba72d9235d21c12c562939f005f19cd148cd9 /net-nntp/klibido/files | |
parent | Snapshot update. Use new initscript. (diff) | |
download | gentoo-2-f6e0e2defa838471eeccdcefcc7e42ac8b2c180f.tar.gz gentoo-2-f6e0e2defa838471eeccdcefcc7e42ac8b2c180f.tar.bz2 gentoo-2-f6e0e2defa838471eeccdcefcc7e42ac8b2c180f.zip |
Version bump.
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-nntp/klibido/files')
-rw-r--r-- | net-nntp/klibido/files/0.2.0-nntpthreadsocket.cpp.diff | 19 | ||||
-rw-r--r-- | net-nntp/klibido/files/0.2.0-qmgr.cpp.diff | 11 | ||||
-rw-r--r-- | net-nntp/klibido/files/digest-klibido-0.2.0 | 1 | ||||
-rw-r--r-- | net-nntp/klibido/files/digest-klibido-0.2.0-r1 | 1 | ||||
-rw-r--r-- | net-nntp/klibido/files/digest-klibido-0.2.1.1 | 1 |
5 files changed, 1 insertions, 32 deletions
diff --git a/net-nntp/klibido/files/0.2.0-nntpthreadsocket.cpp.diff b/net-nntp/klibido/files/0.2.0-nntpthreadsocket.cpp.diff deleted file mode 100644 index d824c25e5abe..000000000000 --- a/net-nntp/klibido/files/0.2.0-nntpthreadsocket.cpp.diff +++ /dev/null @@ -1,19 +0,0 @@ ---- src/nntpthreadsocket.cpp 2004-11-17 00:04:18.000000000 +0100 -+++ src/nntpthreadsocket.cpp.fixed 2005-01-04 14:59:07.460083575 +0100 -@@ -1983,14 +1983,14 @@ - if (!m_sendCmd(cmd, NntpThreadSocket::list)) - return false; - -- while (!(cancel) && line[0] != '.') { -+ while (!(line[0] == '.') && !(line[1] == '\0') ) { - if (!waitLine()) - return false; - - - - while (m_readLine()) { -- if (line[0] == '.') -+ if ( (line[0] == '.') && (line[1] == '\0') ) - break; - else { - diff --git a/net-nntp/klibido/files/0.2.0-qmgr.cpp.diff b/net-nntp/klibido/files/0.2.0-qmgr.cpp.diff deleted file mode 100644 index c0736f4a2e1b..000000000000 --- a/net-nntp/klibido/files/0.2.0-qmgr.cpp.diff +++ /dev/null @@ -1,11 +0,0 @@ ---- src/qmgr.cpp 2004-11-17 00:04:19.000000000 +0100 -+++ src/qmgr.cpp.fixed 2004-12-28 01:36:08.634618228 +0100 -@@ -2177,7 +2177,7 @@ - memset(&key, 0, sizeof(key)); - key.set_flags(DB_DBT_MALLOC); - memset(&data, 0, sizeof(data)); -- key.set_flags(DB_DBT_MALLOC); -+ data.set_flags(DB_DBT_MALLOC); - // qDebug("Id: %d", id); - // qDebug("Newsgroup: %s", qsi->group.latin1()); - // qDebug("index: %s", qsi->index.latin1()); diff --git a/net-nntp/klibido/files/digest-klibido-0.2.0 b/net-nntp/klibido/files/digest-klibido-0.2.0 deleted file mode 100644 index 9015f3480eea..000000000000 --- a/net-nntp/klibido/files/digest-klibido-0.2.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 d4851385b333ddf8970ac24955ea4c48 klibido-0.2.0.tar.gz 756394 diff --git a/net-nntp/klibido/files/digest-klibido-0.2.0-r1 b/net-nntp/klibido/files/digest-klibido-0.2.0-r1 deleted file mode 100644 index 9015f3480eea..000000000000 --- a/net-nntp/klibido/files/digest-klibido-0.2.0-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 d4851385b333ddf8970ac24955ea4c48 klibido-0.2.0.tar.gz 756394 diff --git a/net-nntp/klibido/files/digest-klibido-0.2.1.1 b/net-nntp/klibido/files/digest-klibido-0.2.1.1 new file mode 100644 index 000000000000..1e4f287ee2f8 --- /dev/null +++ b/net-nntp/klibido/files/digest-klibido-0.2.1.1 @@ -0,0 +1 @@ +MD5 eb584762485f9b064f68068af7516b76 klibido-0.2.1.1.tar.gz 681765 |