diff options
author | will <will@FreeBSD.org> | 2000-10-28 11:06:49 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-28 11:06:49 +0800 |
commit | be36415ddf46c7ff7f6bf6649b28ab0279263247 (patch) | |
tree | fe9a598eb4ba8b1190c426621adfb37cf735a146 /mail/Makefile | |
parent | 0203726a3bf4c621169402d375c6ef8748f643b0 (diff) | |
download | freebsd-ports-gnome-be36415ddf46c7ff7f6bf6649b28ab0279263247.tar.gz freebsd-ports-gnome-be36415ddf46c7ff7f6bf6649b28ab0279263247.tar.zst freebsd-ports-gnome-be36415ddf46c7ff7f6bf6649b28ab0279263247.zip |
Add pop3gwd 1.2, an app-level proxy for mail retrieval behind firewalls.
It appears to have been heavily audited (at least as far as string format
paranoia goes, and optimizes: snprintf() -> strlcpy()).
PR: 22123
Submitted by: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
Obtained from: OpenBSD
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index e9a023c600c0..e105073294d8 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -91,6 +91,7 @@ SUBDIR += pine4 SUBDIR += pine4-ssl SUBDIR += pmail + SUBDIR += pop3gwd SUBDIR += popa3d SUBDIR += poppassd SUBDIR += popper |