./net/fehqlibs, State-of-the-art C routines for Internet services

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 23nb1, Package name: fehqlibs-23nb1, Maintainer: schmonz

The fehQlibs provide a basic framework for byte, string, I/O, socket,
and IPv4/IPv6 handling in addition with the constant database cdb
together with dnsstub resolver routines for Internet services.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 85.933 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-15 18:24:52 by Amitai Schleier | Files touched by this commit (7)
Log message:
fehqlibs: libtoolize for portability. Bump PKGREVISION.
   2024-04-03 05:30:28 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
fehqlibs: update to 23. Changes:

- More documentation for dns resolver routines.
- Added function stralloc_free() which was alreday in the header.
   2023-04-04 01:36:45 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 22a. From the changelog:

- dns_ip A lookup recognizes now 'composit' ip/fqdn correctly; ie.
  1.2.3.4.example.com.
   2022-08-03 18:31:22 by Amitai Schleier | Files touched by this commit (2)
Log message:
Update to 20. From the changelog:

- Added uint8p.c functions
- Fixed dns_txt.c for multiple labels in RDATA section
   2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958)
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
   2021-10-22 00:28:42 by Amitai Schleier | Files touched by this commit (3)
Log message:
Update to 19. From the changelog:

- Provided socket_accept4 again to avoid IPv4-mapped IPv6 adress
  binding problems.
   2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962)
Log message:
net: Remove SHA1 hashes for distfiles
   2021-08-04 15:32:07 by Amitai Schleier | Files touched by this commit (3)
Log message:
Update to 18. From the changelog:

- Due to problems binding with IPv4-mapped IPv6 addresses for a DNS
  lookup, splitted up randombind into randombind4 and randombind6.
  socket operations on IPv4 use IPv4 address only. (tx. Kouichi).