summaryrefslogtreecommitdiff
path: root/news/nntpcache
AgeCommit message (Collapse)AuthorFilesLines
2007-03-24Prepare for switching to NO_MTREE=yes.joerg1-2/+2
2007-02-15Added VARBASE to BUILD_DEFS.rillig1-1/+2
2006-10-17upgraded nntpcache to 3.0.2 (bug fix release) and added patches toschwarz7-32/+66
support Darwin
2006-05-31The databases/openldap package has been split in -client and -server componentghen1-2/+2
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
2006-03-14Retarget MASTER_SITES and HOMEPAGE to nntpcache.com.kleink1-3/+4
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2006-01-01Remove stuff that was marked for removal after 2005Q4.wiz1-3/+1
2005-12-01Convert to options framework.wiz2-14/+25
Fix a pkglint quoting warning while here. XXX: openldap option disabled, since package does not compile with it. XXX: package should use PKG_SYSCONFDIR and rc.d script frameworks.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-3/+1
useful.
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-07Fix compilation failure on Interix: add autoconf check for sync(2).tv5-1/+59
2005-02-24Add RMD160 digestsagc1-1/+2
2004-12-29Use VARBASE.minskim1-2/+2
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-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-12-09Replace "true" by "${TRUE}".tron1-3/+3
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-09-23comment fix.grant1-1/+3
2002-07-19`@unexec ${RMDIR}' needs the %D prefix. Doh.mycroft1-2/+2
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-3/+3
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-04-06Fix typo (and bulk build).wiz1-2/+2
2002-04-06Remove two mirror sites that do not provide the file.wiz1-4/+2
2002-04-05Fix a typo.wiz1-1/+1
2002-04-05Remove empty line.wiz1-2/+1
2002-04-05add missing libexec/nntpcache.debugproff1-1/+2
2002-04-05Update to 3.0.1 and remove reference to few bogus mirror sites.proff4-31/+37
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-02-15mkdir -> ${MKDIR}skrll1-10/+10
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz1-1/+4
2001-01-26etc/rc.d cleanup: rename *.sh -> *hubertf2-4/+4
2000-06-21Update to 2.4-b5. Changes are bugfixes only.mjl4-49/+21
2000-04-25Add a patch to make the newgroups NNTP command actually work.mjl2-5/+35
2000-02-27update patch sum to reflect removal of patch-y2kdmcmahill1-2/+5
2000-02-27remove out of date patch file. This patch is no longer required.dmcmahill1-14/+0
2000-02-20upgrade to 2.4.0b3proff4-11/+30
2000-01-26Patch for minor y2k problem, from nntpcache 2.4.0b2.mjl2-0/+17
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-03-10Remove mirror sites that do not carry the current version of nntpcache.rh1-3/+8
Add some new mirror sites.
1999-02-23Update to 2.3.3, including some changes from FreeBSD's port. Updatetv6-56/+66
approved by proff@nntpcache.org (one of the authors, who runs it on NetBSD).
1998-10-19nntpcache has a "fee-based-commercial-use" license. Add that category ofagc1-1/+3
license to the ACCEPTABLE_LICENSES category in the example mk.conf file.