be1e8a5e57
Changes: - Portability: Check threads support in OpenBSD. - Security: Fixed string format vulnerability in client entry handling. - Autoconf upgrade. - PacketEngine: Don't free underlaying stream in packet stream create error - If packet stream creation failed it freed the stream given as argument. This is wrong. It is the caller's responsibility to free it if the packet stream creation failed. - SKE: When failure is received mark SKE always failed Mark the SKE failed even if we don't receive error from remote. Fixes crash where the callback is called back to application without valid key material and without error status.
15 lines
538 B
Text
15 lines
538 B
Text
# $NetBSD: Makefile.common,v 1.13 2009/08/02 19:18:40 tonnerre Exp $
|
|
#
|
|
|
|
# Distribution specific information.
|
|
#
|
|
SILC_CLIENT_VERSION= 1.1.8
|
|
SILC_CLIENT_DISTNAME= silc-client-${SILC_CLIENT_VERSION}
|
|
SILC_CLIENT_EXTRACT_SUFX= .tar.bz2
|
|
SILC_CLIENT_DISTFILE= ${SILC_CLIENT_DISTNAME}${SILC_CLIENT_EXTRACT_SUFX}
|
|
|
|
# These files are generated during silc-client's build, but are required by
|
|
# plugins to compile properly.
|
|
#
|
|
SILC_CLIENT_CONFIG= ${PREFIX}/share/silc-client/irssi-config
|
|
SILC_CLIENT_CONFIG_H= ${PREFIX}/share/silc-client/config.h
|