e5bef61946
More info at http://www.libssh.org/2012/11/20/libssh-0-5-3-security-release/ - CVE-2012-4559: multiple double free() flaws - CVE-2012-4560: multiple buffer overflow flaws - CVE-2012-4561: multiple invalid free() flaws - CVE-2012-4562: multiple improper overflow checks ok rpointel@ jasper@
34 lines
750 B
Makefile
34 lines
750 B
Makefile
# $OpenBSD: Makefile,v 1.5 2012/11/22 20:54:11 sthen Exp $
|
|
|
|
COMMENT = C library implementing server and client side
|
|
# XXX if updating, check the number in the MASTER_SITES path
|
|
DISTNAME = libssh-0.5.3
|
|
|
|
SHARED_LIBS += ssh 0.0 # 4.2
|
|
SHARED_LIBS += ssh_threads 0.0 # 4.2
|
|
|
|
CATEGORIES = security devel
|
|
|
|
HOMEPAGE = http://www.libssh.org/
|
|
MASTER_SITES = https://red.libssh.org/attachments/download/38/
|
|
|
|
MAINTAINER = Remi Pointel <rpointel@openbsd.org>
|
|
|
|
# LGPL v2.1
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
WANTLIB += crypto ssl z
|
|
|
|
MODULES = devel/cmake
|
|
|
|
WRKBUILD = ${WRKDIST}/build/
|
|
|
|
BUILD_DEPENDS = devel/cmockery
|
|
|
|
CONFIGURE_ARGS += -DWITH_TESTING=ON
|
|
|
|
.include <bsd.port.mk>
|