| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed by: ade
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sendmail, Inc., and the Sendmail Consortium announce the availability
of sendmail 8.11.6 and 8.12.0.Beta19.
These new versions fix a security problem reported by SecurityFocus
regarding command line processing. This vulnerability is present in
sendmail open source versions between 8.10.0 and 8.11.5 as well as all
8.12.0.Beta versions. Therefore, sendmail 8.12.0.Beta users should upgrade
to 8.12.0.Beta19.
The problem was not present in 8.10 or earlier versions. However, as
always, we recommend using the latest version. Note that this problem is
not remotely exploitable.
|
|
|
|
|
|
| |
the unused lower half
Submitted by: eric
|
| |
|
|
|
|
| |
Submitted by: leeym@cae.ce.ntu.edu.tw
|
|
|
|
|
| |
PR: 29334
Submitted by: MAINTAINER
|
|
|
|
| |
This fixes `make index'.
|
|
|
|
|
| |
PR: 29029
Submitted by: Scot W. Hetzel <root@gifw.genroco.com>
|
|
|
|
| |
Found by: Dan Langille <dan@langille.org> && FreshPorts(TM)(C)(R)(SM)
|
|
|
|
|
|
|
| |
A webmail system which accesses mail over IMAP
PR: 28871
Submitted by: Thierry Thomas <thierry@thomas.as>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- Fixes bug where setting local part to /dev/null without setting
file_transport caused Exim to crash.
- Other fixes do not apply to FreeBSD.
* Now that RELENG_4 has bzip2 in the base system, use the bz2
distfiles.
|
|
|
|
|
| |
PR: 29677
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
o Remove redundant BUILD_DEPENDS (only need to depend on p5-Net once).
o Add USE_PERL5.
o Sort pkg-plist.
o Don't fail on deinstall if other Mail:: modules are installed.
PR: ports/29663
Submitted by: Pete Fritchman <petef@databits.net>
|
|
|
|
|
|
|
|
| |
Fix a "use of uninitialised value" warning.
PR: 29161, 29302
Submitted by: martti.kuparinen@iki.fi (maintainer),
ian j hart <ianjhart@freeloader.freeserve.co.uk>
|
|
|
|
| |
- honor CC and CFLAGS
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* August 6 2001 -- vbsfilter-1.7
* Various fixes for the case where headers and/or body are empty.
* Patch sent in by Sergiy Zhuk <serge@yahoo-inc.com>
*
* Update "dangerous extension" list.
* Noted by David F. Russell <David.F.Russell@ncmail.net>
*
* July 25 2001 -- vbsfilter-1.6
* Also recognise 'name=blah' as well as the more usual 'name="blah"'.
* Patch sent in by Andrea Adams <andrea@vividimage.com>
*
* July 9 2001 -- vbsfilter-1.5
* Add support to reject arbitrary extensions.
*
* March 31 2001 -- vbsfilter-1.4
* Update for sendmail-8.12
*
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Update PATCH_SITE
Update CONFIGURE_ARGS to fix locking bug
Remove unneeded comment in Makefile
Bump PORTREVISION
PR: 29263
Submitted by: maintainter
|
| |
|
|
|
|
|
| |
remotely exploitable buffer overflow when connecting to a malicious
server.
|
| |
|
|
|
|
|
| |
PR: 29483
Submitted by: Patrick Li <pat@databits.net>
|
| |
|
| |
|
|
|
|
|
|
|
| |
Change MAINTAINER
PR: ports/29373
Submitted by: Pete Fritchman <petef@databits.net>
|
|
|
|
|
| |
PR: ports/29309
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
| |
o Unecho commands
o Update both DESCR and COMMENT
PR: 29424
Submitted by: Pete Fritchman <petef@databits.net>
Reviewed by: MAINTAINER
|
|
|
|
|
|
|
| |
email addresses
PR: 29420
Submitted by: Pete Fritchman <petef@databits.net>
|
|
|
|
| |
Submitted by: bento log
|
| |
|
|
|
|
| |
Submitted by: Marcus Henschel <marcus@huehnerhund.ath.cx>
|
|
|
|
|
|
|
|
|
| |
o Update port to version 1.11
o Support NOPORTDOCS, deploy DOCSDIR
o Update DESCR, add WWW tag
PR: 29368
Submitted by: Pete Fritchman <petef@databits.net>
|
| |
|
|
|
|
| |
Submitted by: gshapiro@freebsd.org (Gregory Neil Shapiro)
|
|
|
|
|
|
|
|
|
|
| |
been broken by the incompatibility between db3.2 and db3.3.
I am unconditionally bumping the PORTREVISION's to eliminate possible
troubles that should not happen before the coming release.
Sorry for inconvenience. I'll try to check compatibility hard before
committing next time.
|
|
|
|
|
|
|
|
| |
cd /tmp/a/ports/mail/vbsfilter/work/vbsfilter-1.3 && cc -O -pipe -Wall -I/usr/local/include "" -L/usr/local/lib -o vbsfilter-1.3 vbsfilter-1.3.c -lmilter -lsmutil "-lc_r"
cc: : No such file or directory
*** Error code 1
using: ${PTHREAD_CFLAGS:S=""==}
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix a possible race condition when sending a HUP signal to restart
the daemon. This could terminate the current process without
starting a new daemon. Problem reported by Wolfgang Breyha
of SE Netway Communications.
Only apply MaxHeadersLength when receiving a message via SMTP or
the command line. Problem noted by Andrey J. Melnikoff.
When finding the system's local hostname on an IPv6-enabled system
which doesn't have any IPv6 interface addresses, fall back
to looking up only IPv4 addresses. Problem noted by Tim
Bosserman of EarthLink.
When commands were being rejected due to check_relay or TCP
Wrappers, the ETRN command was not giving a response.
Incoming IPv4 connections on a Family=inet6 daemon (using
IPv4-mapped addresses) were incorrectly labeled as "may be
forged". Problem noted by Per Steinar Iversen of Oslo
University College.
Shutdown address test mode cleanly on SIGTERM. Problem noted by
Greg King of the OAO Corporation.
Restore the original real uid (changed in main() to prevent
out of band signals) before invoking a delivery agent.
Some delivery agents use this for the "From " envelope
"header". Problem noted by Leslie Carroll of the
University at Albany.
Mark closed file descriptors properly to avoid reuse. Problem
noted by Jeff Bronson of J.D. Bronson, Inc.
Setting Timeout options on the command line will also override
their sub-suboptions in the .cf file, e.g., -O
Timeout.queuereturn=2d will set all queuereturn timeouts
to 2 days. Problem noted by Roger B.A. Klorese.
CONFIG: Fix parsing for IPv6 domain literals in addresses
(user@[IPv6:address]). Problem noted by Liyuan Zhou.
|
|
|
|
|
|
|
|
| |
Submitted by: bento
Reviewed by: peter, will,
IRC bsdmike <47d71ad6e4@HSE-London-ppp207327.sympatico.ca>,
IRC cmc <chris@adsl-208-191-149-190.dsl.hstntx.swbell.net>,
IRC jake_ <jake@k6.locore.ca>
|
|
|
|
|
|
|
|
| |
- use PERL_CONFIGURE (and the created Makefile)
- rearrange Makefile (to please portlint)
PR: 29351
Submitted by: Pete Fritchman <petef@databits.net>
|
| |
|
|
|
|
|
|
| |
commit. This should fix the port.
Submitted by: Marcus Henschel <marcus@huehnerhund.ath.cx>
|
| |
|
|
|
|
|
|
|
|
| |
discovering libtool files after building/installing. Correct a
punctuation error in a comment.
PR: 29283
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Incorporates the fixes for non-mapped IPv6 listening sockets.
Fixes unclosed MySQL connection bug in delivery subprocesses.
Better RFC compliance with respect to Resent-Subject and
Resent-Reply-To.
Fix handling of unset hostname for OpenLDAP2.
Drop an unclosed connection if more than 5 uncrecognized commands are
received.
Handle \t in fail messages properly.
|
|
|
|
| |
and mh-e).
|
| |
|
|
|
|
|
| |
PR: 29244
Submitted by: Andrew <andrew@ugh.net.au>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* WITH_MUTT_POP
* WITH_MUTT_IMAP
* WITH_MUTT_POP_IMAP
They replace the --enable-pop and --enable-imap options that were the
defaults. Now you have the choice to build with one or the other, both,
or neither (which is useful for those of us who don't need those
features).
Bump PORTREVISION.
Approved by: maintainer
|
|
|
|
|
| |
PR: 29238
Submitted by: maintainer
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 29179
Submitted by: Ports Fury
|
|
|
|
| |
Submitted by: anders@fix.no
|
|
|
|
| |
Obtained from: RedHat
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add info about tlb in post-install-notes.
* Add WITH_POSTFIX_APPROVE_PATCH knob to fix problem with Postfix's
Delivered-To and Majordomo's approve command.
* Add security fixes from PR ports/28282 with a small change, use SHA1
instead of MD5 for generating cookies.
* Remove security warning, which isn't necessary anymore.
PR: 28282
Submitted by: anders@fix.no
|
|
|
|
|
|
|
| |
expressions.
PR: 29128
Submitted by: Pete Fritchman <petef@databits.net>
|
|
|
|
|
|
|
| |
Reorder MAN pages
PR: 29136
Submitted by: maintainer
|
| |
|
| |
|
|
|
|
|
| |
PR: 28963
Submitted by: John Merryweather Cooper <jmcoopr@webmail.bmi.net>
|
|
|
|
|
|
| |
- remove USE_LIBTOOL (which is nop in this case) and associated patches that
"make" it work;
- add missed USE_OPENSSL.
|
| |
|
|
|
|
|
|
|
|
| |
Rename WITH_* to WITH_MUTT_* to make unique in /etc/make.conf
Split VVV_PATCHES into three parts
Portlint compliance
Submitted by: maintainer
|
|
|
|
|
|
|
| |
big deal really).
PR: 28238
Submitted by: Kevin Oberman <oberman@es.net>
|
|
|
|
| |
- bumped PORTREVISION
|
|
|
|
|
| |
net.inet6.ip6.v6only is set. This sysctl disables AF_INET6 wildcard
listeners from accepting IPv4 traffic.
|
|
|
|
|
| |
PR: 28987
Submitted by: MAINTAINER
|
| |
|
|
|
|
| |
Change the MAINTAINER to jmcoopr@webmail.bmi.net.
|
|
|
|
|
| |
PR: 28956
Submitted by: MAINTAINER
|
|
|
|
|
|
|
| |
typically as part of .qmail command processing.
PR: 28662
Submitted by: Pete Fritchman <petef@databits.net>
|
| |
|
|
|
|
| |
Now, sieve client speaks IPv6.
|
|
|
|
|
|
|
|
|
|
|
| |
Bite the bullet _now_ and use MTA user exim instead. This means that
only early adopters of Exim-3.31 are affected, rather than lots more
folks further down the line.
I still think mailnull is better, but nobody in the Exim community
agrees with me. :-)
Bump PORTREVISION as appropriate.
|
|
|
|
|
| |
in my patch when I initially submitted it. This is his fully tested
version.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
users.
Fix the call to bind() in daemon.c so that the correct addrlen is
passed for a IPv4 or IPv6 struct sockaddr. This fixes the problem
where an exim binary compiled for IPv6 support won't bind() to any IPv4
addresses. The author approves of this patch.
Now that exim+ipv6 works for non-ipv6 FreeBSD hosts, make IPv6 support
default and provide a WITHOUT_IPV6 knob for folks who don't want it.
Turn on WITHOUT_IPV6 for pre-KAME systems, to give RELENG_3 folks a
fighting chance.
|
|
|
|
|
| |
sendmail installation, but cause exim to be run instead of sendmail on
startup.
|
|
|
|
|
|
|
| |
- IPv6 patch was updated to 20010709 version.
(Now, reconfig by SIGHUP should work. However, since master is
running without root privilege, re-bind to privileged port still
fails. I believe it is original problem.)
|
|
|
|
| |
Submitted by: kaz@kobe1995.net (NAKAMURA Kazushi)
|
|
|
|
| |
Submitted by: Pete Fritchman <petef@databits.net> (esound support)
|
| |
|
|
|
|
|
| |
PR: 28815
Submitted by: maintainer
|
|
|
|
|
| |
PR: 28792
Submitted by: maintainer
|
|
|
|
| |
works with KDE2
|
|
|
|
|
|
|
| |
The List Batcher, a general purpose mail list delivery engine
PR: 28557
Submitted by: Anders Nordby <anders@fix.no>
|
|
|
|
|
|
|
| |
IMAP4rev1 and POP3 server from the DBOX BBS package
PR: 28244
Submitted by: Anders Nordby <anders@fix.no>
|
|
|
|
| |
Noticed by: bento
|
|
|
|
|
|
|
|
| |
Let the user override the MySQL username, password and db at build time.
Let the user override the vchkpw gid and the vpopmail uid.
Bump PORTREVISION.
Approved by: nbm (maintainer)
|
|
|
|
|
|
|
|
| |
Check for WITHOUT_GDBM instead of NO_GDBM
Make configure_args append to existing args instead of replacing
PR: 28572
Submitted by: maintainer
|
|
|
|
|
| |
PR: 28626
Submitted by: Dominic Mitchell <dom@happygiraffe.net>
|
|
|
|
|
| |
PR: 28642
Submitted by: MAINTAINER
|
| |
|
|
|
|
| |
that include support for LDAP using OpenLDAP2.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Define LDAP_LIB_TYPE conditionally so that the operator can override
it.
* Allow OPENLDAP1 (or UMICHIGAN) and OPENLDAP2 for LDAP_LIB_TYPE,
depending on the correct ports for each.
The default behaviour of the port is unchanged. However, this change
allows for an exim-ldap2 slave port, if desired, and limits LDAP lookup
types to those that can be supported by the FreeBSD ports tree.
|
|
|
|
|
|
|
|
| |
original maintainer has not responded to emails and this port is very old.
PR: ports/28397
Reviewed by: Duncan Barclay <dmlb@dmlb.org> (original patches)
Patches fixed by: dwcjr
|
|
|
|
|
|
| |
mention ODMR to help "make search".
Approved by: ve@sci.fi (maintainer)
|
|
|
|
|
|
|
|
| |
utility supplied with Exim is intended for systems that don't have
something as nifty as newsyslog(8).
I'm tempted to remove the utility from the port/package, but this
delta to pkg-message is less controversial.
|
|
|
|
|
|
|
| |
* Incorporates two patches previously supplied with the port.
* Fixes obscure bug affecting return_path transport option under certain
conditions.
|
|
|
|
|
|
|
| |
Pgen is a tool to generate a procmailrc file with m4 macros.
PR: 28564
Submitted by: Pete Fritchman <petef@databits.net>
|
| |
|
|
|
|
|
|
|
|
|
| |
o successfully exits even if etc/imap directory fails to remove.
o do not overwrite mailboxes at pkg_add.
o and then bump PORTREVISION.
PR: 28496
Submitted by: "Scot W. Hetzel" <hetzels@westbend.net>
|
|
|
|
|
| |
PR: 28490
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: 28496
Submitted by: Pete Fritchman <petef@databits.net>
|
| |
|
| |
|
|
|
|
| |
with '.default' suffixes.
|
|
|
|
|
|
| |
rev 1.75 of ports/databases/postgresql7 in April this year.
This unbreaks the mysql-postgresql7 slave port.
|
|
|
|
|
| |
PR: 27984
Submitted by: Jason R. Mastaler <jason@mastaler.com>
|
| |
|
|
|
|
|
|
|
|
| |
not explicitly listed by TkRat, but known to TCL (koi8-u, koi8-r, for
example). The patch is being reviewed by the author for inclusion into
the next release.
Add WWW to pkg-descr (http://www.tkrat.org/).
|
|
|
|
| |
Submitted by: Greg Troxel <gdt@ir.bbn.com>
|
|
|
|
|
|
|
|
| |
Upgrade mail/p5-Email-Find to 0.04.
Upgrade print/p5-Text-PDF to 0.15.
Upgrade textproc/p5-Text-Tmpl to 0.24.
OK'ed by: markm
|
|
|
|
|
| |
PR: ports/28099
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
|
|
|
|
| |
- apply an extension to the vacation manpage
|
|
|
|
|
|
|
|
|
| |
Add SSL support to both
Add pkg-req.rev to detect version
Add pkg-req.ssl to keep track of ssl versions
PR: 28289
Submitted by: maintainer
|
|
|
|
| |
Approved by: sobomax, obrien
|
| |
|
|
|
|
| |
Submitted by: fenner (distfile survey)
|
|
|
|
|
| |
PR: 28316
Submitted by: maintainer
|
|
|
|
|
| |
expected in exim-3.30 release. Apply a patch from the author,
which will be included in exim-3.31 if such a release ever occurs.
|
| |
|
|
|
|
|
| |
PR: 27910
Submitted by: Joseph Scott <joseph@randomnetworks.com>
|
|
|
|
| |
USE_GNOME knob
|
|
|
|
| |
in 3.31. :-)
|
|
|
|
|
| |
submitted to Philip in time for exim-3.30's release, and a new
version of the documentation is unlikely until exim-4.00.
|
|
|
|
|
|
|
|
| |
This is primarily a maintenance release, though there are a very small
number of functional additions.
This release does not address the "orphaned -D spool files" problem, but
to date this problem has not been observed on FreeBSD systems.
|
|
|
|
|
| |
PR: 28018
Submitted by: Patrick Li <pat@databits.net>
|
| |
|
| |
|
|
|
|
| |
PR: 27772
|
|
|
|
| |
PR: 27770
|
|
|
|
| |
Update TLS and IPv6 to go with new postfix version
|
|
|
|
|
|
| |
compile with mysql if sasl isn't installed as its sasl's default
Submitted by: Stefan Esser <se@freebsd.org>
|
|
|
|
|
|
| |
and I am already maintaining postfix-current.
Submitted by: maintainer
|
|
|
|
|
|
| |
- respect $PREFIX, $CC and $CFLAGS
maintainer timeout...
|
|
|
|
| |
columns.
|
| |
|
|
|
|
| |
Submitted by: roam
|
|
|
|
|
|
| |
instead of snprintf in mreport.c.
Patches -> regex while I'm here.
|
|
|
|
|
|
|
| |
and KDE), and is fully featured, including MIME support, multiple accounts,
filtering, etc. It currently runs under Linux, FreeBSD, and Solaris.
WWW: http://kiltdown.sourceforge.net/
|
|
|
|
|
|
|
|
|
|
|
| |
- Save more documentation in %%PREFIX%%/share/doc/sendmail
- Update Sendmail package, only libmilter will be installed.
- Bump PORTREVISION
- Cleanup configuration, reduced overhead in "site.config.m4" files
- New option SENDMAIL_WITHOUT_IPV6=yes
- Use global WITH_TLS as well as SENDMAIL_WITH_TLS
- New slave ports: sendmail-sasl, sendmail-ldap
- vbsfilter now build a package
|
|
|
|
|
|
|
| |
Don't build --with-regex under -current, broken
Take out configure_env and configure_target
Submitted by: maintainer
|
|
|
|
|
| |
PR: 28160
Submitted by: MAINTAINER
|
|
|
|
| |
retired, use mailwrapper(8) instead).
|
|
|
|
|
|
|
|
| |
FreeBSD has shipped with mailwrapper(8), which facilitates the use of
drop-in replacements for sendmail. Retire exim.sh in favour of the
mailwrapper(8) approach.
Requested by: AMAKAWA Shuhei <sa264@cam.ac.uk>
|
|
|
|
|
|
|
| |
mailwrapper, which facilitates drop-in replacements for sendmail.
Retire the exim.sh that was installed into ${PREFIX}/etc/rc.d/ to
start Exim, in favour of the mailwrapper approach.
|
|
|
|
|
|
|
|
| |
Fix a problem with building Kerberos 4 (Kerberos 5 is still broken).
PR: 27941 (the Kerberos 4 build problem)
Submitted by: Shawn Halpenny <malachai@iname.com>
Approved by: maintainer
|
|
|
|
|
| |
PR: 28168
Submitted by: edwin@mavetju.org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make port compliant with NOPORTDOCS
Remove pkg-plist.htmlfiles in new NOPORTDOC procedure
Add two patches to be applied post-patch for NOPORTDOC
Correct pkg-plist to be compliant with NOPORTDOCS
Enable pop3 and imap4
Add hook for SSL
Put distfiles in mutt dist_subdir
Don't depend on sgml on alpha
Submitted by: maintainer
Reviewed by: will
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A continuum in the history for this file isn't necessary. What _is_
important is the purpose of the patch today:
*) Changes the test used to determine whether a file should be installed
to cope with files which we "touch" to zero bytes for packaging
purposes.
*) Causes the configure file to be installed as a sample only. The
administrator needs to rename this file to "activate" exim.
*) Changes the invocation of make-info to be less prone to fail on
silly errors and fixes the info(1) titles so that, for example
``info exim'' actually enters the exim.info file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Replace it with a patch against the distribution configure.default,
which changes as little as possible so that folks who are accustomed to
Exim on other platforms will not be astonished.
Install the file as configure.default instead of configure.sample, since
it's as close as damnit to the default Exim configuration file.
The only arguably unnecessary deviation from the default is:
* Accept SMTP relay from the loopback IP address. Too many applications
require this, and the window of abuse is arguably negligible.
|
|
|
|
|
|
|
|
|
|
| |
``info exim'' would fail to descend into any of the 3 Exim info files
from the dir top branch.
While we're at it, add a pkg-message that
1) Points to the documentation
2) Explains how to get Exim started
|
|
|
|
|
|
|
|
| |
Bump PORTREVISION
PR: 16983
Submitted by: Pete Fritchman <petef@databits.net>
Reviewed by: will
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
needed.) This update was performed by me locally at the same time as the
submitter.
Changes include:
- Updated SSL support.
- Added CRAM authentication support.
- Added MailDir configuration option to specify the default location of local
mailboxes when relative paths are used.
- Added support for uploading local messages to the IMAP server.
- Added CopyDeletedTo configuration option to cause isync to move deleted
messages to a particular mailbox on the server when they are expunged.
- Started to re-use passwords for multiple mailboxes
Submitted by: Pete Fritchman <petef@databits.net>
|
| |
|
|
|
|
|
|
|
| |
Also change PATCH_SITES and PATCH_FILES to foo+= instead of = to allow multiple options to be used when we have multiple options that are compatible with each other
Submitted by: will
Reviewed by: will
|
|
|
|
|
|
|
|
| |
Add --enable-compressed to VVV
Remove --enable-compressed from normal build because it requires compressed folder support.
Submitted by: jim
Reviewed by: maintainer, jim
|
|
|
|
|
|
|
|
|
| |
Fix BUILD_DEPENDS
Minor touchups to Makefile
Update distinfo for VVV patches
Submitted by: maintainer
Reviewed by: knu
|
|
|
|
|
| |
PR: 28054
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
|
| |
Poppy is a small perl script that allows you to perform simple tasks
on a POP3 or IMAP server. It is of most use in a "limited resources
environment" whether thats low disk space, slow internet connection,
or no graphical environment.
|
| |
|
|
|
|
|
|
| |
Do the same for pkg-descr files.
Approved by: markm
|
|
|
|
|
|
|
|
|
| |
run with a kernel that has had IPv6 ommitted from its configuration,
so I can't make this a default (yet).
* Remove crazy handling of exim.sh and replace it with something much
simpler and more sane. This allows non-root users to build, even if
they can't install (properly).
|
|
|
|
|
|
| |
PR: 27950
Submitted by: Pete Fritchman <petef@databits.net>
Eyeballed by: markm
|
|
|
|
|
|
|
| |
- rewrite patch-aa to CFLAGS/PREFIX safeness
Submitted by: Patrick Li <pat@databits.net>
Approved by: jim (maintainer)
|
|
|
|
|
| |
PR: 27989
Submitted by: MAINTAINER
|
|
|
|
|
|
|
|
|
|
| |
- respect existing CXXFLAGS
- properly support NOPORTDOCS (fix plist)
- add pkg-message
- take over as maintainer
PR: 28027
Submitted by: Pete Fritchman <petef@electron.databits.net>
|
|
|
|
|
|
| |
in exim batch SMTP mode.
The vulnerability is _not_ exploitable by external SMTP callers.
|
|
|
|
|
|
|
| |
Delete %D/etc/postfix quietly since most deinstalls are just upgrades to the next snapshot.
PR: 27038
Reviewed by: roam
|
|
|
|
| |
is simply the original with the defaults uncommented and unchanged.
|
|
|
|
| |
that include support for LDAP, mySQL and Postgres lookups.
|
|
|
|
| |
that include support for LDAP, mySQL and Postgres lookups.
|
|
|
|
| |
that include support for LDAP, mySQL and Postgres lookups.
|
| |
|
|
|
|
|
|
|
|
|
| |
this support.
Fix the SEDLIST-building logic for disabling mbx and mailstore
alternative mailbox formats.
Bump PORTREVISION accordingly.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Since BSD UNIX still doesn't offer a user for running an MTA in a
sandbox the way many Linux distributions do, the Exim port uses
the traditional sandbox user for sendmail, called 'sendmail'.
Bump PORTREVISION accordingly.
|
| |
|
| |
|
|
|
|
|
|
| |
files/Makefile) that's been a maintenance PITA for too long. Replace it
with a patch against EDITME, now that the sed rules that operate on it
are mostly sensible.
|
|
|
|
|
| |
PR: 28006
Submitted by: maintainer
|
|
|
|
|
| |
PR: 28005
Submitted by: maintainer
|
| |
|
|
|
|
| |
from EXTRALIBS.
|
|
|
|
|
|
|
|
|
|
| |
* Features enabled by default are disabled by defining
WITHOUT_FEATURE.
* Features disabled by default are enabled by defining
WITH_FEATURE.
Requested by: alex
|
|
|
|
|
|
| |
commented out make values that they are supposed to operate on.
Reported by: Marc Silver <marcs@draenor.org>
|
| |
|
|
|
|
|
| |
PR: 27999
Submitted by: Jeff Palmer <scorpio@drkshdw.org>
|
|
|
|
| |
feature set today.
|
| |
|
|
|
|
|
|
| |
it.
TCP Wrappers support surprises too many novices.
|
| |
|
|
|
|
|
|
|
|
| |
AUTH_CRAM_MD5 and AUTH_PLAINTEXT support have nothing to do with PAM,
other than that all three can be used as authentication mechanisms
for SMTP AUTH.
Enable all three by default, so that the package includes them.
|
|
|
|
|
| |
Allow the operator to disable the embedded Perl interpreter in the port
build.
|
| |
|
|
|
|
|
|
|
|
| |
included in the package. Folks who don't want them can build Exim
as follows:
cd /path/to/ports/mail/exim
make WITH_MAILDIR=no WITH_MAILSTORE=no WITH_MBX=no
|
| |
|
|
|
|
|
| |
PR: 27954
Submitted by: Jeff Palmer <scorpio@drkshdw.org>
|
| |
|
|
|
|
|
| |
PR: 27867
Submitted by: maintainer
|
| |
|
|
|
|
| |
on the original makefile.bsf, so I feel confident that I can handle it. :)
|
| |
|
| |
|
| |
|
|
|
|
| |
Bump PORTREVISION
|
|
|
|
|
|
| |
PR: 27640
Submitted by: Udo Schweigert <ust@cert.siemens.de>
Reviewed by: will
|
|
|
|
|
|
| |
PR: 27640
Submitted by: Udo Schweigert <ust@cert.siemens.de>
Reviewed by: will
|
|
|
|
|
| |
PR: 27958
Reviewed by: will
|
|
|
|
| |
Reviewed by: will
|
|
|
|
|
|
| |
PR: 27845
Submitted by: maintainer
Reviewed by: will
|
|
|
|
|
|
|
|
| |
Update TLS for latest postfix snapshot
PR: 27845
Submitted by: maintainer
Reviewed by: will
|
| |
|
|
|
|
| |
Convert Outlook Express messages to the Unix mailbox format
|
|
|
|
|
| |
PR: 27841
Submitted by: MAINTAINER
|
| |
|
|
|
|
| |
fixing another buffer overflow.
|
|
|
|
| |
Submitted by: Brett Glass <brett@lariat.org>
|
|
|
|
|
|
| |
PR: 27781
Submitted by: Chris Shumway <cshumway@titan-project.org>
Approved by: maintainer (through submitter)
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/27783
Submitted by: Ville Eerola <ve@sci.fi>
|
|
|
|
| |
KNOWNBUGS LICENSE PGPKEYS README RELEASE_NOTES MILTER
|
|
|
|
|
|
| |
PR: 27367
Submitted by: FĂ©lix-Antoine Paradis <reel@sympatico.ca> - the PR itself
maintainer - the fix
|
|
|
|
|
|
|
|
|
| |
p5-Apache-Reload => 0.07
p5-DBD-Pg => 1.00
p5-DBI => 1.16
p5-IMAP-Admin => 1.4.3
p5-Parse-RecDescent => 1.80
p5-SQL-Statement => 0.1020
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Lower the syslog priority of various messages so that only serious
application problems are sent to /var/log/messages and the console
using the standard syslog.conf.
2) Log successful login attempts to that POP-before-SMTP log watchers
can make use of popd's syslog output.
The author has already agreed to incorporate these patches, but will
probably not roll a new release just for this.
|
|
|
|
|
|
|
|
|
| |
patch-mbox_maildir.c rev 1.1
patch-mbox_mbf.c rev 1.1
patch-popd.c rev 1.1
These patches change the behaviour of popd with respect to syslog
output.
|
|
|
|
|
| |
PR: 27754
Submitted by: Esa Karkkainen ejk@iki.fi
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) Lower the syslog priority of various messages so that only serious
application problems are sent to /var/log/messages and the console
using the standard syslog.conf.
2) Log successful login attempts to that POP-before-SMTP log watchers
can make use of popd's syslog output.
The author has already agreed to incorporate these patches, but will
probably not roll a new release just for this.
|
|
|
|
|
|
|
| |
- Change maintainer since predecessor is not responsible.
PR: ports/27199
Submitted by: Kawaguti Ginga <ginga@athena.club.ne.jp>
|
|
|
|
|
|
|
| |
Compile mysql support static because it won't startup on boot if you don't
PR: 27597
Submitted by: maintainer
|
|
|
|
|
| |
PR: 27160
Submitted by: Przemyslaw Frasunek <venglin@freebsd.lublin.pl>
|
|
|
|
| |
add trailing slash to URL
|
|
|
|
|
| |
- Added PKGNAMESUFFIX
- removed patch for IPV6, fixed in Release
|
| |
|
| |
|
| |
|
| |
|