summaryrefslogtreecommitdiff
path: root/news
AgeCommit message (Collapse)AuthorFilesLines
2005-06-13Pullup ticket 550 - requested by Lubomir Sedlaciksnj2-7/+6
security update for leafnode Revisions pulled up: - pkgsrc/news/leafnode/Makefile 1.26 - pkgsrc/news/leafnode/distinfo 1.15 Module Name: pkgsrc Committed By: salo Date: Thu Jun 9 18:21:23 UTC 2005 Modified Files: pkgsrc/news/leafnode: Makefile distinfo Log Message: Update to version 1.11.3 Changes: ### SECURITY BUGFIXES - Fetchnews did not detect timeouts while it was downloading an article header, which malicious upstream servers could exploit to mount a denial of service attack against the fetchnews client. See leafnode-SA-2005-02.txt. CVE Name: CAN-2005-1911 ### BUGFIXES - Bugfix sed expression in makesubst script. (Reported by Jeff Zacharias.) ### CHANGES - texpire now tags the message.id expired count with "message.id" rather than "total:" to avoid misleading the user who assumes that "total:" would have to be the sum of the group counts. See also the FAQ change below. SourceForge bug #1215453. - When debugmode and verbose mode are set, leafnode programs now print a warning to stdout that the user should check syslog.conf and the syslog output rather than the screen print for debugging and sleeps for three seconds. ### DOCUMENTATION - Add FAQ entry to explain discrepancies between texpire group counts and message.id expired articles counts. - Add FAQ entry to explain influence of Gnus' gnus-read-active-file setting on lost subscriptions, and extend stop fetchnews from unsubscribing FAQ. Debian bug #307685. - Drop FAQ entry on license issues as some parts of leafnode are in fact GPLd. - Drop FAQ entry on why old articles aren't posted, obsolete since 1.9.33. - INSTALL and INSTALL_de have been polished. - Add a hint that syslog.conf must be edited to config.example. - leafnode(8) mentions that LIST ACTIVE keeps an existing subscription fresh.
2005-05-14Pullup ticket 502 - requested by Lubomir Sedlaciksnj3-17/+17
security fix for leafnode Revisions pulled up: - pkgsrc/news/leafnode/Makefile 1.24 - pkgsrc/news/leafnode/distinfo 1.14 - pkgsrc/news/leafnode/patches/patch-aa 1.6 Module Name: pkgsrc Committed By: kim Date: Fri May 13 15:08:04 UTC 2005 Modified Files: pkgsrc/news/leafnode: Makefile distinfo pkgsrc/news/leafnode/patches: patch-aa Log Message: Upgrade to 1.11.2: * Fix segfault when timeout or connection reset encountered while article header is read. * fetchnews will no longer re-fetch the active file for a server if it has been completely received even if fetching articles from this server encounters a problem. Long-standing bug. Debian bug #70052. * fetchnews will now properly mark the active for complete re-fetch if it says so. Previously, it forgot the mark in some circumstances. A problem fetching the active file or descriptions for a newly added server will now mark the active for re-fetch even if articles have successfully been retrieved from the same server. * Fix use-after-free segfault when server dies while body is being received. * Support quoted strings on the right hand side of configuration lines. * Support IPv6 in fetchnews as well. * In LIST ACTIVE/GROUP, keep group interesting in spite of being pseudo (which includes empty) as long as it is interesting. Avoids unsubscription of low-traffic groups that fall empty.
2005-03-18Correct previous: The end of life webpage still exists at a differenttv1-3/+3
location; point HOMEPAGE there. Alter MASTER_SITES to provide a couple actually usable mirrors.
2005-03-18Unset HOMEPAGE; it's now owned by a domain squatter.tv1-2/+2
2005-03-15This uses %.o: %.c patterns -- thus it needs gmake. (Does not buildtv1-1/+2
properly on the older bmake in bootstrap.)
2005-03-12Use email addresses in the MAINTAINER field. Adding names produces uglyjmmv1-2/+2
results, specially in the bulk build reports, and we don't use this style anywhere else.
2005-03-08Set TEST_TARGET.wiz1-1/+2
2005-03-07Fix compilation failure on Interix: add autoconf check for sync(2).tv5-1/+59
2005-02-24Add RMD160 digestsagc17-17/+34
2005-01-11Upgrade to leafnode 1.10.7:kim3-17/+17
- numerous bug fixes - restores Xref: to XOVER (overview) data
2004-12-29Use VARBASE.minskim1-2/+2
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-2/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-25Remove ftp.gw.com (mirror discontinued).kim1-5/+2
2004-12-24Remove ancient pan-gnome package because it has been vulnerable for a long ↵wiz8-174/+1
time now. Ok from rh, the maintainer.
2004-12-22Erm, fix previous, I understood this wrongly before... Linux/SunOS doesn'txtraeme1-3/+5
need -lcompat.
2004-12-22Linux needs -lcompat as well, noted by Sebastian Prause on tech-pkg@.xtraeme1-5/+3
2004-12-16add bin/metamutt and bin/url_handler.sh to PLIST, bump PKGREVISIONdillo2-2/+5
noted by wiz
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz2-4/+4
Suggested by Roland Illig, ok'd by various.
2004-11-30Bump PKGREVISION for removal of db3 buildlink3.mk file fromwiz1-2/+2
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-19Update HOMEPAGE.wiz1-2/+2
2004-11-19Changes 0.9.8.1:adam5-80/+21
0. Bug fixes include: * slrnpull's download statistics should work correctly in offline mode. * slrn crashed on some operating systems when posting. * slrn crashed when trying to decode base64 encoded articles without body. * Don't destroy soft links / multiple hard links when writing newsrc file. * Always apply scoring rules in the order given in the scorefile. * When reading cross-posts, slrn sometimes marked additional articles in the other group(s) as read (Joerg Lueders). * slrnpull no longer posts backup copies (*~) of files you edited manually in the out.going directory. * slrnpull tries to write .headers files on interrupts. * The "Has-Body" scoring field sometimes did not work correctly. * When retrieving article children, headers without body were not marked. * Ignore signature delimiters in verbatim text blocks. * Do not choke on long header lines when replying by email. * A workaround for a bug in INN caused problems with leafnode; only use it when the server was recognized as INN from the logon message. * Fixed crash when running in wide terminals (John E. Davis) * Email address parser is more RFC2822 compliant 1. In the config file (and the corresponding intrinsic functions), the following names now denote special function keys: <PageUp> <PageDown> <Up> <Down> <Right> <Left> <Delete> <BackSpace> <Insert> <Home> <End> <Enter> <Return> <Tab> <Space> <Esc> and <F1> through <F12> If using these names does not seem to work for you, please make sure your terminfo settings are correct. 2. In true offline mode, slrnpull can now automatically retrieve bodies of articles that get a high score value (--fetch-score option). 3. Added Swedish translation (Johan Svedberg) 4. Make hide_pgpsignature hide GnuPGs optional "NotDashEscaped" lines.
2004-11-15update to 1.6.2, which was release over a year ago: bugfixesdillo2-5/+5
2004-10-15Update HOMEPAGE.kristerw1-2/+2
2004-10-04Revert last change.heinz1-2/+1
slrn does _not_ need libiconv (thanks wiz) despite what it says during configure stage. If package gettext-lib is not installed, slrn builds just fine without libiconv. A fix for this is supposed to be provided in the near future.
2004-10-03On NetBSD 1.6.2, slrn needs libiconv. If you were lucky this could be includedheinz1-1/+2
indirectly by gettext-lib (if USE_GNU_GETTEXT was defined elsewhere). Why this did not show up in the bulk builds I do not know. Thanks go to Michael van Elst for help in tracking this down.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv8-12/+16
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-23Add and enable nget.recht1-1/+2
2004-08-23initial import of nget-0.27recht5-0/+96
Based upon the package provided by Joel CARNAT in PR pkg/26134 nget is a command line nntp file grabber. It automatically pieces together multipart postings for easy retrieval, even substituting parts from multiple servers and newsgroups. Handles disconnects gracefully, resuming after the last part succesfully downloaded. features: * Automatic multi-part post joining * Automatic binary decoding (using uulib) * Caches header data for quick access * Full multi-server support, transparently joining parts from different servers * Full multi-group support, transparently joining parts from multiple newsgroups * Automatic retries on network errors * Resumes after the last part successfully downloaded * Dupe file detection to avoid unneeded downloads * Select what to retrieve based upon a regular expresson (-r), or even a more complex expression (-R) based upon any of the file's subject, author, lines, bytes, # of parts we have, # of parts req, date, age, messageid, and references. * Search for newsgroups based on their names and/or descriptions * Automatic handling of PAR and PAR2 files retrieves only as many recovery files as necessary to repair any missing/damaged files.
2004-07-24regenerate patches with pkgdiff so they apply cleanly withgrant10-48/+49
devel/patch.
2004-07-24this only uses a c++ compiler.grant1-1/+2
2004-07-19patch-bd: Address a null pointer deference that occurs whenrumble2-1/+15
gethostbyname(3) cannot resolve the local host returned by gethostname(3).
2004-07-07Fix configuration parsing problem in "inndstart" which caused it totron2-1/+22
ignore the "bindaddress" keyword in "inn.conf". Fix based on a patch supplied by Bob in PR pkg/26164.
2004-06-08Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 fromcjep2-2/+5
Georg Schwarz.
2004-06-02Don't try to setuid(geteuid()) in "rnews" under NetBSD which is documentedtron2-1/+19
not to work. This was correct in INN 2.3.x but changed for some reason in INN 2.4.x which broke "rnews".
2004-06-02Update INN package to version 2.4.1. Major changes since version 2.3.x:tron9-171/+104
- builtin IPv6 support - new configuration parser - completely rewriten "send-uucp" which replaces "sendbatch"
2004-05-23Introduce and use three new variables:jschauma1-5/+7
LEAFNODE_DATA_DIR, LEAFNODE_USER and LEAFNODE_GROUP, to be used by leafnode to specify the data dir, the user and the group, defaulting to 'news'. Note: the default is the same as for inn. Pointed out by Georg Schwarz in mail to tech-pkg.
2004-05-23Apply IPv6 patch only if we really want IPv6 support because the patchtron1-7/+10
breaks the build on some IPv4 only platforms (e.g. IRIX). This fixes PR pkg/25671 by Georg Schwarz.
2004-05-22Introduce and use two new variables:jschauma1-17/+19
INN_USER and INN_GROUP, specifying the username and groupname to be used by inn, defaulting to 'news'. Noted by Georg Schwarz in mail to tech-pkg.
2004-05-05Update to 1.9.52. Changes since previous version (1.9.49) include:cjep3-25/+25
* nntpd will now disable ln_log()'s sending its logging to the console (stderr usually), to prevent them from being seen by the newsreader, which then gets confused. * Usage fixes and usage info update * Fix memory leaks * Other bug fixes For a full listing, please see the ChangeLog supplied with the source code.
2004-05-03Use PKG_SYSCONFDIR for finding the "server" file.kim3-17/+22
2004-04-26Convert to buildlink3.snj1-4/+4
2004-04-23mk/bsd.pkg.install.mk now automatically registersreed1-2/+1
the RCD_SCRIPTS rc.d script(s) to the PLIST. This GENERATE_PLIST idea is part of Greg A. Woods' PR #22954. This helps when the RC_SCRIPTS are installed to a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later, the default RCD_SCRIPTS_EXAMPLEDIR will be changed to be more clear that they are the examples.) These patches also remove the etc/rc.d/ scripts from PLISTs (of packages that use RCD_SCRIPTS). (This also removes now unused references from openssh* makefiles. Note that qmail package has not been changed yet.) I have been doing automatic PLIST registration for RC_SCRIPTS for over a year. Not all of these packages have been tested, but many have been tested and used. Somethings maybe to do: - a few packages still manually install the rc.d scripts to hard-coded etc/rc.d. These need to be fixed. - maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-21Drop localized *_USE_LDAP definitions and consistently use USE_OPENLDAPcube1-5/+3
instead. As announced on tech-pkg. Most notably affected are Postfix, sendmail, Samba and cyrus-saslauthd. Be sure to update your mk.conf accordingly.
2004-04-14Use PKG_SYSCONFDIR and a PKG_SYSCONFSUBDIR to match nntpclnt.kim1-4/+7
2004-04-14Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choosejmmv1-2/+2
which one is required in an automatic way by checking USE_X11BASE. This simplifies things and avoids possible problems in the future due to confusion.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv2-4/+4
*-dirs packages.
2004-04-11Convert to buildlink3.snj1-2/+2
2004-04-11Convert to buildlink3.snj1-6/+6
2004-04-11Convert to buildlink3 and use LDFLAGS.Linux.snj1-7/+5
2004-04-11Convert to buildlink3.snj1-3/+3