Skip to content

Version 7.2

Compare
Choose a tag to compare
@darold darold released this 06 Jul 16:32
· 13 commits to master since this release

2022-07-06 version 7.2

This version fixes some bugs reported by users since previous release
and especially a crash with call to deprecated gethostbyname() function.

Full list of changes:

  • Update copyright year
  • Fix compilation warning about strlen
  • Add .gitignore file
  • Merge some redundant code related to whitelist/abort and blacklist/scan. Thanks to rdpmc Oleg for the report.
  • Fix call to CGI::param without scalar context. Thanks to Frank Crawford for the report.
  • Replace deprecated gethostbyname() by getaddrinfo(). Thanks to Jean-noel Leclercq for the patch.
  • Create http response entity if not present in icap request. Thanks to Saurabh Ram Tripathi for the patch.
  • Re-work/Updated debian/*. Thanks to Louis van Belle for the patch.