Commit graph

64 commits

Author SHA1 Message Date
Dmitry Marakasov
e87a8bd319 - Fix trailing whitespace in pkg-messages
Approved by:	portmgr blanket
2016-05-19 11:09:14 +00:00
Alexey Dokuchaev
ff5011faa2 Merge patches that patch the same file. 2016-01-29 03:21:32 +00:00
Bryan Drewery
149ff68acf Disable SSLv2 and SSLv3.
PR:		197027
Submitted by:	Kai Gallasch <k@free.de>
MFH:		2015Q1
2015-03-19 17:04:07 +00:00
Bryan Drewery
353abd6bec Support building with LibreSSL.
PR:		198386
Submitted by:	Bernard Spil <spil.oss@gmail.com>
2015-03-19 15:53:02 +00:00
Bryan Drewery
f0dca0c670 - Take maintainership
- Attempt to limit portscout to version 1.2
- Fix rc script for one* commands [1]

Not bumping PORTREVISION as the installed version doesn't change, should
not affect dependent ports.

PR:		177497 [1]
Submitted by:	nick@3wh.net [1]
2014-06-30 17:33:21 +00:00
Olli Hauer
f5e93ef638 - add stage support
- bump PORTREVISION
- add USES=libtool:keepla
- sort pkg-plist
- use USER/GROUP support from framework (remove pkg-install)

PR:		ports/188868
Submitted by:	ohauer
Approved by:	maintainer timeout (4 weeks)
2014-05-18 17:05:12 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Jimmy Olgeni
30c35512ea Fix typo in pkg-message.
Feature safe:	yes
2011-11-29 13:53:11 +00:00
Sunpoet Po-Chuan Hsieh
a1d4623701 - Update rc.d script: add "reload" command
- Bump PORTREVISION

PR:		ports/151457
Submitted by:	Alexander Milanov <a@amilanov.com>
Approved by:	maintainer (timeout 16 days), pgollucci (mentor, implicit)
2010-10-30 16:51:25 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Wesley Shields
d994375584 - Update to 1.2.8
PR:		ports/139386
Submitted by:	Sahil Tandon <sahil@tandon.net>
Approved by:	Yarema <yds@CoolRat.org> (maintainer)
2009-12-10 15:30:08 +00:00
Wesley Shields
0bf7b17adc - Fix a bug where GSSAPI authentication was always failing. [1]
- Flip MANAGESIEVE option to on (this makes the mail/managesieve package
  useful). [2]

PR:		[1]: ports/138300
		[2]: ports@ list
Submitted by:	John Marshall <john.marshall@riverwillow.com.au>
Approved by:	Yarema <yds@CoolRat.org> (maintainer)
2009-09-03 13:42:09 +00:00
Wesley Shields
3be8b4180a - Update to 1.2.3
PR:		ports/137261
Submitted by:	Yasuhiro KIMURA <yasu@utahime.org>
Approved by:	maintainer timeout
2009-08-14 21:30:42 +00:00
Martin Wilke
5b35289787 - Update to 1.1.15
PR:		134852
Submitted by:	Yarema <yds@CoolRat.org> (Maintainer)
2009-05-22 21:48:10 +00:00
Wesley Shields
11d8845540 - Update to 1.1.14
PR:		ports/133199
Submitted by:	Darren Pilgrim <ports.maintainer@evilphi.com>
Approved by:	maintainer timeout
2009-05-14 12:57:49 +00:00
Beech Rintoul
17b82981f2 - Update to 1.1.10
Submitted by:	Yarema <yds@coolrat.org> (maintainer)
2009-01-30 21:16:42 +00:00
Beech Rintoul
9f1cb6cce4 - Update to 1.1.8 [1]
- Fix rc.d [2]

PR:		ports/130359 [1]
PR:		ports/130598 [2]
Submitted by:	Marcin Rzepecki <m.rzepecki@iem.pw.edu.pl> [1]
Submitted by:	Craig Leres <leres@ee.lbl.gov> [2]
Approved by:	Yarema <yds@CoolRat.org> (maintainer)
2009-01-18 03:41:05 +00:00
Beech Rintoul
0e67aa3dca - Patch to facilitate multi-instance configurations
PR:		ports/129274
Submitted by:	Darren Pilgrim <phi@evilphi.com>
Approved by:	Yarema <yds@coolrat.org> (maintainer)
2008-12-13 06:56:31 +00:00
Wesley Shields
a930b98986 Version update to dovecot-1.1.7 and dovecot-1.1.7-managesieve-0.10.4
'statedir' set to /var/db/dovecot instead of defaulting to /var/lib/dovecot
Users should manually rm -rf /var/lib/dovecot

Removed stale code from files/pkg-deinstall.in and files/pkg-install.in

Reworked files/dovecot.sh.in to accept dovecot_config and handle creating
and tearing down runtime directories upon startup and shutdown.

Rediffed files/patch-dovecot-example.conf to clean up line offsets.

PR:		ports/129230
Submitted by:	Yarema <yds@CoolRat.org> (maintainer)
2008-11-28 14:38:26 +00:00
Jeremy Chadwick
d946dc7a6e Removal of carriage returns (0x0D) from numerous files. QAT caught
this, as did our user community.

Reported by:	QAT, andrew clarke <mail@ozzmosis.com>
2008-11-16 04:51:41 +00:00
Xin LI
5228433834 Update to 1.1.6.
PR:		ports/128469
Submitted by:	maintainer (see reply to the PR)
2008-11-15 21:43:26 +00:00
Beech Rintoul
72dae412ba - Fix user permissions on startup.
If a user defines login_user to be something other than 'dovecot' then
dovecot will throw a warning upon startup.  The new code extracts what
login_user is defined as and sets the directory permissions
accordingly. If login_user is undefined in the config then it behaves
the same as before.

Submitted by:	Yarema <yds@coolrat.org> (maintainer)
Approved by:	portmgr (linimon)
2008-09-17 19:05:29 +00:00
Beech Rintoul
19ba3fc457 - Update to 1.1.3
- Add support for Berkeley DB used by the expire plugin.
- Install more DOCS.
- Move the SCRIPT_ENV substitutions to SUB_FILES
  otherwise DOVECOT_[UG]ID settings do not propagate to the binary package.
- Change from .if defined(WITHOUT_*)to .if defined(WITH_*) && !defined(WITHOUT_*)
- Make the PROTOCOLS substitution include all the protocols which are built
  into the example config file.
- Clean up patch-dovecot-example.conf and perform some post-patch processing
  to reflect more closely how this port actually installs. This is necessary
  because of the optional ManageSieve patch.
- Modify files/dovecot.sh.in to ensure runtime directories exist with correct
  permissions.
- Rework the install so all the example config files get installed into
  EXAMPLESDIR as per hier(7) independent of the NOPORTDOCS tunable. Install
  the relevant config files into etc/ if no prior version exists.
- Ensure that 'make install' and pkg_add(1) produce identical installs and
  that everything is accounted for in the PLIST.

PR:		ports/127200
Submitted by:	Yarema <yds@CoolRat.org> (maintainer)
2008-09-08 06:42:28 +00:00
Martin Wilke
ffc71fb45d - Update to 1.1.1
PR:		124856
Submitted by:	Robin Breathe <robin@isometry.net> (maintainer)
2008-06-26 22:02:59 +00:00
Emanuel Haupt
d1159d0f70 - Remove ntpdate from rc.d REQUIRE
- Bump PORTREVISION

Discussed with:	simon, koitsu
Approved by:	Robin Breathe <robin@isometry.net> (maintainer)
2008-04-22 15:32:49 +00:00
Emanuel Haupt
e2f5178cab - Update to 1.0.12
- Fixes a common insecure mail_extra_groups setting usage, this will require a
  manual change to the active configuration file, please refer to ports/UPDATING

PR:		121411
Submitted by:	Robin Breathe <robin@isometry.net> (maintainer)
2008-03-05 23:58:09 +00:00
Pav Lucistnik
f99c0a1c8e - Update to 1.0.r28
PR:		ports/110760
Submitted by:	Robin Breathe <robin@isometry.net> (maintainer)
2007-03-24 14:46:32 +00:00
Alex Dupre
583a00f4be Fix build when vpopmail support is enabled. 2007-03-15 07:21:58 +00:00
Pav Lucistnik
ed8027772f - Update to 1.0.rc17
- Allow user to override UID/GID

PR:		ports/107654
Submitted by:	Robin Breathe <robin@isometry.net> (maintainer)
2007-01-07 23:50:55 +00:00
Shaun Amott
51cad098b9 Update to 1.0rc12. [1]
This version fixes the bug mentioned in ports/105170.

PR:		ports/105274 [1], ports/105170 (related) [2]
Submitted by:	Robin Breathe <robin@isometry.net> (maintainer) [1],
		Roger Marquis <marquis@roble.com> [2]
2006-11-08 01:12:17 +00:00
Shaun Amott
1a02775427 Update to 1.0.r10.
PR:		ports/104365
Submitted by:	Robin Breathe <robin@isometry.net> (maintainer)
2006-10-31 00:23:04 +00:00
Pav Lucistnik
86aec86281 - Fix 100% CPU usage looping when a vnode change event came but it was never
untriggered. Patch by Rui Lopes

PR:		ports/103525
Submitted by:	Robin Breathe <robin@isometry.net> (maintainer)
2006-09-24 12:31:29 +00:00
Xin LI
2ba05aa94a Update to 1.0.rc7.
Submitted by:	maintainer
PR:		ports/102249
2006-08-19 14:43:12 +00:00
Stefan Walter
e4656bbaa3 Update to dovecot-1.0.rc2, see
http://www.dovecot.org/list/dovecot-news/2006-July/000010.html.

PR:		100037
Submitted by:	maintainer
Approved by:	arved
2006-07-24 16:29:10 +00:00
Renato Botelho
a2b1f8db9d Update to dovecot-1.0.b9.
- Numerous vendor bugfixes:
      http://www.dovecot.org/list/dovecot-news/2006-June/000008.html
- kqueue(2) support seems to have settled down; enable by default.

PR:		ports/99128
Submitted by:	maintainer
2006-06-19 16:19:25 +00:00
Cheng-Lung Sung
289a693b06 - It fixes the the C89 alignment issue encountered when compiling with
gcc-2.95 in addition to the dlerror() problem reported in ports/97671.
  The patch is not conditionally applied as it will soon be removed,
  and does no harm in the C99 case.

PR:		97565
Submitted by:	Rong-En Fan <rafan_AT_infor dot org>
Reviewed by:	maintainer (Robin Breathe)
2006-05-27 22:27:52 +00:00
Ion-Mihai Tetcu
9823d4bce0 Update the mail/dovecot to 1.0.b8, which addresses numerous problems
(including proper kqueue support -- that means us, BSD folks! ;) ),
the most important of which is a security hole (individuals are
allowed to list other users' mailboxes). [1]

Also move pkg-message --> files/pkg-message.in, list it in SUB_FILES and get
rid of custom hack in Makefile [2]

PR:		ports/97193 [1]
Submitted by:	Jeremy Chadwick <freebsd@jdc.parodius.com> [1]
		itetcu (me) [2]
Approved by:	Robin Breathe <robin@isometry.net> (maintainer),
		lawrance (mentor)
Security:	http://www.securityfocus.com/archive/1/433878 [1]
Security:	http://www.dovecot.org/list/dovecot-news/2006-May/000006.html [1]
2006-05-14 16:43:42 +00:00
Jimmy Olgeni
1a8ff14e4a Upgrade to version 1.0.beta7 and disable broken KQUEUE support.
Obtained from:	maintainer (Robin Breathe <robin(at)isometry.net>)
2006-05-06 12:20:29 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Michael Johnson
e81e3cf827 - Update to 1.0.beta3
- Add new options KQUEUE & SQLITE

PR:		ports/93250
Submitted by:	maintainer
2006-02-12 20:12:06 +00:00
Edwin Groothuis
fc631bd198 Maintainer update: mail/dovecot to 1.0.a5
Update to dovecot-1.0.a5.
	- Numerous small changes and fixes; see http://www.dovecot.org/list/dovecot/2005-December/010279.html for details.
	- Use vendor install target; patch in --with(out)-docs support to facilitate NOPORTDOCS macro.
	- Introduce experimental (and probably broken) GSSAPI option.

PR:		ports/90606
Submitted by:	Robin Breathe <robin@isometry.net>
2005-12-20 11:55:11 +00:00
Pav Lucistnik
81968850a0 - Fix runtime crash
PR:		ports/90106
Submitted by:	Divacky Roman <xdivac02@stud.fit.vutbr.cz>
Approved by:	Robin Breathe <robin@isometry.net> (maintainer)
Obtained from:	author
2005-12-09 08:40:11 +00:00
Pav Lucistnik
836b3282e4 - Update to 1.0.a4
- Use RC_ORDER

PR:		ports/87732
Submitted by:	Robin Breathe <robin@isometry.net> (maintainer)
2005-10-20 20:55:00 +00:00
Vsevolod Stakhov
61e93f595a Update to dovecot-1.0.a3, now the recommended version.
Upgrade notes: http://wiki.dovecot.org/moin.cgi/UpgradingDovecot

PR:		86530
Submitted by:	Robin Breathe (maintainer)
2005-09-26 17:17:04 +00:00
Michael Johnson
e5ba0d9ba9 Update to 0.99.13
Changelog: 	http://www.dovecot.org/list/dovecot/2005-January/005889.html

PR:		ports/76431
Submitted by:	Robin Breathe <robin@isometry.net> (maintainer)
2005-01-18 21:53:12 +00:00
Sergei Kolobov
81a178b447 - Update to 0.99.11
Changelog at http://www.dovecot.org/list/dovecot/2004-September/004582.html

PR:		ports/71563
Submitted by:	Robin Breathe (maintainer)
2004-10-12 07:48:53 +00:00
Pav Lucistnik
038dcfd4a3 - Update to 0.99.10.7
PR:		ports/69634
Submitted by:	maintainer
2004-07-28 12:18:11 +00:00
Pav Lucistnik
6a759404fb - Update to 0.99.10.6
- Introduce MYSQL knob

PR:		ports/68169
Submitted by:	Robin Breathe <robin@isometry.net> (maintainer)
2004-06-21 18:56:29 +00:00
Pav Lucistnik
7ea5aa1e24 - Update to 0.99.10.5
- Fix OPTIONS handling

PR:		ports/67351
Submitted by:	Robin Breathe <robin@isometry.net> (maintainer)
2004-05-29 21:57:54 +00:00