update to 1.1.9 from Brad (maintainer); various bug fixes, including
format string errors, scanf overflows and assorted crashes.
This commit is contained in:
parent
cb101b4740
commit
3b8ae9214a
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2008/10/26 19:07:57 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2009/01/10 01:30:54 sthen Exp $
|
||||
|
||||
COMMENT= toolkit for the development of SILC applications
|
||||
|
||||
DISTNAME= silc-toolkit-1.1.8
|
||||
DISTNAME= silc-toolkit-1.1.9
|
||||
CATEGORIES= devel
|
||||
SHARED_LIBS= silc 8.0 \
|
||||
silcclient 6.0 \
|
||||
SHARED_LIBS= silc 9.0 \
|
||||
silcclient 7.0 \
|
||||
|
||||
MASTER_SITES= http://www.silcnet.org/download/toolkit/sources/
|
||||
|
||||
@ -22,15 +22,14 @@ BUILD_DEPENDS+= :yasm-*:devel/yasm
|
||||
.endif
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_STYLE= autoconf
|
||||
AUTOCONF_VERSION= 2.61
|
||||
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
|
||||
CONFIGURE_ENV+= ac_cv_path_NASM=no YASM=${LOCALBASE}/bin/yasm
|
||||
.endif
|
||||
CONFIGURE_ARGS+=${CONFIGURE_SHARED} \
|
||||
--enable-ipv6 \
|
||||
--docdir=${PREFIX}/share/doc/silc \
|
||||
--includedir=${PREFIX}/include/silc \
|
||||
--without-libtoolfix
|
||||
--includedir=${PREFIX}/include/silc
|
||||
|
||||
.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "i386"
|
||||
CONFIGURE_ARGS+=--disable-asm
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (silc-toolkit-1.1.8.tar.gz) = F5FaGwrWAvox//R/a9dHGw==
|
||||
RMD160 (silc-toolkit-1.1.8.tar.gz) = 7H2prqhIt/w7Vv9f6ooe2e99MLI=
|
||||
SHA1 (silc-toolkit-1.1.8.tar.gz) = YhEdn3wqujHJMNlv5l4lpl0dnts=
|
||||
SHA256 (silc-toolkit-1.1.8.tar.gz) = lC9rzIosA/BIUcKQqkvkAaCL5QML67eR1tAGk3Gd8oI=
|
||||
SIZE (silc-toolkit-1.1.8.tar.gz) = 2549890
|
||||
MD5 (silc-toolkit-1.1.9.tar.gz) = is/FadMC9ChFgg9KzuLBWA==
|
||||
RMD160 (silc-toolkit-1.1.9.tar.gz) = 0TJGoY11LYY4f3TPx/VVY80LFr4=
|
||||
SHA1 (silc-toolkit-1.1.9.tar.gz) = SmcA/xs8jsO6kIgvXu7Gxi5oTbs=
|
||||
SHA256 (silc-toolkit-1.1.9.tar.gz) = yuNstEbHVo6LAcYmSEwHN1FQLB2B7vbHW9KsKLInSQw=
|
||||
SIZE (silc-toolkit-1.1.9.tar.gz) = 2509373
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-lib_Makefile_in,v 1.3 2007/10/01 21:30:06 merdely Exp $
|
||||
--- lib/Makefile.in.orig Sun Sep 9 11:01:58 2007
|
||||
+++ lib/Makefile.in Tue Sep 18 18:36:23 2007
|
||||
@@ -281,7 +281,7 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
|
||||
$OpenBSD: patch-lib_Makefile_in,v 1.4 2009/01/10 01:30:54 sthen Exp $
|
||||
--- lib/Makefile.in.orig Thu Jan 8 09:29:31 2009
|
||||
+++ lib/Makefile.in Fri Jan 9 18:39:43 2009
|
||||
@@ -283,7 +283,7 @@ AUTOMAKE_OPTIONS = 1.0 no-dependencies foreign
|
||||
# SILC Library dirs
|
||||
SILCLIB_DIRS = contrib silccore silcutil silcapputil silccrypt silcskr silcmath silcsim silcasn1 silcske silchttp silcsftp silcvcard
|
||||
@SILC_ENABLE_SHARED_FALSE@LIBTOOL_OPTS =
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.11 2008/10/26 19:07:57 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.12 2009/01/10 01:30:54 sthen Exp $
|
||||
@conflict silc-client-<=1.0.1
|
||||
include/silc/
|
||||
include/silc/client.h
|
||||
@ -105,6 +105,7 @@ share/doc/silc/
|
||||
@comment share/doc/silc/BSD
|
||||
@comment share/doc/silc/COPYING
|
||||
@comment share/doc/silc/CREDITS
|
||||
@comment share/doc/silc/ChangeLog
|
||||
@comment share/doc/silc/CodingStyle
|
||||
@comment share/doc/silc/FAQ
|
||||
@comment share/doc/silc/GPL
|
||||
@ -112,7 +113,7 @@ share/doc/silc/
|
||||
@comment share/doc/silc/README
|
||||
@comment share/doc/silc/README.CVS
|
||||
@comment share/doc/silc/README.MACOSX
|
||||
share/doc/silc/README.SYMBIAN
|
||||
@comment share/doc/silc/README.SYMBIAN
|
||||
@comment share/doc/silc/README.WIN32
|
||||
@comment share/doc/silc/TODO
|
||||
share/doc/silc/draft-riikonen-presence-attrs-04.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user