7ab8f46dbf
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>
15 lines
481 B
Plaintext
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%%
|