Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix CVE-2017-16844 | Sunpoet Po-Chuan Hsieh | 2017-12-08 | 1 | -0/+9 |
| | | | | | | | | | - Bump PORTREVISION for package change PR: 223777 Submitted by: Jeremy Chadwick <jdc@koitsu.org>, romain Security: 288f7cee-ced6-11e7-8ae9-0050569f0b83 MFH: 2017Q4 | ||||
* | - Always add PREFIX/bin to procmail path | Sunpoet Po-Chuan Hsieh | 2016-11-29 | 2 | -2/+14 |
| | | | | | | | | - Bump PORTREVISION for package change - While I'm here, respect PREFIX and adjust config.h patch PR: 214219 Submitted by: Armin Gruner <ag-freebsd@muc.de> | ||||
* | Fix collision with getline(3) | Baptiste Daroussin | 2016-07-29 | 1 | -0/+56 |
| | | | | Obtained from: fedora | ||||
* | - Fix heap-based buffer overflow in formisc.c | Sunpoet Po-Chuan Hsieh | 2014-09-12 | 1 | -0/+16 |
| | | | | | | | - Bump PORTREVISION for package change Security: CVE-2014-3618 MFH: 2014Q3 | ||||
* | Rename mail/ patch-xy patches to reflect the files they modify. | Adam Weinberger | 2014-07-28 | 10 | -0/+0 |
| | |||||
* | - Simplify Makefile | Sunpoet Po-Chuan Hsieh | 2014-02-24 | 2 | -0/+0 |
| | | | | | - Pet portlint: rename patch files - Support STAGEDIR | ||||
* | - Stage support | Martin Wilke | 2014-02-21 | 1 | -1/+1 |
| | |||||
* | - Skip interactive input of additional directories for lock test | Sunpoet Po-Chuan Hsieh | 2011-09-10 | 1 | -4/+13 |
| | | | | | | | - Remove BATCH/IS_INTERACTIVE section in Makefile PR: ports/153409 Submitted by: Craig Leres <leres@ee.lbl.gov> | ||||
* | Fix a segfault problem with header only filter. | Andrey A. Chernov | 2010-12-06 | 1 | -0/+12 |
| | |||||
* | Realloc test not really used | Andrey A. Chernov | 2005-10-30 | 1 | -0/+11 |
| | | | | | PR: 88120 Submitted by: Andre Albsmeier <Andre.Albsmeier@siemens.com> | ||||
* | Fix coredump on early termination | Andrey A. Chernov | 2004-11-17 | 1 | -0/+11 |
| | | | | | PR: 74022 Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org> | ||||
* | Add mailnull to TRUSTED_IDS | Andrey A. Chernov | 2003-12-30 | 1 | -1/+1 |
| | |||||
* | Fix searching body alone | Andrey A. Chernov | 2003-08-03 | 1 | -0/+11 |
| | | | | Submitted by: James Quick <jq@quick.com> | ||||
* | Enable LMTP mode | Andrey A. Chernov | 2003-03-30 | 1 | -48/+37 |
| | | | | Submitted by: Phillip Oleson <poleson@verio.net> | ||||
* | Fix realloc arg | Andrey A. Chernov | 2002-11-10 | 1 | -0/+11 |
| | |||||
* | Upgrade to 3.22 | Andrey A. Chernov | 2001-09-29 | 2 | -3/+3 |
| | | | | | PR: 30881 Submitted by: Cyrille Lefevre <clefevre@citeweb.net> | ||||
* | Upgrade to 3.15 | Andrey A. Chernov | 2000-08-27 | 3 | -43/+26 |
| | |||||
* | Better variant of .forward line, more close to original | Andrey A. Chernov | 2000-08-16 | 2 | -10/+11 |
| | |||||
* | Fix info about line must be placed in ~/.forward | Andrey A. Chernov | 2000-08-16 | 2 | -0/+33 |
| | |||||
* | Remove comment about running 'make install-suid' since we do that already | Steve Price | 1999-12-29 | 1 | -0/+15 |
| | | | | | | as part of a normal install. PR: 12934 | ||||
* | upgrade to 3.12 | Andrey A. Chernov | 1999-03-07 | 1 | -32/+0 |
| | | | | Submitted by: Ollivier Robert <roberto@keltia.freenix.fr> | ||||
* | Fix big messages realloc strategy | Andrey A. Chernov | 1998-05-15 | 1 | -0/+32 |
| | |||||
* | add majordomo to trusted users list | Andrey A. Chernov | 1998-04-22 | 1 | -8/+12 |
| | | | | PR: 6337 | ||||
* | Better fix for '.' problem | Andrey A. Chernov | 1997-06-17 | 1 | -17/+10 |
| | |||||
* | Remove '.' at the end of chmod command | Andrey A. Chernov | 1997-06-17 | 1 | -0/+19 |
| | |||||
* | Upgrade to pre7 | Andrey A. Chernov | 1997-05-14 | 2 | -58/+71 |
| | |||||
* | Conditionalize question about file locking test to | Satoshi Asami | 1997-03-06 | 1 | -0/+12 |
| | | | | !defined(PACKAGE_BUILDING). | ||||
* | Use flock locking as other delivery systems does | Andrey A. Chernov | 1996-08-28 | 1 | -0/+44 |
| | | | | Move global procmailrc to /usr/local/etc | ||||
* | Upgrade. | Andrey A. Chernov | 1995-06-13 | 1 | -18/+0 |
| | |||||
* | Remove setre* hacks, we have working thing now | Andrey A. Chernov | 1995-04-27 | 1 | -14/+0 |
| | |||||
* | Fix procmail-3.11pre1/Makefile so that it does not ignore the | Rich Murphey | 1995-04-22 | 1 | -102/+78 |
| | | | | | | | PREFIX. Otherwise it will install into /usr/local no matter what your bsd.ports.mk defines PREFIX as. Reviewed by: Satoshi | ||||
* | Upgrade. | Andrey A. Chernov | 1995-04-16 | 1 | -75/+91 |
| | |||||
* | Fixed a sizeof(off_t) != sizeof(int) problem. | Doug Rabson | 1995-01-11 | 1 | -0/+19 |
| | |||||
* | The pre beta version seems to no longer exist, use the procmail-3.10 | Andreas Schulz | 1994-11-19 | 1 | -0/+36 |
| | | | | | instead. Add a new patch. formail.c has a variable named daemon that clashes with the daemon function, change the variable to mdaemon instead. | ||||
* | Some cosmetique changes after consulting with original author | Andrey A. Chernov | 1994-10-08 | 1 | -2/+2 |
| | |||||
* | Need a little patching to install mapages properly, got | Andrey A. Chernov | 1994-10-07 | 1 | -0/+31 |
syntax error instead |