pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/news/newsx - Make news/newsx build again after latest ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15f759648daf
branches:  trunk
changeset: 545202:15f759648daf
user:      cube <cube%pkgsrc.org@localhost>
date:      Mon Jul 28 16:27:42 2008 +0000

description:
- Make news/newsx build again after latest news/inn update.
- Apply a patch from Fedora (by Dominik 'Rathann' Mierzejewski) to fix
  CVE-2008-3252.

Bump package revision (security fix).

diffstat:

 news/newsx/Makefile         |   9 +++++----
 news/newsx/distinfo         |   3 ++-
 news/newsx/patches/patch-ac |  19 +++++++++++++++++++
 3 files changed, 26 insertions(+), 5 deletions(-)

diffs (62 lines):

diff -r 4ebbfade5f74 -r 15f759648daf news/newsx/Makefile
--- a/news/newsx/Makefile       Mon Jul 28 15:34:40 2008 +0000
+++ b/news/newsx/Makefile       Mon Jul 28 16:27:42 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2008/06/20 01:09:32 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2008/07/28 16:27:42 cube Exp $
 #
 
 DISTNAME=      newsx-1.6
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    news
 MASTER_SITES=  ftp://ftp.kvaleberg.com/pub/
 
@@ -16,8 +16,9 @@
 
 .include "../../news/inn/Makefile.common"
 CONFIGURE_ARGS+=       --with-newshome=${INN_PREFIX}/lib
-CONFIGURE_ARGS+=       --with-rnews=${INN_PREFIX}/bin/rnews
-CONFIGURE_ARGS+=       --with-inews=${INN_PREFIX}/bin/inews
+CONFIGURE_ARGS+=       --with-newsinclude=${PREFIX}/include/inn
+CONFIGURE_ARGS+=       --with-rnews=${INN_PATHBIN}/rnews
+CONFIGURE_ARGS+=       --with-inews=${INN_PATHBIN}/inews
 CONFIGURE_ARGS+=       --with-history-mode=indexed
 
 .include "../../news/inn/buildlink3.mk"
diff -r 4ebbfade5f74 -r 15f759648daf news/newsx/distinfo
--- a/news/newsx/distinfo       Mon Jul 28 15:34:40 2008 +0000
+++ b/news/newsx/distinfo       Mon Jul 28 16:27:42 2008 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.3 2005/02/24 12:19:55 agc Exp $
+$NetBSD: distinfo,v 1.4 2008/07/28 16:27:42 cube Exp $
 
 SHA1 (newsx-1.6.tar.gz) = e128e89ba161ceb4ab6d652d8c132ae3a33fbb20
 RMD160 (newsx-1.6.tar.gz) = e9d1785ad94510055ffcd5d3d15aeafbc16c4f46
 Size (newsx-1.6.tar.gz) = 302821 bytes
 SHA1 (patch-aa) = b0996217c88e250ed38900ad1f706d16b9900550
 SHA1 (patch-ab) = d3ca5f2231f14b27ff4ee375c1b19b5c158b71be
+SHA1 (patch-ac) = bc188323938a83c8d5bfeefe389fd6c6f3720c2f
diff -r 4ebbfade5f74 -r 15f759648daf news/newsx/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/news/newsx/patches/patch-ac       Mon Jul 28 16:27:42 2008 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-ac,v 1.1 2008/07/28 16:27:42 cube Exp $
+
+--- src/getarticle.c.orig      2003-01-21 10:47:25.000000000 +0100
++++ src/getarticle.c
+@@ -143,12 +143,12 @@ read_article(long where,char *group)
+     long len;
+     long bytecount = 0L; /* BUG: */
+ 
+-    line=linebuf;
+-    line[MAX_HEADER_SIZE] = '\0'; /* better safe than sorry */
++    linebuf[MAX_HEADER_SIZE] = '\0'; /* better safe than sorry */
+     path_line[0] = '\0';
+ 
+     /* fetch the article, header and body */
+     for (;;) {
++      line=linebuf;
+       if (!get_server_msg(line, MAX_HEADER_SIZE)) {
+           /* timeout: simply give up */
+           return 0;



Home | Main Index | Thread Index | Old Index