summaryrefslogtreecommitdiff
path: root/comms/fidogate/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2005-12-29Fix ctype issues. Bump revision.joerg1-1/+8
2005-12-20Added patch-ax, which fixes ctype issues. Bumped PKGREVISION because therillig1-1/+2
generated code changes.
2005-12-19Remove redundant errno and use stdlib.h instead of defining thejoerg1-2/+4
prototypes manually and possibly mismatching. Update FreeBSD config to match both DragonFly and FreeBSD 4+ reality.
2005-08-17Update to 4.4.10, finally....tv1-12/+10
Changes of note (security fixes were already integrated in an earlier 4.4.9nbX release): * src/gate/ftn2rfc.c (unpack): if * Origin is empty, don't use it for the Organization header, use default from config. * src/common/log.c (logit): renamed old log() to avoid conflict with Standard-C math function. * src/common/log.c (log_program): removed insecure code entirely, thanks to Niels Heinen for pointing this out. * src/gate/send-fidogate.sh: added optimized version using rfc2ftn -f for INN 2.4, thanks to Viktor Kafke. Optimized versions for INN 2.2 und INN 2.4 enabled by OPTIMIZED=yes at the start of this script, default = commented = off. * scripts/maintenance/logsendmail2.pl: new version of logsendmail utility. * src/gate/rfc2ftn.c (receiver): "sysop" is always a valid name. * src/gate/rfc2ftn.c (main): new option "SilentBounces" causes EX_NOHOST, EX_NOUSER errors to return OK without any message. Useful in the never ending fight against spam, when your gateway is flooded with messages to unknown adresses, such as Fido.DE :-( (snd_mail): check silent_bounces, if set return OK and log only.
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-12-08Fix build for NetBSD 2.99.x: should cast arg to ctype macros totv1-1/+2
"unsigned char" first. (Oddly enough, this was being done just a few lines prior when using the values as array indexes.)
2004-08-23Update fidogate to 4.4.9nb1. Extremely minor changes from 4.4.5, mainlytv1-13/+13
changes local to the author's system and changes in doc to note better the newer home on SourceForge. However, this does contain a quasi-security fix: LOGFILE and FIDOGATE_LOGFILE could have been used to alter files owned by user/group "news". This is fixed in 4.4.9nb1, and will also be fixed in 4.4.10 from the author.
2003-10-10Fix assignments, add cheap hack around inappropriate use of `log'.rtr1-2/+4
Approved by jlam@netbsd.org
2002-07-06Make the rc.d script more compliant.tv1-1/+2
2002-07-06* Update to 4.4.5. Minor changes; see ChangeLog. Moved to SourceForge.tv1-6/+7
* Make compile on newer gcc -Wuninitialized. * Use CONF_FILES install method.
2001-10-31Clean out my pkgsrc diffs:tv1-4/+4
Update fidogate to 4.4.4. Major changes; see documentation for information.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+20
+ move the patch digest/checksum values from files/patch-sum to distinfo