pkgsrc/devel/silc-toolkit/buildlink3.mk
adam c448e288e3 Changes 1.1.10 (toolkit):
* More string format fixes in silcd and client libary
* configure: changed AC_PROG_LIBTOOL order to fix disabling shared libs
* configure: check threads support in OpenBSD
* Fixed string format vulnerability in client entry handling
* Reported and patch provided by William Cummings
* silcd: Fixed IDENTIFY command reply handling for channels

Changes 1.1.18 (server):
* silcd: Added heartbeat support
* Added support for sending SILC_PACKET_HEARTBEAT packets to connection,
  to make sure they keep alive and to detect if they have died
* Set SO_KEEPALIVE for all accept()ed sockets
* silcd: Fixed SIGUSR1 signal handling
* Fixed the SIGUSR1 signal handling which can be used to dump the server
  internals to /tmp.
* Changed also End of Stream handling to handle NULL idata pointer instead
  of ignoring the EOS in case it is NULL.
* Changed also the DETACH timeout handling to use the packet stream
  directly instead of looking up client in the callback
* More string format fixes in silcd and client libary
2010-08-30 11:17:16 +00:00

16 lines
459 B
Makefile

# $NetBSD: buildlink3.mk,v 1.9 2010/08/30 11:17:16 adam Exp $
#
BUILDLINK_TREE+= silc-toolkit
.if !defined(SILC_TOOLKIT_BUILDLINK3_MK)
SILC_TOOLKIT_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.silc-toolkit+= silc-toolkit>=1.1.10
BUILDLINK_ABI_DEPENDS.silc-toolkit+= silc-toolkit>=1.1.10
BUILDLINK_PKGSRCDIR.silc-toolkit?= ../../devel/silc-toolkit
.include "../../devel/libgetopt/buildlink3.mk"
.endif # SILC_TOOLKIT_BUILDLINK3_MK
BUILDLINK_TREE+= -silc-toolkit