Subject: CVS commit: pkgsrc/security/httpx
From: Leonardo Taccari
Date: 2024-03-24 21:30:51
Message id: 20240324203051.21505FA2C@cvs.NetBSD.org

Log Message:
httpx: Update to 1.6.0

Changes:
v1.6.0
## What's Changed
* Fixed issue with `-csv` format including response header/body as default
* Fixed issue with `-exclude` option
* Updated default JSONL output fields
  - Added `tech` and `cdn`, `cdn_name`, can be optionally disabled \ 
(`-tech-detect=false`)
  - Removed `hash`, can be optionally enabled (`-hash md5,mmh3`)

> Caution
> Updated default JSONL output fields

v1.5.0
> Warning
> This release upgrades ASNMap to the latest 1.1.0 version that uses an
> authenticated API. If you utilize the `-asn` option of httpx, one time
> configuration is required to set up PDCP API Key.
> You can do this using the `-auth` option or through setting up an
> environment variable, such as `export PDCP_API_KEY=xxxxx`

## What's Changed
* Updated to authenticated ASNMap client
* Fixed issue with `-exclude` option

v1.4.0
## What's Changed
### Maintenance
* Updated useragent library
* Fixed exclude cdn option
* Added sdk stream test

v1.3.9
## What's Changed
### Maintenance
* Fixed multiple issues related high memory uses

v1.3.8
## What's Changed
* Removed `-ec` option in favor of newly added `-exclude` option

* Added customizable `-exclude` option:
   -e, -exclude string[]  exclude host matching specified filter
       ('cdn', 'private-ips', cidr, ip, regex)
* Added timeout option for screenshot
   -st, -screenshot-timeout int     set timeout for screenshot in
       seconds (default 10)
* Added option to set custom headless options
   -ho, -headless-options string[]  start headless chrome with additional
       options
* Fixed issue with use of system resolver with custom resolver input
* Fixed issue with existing response directory
* Fixed issue with `-websocket` and `-pipeline` detection
* Fixed issue with redirects with `-ports` option
* Fixed issue with `-tls-probe` option

v1.3.7
## What's Changed
### Bug Fixes
* Fixed new line break issue with `-title` option
* Fixed build error on `termux/android`
* Fixed path issue on windows
* Fixed chrome zombie process using leakless
* Fixed panic crash with `-asn` option

### Other Changes
* Added SNI to jsonl output
* Added optional flag (`-eph`) to skip private host / ips for probing
* Added hyperlink to host result
* Increased timeout for a page lifecycle event

v1.3.6
## What's Changed
### New Features
* Added phash calculation for screenshot
* Added visual recon clusters in jsonl output
### Other Changes
* Update redirect chain storage

Files:
RevisionActionfile
1.17modifypkgsrc/security/httpx/Makefile
1.6modifypkgsrc/security/httpx/distinfo
1.6modifypkgsrc/security/httpx/go-modules.mk