summaryrefslogtreecommitdiff
path: root/mail/drac
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-12-18Always create a ${TOOLS_DIR}/bin/rpcgen to wrap the real rpcgen.jlam1-2/+1
The wrapper will correctly set the CPP environment variable to a stat((2)able path to a C preprocessor, then rely on the PATH to find and invoke the real rpcgen. Remove NO_EXPORT_CPP in package Makefiles where it was used just to avoid problems with rpcgen. The build system now just does the right thing automatically without needing package-specific knowledge. This fixes PR pkg/27272.
2004-04-25Unused.wiz1-19/+0
2004-04-25Static library only -> build dependency.wiz1-1/+2
2004-04-25Convert to bl3.wiz2-2/+20
2004-03-18This uses rpcgen, so set NO_EXPORT_CPP.jlam1-1/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-03-09Update to 1.12. Changes in this version:jmmv4-33/+35
o Added support for DB 4.1.x o Included Makefile settings for AIX (David Barroso Berrueta) Fixes PR pkg/20449 by Dave Burgess.
2002-10-09Unused.wiz1-37/+0
2002-09-25Trivially convert to buildlink2.wiz1-1/+2
2002-09-25Update to 1.11. Inspired by PR 18389 by URA Hiroshi.wiz3-19/+24
Changes: o Added support for DB version 3.1.x.
2002-09-24Complete standardization of messages according to latest pkglint.wiz1-3/+3
2002-08-25Merge changes in packages from the buildlink2 branch that havejlam2-1/+20
buildlink2.mk files back into the main trunk.
2002-05-20Add buildlink.mk.wiz1-0/+37
2002-03-06Get distfile from ${MASTER_SITE_LOCAL}, as the unnumbered archive infredb1-2/+2
${MASTER_SITES} now points to drac-1.11, which uses db-3.0.1.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+3
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-05-09Use SHA1, and add size.wiz1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ 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/+6
2000-04-11DRAC is a daemon that dynamically updates a relay authorization map forgroo8-0/+111
sendmail. It provides a way to allow legitimate users to relay mail through an SMTP server, while still preventing others from using it as a spam relay. User's IP addresses are added to the map immediately after they have authenticated to the POP or IMAP server. By default, map entries expire after 30 minutes, but can be renewed by additional authentication. Periodically checking mail on a POP server is sufficient to do this. The POP and SMTP servers can be on different hosts.