bugfix update to 1.1.15; from Brad (maintainer), better than the one
I sent him.
This commit is contained in:
parent
3fc682ab7e
commit
cb101b4740
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.48 2008/10/26 18:12:11 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.49 2009/01/10 01:04:06 sthen Exp $
|
||||
|
||||
COMMENT= Secure Internet Live Conferencing (SILC) server
|
||||
|
||||
DISTNAME= silc-server-1.1.14
|
||||
DISTNAME= silc-server-1.1.15
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://www.silcnet.org/
|
||||
@ -44,13 +44,11 @@ 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+= --enable-ipv6 \
|
||||
--docdir=${PREFIX}/share/doc/silcd \
|
||||
CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/silcd \
|
||||
--with-etcdir=${CONFDIR} \
|
||||
--with-logsdir=/var/log/silcd \
|
||||
--with-silcd-config-file=${CONFDIR}/silcd.conf \
|
||||
--with-silcd-pid-file=/var/run/silcd.pid \
|
||||
--without-libtoolfix \
|
||||
--enable-debug
|
||||
|
||||
.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "i386"
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (silc-server-1.1.14.tar.gz) = SslhMbs+8I0ScY4z8lVZrg==
|
||||
RMD160 (silc-server-1.1.14.tar.gz) = no9JssolMf64LNhQdP3MeOLxzYk=
|
||||
SHA1 (silc-server-1.1.14.tar.gz) = zteqZxsvahj0sR4Fdz2au+Kw2bY=
|
||||
SHA256 (silc-server-1.1.14.tar.gz) = wrgSqtLSaOzrkAuVRpUCWZ9KhwZYvOQx/HtAMVRw7P4=
|
||||
SIZE (silc-server-1.1.14.tar.gz) = 1198475
|
||||
MD5 (silc-server-1.1.15.tar.gz) = jvoF95jCiiBNWz5orF5FtA==
|
||||
RMD160 (silc-server-1.1.15.tar.gz) = 6f6QnyS208ETGn0SQPMKFavTPWk=
|
||||
SHA1 (silc-server-1.1.15.tar.gz) = g1TqMAJ12Ibf25r3jAjcwZxbxig=
|
||||
SHA256 (silc-server-1.1.15.tar.gz) = Pyy8KLDIJLa3quUVQzpGEbXwwjEYDXR9AnSwLI6hmRw=
|
||||
SIZE (silc-server-1.1.15.tar.gz) = 1161373
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-apps_silcd_Makefile_in,v 1.4 2008/03/22 23:06:50 sthen Exp $
|
||||
--- apps/silcd/Makefile.in.orig Sun Nov 18 07:37:58 2007
|
||||
+++ apps/silcd/Makefile.in Fri Feb 29 23:36:31 2008
|
||||
@@ -601,8 +601,8 @@ etc-install-server:
|
||||
$OpenBSD: patch-apps_silcd_Makefile_in,v 1.5 2009/01/10 01:04:06 sthen Exp $
|
||||
--- apps/silcd/Makefile.in.orig Thu Jan 8 09:33:54 2009
|
||||
+++ apps/silcd/Makefile.in Fri Jan 9 19:05:01 2009
|
||||
@@ -602,8 +602,8 @@ etc-install-server:
|
||||
fi
|
||||
|
||||
examples-install:
|
||||
@ -12,7 +12,7 @@ $OpenBSD: patch-apps_silcd_Makefile_in,v 1.4 2008/03/22 23:06:50 sthen Exp $
|
||||
|
||||
generate-server-key:
|
||||
-@if test '!' -f $(etcdir)/silcd.pub ; then \
|
||||
@@ -610,11 +610,8 @@ generate-server-key:
|
||||
@@ -611,11 +611,8 @@ generate-server-key:
|
||||
fi
|
||||
|
||||
install-data-hook: \
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.14 2008/06/22 18:27:05 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.15 2009/01/10 01:04:06 sthen Exp $
|
||||
@newgroup _silcd:512
|
||||
@newuser _silcd:512:_silcd:daemon:Silc-server Account:/nonexistent:/sbin/nologin
|
||||
@man man/man5/silcd.conf.5
|
||||
@ -7,6 +7,7 @@
|
||||
share/doc/silcd/
|
||||
@comment share/doc/silcd/COPYING
|
||||
@comment share/doc/silcd/CREDITS
|
||||
@comment share/doc/silcd/ChangeLog
|
||||
share/doc/silcd/FAQ
|
||||
@comment share/doc/silcd/INSTALL
|
||||
share/doc/silcd/README
|
||||
|
Loading…
Reference in New Issue
Block a user