Date: Mon, 18 Jul 2005 16:04:16 +0000 (UTC) From: Pav Lucistnik <pav@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail/dbmail Makefile pkg-plist ports/mail/dbmail/files dbmail-imapd.sh dbmail-imapd.sh.in dbmail-lmtpd.sh dbmail-lmtpd.sh.in dbmail-pop3d.sh dbmail-pop3d.sh.in patch-2.0.4_bug145_lmtp.c patch-2.0.4_bug177 ... Message-ID: <200507181604.j6IG4Gfv054419@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pav 2005-07-18 16:04:16 UTC
FreeBSD ports repository
Modified files:
mail/dbmail Makefile pkg-plist
Added files:
mail/dbmail/files dbmail-imapd.sh.in dbmail-lmtpd.sh.in
dbmail-pop3d.sh.in
patch-2.0.4_bug145_lmtp.c
patch-2.0.4_bug177 patch-2.0.4_bug184
patch-2.0.4_bug190_pool.c
patch-2.0.4_bug190_server.c
patch-2.0.4_bug190_serverchild.c
patch-2.0.4_bug198_pool.c
patch-2.0.4_bug199_server.c
patch-2.0.4_bug214_main.c
patch-2.0.4_bug216_header.c
patch-2.0.4_bug79_imaputil.c
Removed files:
mail/dbmail/files dbmail-imapd.sh dbmail-lmtpd.sh
dbmail-pop3d.sh
Log:
- Patch nine bugs:
#79 - INTERNALDATE reponses do not conform to RFC
#145 - LMTP loses return-path
#177 - Compile Fails on FreeBSD
(fixes compilation on FreeBSD 4.X)
#184 - socklen_t issue
#190 - huge load if database crash
#198 - DBMail processes killing each other
#199 - spare child creates zombie
#214 - dbmail-smtp dumps core with double free
#216 - malformed header prevents delivery
- Fix RC_SUBR usage
PR: ports/83437, also ports/80736, ports/82437, ports/83575
Submitted by: Mark Starovoytov <mark@kikg.ifmo.ru>,
parts also by: Radim Kolar <hsn@netmag.cz>, thompsa,
Marcus Grando <marcus@corp.grupos.com.br>
Approved by: maintainer timeout (2 months on oldest PR)
Revision Changes Path
1.24 +2 -13 ports/mail/dbmail/Makefile
1.2 +0 -32 ports/mail/dbmail/files/dbmail-imapd.sh (dead)
1.1 +32 -0 ports/mail/dbmail/files/dbmail-imapd.sh.in (new)
1.2 +0 -32 ports/mail/dbmail/files/dbmail-lmtpd.sh (dead)
1.1 +32 -0 ports/mail/dbmail/files/dbmail-lmtpd.sh.in (new)
1.2 +0 -32 ports/mail/dbmail/files/dbmail-pop3d.sh (dead)
1.1 +32 -0 ports/mail/dbmail/files/dbmail-pop3d.sh.in (new)
1.1 +66 -0 ports/mail/dbmail/files/patch-2.0.4_bug145_lmtp.c (new)
1.1 +575 -0 ports/mail/dbmail/files/patch-2.0.4_bug177 (new)
1.1 +66 -0 ports/mail/dbmail/files/patch-2.0.4_bug184 (new)
1.1 +126 -0 ports/mail/dbmail/files/patch-2.0.4_bug190_pool.c (new)
1.1 +41 -0 ports/mail/dbmail/files/patch-2.0.4_bug190_server.c (new)
1.1 +267 -0 ports/mail/dbmail/files/patch-2.0.4_bug190_serverchild.c (new)
1.1 +13 -0 ports/mail/dbmail/files/patch-2.0.4_bug198_pool.c (new)
1.1 +35 -0 ports/mail/dbmail/files/patch-2.0.4_bug199_server.c (new)
1.1 +20 -0 ports/mail/dbmail/files/patch-2.0.4_bug214_main.c (new)
1.1 +37 -0 ports/mail/dbmail/files/patch-2.0.4_bug216_header.c (new)
1.1 +80 -0 ports/mail/dbmail/files/patch-2.0.4_bug79_imaputil.c (new)
1.10 +0 -3 ports/mail/dbmail/pkg-plist
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507181604.j6IG4Gfv054419>
