Skip to content

Commit

Permalink
www/xh: update to 0.19.3
Browse files Browse the repository at this point in the history
v0.19.3
 - Make network-interface an optional dependency, see #332 (@blyxxyz)

Note for package maintainers: When building xh with --no-default-features,
make sure to enable the network-interface feature if there are no build errors
like in #330

v0.19.2
Features
 - Add --interface for binding to a local IP address or interface,
   see #307 (@ducaale)
 - Translate --raw flag when using --curl, see #308 (@ducaale)
 - Support duplicate header keys in session files, see #313 (@ducaale)
 - Support persisting cookies from multiple domains, see #314 (@ducaale)
 - Control output formatting (JSON indent-level, header sorting, etc)
   via --format-options, see #318 (@Bnyro) and #319 (@ducaale)

Bug fixes
 - Disable cURL's URL globbing, see #325 (@ducaale)
 - Improve PATH handling in install.ps1, see #264 (@henno)

Other
 - Update Rustls to v0.21.0, see #311 (@ducaale)

v0.19.1
No ChangeLog provided.

v0.19.0
No ChangeLog provided.
  • Loading branch information
pin committed Oct 22, 2023
1 parent 7ce3599 commit f9224ac
Show file tree
Hide file tree
Showing 4 changed files with 782 additions and 675 deletions.
7 changes: 5 additions & 2 deletions www/xh/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.4 2023/04/03 11:10:17 pin Exp $
# $NetBSD: Makefile,v 1.5 2023/10/22 19:40:04 pin Exp $

DISTNAME= xh-0.18.0
DISTNAME= xh-0.19.3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GITHUB:=ducaale/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down Expand Up @@ -31,6 +31,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/completions/_xh.ps1 \
${DESTDIR}${PREFIX}/share/examples/xh/auto-completion

CARGO_NO_DEFAULT_FEATURES= YES
CARGO_FEATURES+= online-tests rustls

.include "../../lang/rust/cargo.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Loading

0 comments on commit f9224ac

Please sign in to comment.