diff options
author | Will Andrews <will@FreeBSD.org> | 2000-10-28 11:06:49 +0800 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-10-28 11:06:49 +0800 |
commit | be8168529b55361dabbbe5da4b53837f63bb73d7 (patch) | |
tree | 8c18e0b8bb6ede915235e9758971b363f55e3b9c /mail/Makefile | |
parent | ffefb338d5f04dfe46ea5fea8063ae2991d1be36 (diff) | |
download | freebsd-ports-gnome-be8168529b55361dabbbe5da4b53837f63bb73d7.tar.gz freebsd-ports-gnome-be8168529b55361dabbbe5da4b53837f63bb73d7.tar.zst freebsd-ports-gnome-be8168529b55361dabbbe5da4b53837f63bb73d7.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 |