Commit graph

26 commits

Author SHA1 Message Date
rillig
7a95adad42 The real user name in PKG_USERS does not need to be escaped with double
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-08-23 11:48:47 +00:00
dillo
f81ae835ad Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.
2005-05-31 10:01:36 +00:00
xtraeme
2ef127af08 Cannot use mysql and pgsql options together, use one of them. 2005-05-24 15:30:39 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
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-05-02 20:33:57 +00:00
xtraeme
c5cb02907a Update to 1.5.2
o Fixed a bug in MXGREY algorithm
2005-04-21 11:46:13 +00:00
xtraeme
0f7aab5828 Update to 1.5.1, which fixes PR pkg/29975 by Robert Elz.
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-14 22:22:56 +00:00
salo
cff9006f5d Point to the correct sql script.
XXX: this should be reworked when pgsql support is added
Style.
2005-04-13 17:30:28 +00:00
salo
632b869611 Add rcsid. 2005-04-13 17:14:01 +00:00
salo
014ef2305e Install all the correct files.. 2005-04-13 17:12:08 +00:00
salo
8158a84ced Fix installation of sql scripts.
This package needs more work.. (e.g., pgsql support)
2005-04-13 17:07:49 +00:00
salo
73ff8288a1 Put the correct content into patch-ab.. *sigh* 2005-04-13 17:00:14 +00:00
salo
e0794cfd88 Remove PKGREVISION. 2005-04-13 16:42:43 +00:00
salo
5df249b309 Split patch-ab to one patch per file. 2005-04-13 16:36:07 +00:00
christos
e8f1c6171b Update to 1.5 to fix security vulnerability issues.
- Add more patches to totally eliminate strcpy(); this code is horrible.
2005-04-13 16:19:59 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
8758983939 Add RMD160 digests. 2005-02-24 09:59:20 +00:00
xtraeme
eafb1a4479 This needs mysqld in REQUIRE as well. 2005-01-19 15:48:41 +00:00
xtraeme
7c2b2e8149 Add another changeable option via rc.conf "gld_waitmysql_seconds",
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.
2005-01-19 15:39:44 +00:00
reed
32d8f290c2 The default location of the pkgsrc-installed rc.d scripts is now
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-12-28 02:47:40 +00:00
xtraeme
c1772089f8 Don't overwrite $pidfile if the command is "status" or "stop". 2004-11-29 16:17:22 +00:00
xtraeme
4bbc87607f Fix typo, it's BEFORE mail not postfix. 2004-11-29 15:46:25 +00:00
xtraeme
4715245f8a Add permit_mynetworks to smtpd_recipient_restrictions. 2004-11-25 17:22:31 +00:00
xtraeme
6de5125967 The gld.conf file contains important data, use CONF_FILES_PERMS 0740
${BINWON}:${GLD_GROUP}.
2004-11-25 07:19:32 +00:00
xtraeme
c75827ac75 English language tweaks, from Gendalia@. 2004-11-25 05:55:55 +00:00
xtraeme
46ae16ea0b Initial import of gld-1.4 into the NetBSD packages collection.
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.
2004-11-25 05:42:40 +00:00