openbsd-ports/www/p5-libwww/Makefile
jasper ed7577625a - SECURITY UPDATE of p5-libwww to 5.835
CVE-2010-2253: lwp-download in libwww-perl before 5.835 does not reject
downloads to filenames that begin with a . (dot) character, which allows
remote servers to create or overwrite files and possibly execute arbitrary
code.

from ian mcwilliam, ok sthen@
2010-09-08 07:44:03 +00:00

26 lines
625 B
Makefile

# $OpenBSD: Makefile,v 1.32 2010/09/08 07:44:03 jasper Exp $
COMMENT= library for WWW access in Perl
MODULES= cpan
DISTNAME= libwww-perl-5.835
PKGNAME= p5-${DISTNAME:S/-perl-/-/}
CATEGORIES= www
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=LWP/}
RUN_DEPENDS= :p5-URI->1.10:www/p5-URI \
:p5-HTML-Parser->=3.33:www/p5-HTML-Parser \
::www/p5-HTML-Tagset \
:p5-Crypt-SSLeay-*|p5-IO-Socket-SSL-*:security/p5-Crypt-SSLeay \
:p5-HTTP-GHTTP-*:www/p5-HTTP-GHTTP
BUILD_DEPENDS= ${RUN_DEPENDS}
.include <bsd.port.mk>