Subject: CVS commit: pkgsrc/comms/fidogate
To: None <pkgsrc-changes@NetBSD.org>
From: Todd Vierling <tv@netbsd.org>
List: pkgsrc-changes
Date: 08/17/2005 11:43:27
Module Name: pkgsrc
Committed By: tv
Date: Wed Aug 17 11:43:27 UTC 2005
Modified Files:
pkgsrc/comms/fidogate: Makefile PLIST distinfo
pkgsrc/comms/fidogate/patches: patch-ad patch-ak patch-al patch-ao
patch-ap patch-aq
Removed Files:
pkgsrc/comms/fidogate/patches: patch-at patch-au
Log Message:
Update to 4.4.10, finally....
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.
To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 pkgsrc/comms/fidogate/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/comms/fidogate/PLIST
cvs rdiff -r1.9 -r1.10 pkgsrc/comms/fidogate/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/comms/fidogate/patches/patch-ad
cvs rdiff -r1.6 -r1.7 pkgsrc/comms/fidogate/patches/patch-ak
cvs rdiff -r1.5 -r1.6 pkgsrc/comms/fidogate/patches/patch-al
cvs rdiff -r1.2 -r1.3 pkgsrc/comms/fidogate/patches/patch-ao \
pkgsrc/comms/fidogate/patches/patch-ap \
pkgsrc/comms/fidogate/patches/patch-aq
cvs rdiff -r1.3 -r0 pkgsrc/comms/fidogate/patches/patch-at \
pkgsrc/comms/fidogate/patches/patch-au
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.