pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
resterm: Update to 0.43.1 (include SQLite patch)
Module Name: pkgsrc-wip
Committed By: Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By: drixter
Date: Mon Jun 22 18:14:14 2026 +0200
Changeset: f76ea9ecc811516316d71d89a3799c3d8f363688
Modified Files:
resterm/Makefile
resterm/distinfo
Added Files:
resterm/COMMIT_MSG
Removed Files:
resterm/TODO
Log Message:
resterm: Update to 0.43.1 (include SQLite patch)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f76ea9ecc811516316d71d89a3799c3d8f363688
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
resterm/COMMIT_MSG | 26 ++++++++++++++++++++++++++
resterm/Makefile | 2 +-
resterm/TODO | 1 -
resterm/distinfo | 6 +++---
4 files changed, 30 insertions(+), 5 deletions(-)
diffs:
diff --git a/resterm/COMMIT_MSG b/resterm/COMMIT_MSG
new file mode 100644
index 0000000000..915272fdf0
--- /dev/null
+++ b/resterm/COMMIT_MSG
@@ -0,0 +1,26 @@
+v0.43.1
+
+IntelliSense
+Context-aware completions as you type in the Editor (insert mode),
+computed entirely from your open file and active environment.
+
+HTTP methods (including WS / WSS / GRPC) and URL
+ schemes (http://, https://, ws://, wss://)
+
+@ directives and their options (e.g. @auth bearer, @k8s target=)
+
+Header names + values for well-known headers like Content-Type
+
+{{ variables }} in scope (file/global/request, @const, current environment)
+and dynamic builtins ($uuid, $timestamp, �)
+
+Environment names for @compare and matching profile names for use= on @apply / @ssh / @k8s
+Popup keys: arrows up/down (or Ctrl+P/Ctrl+N) to move, Tab/Enter to accept, -> or ? for details,
+Esc to dismiss. Styling via the editor_hint_* theme keys.
+
+Remote OpenAPI import
+--from-openapi now accepts an http(s) URL, not just a local file:
+
+resterm --from-openapi https://petstore3.swagger.io/api/v3/openapi.json --http-out petstore.http
+Relative servers URLs resolve against the spec URL, --openapi-resolve-refs follows external $refs
+over HTTP and the fetch honors the global --insecure and --proxy flags.
diff --git a/resterm/Makefile b/resterm/Makefile
index a7cb53913b..1960bcd5f7 100644
--- a/resterm/Makefile
+++ b/resterm/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-DISTNAME= resterm-0.42.1
+DISTNAME= resterm-0.43.1
CATEGORIES= www devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=unkn0wn-root/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/resterm/TODO b/resterm/TODO
deleted file mode 100644
index 01255336bc..0000000000
--- a/resterm/TODO
+++ /dev/null
@@ -1 +0,0 @@
-SQLite library is broken on NetBSD :-/
diff --git a/resterm/distinfo b/resterm/distinfo
index 098144b117..03b2100360 100644
--- a/resterm/distinfo
+++ b/resterm/distinfo
@@ -762,9 +762,9 @@ Size (nhooyr.io_websocket_@v_v1.8.7.mod) = 427 bytes
BLAKE2s (nhooyr.io_websocket_@v_v1.8.7.zip) = f4ed468617b351c6663eaae8b75c1e32c4b53b2c6d3b964c0cc1a65070784c0f
SHA512 (nhooyr.io_websocket_@v_v1.8.7.zip) = bf99fcf8e3797080ea6c486dab6f677d00b22865cce152c98d350f429d75c25ffce1266c3ed0429172879e1725d770e651174d18b4438aa8fd40b2357d3bca31
Size (nhooyr.io_websocket_@v_v1.8.7.zip) = 74216 bytes
-BLAKE2s (resterm-0.42.1.tar.gz) = 247f6990c3f0ba3616fd73140a9ebf7f3105c5fcf5973cd11bca18f6a892a3be
-SHA512 (resterm-0.42.1.tar.gz) = 4bef8c85660b69efb6f2cec56005bf2932182b6053a11e60b6b68d7ce723ef1071d9ccc67d54f21066d1cc039559440753251a3fe91a25e82b58d26a29940735
-Size (resterm-0.42.1.tar.gz) = 25542172 bytes
+BLAKE2s (resterm-0.43.1.tar.gz) = f7354a3c659b4545c9fdc33183a0b7caedb50b6079e057cfbb4efaea06fcccb9
+SHA512 (resterm-0.43.1.tar.gz) = 51c365e2c7e7e20bb6ea3a4a53411755872952bbf0cb59776f7ad30f043f901ea67fa3fef029330d47be0504634fde241e67800e3784dd76545533d10f8addee
+Size (resterm-0.43.1.tar.gz) = 25553843 bytes
BLAKE2s (sigs.k8s.io_json_@v_v0.0.0-20250730193827-2d320260d730.mod) = 0b1238d89c77686f02002092d6c14b461423ce7c2fa906f554deffefd727014d
SHA512 (sigs.k8s.io_json_@v_v0.0.0-20250730193827-2d320260d730.mod) = ca8b000bb3d6dce184fd01445782fa95557ec7ff6328dcd225dc26a14fc1d2d69baacaebe9d8703c867c8902f846950f9aefcc80af4530735f4b4432b77e4490
Size (sigs.k8s.io_json_@v_v0.0.0-20250730193827-2d320260d730.mod) = 33 bytes
Home |
Main Index |
Thread Index |
Old Index