added mysql to the REQUIRE and postfix to the BEFORE.
This should get the right startup order, i.e. mysql, policyd,
postfix, for most cases.
- Update to 1.80, Changelog :
[10 Jul 2006]
Changes from v1.79 -> v1.80 (bug fixes)
* policyd.h: fix *bsd MSG_NOSIGNAL compiling issue. Patch by John Beaver.
[04 Jul 2006]
Changes from v1.78 -> v1.79 (bug fixes & new functionality)
* mysql.c: fix strncpy boundary issue. Patch by Stanislav Sinyagin.
* policyd.h: fix array boundary issue. Patch by Stanislav Sinyagin.
* throttle*.c: autoblacklist throttle abusers. Patch by Stanislav Sinyagin.
* redhat.init: redhat policyd spec file written by Tony Earnshaw.
* *.c: logging has changed and is more consistant when reporting.
* sockets.c: read()/write() is now non-blocking. Patch by Nigel Kukard.
* mysql.c: remove the use of alarm blocking when in bypass mode.
* generic.c: module failures now increment mysql failure counters.
* policyd.c: whitelisting modules requires WHITELISTING=1 to work.
* policyd.c: blacklisting modules requires BLACKLISTING=1 to work.
* policyd.c: CONN_ACL is hashed out untill i've resolved a bug thats causing
Policyd to fail calls to select() under heavy loads.
PR: ports/101583
Submitted by: maintainer (Xavier Beaudouin)
- Update to 0.5.6
Changelog:
- translation fixes
- fixed gcrd export format (\r\n line endings according to RFC, Marc Tardif)
- fix localized keybindings with --disable-nls
PR: ports/101715
Submitted by: maintainer (Stanislav Sedov)
address so that a bounce can be more easily handled even if the original
recipient is forwarding their mail to another address and the remote Mail
Transport Agents send back unhelpful bounce messages. The module must also be
used to decode bounce recipient addresses.
PR: ports/101282
Submitted by: Vivek Khera <vivek(at)khera.org>
Approved by: krion (mentor)
- Use magic MASTER_SITES
- Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid extra dependencies
- Use versioned package dependency
- Now requires perl from ports
will be linked against it anyway, not against a system one.
- Pass maintainership to submitter
PR: ports/101445
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Dbmail is the name of a group of programs that enable the possiblilty
of storing and retrieving mail messages from a database (currently
MySQL, PostgreSQL or SQLite).
What are the advantages?
* Scalability.
Dbmail is as scalable as the database that is used for the
mail storage.
* Manageability.
Dbmail is based upon a database. Dbmail can be managed by
changing settings in the database (f.e. using PHP/Perl/SQL).
* Speed.
Dbmail uses very efficient, database specific queries for
retrieving mail information. This is much faster then parsing
a filesystem.
* Security.
Dbmail has got nothing to do with the filesystem or interaction
with other programs in the Unix environment which need special
permissions. Dbmail is as secure as the database it's based
upon.
* Flexibility.
Changes on a Dbmail system (adding of users, changing passwords
etc.) are effective immediately.
WWW: http://www.dbmail.org/
PR: ports/101356
Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru>
to execute them over a given set of messages
A library for parsing, sorting and filtering your mail. libSieve
provides a library to interpret Sieve scripts, and to execute
those scripts over a given set of messages. The return codes
from the libSieve functions let your program know how to handle
the message, and then it's up to you to make it so. libSieve
makes no attempt to have knowledge of how SMTP, IMAP, or anything
else work; just how to parse and deal with a buffer full of
emails.
PR: ports/101346
Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru>
- Use magic MASTER_SITES
- Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid extra dependencies
- Use versioned package dependency
- Build.PL is gone, so use PERL_CONFIGURE=yes [1]
PR: ports/101289 [1]
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
- Use magic MASTER_SITES
- Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid extra dependencies
- Use versioned package dependencies
PR: ports/101218
Submitted by: Gea-Suan Lin <gslin@gslin.org>
- Build.PL is gone, so use PERL_CONFIGURE=yes
- Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid extra dependencies
- Use magic MASTER_SITES
PR: ports/101216
Submitted by: Gea-Suan Lin <gslin@gslin.org>
This commit should largele be a NOOP as it only adds support
for DESTDIR undefined. This does allow us to start testing
ports with DESTDIR set, but this is as of yet not supported.
Although this has been extensively tested on pointyhat, this
is a very intrusive change and some cases may have been
overlooked. Please contact Gabor and me if you find any.
PR: 100555
Submitted by: gabor
Sponsored by: Google Summer of Code 2006
occurs. It didn't show error messages even if they are fatal.
- Each rc.d script now logs all messages got at starting a daemon.
- pkg-install is made to automatically make a user to execute dkfilter
which is specified by Makefile. Register UIDs, GIDs.
- pkg-deinstall is made to notice that an admin should remove the
user made at install-time if they don't need him or her
- Bump PORTREVISION for all these changes
PR: ports/100978
Submitted by: Yoshisato YANAGISAWA (maintainer)
- Introduce app-side support for npapi/xpi smart linkfarming
- Remove old linkfarm and announce full automation
- Break all non-Makefile.npapi plugins (temporarily)
- Do not bump portrevision just yet
- Invite venturesome users to portupgrade -f xpi-* and linux-gecko-apps
Wiki: http://wiki.freebsd.org/NPAPI, http://wiki.freebsd.org/XPI