sthen 8254c98c8a SECURITY update to PuTTY 0.66
"This release fixes a security hole in the terminal emulation code.
Writing a particular escape sequence to the screen in a PuTTY terminal
session could cause the terminal code to read *and potentially write*
memory outside its own data structures. This might be exploitable, so
everybody should upgrade to a fixed version."
2015-11-07 17:46:06 +00:00

41 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.20 2015/11/07 17:46:06 sthen Exp $
COMMENT-main= SSH and telnet client
COMMENT-gui= PuTTY GUI clients
V= 0.66
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>