summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Wegener <swegener@gentoo.org>2005-01-17 20:12:41 +0000
committerSven Wegener <swegener@gentoo.org>2005-01-17 20:12:41 +0000
commitf10aba4cff8b016dcaa1ff3d80dd8c7011df4e12 (patch)
treeb6de401e585e8a9c7cb08a70a46165fbaeac6b0a /net-news
parentMoved to net-nntp/sn. (diff)
downloadgentoo-2-f10aba4cff8b016dcaa1ff3d80dd8c7011df4e12.tar.gz
gentoo-2-f10aba4cff8b016dcaa1ff3d80dd8c7011df4e12.tar.bz2
gentoo-2-f10aba4cff8b016dcaa1ff3d80dd8c7011df4e12.zip
Moved to net-nntp/slrn.
Diffstat (limited to 'net-news')
-rw-r--r--net-news/slrn/files/0.9.8.0/slrn-0.9.8.0-ranges.diff27
-rw-r--r--net-news/slrn/files/0.9.8.1/slrn-0.9.8.1-fetch.diff30
-rw-r--r--net-news/slrn/files/0.9.8.1/slrn-0.9.8.1-lastchar2.diff150
3 files changed, 0 insertions, 207 deletions
diff --git a/net-news/slrn/files/0.9.8.0/slrn-0.9.8.0-ranges.diff b/net-news/slrn/files/0.9.8.0/slrn-0.9.8.0-ranges.diff
deleted file mode 100644
index 4888cbdd91ee..000000000000
--- a/net-news/slrn/files/0.9.8.0/slrn-0.9.8.0-ranges.diff
+++ /dev/null
@@ -1,27 +0,0 @@
---- slrn-0.9.8.0/src/ranges.c 2003-08-02 01:19:39.000000000 +0200
-+++ slrn/src/ranges.c 2003-09-02 14:45:34.000000000 +0200
-@@ -264,13 +264,17 @@
- do
- {
- /* skip ranges that don't intersect at all */
-- if (b != NULL)
-- while ((a != NULL) && (a->max < b->min))
-- a = a->next;
--
-- if (a != NULL)
-- while ((b != NULL) && (b->max < a->min))
-- b = b->next;
-+ do
-+ {
-+ if (b != NULL)
-+ while ((a != NULL) && (a->max < b->min))
-+ a = a->next;
-+
-+ if (a != NULL)
-+ while ((b != NULL) && (b->max < a->min))
-+ b = b->next;
-+ }
-+ while ((a!=NULL) && (b!=NULL) && (a->max < b->min));
-
- /* append a range containing the next intersection */
- if ((a!=NULL) && (b!=NULL))
diff --git a/net-news/slrn/files/0.9.8.1/slrn-0.9.8.1-fetch.diff b/net-news/slrn/files/0.9.8.1/slrn-0.9.8.1-fetch.diff
deleted file mode 100644
index a6aa030f6528..000000000000
--- a/net-news/slrn/files/0.9.8.1/slrn-0.9.8.1-fetch.diff
+++ /dev/null
@@ -1,30 +0,0 @@
---- slrn-0.9.8.1/src/slrnpull.c 2004-02-28 23:08:17.000000000 +0100
-+++ slrn/src/slrnpull.c 2004-10-10 01:42:31.000000000 +0200
-@@ -1647,7 +1647,7 @@
- || (((unsigned int)server_max <= gmax) && (gmin <= gmax)))
- {
- log_message (_("%s: no new articles available."), g->name);
-- return 0;
-+ goto fetch_marked_bodies;
- }
-
- Num_Duplicates = 0;
-@@ -1667,7 +1667,7 @@
- g->max = g->server_max;
- log_message (_("%s: No new articles available."), g->name);
- slrn_free ((char *) numbers);
-- return 0;
-+ goto fetch_marked_bodies;
- }
-
- log_message (_("%s: %u articles available."), g->name, num_numbers - i);
-@@ -1716,7 +1716,8 @@
- }
-
- /* Now, fetch marked article bodies. */
--
-+
-+ fetch_marked_bodies:
- /* Don't request bodies that are no longer there. */
- if (server_min > 1)
- g->requests = slrn_ranges_remove (g->requests, 1, server_min-1);
diff --git a/net-news/slrn/files/0.9.8.1/slrn-0.9.8.1-lastchar2.diff b/net-news/slrn/files/0.9.8.1/slrn-0.9.8.1-lastchar2.diff
deleted file mode 100644
index 1e02ad3b968f..000000000000
--- a/net-news/slrn/files/0.9.8.1/slrn-0.9.8.1-lastchar2.diff
+++ /dev/null
@@ -1,150 +0,0 @@
-diff -ru slrn-0.9.8.1.orig/src/group.c slrn-0.9.8.1/src/group.c
---- slrn-0.9.8.1.orig/src/group.c 2004-08-15 23:09:31.000000000 +0200
-+++ slrn-0.9.8.1/src/group.c 2004-11-05 23:01:51.391610936 +0100
-@@ -3,7 +3,7 @@
- This file is part of SLRN.
-
- Copyright (c) 1994, 1999 John E. Davis <davis@space.mit.edu>
-- Copyright (c) 2001-2003 Thomas Schultz <tststs@gmx.de>
-+ Copyright (c) 2001-2004 Thomas Schultz <tststs@gmx.de>
-
- This program is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License as published by the Free
-@@ -2605,7 +2605,10 @@
- if ((p == pmax) || (p == vline))
- continue;
-
-- vline[vlen-1] = 0; /* kill \n and NULL terminate */
-+ if (vline[vlen-1] == '\n')
-+ vline[vlen-1] = 0;
-+ else
-+ vline[vlen] = 0;
-
- if (-1 == add_group (vline, (unsigned int) (p - vline),
- ((ch == '!') ? GROUP_UNSUBSCRIBED : 0), 0, 0))
-diff -ru slrn-0.9.8.1.orig/src/misc.c slrn-0.9.8.1/src/misc.c
---- slrn-0.9.8.1.orig/src/misc.c 2004-09-27 23:30:35.000000000 +0200
-+++ slrn-0.9.8.1/src/misc.c 2004-11-05 23:02:09.519855024 +0100
-@@ -1165,8 +1165,11 @@
- if (vlen == 0) continue;
-
- line = slrn_safe_malloc (vlen+512); /* add some for MIME overhead */
-- slrn_strncpy (line, vline, vlen);
-- line[vlen-1] = 0; /* kill \n and NULL terminate */
-+ strncpy (line, vline, vlen);
-+ if (line[vlen-1] == '\n')
-+ line[vlen-1] = 0;
-+ else
-+ line[vlen] = 0;
-
- if (header)
- {
-diff -ru slrn-0.9.8.1.orig/src/post.c slrn-0.9.8.1/src/post.c
---- slrn-0.9.8.1.orig/src/post.c 2004-09-28 11:05:54.000000000 +0200
-+++ slrn-0.9.8.1/src/post.c 2004-11-05 23:02:53.936102728 +0100
-@@ -467,7 +467,10 @@
- linenum = 0;
- while ((NULL != (vline = vgets (vp, &vlen))) && (*vline != '\n'))
- {
-- vline[vlen-1] = 0;
-+ if (vline[vlen-1] == '\n')
-+ vline[vlen-1] = 0;
-+ else
-+ vline[vlen] = 0;
- linenum++;
- if (0 == slrn_case_strncmp ((unsigned char *)vline,
- (unsigned char *) "Cc: ", 4))
-@@ -540,7 +543,10 @@
-
- while ((NULL != (vline = vgets (vp, &vlen))) && (*vline != '\n'))
- {
-- vline[vlen-1] = 0;
-+ if (vline[vlen-1] == '\n')
-+ vline[vlen-1] = 0;
-+ else
-+ vline[vlen] = 0;
- linenum++;
- if (linenum == cc_line) continue;
- if (is_empty_header (vline)) continue;
-@@ -593,7 +599,10 @@
-
- while (NULL != (vline = vgets (vp, &vlen)))
- {
-- vline[vlen-1] = 0;
-+ if (vline[vlen-1] == '\n')
-+ vline[vlen-1] = 0;
-+ else
-+ vline[vlen] = 0;
- fputs (vline, pp);
- fputs ("\n", pp);
- }
-@@ -1411,8 +1420,11 @@
- if (vlen == 0) continue;
-
- linep = slrn_safe_malloc (vlen+512); /* add some for MIME overhead */
-- slrn_strncpy (linep, vline, vlen);
-- linep[vlen-1] = 0; /* kill \n and NULL terminate */
-+ strncpy (linep, vline, vlen);
-+ if (linep[vlen-1] == '\n')
-+ linep[vlen-1] = 0; /* kill \n and NULL terminate */
-+ else
-+ linep[vlen] = 0;
-
- if (header)
- {
-diff -ru slrn-0.9.8.1.orig/src/slrnpull.c slrn-0.9.8.1/src/slrnpull.c
---- slrn-0.9.8.1.orig/src/slrnpull.c 2004-02-28 23:08:17.000000000 +0100
-+++ slrn-0.9.8.1/src/slrnpull.c 2004-11-05 23:03:18.859313824 +0100
-@@ -3273,7 +3273,10 @@
-
- if (NULL != (vline = vgets (vp, &vlen)))
- {
-- vline[vlen] = 0; /* make sure line is NULL terminated */
-+ if (vline[vlen-1] == '\n')
-+ vline[vlen-1] = 0; /* make sure line is NULL terminated */
-+ else
-+ vline[vlen] = 0;
- group->headers = slrn_ranges_from_newsrc_line (vline);
- }
-
-@@ -3382,7 +3385,10 @@
- if (NULL == (group = find_group_type (vline)))
- continue;
-
-- vline[vlen-1] = 0; /* kill \n and NULL terminate */
-+ if (vline[vlen-1] == '\n')
-+ vline[vlen-1] = 0;
-+ else
-+ vline[vlen] = 0;
-
- r = slrn_ranges_from_newsrc_line (p+1);
- group->requests = slrn_ranges_merge (group->requests, r);
-diff -ru slrn-0.9.8.1.orig/src/spool.c slrn-0.9.8.1/src/spool.c
---- slrn-0.9.8.1.orig/src/spool.c 2004-08-15 22:48:13.000000000 +0200
-+++ slrn-0.9.8.1/src/spool.c 2004-11-05 23:04:17.628379568 +0100
-@@ -1757,7 +1757,10 @@
-
- if (NULL != (vline = vgets (vp, &vlen)))
- {
-- vline[vlen] = 0; /* make sure line is NULL terminated */
-+ if (vline[vlen-1] == '\n')
-+ vline[vlen-1] = 0; /* make sure line is NULL terminated */
-+ else
-+ vline[vlen] = 0;
- retval = slrn_ranges_from_newsrc_line (vline);
- }
-
-@@ -1787,8 +1790,11 @@
- if ((p == pmax) || (p == vline) ||
- (strncmp(vline, group, (p-vline))))
- continue;
--
-- vline[vlen-1] = 0; /* kill \n and NULL terminate */
-+
-+ if (vline[vlen-1] == '\n')
-+ vline[vlen-1] = 0;
-+ else
-+ vline[vlen] = 0;
-
- retval = slrn_ranges_from_newsrc_line (p+1);
- break;