From ec1d6a836c13243c70698af1a7bad38356c06593 Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 13 May 2003 11:56:44 +0000 Subject: Update "inn" package to version 2.3.5. Changes since version 2.3.4: - Clients using POST are no longer permitted to provide an Injector-Info header. - Fixed a bug causing posts with Followup-To set to a moderated group to be rejected if the posting user didn't have permission to approve postings. - Fixed bugs in inncheck with setuid rnews or setgid inews, in innconfval with inn.conf parameters containing shell metacharacters but no spaces, and in parsedate.y with some versions of yacc. Fixed a variety of size-related printf format warnings (e.g., %d vs. %ld) thanks to the work of Winfried Szukalski. While INN 2.3.5 is not the latest officially released version it is the latest one for which an IPv6 patch is available. --- news/inn/Makefile | 7 ++++--- news/inn/distinfo | 12 ++++++------ news/inn/patches/patch-aa | 14 +++++++------- 3 files changed, 17 insertions(+), 16 deletions(-) (limited to 'news') diff --git a/news/inn/Makefile b/news/inn/Makefile index 24f81408133..e0684e957dc 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.41 2003/03/23 11:07:15 tron Exp $ +# $NetBSD: Makefile,v 1.42 2003/05/13 11:56:44 tron Exp $ -DISTNAME= inn-2.3.4 +DISTNAME= inn-${INN_VERSION} CATEGORIES= news MASTER_SITES= ftp://ftp.isc.org/isc/inn/ \ ftp://ftp.sunet.se/pub/news/nntp/inn/ \ @@ -13,9 +13,10 @@ COMMENT= the public release of InterNet News (INN) CONFLICTS+= nntpclnt-[0-9]* PATCH_SITES= ftp://ftp.north.ad.jp/pub/IPv6/INN/ -PATCHFILES= inn-2.3.4-v6-20030201.diff.gz +PATCHFILES= inn-${INN_VERSION}-v6-20030327.diff.gz PATCH_DIST_STRIP= -p1 +INN_VERSION= 2.3.5 INN_DATA_DIR?= /var/news INN_SPOOL?= ${INN_DATA_DIR}/spool BUILD_DEFS+= INN_DATA_DIR diff --git a/news/inn/distinfo b/news/inn/distinfo index 777c1d5a1e9..92cc1a27cdc 100644 --- a/news/inn/distinfo +++ b/news/inn/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.6 2003/03/23 11:07:16 tron Exp $ +$NetBSD: distinfo,v 1.7 2003/05/13 11:56:44 tron Exp $ -SHA1 (inn-2.3.4.tar.gz) = a1db5d61e37e1aaffd50652beb6b2fbedfb71a49 -Size (inn-2.3.4.tar.gz) = 1429957 bytes -SHA1 (inn-2.3.4-v6-20030201.diff.gz) = be284e51cd0716f7c3ce2ca62b720a59b4379984 -Size (inn-2.3.4-v6-20030201.diff.gz) = 53812 bytes -SHA1 (patch-aa) = 8d7bc0e2fef8ef473bbb19c075e7037621199d1e +SHA1 (inn-2.3.5.tar.gz) = 9fff9ce731f8f62d768eaa4a742bb8d91960b59d +Size (inn-2.3.5.tar.gz) = 1421702 bytes +SHA1 (inn-2.3.5-v6-20030327.diff.gz) = b3fb3cd02d94e5cdb3a3b4ab05a689d32a6ddb03 +Size (inn-2.3.5-v6-20030327.diff.gz) = 53828 bytes +SHA1 (patch-aa) = 39fcd03440ece2246503197d217e04e4724bbb8d SHA1 (patch-ab) = c3360248137c07c0e1750860de79aa1f372a6352 SHA1 (patch-ac) = dafbd4918eb771cf0bb49b9d2503125812fe6852 SHA1 (patch-ad) = 9c23ed46cd3bde1c9ac3797e166bc69a2218ef42 diff --git a/news/inn/patches/patch-aa b/news/inn/patches/patch-aa index f7b8738e21c..cecfc9142a2 100644 --- a/news/inn/patches/patch-aa +++ b/news/inn/patches/patch-aa @@ -1,18 +1,18 @@ -$NetBSD: patch-aa,v 1.8 2001/02/08 16:23:06 tron Exp $ +$NetBSD: patch-aa,v 1.9 2003/05/13 11:56:45 tron Exp $ ---- configure.orig Mon Feb 5 10:10:58 2001 -+++ configure Mon Feb 5 10:21:23 2001 -@@ -953,8 +953,7 @@ +--- configure.orig 2003-05-13 13:47:37.000000000 +0200 ++++ configure 2003-05-13 13:48:36.000000000 +0200 +@@ -964,8 +964,7 @@ if test "${enable_uucp_rnews+set}" = set; then enableval="$enable_uucp_rnews" if test "x$enableval" = xyes ; then - RNEWSGRP=uucp -- RNEWSMODE=4550 -+ RNEWSMODE=4555 +- RNEWSMODE=04550 ++ RNEWSMODE=04555 fi fi -@@ -2333,7 +2332,7 @@ +@@ -2355,7 +2354,7 @@ echo "$ac_t""no" 1>&6 fi -- cgit v1.2.3