Update to version 0.9.12.

- use SHLIBTOOL_OVERRIDE instead of LIBTOOL_OVERRIDE, the ugly
  static libraries hack is now gone.

Changes from 0.9.11 to 0.9.12
=============================

 * Added macros SILC_SWAB_[16|32] to swab byte order of
   16-bit and 32-bit unsigned integers.
 * Use the SILC_SWAB_16 instead of htons() in server when
   handling ports since the ports in structures are always
   in little-endian order (regardless of platform).
 * Send DISCONNECT in close admin command in server.
 * Check whether we are already connecting to a remote router
   (in addition of checking whether we are already connected)
   before creating new connection.
 * Check that socket is valid after QoS is applied to data.
 * Make sure the socket connecetion is not closed to early
   when closing connection in server.  Also make sure the
   connection is always closed after error in a protocol.
 * Fixed server crash with double Primary block in config file.
 * Fixed various memory leaks around the config file parser.
 * Fixed a double free in INVITE command error handling in
   server.
This commit is contained in:
salo 2003-01-26 14:10:44 +00:00
parent 3d8571e919
commit d8a46d336e
2 changed files with 6 additions and 17 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.19 2003/01/08 23:56:44 salo Exp $ # $NetBSD: Makefile,v 1.20 2003/01/26 14:10:44 salo Exp $
DISTNAME= silc-server-0.9.11 DISTNAME= silc-server-0.9.12
CATEGORIES= chat security CATEGORIES= chat security
MASTER_SITES= http://www.silcnet.org/download/server/sources/ \ MASTER_SITES= http://www.silcnet.org/download/server/sources/ \
ftp://ftp.silcnet.org/silc/server/sources/ \ ftp://ftp.silcnet.org/silc/server/sources/ \
@ -17,7 +17,7 @@ GNU_CONFIGURE= YES
USE_GMAKE= YES USE_GMAKE= YES
USE_BUILDLINK2= YES USE_BUILDLINK2= YES
USE_LIBTOOL= YES USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/lib/silcmath/mpi/libtool SHLIBTOOL_OVERRIDE= ${WRKSRC}/libtool ${WRKSRC}/lib/silcmath/mpi/libtool
.include "../../mk/bsd.prefs.mk" .include "../../mk/bsd.prefs.mk"
@ -71,17 +71,6 @@ CONFIGURE_ARGS+= --enable-ipv6
CONFIGURE_ARGS+= --disable-asm CONFIGURE_ARGS+= --disable-asm
.endif .endif
# Ugly hack which prevents installation of static libraries.
#
post-build:
for f in \
${WRKSRC}/lib/libsilc.la \
${WRKSRC}/lib/.libs/libsilc.la ; \
do \
${CP} $$f $$f.orig ; \
${SED} "s|^old_library|#&|" $$f.orig > $$f ; \
done
post-install: post-install:
@${SED} ${FILES_SUBST_SED} ${FILESDIR}/motd.txt \ @${SED} ${FILES_SUBST_SED} ${FILESDIR}/motd.txt \
> ${PREFIX}/share/examples/silcd/motd.txt.default > ${PREFIX}/share/examples/silcd/motd.txt.default

View file

@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.17 2003/01/08 23:56:44 salo Exp $ $NetBSD: distinfo,v 1.18 2003/01/26 14:10:44 salo Exp $
SHA1 (silc-server-0.9.11.tar.bz2) = 1d981e95cd5d01c753e55da829e893f9af6fe6d9 SHA1 (silc-server-0.9.12.tar.bz2) = c292c6e99c6b987b3f83c7db1dc0c390a2d44e6c
Size (silc-server-0.9.11.tar.bz2) = 1050893 bytes Size (silc-server-0.9.12.tar.bz2) = 1084501 bytes
SHA1 (patch-aa) = 5e36211392b9e24debfd40cb6da83c4558742798 SHA1 (patch-aa) = 5e36211392b9e24debfd40cb6da83c4558742798
SHA1 (patch-ab) = 55b3f00076c5b8a443465753ae07b9e812236f18 SHA1 (patch-ab) = 55b3f00076c5b8a443465753ae07b9e812236f18
SHA1 (patch-ac) = f88e5cef60a9e69775f2ffda637bb6a2e6894ede SHA1 (patch-ac) = f88e5cef60a9e69775f2ffda637bb6a2e6894ede