Commit graph

300 commits

Author SHA1 Message Date
cjep
ba33c1c85e Upgrade of Leafnode (news/leafnode) to version 1.9.27.
Differences to Leafnode version 1.9.26:

* Bug fixes and changes including:
	+ checkpeerlocal.c:
	  % Fix infinite loop problem when interface list is longer than
	    2 kB (reported by Brian Somers).
	  % Fix for non-IPv6 compilation on Solaris
	  % Fix compiler warnings

	+ Portability fixes for 64bit platforms in activutil.c, nntpd.c
	  and texpire.c

	+ nntpd.c: if allowstrangers is set, don't call checkpeerlocal
	  at all.k

(For more details, please see the Leafnode ChangeLog file)
2002-09-25 06:50:17 +00:00
rh
e8b0460787 Fix MASTER_SITES 2002-09-25 05:58:45 +00:00
rh
2fd637794d Update pan to 0.13.0. Updates and bugfixes are too numerous to list here,
but most importantly, pan now uses GTK2 instead of GNOME for its widgets.
2002-09-25 04:58:44 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
jlam
3ac80e007e buildlink1 -> buildlink2 2002-09-23 23:55:25 +00:00
grant
d302493840 comment fix. 2002-09-23 15:32:56 +00:00
cjep
c796992634 Upgrade of Leafnode (news/leafnode) to version 1.9.26.
Differences to previous NetBSD package:

* Use devel/pcre rather than the one supplied with Leafnode.

Differences to Leafnode version 1.9.22:

* Bug fixes and changes including:
	+ No longer install lsort
	+ Merge in timeout_client patch from Jonathan Larmour
	+ Fix file descriptor leak in markdownload()
	+ No longer emit "400 Service discontinued" to clients.
	+ Drop connection when the upstream server runs NNTPcache 2.3.x
	+ More verbose POST reject messages.
	+ Fix two filtering bugs in fetchnews.
	+ Expire groups that are not in group.info
	+ Fix several memory leaks (e.g. in fetchnews.c, newsq.c &
		artutil.c)
	+ Fix possible overflow in nntpd.c
	+ Some speed improvements (e.g. in getline.c and mastring.c)
	+ Fix bogus error messages.
	+ Several documentation fixes.
	+ Various fixes from Leafnode 2.

(For more details, please see the Leafnode ChangeLog file)
2002-09-22 10:35:48 +00:00
tron
502c977ebf Add necessary "bsd.pkg.install.mk" glue code to create the "news" group
required by this package. Bump package revision once more.
2002-09-18 21:16:24 +00:00
tron
1d48392e82 Use group "news" again because it is used for reading read protected
server authentification files. Bump package revision once more.
2002-09-18 14:13:54 +00:00
tron
0098eba49c Use wildcard dependence for "nntpclnt" package. 2002-09-18 07:09:19 +00:00
tron
7cf055c937 Fix typo in last commit. 2002-09-18 07:05:29 +00:00
tron
16d7f20276 Don't install the "inews" binary as setgid "news" because it is
completely unnecessary. Bump package revision to 1.
2002-09-18 07:05:04 +00:00
tron
153612c8c0 Fix compiler warning. 2002-09-18 06:28:05 +00:00
wiz
80ee491886 Since the major of libiconv was increased during the update to 1.8,
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
2002-09-10 16:06:32 +00:00
grant
c8623da4ae @@PREFIX@@ -> @PREFIX@, as this is more consistent with other
packages.
2002-08-27 15:27:03 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
jschauma
7b0570927c enable generation of message-ID and use of msg-id-cache.
ok'd by MAINTAINER mjl
2002-08-04 15:06:56 +00:00
jschauma
e10e2a05bb Change MAINTAINER from tv at netbsd dot org to packages at netbsd dot org
after consulting with Todd.  Any volunteers for any of these packages?
2002-08-01 02:37:41 +00:00
mycroft
c78670e7fb `@unexec ${RMDIR}' needs the %D prefix. Doh. 2002-07-19 04:54:23 +00:00
kim
f9da298ead Upgrade to 6.6.4, which does not depend on an external inews program anymore.
This should avoid any vulnerability issues with INN.

NOTE:  The text files from lib/nn can now be found in share/nn instead.
2002-07-08 02:21:18 +00:00
tron
0f7ece859c Update "inn" package to version 2.3.3. Changes since version 2.3.2:
- pgpverify now supports using GnuPG to check signatures (rather than
  PGP) without the pgpgpg wrapper.  GnuPG can check both old-style RSA
  signatures and new OpenPGP signatures and is recommended over PGP 2.6.
  If you have GnuPG installed, pgpverify will use it rather than PGP,
  which means that you may have to create a new key ring for GnuPG to
  use to verify signatures if you were previously using PGP.
- An item that was noted in NEWS below but was inadvertently left out of
  nnrpd has actually been added this time:  users can no longer post
  articles containing Approved: headers to moderated groups by default;
  they must be specifically given that permission with the access:
  parameter in readers.conf.  See the man page for more details.
- Two bugs in repacking overview index files and a reliability bug with
  writing overview data were all fixed in the tradindexed overview
  method, hopefully making it somewhat more reliable, particularly for
  makehistory.
- If rc.news.local exists in the INN binary directory, it will be run
  with the start or stop argument whenever rc.news is run.  This is
  available as a hook for local startup and shutdown code.
- The default history table hash sizes were increased because a
  too-small value can cause serious performance problems (whereas a
  too-large hash just wastes a bit of disk space).
- The sample control.ctl file has been extensively updated.
- Wildmat exclusions (@ and !) should now work properly in storage.conf
  newsgroup patterns.
- The implementation of the -w flag for expireover was fixed;
  previously, the value given to -w to change expireover's notion of the
  current time was scaled by too much.
- Various other more minor bug fixes, standards compliance fixes, and
  documentation improvements.
2002-07-06 15:04:57 +00:00
tron
35152190e8 Automatically create a "news" account suitable for running INN on
installation. This fixes PR pkg/13250 by Gabriel Rosenkoetter.
2002-07-06 14:33:36 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
jlam
0c6c7bc89b Use GNU_CONFIGURE_PREFIX instead of HAS_CONFIGURE workaround. 2002-06-23 03:54:30 +00:00
cjep
ecdfec8b96 Add and enable leafnode. 2002-06-16 11:34:38 +00:00
cjep
e0af88e6b2 Initial import of Leafnode 1.9.22 into the NetBSD packages collection
as news/leafnode.

Leafnode is a USENET software package designed for small sites, with a
few tens of readers and only a slow link to the net.

The work in this package is based on that of Ingolf Steinbach
in PR#13830. wiz@ made some suggestions as well. Thanks to both of them.
2002-06-16 11:34:26 +00:00
shell
d0df9c6624 No good distsite, use master_site_local
(PR#17236 by Dawid Szymanski <dawszy@tgr.lubin.edu.pl>)
2002-06-15 09:38:47 +00:00
wiz
7e8d1329a3 Remove gnus -- it had conflicting PLIST with the emacs package,
and the one included in emacs-21 is newer. Ok'd by the MAINTAINER.
2002-06-02 07:46:13 +00:00
wiz
d2a1736105 Remove version number from text, and fmt(1). 2002-05-15 14:31:23 +00:00
wiz
f4cf386602 Add and enable cg. 2002-05-13 17:31:59 +00:00
wiz
f5acbb94b9 Initial import of cg.
cg is a semi-automatic newsgroup binary downloader.  It assembles
parts based on subject headers and then offers them in an editor for
the user to choose which files he really wants.

It supports decoding data in the following formats:
   uuencode (both single- and multi-posting binaries)
   MIME (multipart/mixed, message/partial;
	 base64, quoted printable, x-uuencode)
   yEnc
2002-05-13 17:31:23 +00:00
cjep
3ded6aa067 On arm32, use gcc-2.95.3 to avoid internal egcs errors. 2002-04-20 18:18:50 +00:00
wiz
4b5174adf0 Fix typo (and bulk build). 2002-04-06 19:43:11 +00:00
wiz
11ec467ae1 Remove two mirror sites that do not provide the file. 2002-04-06 19:42:08 +00:00
wiz
daf1326a05 Fix a typo. 2002-04-05 23:24:13 +00:00
wiz
9d440c10f8 Remove empty line. 2002-04-05 23:23:17 +00:00
proff
e1e941cb38 add missing libexec/nntpcache.debug 2002-04-05 19:36:35 +00:00
proff
282fca7b31 Update to 3.0.1 and remove reference to few bogus mirror sites.
3.0.1 Sat Apr  6 01:59:56 EST 2002 (ap.pog.gia.tu.ra)

	* compat: update config.sub and config.guess to autoguess
	          Darwin / MacOSx
	* compat: update ./configure to autoconf-2.53

3.0-b2 Fri Apr  5 01:32:28 EST 2002 (oneiromancy)

	* new:	  README.pam
	* change: use $libexec/nntpcache.debug for debug symbols
	* new:	  permit ':' and '@' in username and password
		  definitions. some At-Home & MS passport
		  controlled (ugh) were of this format
	* compat: be more flexible in closing and re-assigning
		  file-descriptors. fixes some bogus openlog()/
		  closelog() implementations
	* change: doc/proff.style NAZI's
	* compat: eliminate pid_t warning in src/debug.c
	* compat: change "stat" to "status" for
		  contrib/newshound/newshound.c. "stat" conflicted
		  with the stat.h definition under AIX-5.1
	* change: don't try and debug the debug task if it
		  can no-longer read messages from other
		  tasks
	* new:	  explicitly tell users to use 'nntpcached -n'
		  for INSTALL step 8

3.0-b1 Sat Mar 30 11:51:29 EST 2002 (Enantiomorphosis)

	* new:	  idiot proof nntpcache.servers configuration
	* new:	  Make the decision to use a new mmap backing
		  file on restart configuration via "refreshMmap"
	* change: explicitly enable core dumps
	* bugfix: fix bogus log message in src/xover.c
	* new:	  prevent runaway debug analysis by checking
		  at most once every half hour
	* change: use mode, as opposed to flock/lockf locking for
		  cached articles/headers. this technique is more
		  reliable over nfs and newserver/reader crashes
	* new:	  robustify newsgroup structure locking
	* compat: under MacOSX, cc reports as gcc, but gcc CPP is
		  not "gcc -E"
	* compat: AIX needs -lbsd for flock()
	* new:	  verbosely describe "server rebuild in progress" error
	* change: don't warn on seeing (\r[^\n])+\r\n, as this
		  seems to be embedded in quite a few wild articles
	* bugfix: fix a few (usually rare) xover bugs
	* change: reorganise xover opening/locking/writing
		  functions
	* compat: parse numbers representing time_t
		  so as not to depend on the size of time_t
		  (Tru64/OSF/alpha needed this)
	* compat: remove extra ';' in src/http.c which caused
		  SUNSpro (Solaris CC) to choke
	* new:	  improved xover expiry
	* change: remove a warning in src/bregex.c. Note that the
		  other warnings (at least under gcc and SUNSpro
		  are bogus)
	* compat: use strrchr instead of rindex in src/authinfo_pipe.c
	* compat: EXPORT PAM functions only after pam types
		  have been defined
	* compat: PAM compatability for Solaris and FreeBSD
		  (tested on Solaris-8.x and FreeBSD-4.x)
	* compat: at least one newsreader used AUTHINFO with
		  no arguments simply to check that the command
		  was available. In this case return
		    "350 Continue with authorization sequence"
	* compat: smarter scripts/genextern.sh
	* compat: add/reorder includes for mmap/mmap_tests.c
	* bugfix: don't use autoconf to generate mk/rules.mk,
		  as automake uses this file before configure
		  time.
	* compat: add SPT_PADCHAR definition for Linux in
		  libproff/setproctiltle.c
	* change: add comment about bogus gcc warning in
		  libproff/pattern.c
	* change: update doc/proff.style
	* change: move newshound config file to /etc/newshound/
	* bugfix: various newshound bugfixes
	* new:	  perl newshound contributed by jer@gweep.net
	* bugfix: add missing /* */ pair in log.h (amazingly
		  gcc compiled the previous code without
		  complaint)
	* compat: wrap all GNU C extensions in GNUC_EXT
		  macros, including extensions exported by
		  scripts/genextern.sh (EXPORT macros)
	* compat: explicitly check for GNU make variations
		  at ./configure time and give copious help
		  if GNU make can not be located. Explicitly
		  tell the user to use the discovered GNU make.
	* bugfix: CPP does not define build symbols which
		  are needed by scripts/genextern.sh as
		  opposed to cc -E. Always check for cc -E
		  at ./configure time
	* new:	  NEWS file
	* change: modify INSTALL so even the pentagon can
		  understand nntpcache builds with GNUMake
	* change: modify INSTALL to reflect new mailinglist details
	* bugfix: extensive three pass automake hackery to force
		  regeneration of .ext's at the correct time and in
		  the correct order
	* bugfix: sometimes a HEAD followed by a BODY when neither
		  was previously cached resulted additional header
		  characters in the body. Triggered by Pine.
	* compat: don't use creeping bsd featureisms (warn,<err.h>)
		  in libproff
2002-04-05 19:14:23 +00:00
grant
d683a7e9c0 update to 0.9.7.4:
* various bug fixes
* allow use of alternate MTA
* Spanish, French and Korean translations

update MASTER_SITES.
2002-03-28 13:05:10 +00:00
fredb
3d2d9d6ff6 Remove a stray semi-colon. The bug might have led to the program coring
when viewing PNG's in low-memory situations.
2002-03-15 03:25:56 +00:00
jmc
6a010ac85a Add powerpc support (distinct from the machine file for rs6000) 2002-03-13 23:07:29 +00:00
fredb
7f669f73b0 Binding "Ctl-P" to mime_hack(png,uue) doesn't work, because Ctl-P is
already bound to "scroll up". Leave unshifted Ctl-P and Ctl-N to
scroll up and down, but let Shift-Ctl-P display a uuencoded PNG file.
2002-03-13 21:13:17 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
fredb
46543ebd35 Update Pan to 0.11.2. Literally *hundreds* of bug fixes and refinements
documented in the "NEWS" file since the release of 0.10.0.93, only four
months ago! Still point-oh, but more usable than ever before.
2002-03-01 02:25:36 +00:00
seb
66111c6d15 Introduce new framework for handling info files generation and installation.
Summary of changes:
- removal of USE_GTEXINFO
- addition of mk/texinfo.mk
- inclusion of this file in package Makefiles requiring it
- `install-info' substituted by `${INSTALL_INFO}' in PLISTs
- tuning of mk/bsd.pkg.mk:
    removal of USE_GTEXINFO
    INSTALL_INFO added to PLIST_SUBST
    `${INSTALL_INFO}' replace `install-info' in target rules
    print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info'
- a couple of new patch files added for a handful of packages
- setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it
- devel/cssc marked requiring texinfo 4.0
- a couple of packages Makefiles were tuned with respect of INFO_FILES and
  makeinfo command usage

See -newly added by this commit- section 10.24 of Packages.txt for
further information.
2002-02-18 15:14:00 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
agc
095e0fabfa Apply fix from PR 15311 from David Rankin - include bsd.prefs.mk before
attempting to test the value of USE_INN.
2002-01-21 15:14:14 +00:00
wiz
15ca72dfc9 Remove non-existing patch-aa from distinfo. 2002-01-10 14:17:54 +00:00
tron
9f03d8e00c Use wildcard dependence on "faces" package. 2001-12-02 14:40:20 +00:00
mjl
c32830fbdb Update to 0.9.7.3
Bug fixes include:
  * Removed code that unpacks "shell archives" as it causes a serious
    security hole.
  * Even when using read_active, slrn would enter all subscribed groups.
  * force_authentication was ignored when re-connecting.
  * In rare cases, the need to send authentication data was not recognized.
  * Interpret "news:" URLs enclosed in angle brackets correctly.
  * Scorefiles get "include"d only once (no more loops).
  * Unsubscribed groups are no longer moved to the bottom of the newsrc file.
  * Multiple '%s' in (non_)Xbrowser are handled correctly (fixes segfault).
Minor UI changes:
  * Tagging ('*') an article marks it as unread.
  * The new default of 'reject_long_lines' is 2.
  * When confirm_actions is set, catching up a group requires confirmation.
  * Complain if user specifies a nonexistant config file on the command line.
  * Made new_subject_breaks_threads a bitmapped value (see manual for details)
On Unix, gettext is used to translate messages.
   Currently, the following translations are available:
    - da.po (Danish; Byrial Jensen)
    - de.po (German; Jens Wahnes)
    - it.po (Italian; Emmanuele Bassi)
    - nl.po (Dutch; Jelmer Vernooij)
    - pl.po (Polish; Jarek Baczynski / Arkadiusz Sochala)
    - ru.po (Russian; Andy Shevchenko)
The new function "view_scores" (bound to 'v' in article mode) shows you
   which scorefile entries matched the current article. Assigning names to
   your entries (see score.txt for details) will make this even more useful.
The new intrinsic functions "register_hook" and "unregister_hook" allow
   the definition of multiple functions for most hooks.
 An autosave copy of the newsrc file is created whenever you leave a
   group. This can be turned off with no_autosave.
 Scoring on "Bytes:" (by integer value, not regexp) is possible. In
   header_display_format, you can use '%b' to display the number of bytes.
   This is available when reading overview data only (e.g. _not_ in slrnpull)!
In *_display_format and *_status_line, the additional modifier '*' can be
   used to center justify text in a field of a given width.
slrn accepts 8bit characters in newsgroup names.
Updated cleanscore, see contrib/NEWS.cleanscore
The code that allows running slrnpull as an unpriviledged user can now
    be turned on by passing --enable-setgid-code to configure. It no longer
    makes outgoing postings group writeable.
The bottom line now has its own color object ("message").
New intrinsic functions get_fg_color and get_bg_color that return the
    current color of an object.
In the readline keymap, the new functions "delbol" (^U) and "delbow"
    (^W) will delete to the beginning of the line or the word, respectively.
In selection lists (e.g. used by color.sl), pressing a letter takes you to
    the next (or previous, if shift was held down) entry that starts with it.
ew descriptors in header_status_line: %h, %l and %k now stand for the
    number of high / low scoring / killed articles, respectively.
New intrinsic functions read_mini_variable (tab completes variable
    names) and read_mini_integer. See macros/varset.sl for an example
    (easy interactive setting of variables at runtime).
2001-12-01 20:50:05 +00:00