Compare commits
9 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1aefc0ab30 | |||
| f0183e57e9 | |||
| bda316b62c | |||
| d2938ea937 | |||
| 5a208d0c61 | |||
| 1a3b5bac66 | |||
| 7cbdf80627 | |||
| 7c7fce2696 | |||
| c6e7ad301d |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/ducaale/xh</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v0.23.0</param>
|
||||
<param name="revision">v0.25.0</param>
|
||||
<param name="match-tag">*</param>
|
||||
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e9fbecd0d4f3df6d0dcd05d2bf80206e6e9e3e7d3e30682ef2ae8dcf3d2b9d4
|
||||
size 31644092
|
||||
oid sha256:39afec733c2f0dd2a3f913ff944bf677bed691cfd3f4ef026b69feb390aa02d0
|
||||
size 37531184
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99ead9d29bd43f7a0027fcbdf65a104e610f66091009bff19bda2f8f1c5d35b3
|
||||
size 257592
|
||||
3
xh-0.25.0.tar.xz
Normal file
3
xh-0.25.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18eef68607e34995ab4aa5ed35b68aeb36f35f87e0cc48ecabbe8afca73bc00d
|
||||
size 266716
|
||||
42
xh.changes
42
xh.changes
@@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 06:09:08 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.25.0:
|
||||
Features:
|
||||
* Add --unix-socket for calling Unix Domain Sockets, see #427
|
||||
* Support binding to interface name on macOS, see #421
|
||||
* Add experimental HTTP/3 support, see #425
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 14 07:15:40 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.24.1:
|
||||
* Support RFC 5987 encoding for Content-Disposition filenames, see #416
|
||||
* Fix crash on empty zstd response body, see #411
|
||||
* Improve rustls errors for invalid certificates, see #413
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 25 13:10:55 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.24.0:
|
||||
Features:
|
||||
* Add --generate option to generate the man page and shell completions at runtime, see #393
|
||||
* Add support for Elvish and Nushell shell completions, see #393
|
||||
* Add --compress for compressing request body, see #403
|
||||
Bug fixes:
|
||||
* Store default paths for cookies without an explicit path attribute, see #401
|
||||
Other:
|
||||
* Support generating man page with reproducible timestamp via SOURCE_DATE_EPOCH, see #402
|
||||
* Upgrade cookie_store to 0.21.1, see #397
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 8 08:31:14 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.23.1:
|
||||
Security fixes:
|
||||
* Upgrade to ruzstd v0.7.3 to fix RUSTSEC-2024-0400, see #396
|
||||
Bug fixes:
|
||||
* Warn on combination of --continue and Range header, #394
|
||||
Other:
|
||||
* Enable logging in rustls and tracing-using dependencies, see #390
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 15 09:13:09 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
||||
4
xh.spec
4
xh.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package xh
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: xh
|
||||
Version: 0.23.0
|
||||
Version: 0.25.0
|
||||
Release: 0
|
||||
Summary: Tool for sending HTTP requests
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user