diff options
author | kim <kim@pkgsrc.org> | 2003-05-10 17:18:09 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2003-05-10 17:18:09 +0000 |
commit | d51dd24b1d3350c6c3f064110a4c17257ae7e3c2 (patch) | |
tree | 377b02075a9752eb5671f53c48cc1c4d4240ac8a /net/irrd/Makefile | |
parent | 6083194fb2e0ccb46889aabeb2c814de66352200 (diff) | |
download | pkgsrc-d51dd24b1d3350c6c3f064110a4c17257ae7e3c2.tar.gz |
IRRd 2.1.5 is now available. A new command, '!o', has been implemented
for performing inverse queries on the 'mnt-by' attribute to get a real
time list of all objects which reference a given maintainer. route-set
expansions with the '!i' command will now resolve aut-num and as-set
references to route prefixes. There are a number of other bug-fixes and
performance improvements. See the NOTES file in the destribution for
details.
Diffstat (limited to 'net/irrd/Makefile')
-rw-r--r-- | net/irrd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/irrd/Makefile b/net/irrd/Makefile index a041bd0efe7..b80c8ce4a4d 100644 --- a/net/irrd/Makefile +++ b/net/irrd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2003/03/29 12:41:58 jmmv Exp $ +# $NetBSD: Makefile,v 1.20 2003/05/10 17:18:09 kim Exp $ -DISTNAME= irrd2.1.4 -PKGNAME= irrd-2.1.4 +DISTNAME= irrd2.1.5 +PKGNAME= irrd-2.1.5 +EXTRACT_SUFX= .tgz WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= net MASTER_SITES= http://www.irrd.net/ \ |