summaryrefslogtreecommitdiff
path: root/mail/imap-uw/files/patch-ai (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-07-28Rename mail/ patch-xy patches to reflect the files they modify.Adam Weinberger1-89/+0
Notes: svn path=/head/; revision=363275
2009-01-19Update to 2007e.Anders Nordby1-103/+89
Remove FORBIDDEN, as the security issues should be OK now. PR: 130617 Submitted by: Martin Matuska <mm@FreeBSD.org> Notes: svn path=/head/; revision=226408
2007-09-30[patch] update mail/imap-uw to version 2006jEdwin Groothuis1-89/+103
The c-client and imap-uw ports are still at version 2004g. The attached patch updates imap-uw to version 2006j. PR: ports/114834 Submitted by: "Pedro J. Lobo" <pjlobo@sec.upm.es> Approved by: maintainer timeout Notes: svn path=/head/; revision=200421
2005-02-04Update to 2004c1.Alexander Leidinger1-1/+1
Approved by: maintainer Tested by: Manfred Antar <null@pozo.com>, Julien Gabel <jpeg@thilelli.net> Notes: svn path=/head/; revision=128046
2004-09-03Update to imap-2004a.Anders Nordby1-5/+5
Move check for /etc/nologin to PREFIX/etc/nologin, along with other ports etc files. Notes: svn path=/head/; revision=118098
2004-06-04Update to imap-2004.Anders Nordby1-6/+6
Adds support for IPv6 amongst other things. Install docs in DOCSDIR. PR: 66518 Submitted by: Christian Kratzer <ck@cksoft.de> Notes: svn path=/head/; revision=110822
2003-07-22Update to imap-2002d.Anders Nordby1-1/+1
PR: 54181 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=85399
2003-05-21Update to 2002c1.Anders Nordby1-4/+4
PR: 51754 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=81571
2002-11-27Unbreak building of bundled tools.Anders Nordby1-44/+59
Install the newly bundled tools: mailutil, dmail and tmail. Tidy. Add WITH_SSL_AND_PLAINTEXT knob, if you want to use plaintext passwords. Pointy hat to: dougb Notes: svn path=/head/; revision=71139
2002-11-26Since c-client has to be update for pine, this has to be updated to match.Doug Barton1-11/+12
Mostly simple version update, but apply some of the same fixes from c-client. * Make some Makefile variables more... variable * SSLTYPE update to match new c-client makefile * Usual round of patch re-generation, but do some of the DRAC stuff in a way that has a better chance of surviving the next software update. * One hunk of patch-ah is now obsoleted * Add a patch for mailutil/Makefile similar to the other Makfile patches that fix c-client dependencies. Notes: svn path=/head/; revision=71114
2001-12-08Update cclient & imap-uw ports to imap-2001a.Anders Nordby1-7/+6
Fix typos in imap-uw's pkg-req.ssl. Submitted by: dougb (parts of this) Notes: svn path=/head/; revision=51226
2001-10-05- Upgrade to imap-2001.FINALPete Fritchman1-6/+7
- Install additional cclient header files - Move SSL dependency generation for cclient to post-build - Bump PORTEPOCH - Removed -drac PKGNAMESUFFIX,more confusion than extra info - Remove futile build of imapd/ipop3d/ipop2d in cclient, and libc-client4.a in the imap-uw port. - Respect CFLAGS and CC PR: 30954 Submitted by: maintainer Notes: svn path=/head/; revision=48462
2001-06-25Update imap-uw and cclient to 0106191041David W. Chapman Jr.1-79/+73
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 Notes: svn path=/head/; revision=44406
2001-04-25Update to 0104241750. The maintainer submitted an update for the previousDoug Barton1-73/+79
version, however they _just_ updated the version today. The only thing I did differently from the maintainer's patch was to regen patch-ai. PR: ports/26808 Submitted by: Anders Nordby <anders@fix.no> (maintainer) Notes: svn path=/head/; revision=41887
2001-04-16* Set maintainership to Anders Nordby <anders@fix.no>.Dirk Froemberg1-8/+7
* Add info about PAM session support. * Add two more master sites that I control myself, to bring some much needed stability there too (UW has been removing snapshots without putting them in the old dir). * Add the file files/imap-uw.cnf, so that "make cert" actually works as intended. * Add -drac to PKGNAMESUFFIX if DRAC support is requested, so that people can see what they actually installed easier. * Remove some unnecessary linking parameters. Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=41473
2001-04-09Fix cclient and imap-uw to use the latest UW beta and use theNick Sayer1-6/+7
bsd.port.mk SSL variables Submitted by: anders@fix.no Notes: svn path=/head/; revision=41156
2001-04-05Mega cclient port SSL commit redux. This time with maintainer approval.Nick Sayer1-36/+10
1. Add support for building cclient with SSL. Warn about the possibility that some ports may have been missed and need ssl added at link time. 2. Update cclient and imap-uw to latest versions. 3. Fix pine4 to add ssl libraries. This can be used as a model for what other ports may need to do. 4. Release MAINTAINERship (by request). Submitted by: anders@fix.no Approved by: petef@databits.net Notes: svn path=/head/; revision=40861
2001-03-27The last set of patches, I had to hand edit, didn't apply cleanly.James E. Housley1-6/+6
Submitted by: Richard Lucas <rlucas@solidcomputing.com> Notes: svn path=/head/; revision=40433
2001-03-23* Update the imap-uw port to use PAM again, as it used to. We do have imap byJames E. Housley1-0/+99
default in /etc/pam.conf, so it must be better to compile imap-uw with PAM authentication too no? * Changed the PAM service name for the POP3 daemon from pop to pop3 as that is what we have in our default pam.conf. * Update the port with optional DRAC support. Approved by Maintainer PR: 24135 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=40240