diff options
author | salo <salo> | 2003-01-26 14:10:44 +0000 |
---|---|---|
committer | salo <salo> | 2003-01-26 14:10:44 +0000 |
commit | bd3f1ffaa7dbb24ffb142539a540eb38f6b9b435 (patch) | |
tree | f344ef93567b8197f53d04d87781e897a8741bd3 /chat | |
parent | 0225911d225a1fb001c9154f7264f7c554d7d3d8 (diff) | |
download | pkgsrc-bd3f1ffaa7dbb24ffb142539a540eb38f6b9b435.tar.gz |
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.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/silc-server/Makefile | 17 | ||||
-rw-r--r-- | chat/silc-server/distinfo | 6 |
2 files changed, 6 insertions, 17 deletions
diff --git a/chat/silc-server/Makefile b/chat/silc-server/Makefile index 5890cc98b2f..88551c0afd9 100644 --- a/chat/silc-server/Makefile +++ b/chat/silc-server/Makefile @@ -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 MASTER_SITES= http://www.silcnet.org/download/server/sources/ \ ftp://ftp.silcnet.org/silc/server/sources/ \ @@ -17,7 +17,7 @@ GNU_CONFIGURE= YES USE_GMAKE= YES USE_BUILDLINK2= 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" @@ -71,17 +71,6 @@ CONFIGURE_ARGS+= --enable-ipv6 CONFIGURE_ARGS+= --disable-asm .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: @${SED} ${FILES_SUBST_SED} ${FILESDIR}/motd.txt \ > ${PREFIX}/share/examples/silcd/motd.txt.default diff --git a/chat/silc-server/distinfo b/chat/silc-server/distinfo index 01e7377396a..d08570eb0c7 100644 --- a/chat/silc-server/distinfo +++ b/chat/silc-server/distinfo @@ -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 -Size (silc-server-0.9.11.tar.bz2) = 1050893 bytes +SHA1 (silc-server-0.9.12.tar.bz2) = c292c6e99c6b987b3f83c7db1dc0c390a2d44e6c +Size (silc-server-0.9.12.tar.bz2) = 1084501 bytes SHA1 (patch-aa) = 5e36211392b9e24debfd40cb6da83c4558742798 SHA1 (patch-ab) = 55b3f00076c5b8a443465753ae07b9e812236f18 SHA1 (patch-ac) = f88e5cef60a9e69775f2ffda637bb6a2e6894ede |