9 Commits

Author SHA256 Message Date
1aefc0ab30 Accepting request 1307654 from utilities
- 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

OBS-URL: https://build.opensuse.org/request/show/1307654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xh?expand=0&rev=10
2025-09-29 14:33:39 +00:00
f0183e57e9 - 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

OBS-URL: https://build.opensuse.org/package/show/utilities/xh?expand=0&rev=23
2025-09-29 06:12:49 +00:00
bda316b62c Accepting request 1277327 from utilities
- 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

OBS-URL: https://build.opensuse.org/request/show/1277327
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xh?expand=0&rev=9
2025-05-14 15:01:45 +00:00
d2938ea937 OBS-URL: https://build.opensuse.org/package/show/utilities/xh?expand=0&rev=21 2025-05-14 07:23:38 +00:00
5a208d0c61 - 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

OBS-URL: https://build.opensuse.org/package/show/utilities/xh?expand=0&rev=20
2025-05-14 07:16:16 +00:00
1a3b5bac66 Accepting request 1248379 from utilities
- 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

OBS-URL: https://build.opensuse.org/request/show/1248379
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xh?expand=0&rev=8
2025-02-25 15:51:41 +00:00
7cbdf80627 - 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

OBS-URL: https://build.opensuse.org/package/show/utilities/xh?expand=0&rev=18
2025-02-25 13:14:58 +00:00
7c7fce2696 Accepting request 1235826 from utilities
- 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

OBS-URL: https://build.opensuse.org/request/show/1235826
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xh?expand=0&rev=7
2025-01-09 14:07:54 +00:00
c6e7ad301d - 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

OBS-URL: https://build.opensuse.org/package/show/utilities/xh?expand=0&rev=16
2025-01-08 08:45:05 +00:00
6 changed files with 50 additions and 8 deletions

View File

@@ -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>

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3e9fbecd0d4f3df6d0dcd05d2bf80206e6e9e3e7d3e30682ef2ae8dcf3d2b9d4
size 31644092
oid sha256:39afec733c2f0dd2a3f913ff944bf677bed691cfd3f4ef026b69feb390aa02d0
size 37531184

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18eef68607e34995ab4aa5ed35b68aeb36f35f87e0cc48ecabbe8afca73bc00d
size 266716

View File

@@ -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>

View File

@@ -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