Skip to content

Commit

Permalink
www/xh: update to 0.23.0
Browse files Browse the repository at this point in the history
[0.23.0] - 2024-10-12
Features
    Handle responses compressed in zstd format, see #364 (@zuisong)
    Suppress warnings when -qq flag is used, see #371 (@blyxxyz)
    Add --debug option for logging and backtraces, see #371 (@blyxxyz)
    Decode content-disposition and location headers as UTF-8, see #375 (@zuisong)
    Print headers as latin1, with the UTF-8 decoding also shown if applicable, see #377 (@blyxxyz)
    Print the actual reason phrase sent by the server instead of guessing it from the status code, see #377 (@blyxxyz)

Bug fixes
    Apply TLS options to non-HTTPS URLs, see #372 (@blyxxyz)

Other
    Ignore NO_COLOR if set to empty string, see #370 (@blyxxyz)
  • Loading branch information
0323pin committed Oct 12, 2024
1 parent 14bcc5f commit 8fd223b
Show file tree
Hide file tree
Showing 3 changed files with 643 additions and 591 deletions.
4 changes: 2 additions & 2 deletions www/xh/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.11 2024/07/19 09:58:32 pin Exp $
# $NetBSD: Makefile,v 1.12 2024/10/12 23:00:27 pin Exp $

DISTNAME= xh-0.22.2
DISTNAME= xh-0.23.0
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=ducaale/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
Loading

0 comments on commit 8fd223b

Please sign in to comment.