aboutsummaryrefslogtreecommitdiff
path: root/mail/up-imapproxy/files
Commit message (Collapse)AuthorAgeFilesLines
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+1
|
* onvert to UCL & cleanup pkg-message (categories l-m)Mathieu Arnold2019-08-131-4/+6
| | | | Notes: svn path=/head/; revision=508882
* mail/up-imapproxy: Add OpenSSL 1.1 supportBernard Spil2018-10-195-76/+54
| | | | | | | | | | | - Switch to Debian snapshot 1.2.8pre - Add OpenSSL 1.1 patch from Debian - Supports TLSv1.1 and TLSv1.2 too Obtained from: http://packages.debian.org/source/up-imapproxy Notes: svn path=/head/; revision=482417
* mail/up-imapproxy: Add dovecot unconditionally in rcfileDanilo G. Baio2018-01-281-1/+1
| | | | | | | | | | | | | This helps users that are using default packages and installing dovecot manually in having the startup order correctly. While here, switch to options helper and reorder Makefile. PR: 225432 Submitted by: topical@gmx.net Notes: svn path=/head/; revision=460171
* mail/up-imapproxy: Fix build without EGD methodsBernard Spil2016-07-031-0/+12
| | | | | | | | | | - Use OPENSSL_NO_EGD define to fix build - Replace USE_OPENSSL with new USES= ssl PR: 200237 Notes: svn path=/head/; revision=417964
* mail/up-imapproxy: USES+= ncurses, respect LDFLAGSJohn Marino2016-02-051-0/+11
| | | | Notes: svn path=/head/; revision=408154
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-0/+0
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Add option knob to suggest to rcorder that it start dovecot firstMichael Scheidell2012-01-061-1/+1
| | | | | | | | | PR: ports/163200 Submitted by: Spil <spil.oss@gmail.com> Approved by: gabor (mentor) Notes: svn path=/head/; revision=288579
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-7/+13
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Fix hardcoded use of /etc/imapproxyd.conf with autoconfMartin Blapp2010-01-021-0/+12
| | | | | | | | | | | | | Remove unneeded postpatch section Other PRs just set the default location of the default config file: ports/142247 ports/125655 ports/122422 PR: ports/133098 Submitted by: Daniel Bond <db@danielbond.org> Notes: svn path=/head/; revision=247020
* Make this port compile with FreeBSD 7.0Martin Blapp2008-02-271-2/+5
| | | | Notes: svn path=/head/; revision=208011
* Add missing pkg-message.in from last commit.Martin Blapp2008-02-251-0/+9
| | | | Notes: svn path=/head/; revision=207870
* Update mail/up-imapproxy to 1.2.6Martin Blapp2008-02-255-63/+11
| | | | | | | | | | | Remove unnecessary patchs Moved pkg-plist PR: 120140 Submitted by: lippemail@gmail.com Notes: svn path=/head/; revision=207869
* Add inetd to REQUIRE.Martin Blapp2007-07-211-1/+1
| | | | | | | | PR: ports/110695 Submitted by: João Carlos Mendes Luís <jonny at jonny.eng.br> Notes: svn path=/head/; revision=195973
* Fix buildMartin Blapp2006-12-101-0/+21
| | | | Notes: svn path=/head/; revision=179367
* - Fix build with OpenSSL 0.9.8b in 7-CURRENTPav Lucistnik2006-11-231-0/+13
| | | | | | | | | PR: ports/102824 Submitted by: simon Approved by: maintainer timeout (mbr; 2 months) Notes: svn path=/head/; revision=177912
* Fix test if imapproxyd.conf existsMartin Blapp2006-04-151-7/+12
| | | | | | | | | | | Bump PORTREVISION Reorganize and fix rc.d script. Imapproxyd requires imap daemon started PR: 95304 Submitted by: Marcus Alves Grando <mnag _ at _ FreeBSD.org> Notes: svn path=/head/; revision=159567
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | 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. Notes: svn path=/head/; revision=156534
* Update to 1.2.4Marcus Alves Grando2005-09-283-11/+13
| | | | | | | | PR: 86043 Approved by: mbr (maintainer timeout, 15 days), pav (mentor) Notes: svn path=/head/; revision=143706
* Upgrade to up-imapproxy-1.2.3Martin Blapp2005-02-271-280/+0
| | | | Notes: svn path=/head/; revision=129885
* Outstanding security upgrade for up-imapproxy to fix a DOS problemMartin Blapp2005-01-021-0/+280
| | | | | | | | | | | | | and a possible information leakage problem on 64-bit platforms. http://www.vuxml.org/freebsd/927743d4-5ca9-11d9-a9e7-0001020eed82.html http://www.packetstormsecurity.org/0411-advisories/up-imapproxy.txt PR: ports/74318 Approved by: portmgr (krion) Notes: svn path=/head/; revision=125677
* Add UP-Imap-proxy, a caching IMAP proxy server.Martin Blapp2004-05-124-0/+73
Notes: svn path=/head/; revision=109000