summaryrefslogtreecommitdiff
path: root/mail/postfix-current/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2009-01-05Updated mail/postfix-current to 20081205martti1-3/+3
This is the latest development snapshot.
2008-10-16Updated mail/postfix-current to 2.6.20081012martti1-3/+3
* Bug fixes. * Added support for SQLite (pkg/39745)
2008-09-04Updated mail/postfix-current to 2.6.20080903martti1-3/+3
Postfix 2.4 and later, on Linux kernel 2.6, is vulnerable to a denial of service attack by a local user. There is no breach of data confidentiality or data integrity. This problem was found by the Postfix author during routine source code maintenance. An on-line version of this announcement is available at http://www.postfix.org/announcements/20080902.html
2008-08-22Add some (http) mirrors.ghen1-1/+4
2008-08-18Updated mail/postfix-current to 2.6.20080814martti1-3/+3
20080804 Bugfix: dangling pointer in vstring_sprintf_prepend(). File: util/vstring.c. 20080814 Security: some systems have changed their link() semantics, and will hardlink a symlink, contrary to POSIX and XPG4. Sebastian Krahmer, SuSE. File: util/safe_open.c. The solution introduces the following incompatible change: when the target of mail delivery is a symlink, the parent directory of that symlink must now be writable by root only (in addition to the already existing requirement that the symlink itself is owned by root). This change will break legitimate configurations that deliver mail to a symbolic link in a directory with less restrictive permissions.
2008-08-13Updated mail/postfix-current to 2.6.20080726martti1-4/+4
* Lots of bug fixes
2008-03-17Updated postfix-current to 2.6.20080221martti1-5/+9
* Bug fixes * Create /var/db/postfix like in pkgsrc/mail/postfix
2008-03-10Add CONFLICTS line for previous PKGNAME versions.wiz1-1/+2
Suggested by Alan Barrett.
2008-03-06Fix PKGNAME.wiz1-1/+2
2008-02-18Now that ../mail/postfix is updated to 2.5.1, update postfix-current to trackghen1-4/+4
the experimental releases again (now for postfix 2.6). Ok with martti.
2008-01-25Move SASL conditionals to options.mk.ghen1-5/+1
2008-01-25Update mail/postfix-current to 2.5.0 release (this can later be merged intoghen1-5/+3
mail/postfix by maintainer).
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-2/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-17Updated mail/postfix-current to 2.5.0rc2martti1-3/+3
* Bug fixes
2008-01-16Update mail/postfix-current to 2.5.0-RC1, the first release candidate for theghen1-3/+4
next stable release (expected by the end of January). Experimental releases are now labeled 2.6-* but we'll track the 2.5.0 release candidates for now and switch to 2.6 snapshots later. Lots of changes, see HISTORY/RELEASES_NOTES for details. Ok with martti.
2008-01-16Drop the "dovecot-sasl" option and instead enable dovecot SASL support byghen1-2/+2
default (this doesn't actually depend on Dovecot for building, the code is shipped with Postfix). Set the default value for smtpd_sasl_type to "dovecot" unless cyrus SASL is enabled, too. This ensures backwards compatibility for most cases. Ok with martti, joerg.
2007-10-30Based on some feedback, comment out the newly added LICENSE=xxx for now.martti1-2/+2
I'll re-activate this later when the global license stuff is activated.
2007-10-30Added LICENSE=postfix-licensemartti1-1/+2
2007-10-22Updated mail/postfix-current to 2.5-20071006martti1-2/+2
Lost of fixes, see HISTORY for details...
2007-09-23Honor PKGMANDIR.jlam1-3/+3
2007-08-13Updated mail/postfix-current to 2.5-20070731martti1-2/+2
Lots of changes, see the ChangeLog for details.
2007-05-30Updated mail/postfix-current to 2.5-20070529martti1-2/+4
Lots of changes, see the HISTORY file for details.
2007-05-02Updated mail/postfix-current to 2.5-20070501martti1-2/+2
Lots of changes, see the HISTORY file for details.
2007-04-03Updated mail/postfix-current to 2.5-20070402martti1-3/+3
This is a new development snapshot. Sync with Makefile with mail/postfix.
2007-04-03Some pkglint fixes.martti1-2/+2
2007-02-15Updated mail/postfix-current to 2.4-20070214martti1-2/+2
New development snapshot, lots of changes, see the HISTORY file for details...
2006-12-13Updated mail/postfix-current to 2.4-20061210martti1-5/+5
Too many changes to list here, see the HISTORY file for details.
2006-11-10Added CHECK_HEADERS_SKIP to make the package pass the test.rillig1-1/+2
2006-11-07Updated mail/postfix-current to 2.4-20061019martti1-2/+2
20061017 Cleanup: removed spurious warning when the cleanup server attempts to bounce mail with soft_bounce=yes. Problem reported by Ralf Hildebrandt. File: cleanup/cleanup_bounce.c. Bugfix: null pointer bug when receiving a non-protocol response on a cached SMTP/LMTP connection. Report by Brian Kantor. Fix by Victor Duchovni. File: smtp/smtp_reuse.c.
2006-10-19More pkglint -Wall fixes.martti1-12/+12
2006-10-18Remove patch-ab and "rm -f auxiliary/MacOSX/Postfix.StartupItem/Postfix"martti1-1/+2
in post-extract. I exchanges few mails with Wietse and he refused to fix the "==" lines and instructed me to simply remove the offending file. Instead of having a patch for a file which is not used by pkgsrc I think it makes sense to remove it.
2006-10-16Substitute _file_ with i to make pkglint happy.martti1-5/+5
2006-10-16Split SUBST_SED.postfixmartti1-11/+21
2006-10-16Fixed few pkglint warnings.martti1-5/+5
2006-10-16Fixed few pkglint warnings.martti1-1/+2
2006-10-16Fixed few pkglint warnings.martti1-5/+4
2006-10-16Updated mail/postfix-current to 2.4-20061015martti1-4/+3
* lots of bugfixes and cleanups
2006-08-31Updated mail/postfix-current to 2.4-20060825martti1-3/+3
Lots of bug fixes, see HISTORY for details...
2006-08-11Accept NetBSD 4.* as NETBSD4 to compile on NetBSD current.taca1-2/+2
Bump PKGREVISION.
2006-07-13Updated mail/postfix-current to 2.4-20060711martti1-2/+2
This is the first development version after 2.3.0 release.
2006-05-01Conflict with courier-mta.jlam1-2/+2
2006-04-23Modify packages that set PKG_USERS and PKG_GROUPS to follow the newjlam1-2/+4
syntax as specified in pkgsrc/mk/install/bsd.pkginstall.mk:1.47.
2006-04-07Updated mail/postfix-current to 2.3-20060405martti1-2/+2
* lots of bug fixes and cleanups
2006-03-10Updated mail/postfix-current to 2.3-20060307martti1-2/+2
20060217 Bugfix: don't terminate with a non-standard exit status when the pipe-to-command feature has a problem before it executes the command. File: global/pipe_command.c. 20060223 Bugfix: detect integer overflow when multiplying time values with non-trivial time units. File: global/conv_time.c. 20060307 Bugfix: reset the msg_cleanup() fatal error handler in child processes. See also change 20060217. Files: postlock/postlock.c, master/multi_server.c, global/mail_run.c, util/vstream_popen.c.
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-27Updated mail/postfix-current to 2.3-20060207martti1-2/+6
* bug fixes * install PREFIX/sbin/qshape
2006-02-05Updated mail/postfix-current to 2.3-20060202martti1-2/+2
Postfix now preserves uppercase information while mapping addresses with canonical, virtual, relocated or generic maps; this happens even with $number substitutions in regular expression maps. However, the local(8) and virtual(8) delivery agents still fold addresses to lower case. By default, Postfix now folds the search string to lowercase only with tables that have fixed-case lookup fields such as btree:, hash:, dbm:, ldap:, or *sql:. The search string is no longer case folded with tables whose lookup fields can match both upper or lower case, such as regexp:, pcre:, or cidr:. For safety reasons, Postfix no longer allows $number substitution in regexp: or pcre: transport tables or per-sender relayhost tables.
2006-01-10Use SUBST framework for mailer.conf as well.joerg1-3/+9
2006-01-10Updated postfix-current to 2.3-20060103martti1-3/+3
Postfix snapshot 20051220 provides a plug-in architecture for SASL authentication. With this, Postfix can support multiple SASL implementations without source code patches. Incompatibility with snapshot 20051220 ====================================== The Postfix-with-Cyrus-SASL build procedure has changed. You now need to specify -DUSE_CYRUS_SASL in addition to -DUSE_SASL_AUTH or else you end up without any Cyrus SASL support. The error messages are: unsupported SASL server implementation: cyrus unsupported SASL client implementation: cyrus Major changes with snapshot 20051220 ==================================== Plug-in support for SASL authentication in the SMTP server and in the SMTP+LMTP client. With this, Postfix can support multiple SASL implementations without source code patches. Some distributors may even make SASL support a run-time linking option, just like they do with Postfix lookup tables. Hints and tips for plug-in developers are in the xsasl/README file. For backwards compatibility the default plug-in type is Cyrus SASL, so everything should behave like it did before. Some error messages are slightly different, but these are generally improvements. The "postconf -a" command shows what plug-in implementations are available for the SMTP server, and "postconf -A" does the same for the SMTP+LMTP client. Plug-in implementations are selected with the smtpd_sasl_type, smtp_sasl_type and lmtp_sasl_type configuration parameters. Other new configuration parameters are smtpd_sasl_path, smtp_sasl_path and lmtp_sasl_path. These are better left alone; they are introduced for the convenience of other SASL implementations.
2006-01-08Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysqlxtraeme1-2/+2
pkg has been changed to 5.x). Reminded by wiz... thanks.