update to 1.4.980818
This commit is contained in:
parent
7115d95299
commit
6508ba14d1
@ -4,11 +4,11 @@
|
||||
# Date created: 18 November 1997
|
||||
# Whom: gene
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.4 1998/08/16 23:36:05 marc Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 1998/09/08 05:43:35 marc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tinpre-1.4-980730
|
||||
PKGNAME= tin-1.4.980730
|
||||
DISTNAME= tinpre-1.4-980818
|
||||
PKGNAME= tin-1.4.980818
|
||||
CATEGORIES= news
|
||||
|
||||
NO_CDROM= "NOFEE: Can not sell"
|
||||
|
@ -1 +1 @@
|
||||
MD5 (tinpre-1.4-980730.tgz) = 8eb854f9ec5105ce66f89fc7629fb70e
|
||||
MD5 (tinpre-1.4-980818.tgz) = 93f20163834b3a15772b4f128441004f
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- configure.~1~ Thu Jul 23 04:22:48 1998
|
||||
+++ configure Sat Aug 15 16:58:32 1998
|
||||
--- configure.~1~ Fri Aug 7 12:28:32 1998
|
||||
+++ configure Mon Sep 7 21:51:20 1998
|
||||
@@ -3355,9 +3355,9 @@
|
||||
echo "$ac_t""no" 1>&6
|
||||
|
||||
@ -26,14 +26,14 @@
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 3400 "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -5834,14 +5834,14 @@
|
||||
@@ -5919,14 +5919,14 @@
|
||||
else
|
||||
found_tcap=no
|
||||
if test $found_ncurses = yes ; then
|
||||
- echo $ac_n "checking for tgoto in -lncurses""... $ac_c" 1>&6
|
||||
-echo "configure:5839: checking for tgoto in -lncurses" >&5
|
||||
-echo "configure:5924: checking for tgoto in -lncurses" >&5
|
||||
+ echo $ac_n "checking for tgoto in -lcurses""... $ac_c" 1>&6
|
||||
+echo "configure:5839: checking for tgoto in -lcurses" >&5
|
||||
+echo "configure:5924: checking for tgoto in -lcurses" >&5
|
||||
ac_lib_var=`echo ncurses'_'tgoto | sed 'y%./+-%__p_%'`
|
||||
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
@ -42,5 +42,5 @@
|
||||
-LIBS="-lncurses $LIBS"
|
||||
+LIBS="-lcurses $LIBS"
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 5847 "configure"
|
||||
#line 5932 "configure"
|
||||
#include "confdefs.h"
|
||||
|
@ -1,14 +1,10 @@
|
||||
--- src/auth.c.~1~ Mon Jul 27 12:05:01 1998
|
||||
+++ src/auth.c Sat Aug 15 17:20:53 1998
|
||||
@@ -44,6 +44,7 @@
|
||||
FILE *fp;
|
||||
t_bool builtinauth = FALSE;
|
||||
static int cookiefd = -1;
|
||||
+ int fdfd;
|
||||
#ifdef HAVE_PUTENV
|
||||
char *new_env;
|
||||
static char *old_env = 0;
|
||||
@@ -64,14 +65,16 @@
|
||||
--- src/auth.c.~1~ Mon Sep 7 21:52:28 1998
|
||||
+++ src/auth.c Mon Sep 7 21:54:15 1998
|
||||
@@ -64,17 +64,20 @@
|
||||
(void) sscanf (authcmd, "%*d.%*d.%d", &cookiefd);
|
||||
|
||||
if (cookiefd == -1) {
|
||||
+ int fdfd;
|
||||
char tempfile[BUFSIZ];
|
||||
|
||||
sprintf (tempfile, "%stin_AXXXXXX", TMPDIR);
|
||||
@ -18,7 +14,7 @@
|
||||
error_message (txt_cannot_create_uniq_name);
|
||||
#ifdef DEBUG
|
||||
debug_nntp ("authorization", txt_cannot_create_uniq_name);
|
||||
#endif
|
||||
#endif /* DEBUG */
|
||||
return FALSE;
|
||||
} else {
|
||||
- if ((fp = fopen (tempfile, "w+")) != (FILE *) 0) {
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- src/open.c.~1~ Mon Jul 27 12:05:01 1998
|
||||
+++ src/open.c Sat Aug 15 17:25:05 1998
|
||||
@@ -629,11 +629,12 @@
|
||||
--- src/open.c.orig Fri Aug 14 11:34:01 1998
|
||||
+++ src/open.c Mon Sep 7 21:55:05 1998
|
||||
@@ -630,11 +630,12 @@
|
||||
char tempfile[PATH_LEN];
|
||||
int count = 0;
|
||||
struct stat sb;
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- doc/tin.1.orig Thu Jul 23 05:55:02 1998
|
||||
+++ doc/tin.1 Sat Aug 15 17:28:56 1998
|
||||
--- doc/tin.1.orig Sat Aug 8 11:41:32 1998
|
||||
+++ doc/tin.1 Mon Sep 7 21:55:44 1998
|
||||
@@ -79,7 +79,7 @@
|
||||
.SH DESCRIPTION
|
||||
.B tin
|
||||
@ -9,7 +9,7 @@
|
||||
NNTP (Network News Transport Protocol) server. It will automatically utilize
|
||||
NOV (News OVerview) style index files if available locally or via the NNTP
|
||||
XOVER command.
|
||||
@@ -1181,7 +1181,7 @@
|
||||
@@ -1176,7 +1176,7 @@
|
||||
.\" FIXME - bring into a useful order
|
||||
At startup, \fBtin\fR reads in the configuration file. This contains a list
|
||||
of variables that can be used to configure the way \fBtin\fR works. If it
|
||||
@ -18,7 +18,7 @@
|
||||
After that, the users own configuration file is read from
|
||||
\fI$HOME/.tin/tinrc\fP. The global file is useful for distributing
|
||||
system-wide defaults to new users who have no private tinrc yet.
|
||||
@@ -2270,14 +2270,14 @@
|
||||
@@ -2265,14 +2265,14 @@
|
||||
.PP
|
||||
A slightly better method is to set \fBtin\fR setuid news and have all index
|
||||
files created and updated in the news spool directory (i.e.,
|
||||
@ -35,7 +35,7 @@
|
||||
one copy of the index files on each machine on your network and
|
||||
\fBtin\fR must not be setuid news, but the disadvantage is that you will
|
||||
have to have news permissions to install \fBtind\fR and root permissions to
|
||||
@@ -2287,7 +2287,7 @@
|
||||
@@ -2282,7 +2282,7 @@
|
||||
The best method is to install the \fBtind\fR index file updating daemon on
|
||||
your NNTP server and have it create and update index files for all groups in
|
||||
your active file at regular intervals in the news spool directory (i.e.,
|
||||
@ -44,7 +44,7 @@
|
||||
one copy of the index files on the NNTP server for the whole of your
|
||||
network, but the disadvantage is that you will have to install my NNTP
|
||||
server patches to allow \fBtin\fR to retrieve index file from your NNTP
|
||||
@@ -2503,16 +2503,16 @@
|
||||
@@ -2498,16 +2498,16 @@
|
||||
\fI$HOME/.sigfixed\fP
|
||||
fixed part of a randomly generated signature.
|
||||
.TP
|
||||
|
Loading…
Reference in New Issue
Block a user