sthen 7070876d4d security update to PuTTY 0.67
This release fixes a security hole in PSCP, in the old-style SCP
protocol. A server sending a malformed header before the contents of the
file could overrun a buffer exploitably in PSCP. [CVE-2016-2563]

plus "Assorted other fixes for crash-type bugs (but none known to be
exploitable)".
2016-03-05 12:58:20 +00:00

41 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.21 2016/03/05 12:58:20 sthen Exp $
COMMENT-main= SSH and telnet client
COMMENT-gui= PuTTY GUI clients
V= 0.67
DISTNAME= putty-$V
PKGNAME-main= ${DISTNAME}
PKGNAME-gui= ${DISTNAME:S/putty/putty-gui/}
CATEGORIES= net security
HOMEPAGE= http://www.chiark.greenend.org.uk/~sgtatham/putty/
MASTER_SITES= http://the.earth.li/~sgtatham/putty/$V/ \
ftp://ftp.chiark.greenend.org.uk/users/sgtatham/putty-$V/
# BSD
PERMIT_PACKAGE_CDROM= Yes
WANTLIB-main = c pthread
WANTLIB-gui += X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
WANTLIB-gui += Xrandr Xrender atk-1.0 c cairo fontconfig freetype
WANTLIB-gui += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0
WANTLIB-gui += gtk-x11-2.0 pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB-gui += pthread z ${MODGETTEXT_WANTLIB}
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I.././" \
LDFLAGS="-L${X11BASE}/lib"
WRKSRC= ${WRKDIST}/unix
MULTI_PACKAGES= -main -gui
MODULES= devel/gettext
LIB_DEPENDS-main= # empty
LIB_DEPENDS-gui= x11/gtk+2
NO_TEST= Yes
.include <bsd.port.mk>