Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* Use gcc/buildlink2.mk instead of Makefile.gcc.
* Use the functionality on bsd.pkg.install.mk to generate INSTALL/DEINSTALL
scripts that match the functionality of the custom ones we're removing,
and handle the rc.d script automatically.
* Name the full paths of the binaries that are installed setuid.
|
|
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)
|
|
|
|
but most importantly, pan now uses GTK2 instead of GNOME for its widgets.
|
|
|
|
|
|
|
|
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)
|
|
required by this package. Bump package revision once more.
|
|
server authentification files. Bump package revision once more.
|
|
|
|
|
|
completely unnecessary. Bump package revision to 1.
|
|
|
|
bump dependency to latest libiconv version; recursively also bump all
dependencies of packages depending on libiconv.
Requested by fredb.
|
|
packages.
|
|
have been converted to USE_BUILDLINK2.
|
|
ok'd by MAINTAINER mjl
|
|
after consulting with Todd. Any volunteers for any of these packages?
|
|
|
|
This should avoid any vulnerability issues with INN.
NOTE: The text files from lib/nn can now be found in share/nn instead.
|
|
- 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.
|
|
installation. This fixes PR pkg/13250 by Gabriel Rosenkoetter.
|
|
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!
|
|
|
|
|
|
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.
|
|
(PR#17236 by Dawid Szymanski <dawszy@tgr.lubin.edu.pl>)
|
|
and the one included in emacs-21 is newer. Ok'd by the MAINTAINER.
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
* various bug fixes
* allow use of alternate MTA
* Spanish, French and Korean translations
update MASTER_SITES.
|
|
when viewing PNG's in low-memory situations.
|
|
|
|
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.
|
|
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".]
|
|
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.
|
|
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.
|
|
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
|
|
attempting to test the value of USE_INN.
|
|
|