freebsd-ports/ftp/prozilla/pkg-plist
Sergey Matveychuk 7ab8f46dbf - Update to 1.3.7.3
This is a bug-fix version of ProZilla. Among the changes are:
* fix buffer overflows (possibility of remote exploitation)
* missing space in the User-Agent HTTP header
* hidden passwords in ftp downloads

While I'm here:
- Remove etc/prozilla.conf if it was not changed
- Utilize %%DOCSDIR%%

PR:		ports/76630
Submitted by:	Sergio Mangialardi <sergio(at)softshark.org>
2005-01-26 17:20:52 +00:00

15 lines
481 B
Plaintext

bin/proz
@unexec if cmp -s %D/etc/prozilla.conf %D/etc/prozilla.conf-sample; then rm -f %D/etc/prozilla.conf; fi
etc/prozilla.conf-sample
%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
%%PORTDOCS%%%%DOCSDIR%%/CREDITS
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
%%PORTDOCS%%%%DOCSDIR%%/FAQ
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%PORTDOCS%%@dirrm %%DOCSDIR%%