diff options
author | schmonz <schmonz@pkgsrc.org> | 2020-10-21 08:47:33 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2020-10-21 08:47:33 +0000 |
commit | d5590b0421222ab8529f98de0ad8789f9c5c27af (patch) | |
tree | a5e0119a90cb9be48272c0fc50dbb5b9fd6f3a00 /net/fehqlibs/PLIST | |
parent | 0c6ca4a8296d9f90c1789a546713d9ebfc80bda4 (diff) | |
download | pkgsrc-d5590b0421222ab8529f98de0ad8789f9c5c27af.tar.gz |
Update to 16 (as 0.9.16). From the changelog:
- 19961114 change: dns_ip() now recognizes [1.2.3.4] and [f80::a]. tnx DS.
- scan_long() included for mess822x support.
- constmap() added from qmail.
- Changed ipv4/6-localhost and ipv4/6-loopback to
ip4/6-localhost and ip4/6-loopback.
Diffstat (limited to 'net/fehqlibs/PLIST')
-rw-r--r-- | net/fehqlibs/PLIST | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/fehqlibs/PLIST b/net/fehqlibs/PLIST index b031f07439b..f6506eb44ed 100644 --- a/net/fehqlibs/PLIST +++ b/net/fehqlibs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2019/07/10 11:20:02 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.3 2020/10/21 08:47:33 schmonz Exp $ include/qlibs/alloc.h include/qlibs/base64.h include/qlibs/buffer.h @@ -7,6 +7,7 @@ include/qlibs/case.h include/qlibs/cdbmake.h include/qlibs/cdbread.h include/qlibs/close.h +include/qlibs/constmap.h include/qlibs/direntry.h include/qlibs/dnsresolv.h include/qlibs/env.h @@ -47,6 +48,8 @@ lib/qlibs/buffer.a lib/qlibs/byte.o lib/qlibs/case.a lib/qlibs/cdb.a +lib/qlibs/constmap.a +lib/qlibs/constmap.o lib/qlibs/dnsresolv.a lib/qlibs/env.a lib/qlibs/fd.a |