aboutsummaryrefslogtreecommitdiff
path: root/mail/popd
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with gcc-3.4Kirill Ponomarev2004-08-221-0/+13
| | | | Notes: svn path=/head/; revision=117028
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* - fix how popd handles buffersPete Fritchman2003-12-212-1/+21
| | | | | | | | | | | - bump PORTREVISION PR: 58270 Submitted by: PAK KweonCheol <kpark@asec.jp> Approved by: maintainer Notes: svn path=/head/; revision=96294
* Update author's address. The author is the maintainer.Sheldon Hearn2003-12-123-2/+18
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=95662
* Fix a bug in UIDL handling for maildir boxes, which could lead to clientsSheldon Hearn2003-06-242-0/+12
| | | | | | | | | receiving duplicated messages. Submitted by: author Notes: svn path=/head/; revision=83531
* Update 2.2.2 -> 2.2.2a:Sheldon Hearn2003-03-242-2/+2
| | | | | | | | | This fixes a bug in the "sort mailbox by message size" code for mbox format mailboxes, where the wrong messages could be deleted by DELE commands. Notes: svn path=/head/; revision=77363
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* Update to 2.2.2, which fixes showstopper protocol bugs.Sheldon Hearn2002-11-262-2/+2
| | | | | | | | Requested by: author Approved by: portmgr Notes: svn path=/head/; revision=71118
* Bulletins are no longer broken; update the description accordingly.Sheldon Hearn2002-11-071-2/+1
| | | | | | | Submitted by: author Notes: svn path=/head/; revision=69667
* Update 2.2.0 -> 2.2.1Sheldon Hearn2002-11-073-5/+8
| | | | | | | | | | | | | | This version contains no new functionality over 2.2.0, other than removing a .depend file and adding a sample configuration file. WARNING!!! This version is not backward compatible with 2.0.1; it uses a config file instead of using more command-line options than ls(1). Remove BROKEN tag. Notes: svn path=/head/; revision=69638
* The author has rerolled the distfile again, this time to include a sampleSheldon Hearn2002-11-071-0/+2
| | | | | | | | | | config file. Mark BROKEN for now, while we discuss the choice of virtual user in the config file. Notes: svn path=/head/; revision=69635
* I reported the stray .depend file included in the distfile to the author,Sheldon Hearn2002-11-072-4/+1
| | | | | | | | | | who then rerolled the distfile with the same version number. Chase the distfile. I've verified that this is the only change. No trojans here. :-) Notes: svn path=/head/; revision=69634
* Update 2.0.1 -> 2.2.0Sheldon Hearn2002-11-065-50/+4
| | | | | | | | | | | | WARNING!!! This version of popd is not backward-compatible with the previous version, as it uses a config file instead of using more command-line options than ls(1). This version also fixes bulletins and a bunch of bugs. Notes: svn path=/head/; revision=69607
* Control the install destination for header files with INCLUDEDIR, notSheldon Hearn2002-10-232-3/+5
| | | | | | | | | | | INCDIR. Bump PORTREVISION accordingly. Submitted by: author Notes: svn path=/head/; revision=68674
* Turn off -Werror for now; it breaks the build on both -current andSheldon Hearn2002-08-162-1/+2
| | | | | | | | | -stable. Requested by: The author Notes: svn path=/head/; revision=64582
* Set MANCOMPRESSED=maybe and fix plist in the case where NOPROFILE is setKris Kennaway2002-03-252-2/+7
| | | | | | | | | | in the make environment. Approved by: maintainer Noticed by: bento Notes: svn path=/head/; revision=56598
* Fix paths to libraries in packing list.Sheldon Hearn2002-02-181-4/+4
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=54857
* Update to popd-2.0.1.Sheldon Hearn2002-01-242-2/+2
| | | | Notes: svn path=/head/; revision=53681
* Update to popd-2.0:Sheldon Hearn2002-01-1810-71/+59
| | | | | | | | | | | * SSL support * Wire-format option for mailboxes. * Mailbox support cleanup (esp. Maildir) Note that bulletins are non-functional in this release. Notes: svn path=/head/; revision=53299
* Add patches that:Sheldon Hearn2001-05-301-0/+23
| | | | | | | | | | | | | | | 1) Lower the syslog priority of various messages so that only serious application problems are sent to /var/log/messages and the console using the standard syslog.conf. 2) Log successful login attempts to that POP-before-SMTP log watchers can make use of popd's syslog output. The author has already agreed to incorporate these patches, but will probably not roll a new release just for this. Notes: svn path=/head/; revision=43306
* Bump PORTREVISION to reflect the change introduced by the addition of:Sheldon Hearn2001-05-301-0/+1
| | | | | | | | | | | | patch-mbox_maildir.c rev 1.1 patch-mbox_mbf.c rev 1.1 patch-popd.c rev 1.1 These patches change the behaviour of popd with respect to syslog output. Notes: svn path=/head/; revision=43302
* Add patches that:Sheldon Hearn2001-05-293-0/+40
| | | | | | | | | | | | | | | 1) Lower the syslog priority of various messages so that only serious application problems are sent to /var/log/messages and the console using the standard syslog.conf. 2) Log successful login attempts to that POP-before-SMTP log watchers can make use of popd's syslog output. The author has already agreed to incorporate these patches, but will probably not roll a new release just for this. Notes: svn path=/head/; revision=43270
* Update to version 1.03.Mark Murray2001-05-252-2/+2
| | | | | | | Submitted by: MAINTAINER Notes: svn path=/head/; revision=43037
* Add Ian Freislich's very good POP Daemon. For those of you tiredMark Murray2001-04-175-0/+32
of lousy, insecure popd's, this is a "must-see". It also has great scalability to larger installations. Notes: svn path=/head/; revision=41534