Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-08-23 | The real user name in PKG_USERS does not need to be escaped with double | rillig | 1 | -2/+2 | |
backslashes anymore. A single backslash is enough. Changed the definition in all affected packages. For those that are not caught, an additional check is placed into bsd.pkginstall.mk. | |||||
2005-05-31 | Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a | dillo | 1 | -2/+2 | |
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz. | |||||
2005-05-24 | Cannot use mysql and pgsql options together, use one of them. | xtraeme | 1 | -1/+5 | |
2005-05-23 | Removed trailing white-space. | rillig | 1 | -2/+2 | |
2005-05-02 | RCD_SCRIPTS_EXAMPLEDIR is no longer customizable. | reed | 1 | -1/+2 | |
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself. | |||||
2005-04-21 | Update to 1.5.2 | xtraeme | 2 | -6/+6 | |
o Fixed a bug in MXGREY algorithm | |||||
2005-04-14 | Update to 1.5.1, which fixes PR pkg/29975 by Robert Elz. | xtraeme | 3 | -9/+24 | |
Some changes were done: enabling the LOOPBACK option by default, fix some snprintf() calls, etc. While I'm here convert this pkg to use bsd.options.mk, now that it supports MySQL and PostgreSQL (MySQL by default as before). | |||||
2005-04-13 | Point to the correct sql script. | salo | 1 | -6/+5 | |
XXX: this should be reworked when pgsql support is added Style. | |||||
2005-04-13 | Add rcsid. | salo | 2 | -2/+4 | |
2005-04-13 | Install all the correct files.. | salo | 2 | -8/+7 | |
2005-04-13 | Fix installation of sql scripts. | salo | 3 | -6/+8 | |
This package needs more work.. (e.g., pgsql support) | |||||
2005-04-13 | Put the correct content into patch-ab.. *sigh* | salo | 2 | -16/+51 | |
2005-04-13 | Remove PKGREVISION. | salo | 1 | -2/+1 | |
2005-04-13 | Split patch-ab to one patch per file. | salo | 6 | -290/+267 | |
2005-04-13 | Update to 1.5 to fix security vulnerability issues. | christos | 4 | -12/+319 | |
- Add more patches to totally eliminate strcpy(); this code is horrible. | |||||
2005-04-11 | Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. | tv | 1 | -2/+1 | |
2005-02-24 | Add RMD160 digests. | agc | 1 | -1/+2 | |
2005-01-19 | This needs mysqld in REQUIRE as well. | xtraeme | 1 | -2/+2 | |
2005-01-19 | Add another changeable option via rc.conf "gld_waitmysql_seconds", | xtraeme | 1 | -1/+12 | |
with a default value of "5" seconds to wait for mysql. This is necessary because the gld process needs mysqld available when it's loaded, and sometimes when booting mysqld, it needs more than 2 seconds to be available. | |||||
2004-12-28 | The default location of the pkgsrc-installed rc.d scripts is now | reed | 1 | -1/+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-11-29 | Don't overwrite $pidfile if the command is "status" or "stop". | xtraeme | 1 | -2/+2 | |
2004-11-29 | Fix typo, it's BEFORE mail not postfix. | xtraeme | 1 | -2/+2 | |
2004-11-25 | Add permit_mynetworks to smtpd_recipient_restrictions. | xtraeme | 1 | -2/+3 | |
2004-11-25 | The gld.conf file contains important data, use CONF_FILES_PERMS 0740 | xtraeme | 1 | -2/+3 | |
${BINWON}:${GLD_GROUP}. | |||||
2004-11-25 | English language tweaks, from Gendalia@. | xtraeme | 1 | -2/+2 | |
2004-11-25 | Initial import of gld-1.4 into the NetBSD packages collection. | xtraeme | 7 | -0/+141 | |
Gld is a standalone greylisting server for Postfix SMTP, it listens on a TCP port and use MySQL for storing data. The server supports whitelists based on sender,sender_domain and client_ip, it supports also light greylisting and DNS white lists. |