Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.3.9_2 09 Feb 2003 13:15:11 |
roam |
Fix the regular expressions used for setting the database access
(username, password, database name, etc) - when I did the changeover
from ${PERL} to ${REINPLACE_CMD}, I plain forgot that sed does not
really like Perl-style $1 subexpression references :(
Reported by: Ventsislav Velkov <veno@evrocom.net>,
"Pavel Novikov" <pavel@ext.by> |
5.3.9_1 20 Jan 2003 16:55:22 |
roam |
USE_REINPLACE.
The mail/vpopmail and mail/vpopmail-stable ports retain their Perl
dependency, since the pkg-install script is written in Perl. I think
this might need to be changed when I get the time to look into it.
Submitted by: Ulrich Spoerlein <q@uni.de> |
5.3.9_1 02 Nov 2002 21:33:09 |
roam |
Update the checksum to match the "new" distfile.
Submitted by: gerald <gerald@hannibal.symicon.com> - the original
notification about the vpopmail distfile checksum change
Fix a possible buffer underflow bug in the changed code.
Add a new ENABLE_MYSQL_LIMITS knob for .qmailadmin-limits processing, and
DISABLE the new MySQL limits code - it does not even compile as shipped :(
Use the correct configure script option for specifying the path to
the tcprules program, so vpopmail works even with LOCALBASE != /usr/local.
Submitted by: Mike Meyer <mwm@mired.org> - the tcprules patch |
5.3.9 01 Nov 2002 22:20:29 |
roam |
Mark FORBIDDEN due to a checksum mismatch.
It seems that a couple of new features were added, but I have to take
a closer look at them to make sure nothing is wrong. This will probably
happen as soon as I wake up in a couple of hours.
Submitted by: gerald <gerald@hannibal.symicon.com>
Pointy hat to: Inter 7 for adding new features to an already "released"
tarball instead of releasing a new version :( |
5.3.9 20 Sep 2002 19:55:07 |
roam |
Apply a blessed +3 magic wand of autotools protection; a rogue run of
autoconf or automake over our local patches can ruin your whole day.
This rarely, if ever, affected the vpopmail ports, causing mysterious
failures at install time, but inevitably killed the stunnel build if
automake-1.5 happened to be installed.
Reported by: Dan Langille <dan@langille.org> for stunnel,
Sitchin Zech <mailsagan@yahoo.com> for vpopmail |
5.3.9 15 Sep 2002 10:25:50 |
roam |
Update to vpopmail-5.3.9, with better processing of the exit code
of mail/autoresponder. |
5.3.8 05 Sep 2002 14:30:21 |
roam |
Update to vpopmail-5.3.8.
There are two new configuration knobs:
- WITHOUT_USERS_BIG_DIR disables the use of 'big' directories for users,
thereby saving a little on disk space and inode usage; IMO, the
savings are negligible;
- WITHOUT_SEEKABLE disables the newly introduced ability of vdelivermail
to examine its input stream for seekability, and read it all into a
file to make it seekable. This works quite fine in the tests that I
have done, so there seems to be no need to enable it on FreeBSD;
however, if things should go wrong (in particular, if delivering mail
to your virtual domains seems to fail), try rebuilding vpopmail with
this knob.
Prompted by: David Phillips <david@acz.org> |
5.3.6_1 05 Sep 2002 13:42:30 |
roam |
Change the WITH_MD5_PASSWORDS knob to WITHOUT_MD5_PASSWORDS;
the vpopmail default is to build support for MD5-hashed passwords now.
Reported by: Jetchko Jekov <jeka@flavia-bg.com> |
5.3.6_1 14 Jun 2002 09:38:41 |
roam |
Fix a segfault when authenticating against the system passwd file:
there's little sense in passing an integer port number to a string
comparison routine :)
Bump PORTREVISION.
Reported by: Rudy <rudy@tzone.it> |
5.3.6 12 Jun 2002 10:09:04 |
roam |
Update to the vpopmail-5.3.6 development version, which adds back APOP
support (spelled WITH_CLEARTEXT_PASSWD now), along with a couple of
other tweakable knobs. There is UNTESTED support for Sybase and Oracle
database backends; please report any successes or failures to me.
APOP support discontinuation reported by: "A. Postle" <apostle@kolbas.it> |
5.2.1 21 May 2002 16:26:16 |
roam |
Update to vpopmail-5.2.1. |
26 Feb 2002 14:54:19 |
roam |
Update vpopmail to version 5.2. Introduce two new build knobs: -
WITH_CLEAR_PASSWD actually enable the clear passwords management
that was turned on by default in 5.2 (hello, POLA!) - WITH_MD5_PASSWORDS
for the encrypted passwords, use MD5 hashes. |
17 Dec 2001 18:52:19 |
roam |
Update to 5.0.1. Add the WITH_QMAIL_EXT knob to enable the user-* address
extensions. |
20 Nov 2001 18:11:27 |
roam |
Update to 5.0. This should enable the sqwebmail and courier-imap ports to
work once again. |
04 Nov 2001 12:05:05 |
roam |
Fix the build of several dependent ports by actually installing the inc_deps
and lib_deps files. This should fix qmailadmin, courier-imap and possibly
others, after I broke them by my configure changes to not create and populate
${PREFIX}/vpopmail/etc/ at configure time. Add a couple of configuration
knobs. Bump PORTREVISION for the inc_deps/lib_deps fix. |
02 Nov 2001 13:49:45 |
roam |
Assume maintainership of this port; Neil has asked me a couple of times in the
last few months :) |
15 Oct 2001 14:39:11 |
roam |
Fix a CONFIGURE_ARGS typo: --enable-qmail-dir -> --enable-qmaildir. No
PORTREVISION bump necessary IMHO. |
08 Sep 2001 11:48:49 |
roam |
Turn off world-readability on the directories holding the executable binaries
and libraries of vpopmail. This prevents arbitrary users from obtaining the
username and password for access to the MySQL database, which are present in
plaintext in the vpopmail object files and binaries. |
04 Jul 2001 16:34:50 |
roam |
Rip out the configure script parts that try to modify the destination dir. 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. |
24 May 2001 14:15:57 |
nbm |
Update to 4.9.10 |
01 Mar 2001 13:05:51 |
nbm |
Some fixes and tweaks from Yuri, hopefully fixing the mysql problems that have
been reported to me. |
29 Jan 2001 15:18:29 |
nbm |
Incorporate optional DEFAULT_DOMAIN and mysql support. |
29 Jan 2001 12:01:32 |
nbm |
Update to vpopmail 4.9.8. |
16 Jan 2001 17:33:20 |
sobomax |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
03 Jan 2001 14:28:30 |
nbm |
Upgrade to 4.9.6-1 |
14 Oct 2000 02:29:50 |
nbm |
Upgrade to 4.9.4. |
08 Oct 2000 09:53:06 |
asami |
${PKGDIR}/INSTALL -> ${PKGINSTALL}. ${PKGINSTALL} is called without any
arguments but I'm not sure what I should give it (it's called from
pre-configure!) so I'll leave it alone. |
08 Oct 2000 04:16:42 |
asami |
Convert category mail to new layout. |
22 Sep 2000 12:39:15 |
nbm |
As clever as makeport.pl is, I made this port. (change Whom:) |
21 Sep 2000 14:01:40 |
nbm |
Add vpopmail, a virtual host and virtual user manager for qmail, at version
4.9. |