diff options
author | rpaulo <rpaulo@pkgsrc.org> | 2007-01-03 19:21:01 +0000 |
---|---|---|
committer | rpaulo <rpaulo@pkgsrc.org> | 2007-01-03 19:21:01 +0000 |
commit | 1059aad07826cfa12896007ff797bb7d4c860660 (patch) | |
tree | 4f414a2c047883453ee6a34b2cdb65d5a231ad99 /net/miredo/Makefile | |
parent | 7a6215977a6bf25964500f10591dba00b8760f5f (diff) | |
download | pkgsrc-1059aad07826cfa12896007ff797bb7d4c860660.tar.gz |
Update do version 1.0.6 as requested by pkgsrc-security (hi!).
===========================================================================
STABLE RELEASE 1.0.6 : Major bug fixes
# Fix support for Teredo peers behind symmetric NATs (bug from 0.9.8).
This could probably be used to spoof a Teredo clients.
# MacOS X compilation fix.
===========================================================================
STABLE RELEASE 1.0.5 : Major bug fixes
# Fix issues with timer and compiler optimizations (bug from 0.9.4).
# Increase ping test hop limit:
Some IPv6 native nodes could not be reached otherwise.
# Increase HMAC secret size from 64 to 128 bits.
# Fix filtering of packets with link-local source address (bug from 0.4.0).
# Various fixes to the experimental ISATAP daemon.
============================================================================
STABLE RELEASE 1.0.4 : Major bug fix
# Fix packet storm with Teredo client behind symmetric NATs.
============================================================================
STABLE RELEASE 1.0.3 : Minor feature enhancement
# Work-around for compatibility with Microsoft Teredo servers.
# Better detection of symmetric NATs and access network changes.
# Limit spamming of syslog.
============================================================================
STABLE RELEASE 1.0.2 : Minor portability and bug fixes
# Several portability and minor/impossible bug fixes (see ChangeLog).
============================================================================
STABLE RELEASE 1.0.1 : Minor portability fixes
# Install configuration file samples into a dedicated directory.
# Build fixes (libteredo would not link on Mac OS X).
Diffstat (limited to 'net/miredo/Makefile')
-rw-r--r-- | net/miredo/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/miredo/Makefile b/net/miredo/Makefile index 7aa3942a3a3..c4e02b957a5 100644 --- a/net/miredo/Makefile +++ b/net/miredo/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2006/08/23 22:59:09 rpaulo Exp $ +# $NetBSD: Makefile,v 1.12 2007/01/03 19:21:01 rpaulo Exp $ -DISTNAME= miredo-1.0.0 +DISTNAME= miredo-1.0.6 CATEGORIES= net MASTER_SITES= http://www.remlab.net/files/miredo/ EXTRACT_SUFX= .tar.bz2 @@ -21,6 +21,8 @@ CONF_FILES+= ${EGDIR}/miredo-server.conf-dist \ ${PKG_SYSCONFDIR}/miredo-server.conf CONF_FILES+= ${EGDIR}/isatapd.conf-dist ${PKG_SYSCONFDIR}/isatapd.conf +CONFIGURE_ARGS+= --enable-examplesdir=${EGDIR} --disable-sample-conf + .include "../../net/libpcap/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |