Commit Graph

24 Commits

Author SHA1 Message Date
Peter Pentchev
33059bd045 Remove pkg-comment files in my ports. 2003-02-19 16:07:30 +00:00
Peter Pentchev
81dc3b4048 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>
2003-02-09 13:15:11 +00:00
Peter Pentchev
e6f9fa5a9e 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>
2003-01-20 16:55:22 +00:00
Peter Pentchev
4715f698e0 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
2002-09-20 19:55:07 +00:00
Peter Pentchev
a282c0ee64 Create a vpopmail-stable port after a repocopy. The purpose of this
port is to provide easy access to the 'stable' vpopmail branch
(currently 5.2.x), which, while missing some features, may be considered
safer for deployment on production systems.

The main mail/vpopmail port will shortly be updated to the current
development version - 5.3.6 - which, among other things, reintroduces
APOP support, which was removed earlier in the 5.2 branch, and which the
current stable version - 5.2.1 - does not have.  IMHO, vpopmail-5.3.6 is
stable enough for production use, but since this may not be true for
future development versions, this vpopmail-stable port was created.

Repocopy by:	joe
2002-06-12 09:45:33 +00:00
Peter Pentchev
fdd48b3e7c Update to vpopmail-5.2.1. 2002-05-21 16:26:16 +00:00
Peter Pentchev
df961b0ee1 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.

Prompted by:	Claus Rasmussen <claus@webclaus.com>
2002-02-26 14:54:19 +00:00
Peter Pentchev
93ec79962e Update to 5.0.1.
Add the WITH_QMAIL_EXT knob to enable the user-* address extensions.
2001-12-17 18:52:19 +00:00
Peter Pentchev
a7c5e60cc5 Update to 5.0. This should enable the sqwebmail and courier-imap
ports to work once again.

NB: The vpopmail documentation says that the special support for
sqwebmail authorization is no longer needed for sqwebmail 3.0 and above.
If your sqwebmail installation does not work after this vpopmail update,
make sure to try vpopmail built both with and without the WITH_SQWEBMAIL
knob enabled.

Requested and patiently awaited by:	much too many to list..
Tested by:	NERvOus <nervous@nervous.it>,
		Valentin Zahariev <curly@e-card.bg>
2001-11-20 18:11:26 +00:00
Peter Pentchev
88c3bf1dc1 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.

Reported by:	a multitude of innocents :(
Pointy hat:	roam (myself)
2001-11-04 12:05:05 +00:00
Peter Pentchev
6f7ea96ff4 Assume maintainership of this port; Neil has asked me a couple of
times in the last few months :)
2001-11-02 13:49:45 +00:00
Peter Pentchev
63b7fbd702 Fix a CONFIGURE_ARGS typo: --enable-qmail-dir -> --enable-qmaildir.
No PORTREVISION bump necessary IMHO.

Submitted by:	"Dmitry Osipov" <daosipov@mail.ru>
2001-10-15 13:39:11 +00:00
Peter Pentchev
bb8cf40c25 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.

Obtained from:	Bugtraq
2001-09-08 10:48:49 +00:00
Peter Pentchev
0aa41aea19 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.

Approved by:	nbm (maintainer)
2001-07-04 15:34:50 +00:00
Neil Blakey-Milner
f0f39eb425 Update to 4.9.10 2001-05-24 13:15:57 +00:00
Neil Blakey-Milner
4c8ae3e193 Some fixes and tweaks from Yuri, hopefully fixing the mysql problems
that have been reported to me.

These changes don't affect the package, just if people use some of the
WITH_* or WITHOUT_* options

Submitted by:	 Yuri L Khachaturian <yukh@ns.otradnoe.net>
2001-03-01 13:05:47 +00:00
Neil Blakey-Milner
452f0fa690 Incorporate optional DEFAULT_DOMAIN and mysql support.
PR:		24718
Submitted by:	Alex Povolotsky <tarkhil@over.ru>
2001-01-29 15:18:28 +00:00
Neil Blakey-Milner
a574638be5 Update to vpopmail 4.9.8. 2001-01-29 12:01:31 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Neil Blakey-Milner
0440a8f280 Upgrade to 4.9.6-1 2001-01-03 14:28:30 +00:00
Neil Blakey-Milner
cdf3cb97b9 Upgrade to 4.9.4.
This changes a default - you now need to specify WITH_PASSWD to
authenticate against /etc/passwd.  This means the vchkpw needn't run as
root.
2000-10-14 01:29:49 +00:00
Satoshi Asami
3834cc1b28 ${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.
2000-10-08 08:53:06 +00:00
Neil Blakey-Milner
54d149d0d9 As clever as makeport.pl is, I made this port. (change Whom:)
Change ~vpopmail to ${PREFIX}/vpopmail.
2000-09-22 11:39:14 +00:00
Neil Blakey-Milner
25d71de54f Add vpopmail, a virtual host and virtual user manager for qmail, at
version 4.9.

This port reserves uid 89 and gid 89, as mentioned in the
porters-handbook.
2000-09-21 13:01:40 +00:00