FreeBSD Bugzilla – Attachment 253461 Details for
Bug 281398
editors/ox: update 0.4.3 → 0.4.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] editors/ox: update 0.4.3 → 0.4.6
0001-editors-ox-update-0.4.3-0.4.6.patch (text/plain), 15.47 KB, created by
Älven
on 2024-09-09 19:32:06 UTC
(
hide
)
Description:
[PATCH] editors/ox: update 0.4.3 → 0.4.6
Filename:
MIME Type:
Creator:
Älven
Created:
2024-09-09 19:32:06 UTC
Size:
15.47 KB
patch
obsolete
>From fb9613a4b9a069ac692e01bcfeca7e8657e3b26b Mon Sep 17 00:00:00 2001 >From: Ãlven <alster@vinterdalen.se> >Date: Mon, 9 Sep 2024 23:29:50 +0400 >Subject: [PATCH] editors/ox: update 0.4.3 â 0.4.6 >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >--- > editors/ox/Makefile | 92 +------------------------------------- > editors/ox/Makefile.crates | 87 +++++++++++++++++++++++++++++++++++ > editors/ox/distinfo | 56 ++++++++++++----------- > 3 files changed, 118 insertions(+), 117 deletions(-) > create mode 100644 editors/ox/Makefile.crates > >diff --git a/editors/ox/Makefile b/editors/ox/Makefile >index ac0b8dc315bc..03c04799ae7c 100644 >--- a/editors/ox/Makefile >+++ b/editors/ox/Makefile >@@ -1,12 +1,11 @@ > PORTNAME= ox >-DISTVERSION= 0.4.3 >-PORTREVISION= 1 >+DISTVERSION= 0.4.6 > CATEGORIES= editors > PKGNAMESUFFIX= -text-editor > > MAINTAINER= yuri@FreeBSD.org > COMMENT= Independent Rust text editor that runs in your terminal >-WWW= https://github.com/curlpipe/ox >+WWW= https://github.com/curlpipe/ox/ > > LICENSE= GPLv2 > LICENSE_FILE= ${WRKSRC}/LICENSE >@@ -16,93 +15,6 @@ USES= cargo > USE_GITHUB= yes > GH_ACCOUNT= curlpipe > >-CARGO_CRATES= aho-corasick-1.1.3 \ >- alinio-0.2.1 \ >- autocfg-1.3.0 \ >- bitflags-2.6.0 \ >- bstr-1.10.0 \ >- cc-1.1.7 \ >- cfg-if-1.0.0 \ >- crossterm-0.27.0 \ >- crossterm_winapi-0.9.1 \ >- dirs-5.0.1 \ >- dirs-sys-0.4.1 \ >- either-1.13.0 \ >- errno-0.3.9 \ >- getrandom-0.2.15 \ >- home-0.5.9 \ >- if_chain-1.0.2 \ >- jargon-args-0.2.7 \ >- kaolinite-0.8.1 \ >- libc-0.2.155 \ >- libredox-0.1.3 \ >- linux-raw-sys-0.4.14 \ >- lock_api-0.4.12 \ >- log-0.4.22 \ >- lua-src-547.0.0 \ >- luajit-src-210.5.9+04dca79 \ >- memchr-2.7.4 \ >- mio-0.8.11 \ >- mlua-0.9.9 \ >- mlua-sys-0.6.2 \ >- num-traits-0.2.19 \ >- once_cell-1.19.0 \ >- option-ext-0.2.0 \ >- parking_lot-0.12.3 \ >- parking_lot_core-0.9.10 \ >- pkg-config-0.3.30 \ >- proc-macro2-1.0.86 \ >- quick-error-2.0.1 \ >- quote-1.0.36 \ >- redox_syscall-0.5.3 \ >- redox_users-0.4.5 \ >- regex-1.10.6 \ >- regex-automata-0.4.7 \ >- regex-syntax-0.8.4 \ >- ropey-1.6.1 \ >- rustc-hash-2.0.0 \ >- rustix-0.38.34 \ >- scopeguard-1.2.0 \ >- serde-1.0.204 \ >- serde_derive-1.0.204 \ >- shellexpand-3.1.0 \ >- signal-hook-0.3.17 \ >- signal-hook-mio-0.2.4 \ >- signal-hook-registry-1.4.2 \ >- smallvec-1.13.2 \ >- str_indices-0.4.3 \ >- syn-2.0.72 \ >- synoptic-2.0.4 \ >- thiserror-1.0.63 \ >- thiserror-impl-1.0.63 \ >- unicode-ident-1.0.12 \ >- unicode-width-0.1.13 \ >- wasi-0.11.0+wasi-snapshot-preview1 \ >- which-6.0.2 \ >- winapi-0.3.9 \ >- winapi-i686-pc-windows-gnu-0.4.0 \ >- winapi-x86_64-pc-windows-gnu-0.4.0 \ >- windows-sys-0.48.0 \ >- windows-sys-0.52.0 \ >- windows-targets-0.48.5 \ >- windows-targets-0.52.6 \ >- windows_aarch64_gnullvm-0.48.5 \ >- windows_aarch64_gnullvm-0.52.6 \ >- windows_aarch64_msvc-0.48.5 \ >- windows_aarch64_msvc-0.52.6 \ >- windows_i686_gnu-0.48.5 \ >- windows_i686_gnu-0.52.6 \ >- windows_i686_gnullvm-0.52.6 \ >- windows_i686_msvc-0.48.5 \ >- windows_i686_msvc-0.52.6 \ >- windows_x86_64_gnu-0.48.5 \ >- windows_x86_64_gnu-0.52.6 \ >- windows_x86_64_gnullvm-0.48.5 \ >- windows_x86_64_gnullvm-0.52.6 \ >- windows_x86_64_msvc-0.48.5 \ >- windows_x86_64_msvc-0.52.6 \ >- winsafe-0.0.19 >- > PLIST_FILES= bin/${PORTNAME} > > post-install: >diff --git a/editors/ox/Makefile.crates b/editors/ox/Makefile.crates >new file mode 100644 >index 000000000000..a9c28e945d3e >--- /dev/null >+++ b/editors/ox/Makefile.crates >@@ -0,0 +1,87 @@ >+CARGO_CRATES= aho-corasick-1.1.3 \ >+ alinio-0.2.1 \ >+ autocfg-1.3.0 \ >+ bitflags-2.6.0 \ >+ bstr-1.10.0 \ >+ cc-1.1.18 \ >+ cfg-if-1.0.0 \ >+ crossterm-0.27.0 \ >+ crossterm_winapi-0.9.1 \ >+ dirs-5.0.1 \ >+ dirs-sys-0.4.1 \ >+ either-1.13.0 \ >+ errno-0.3.9 \ >+ getrandom-0.2.15 \ >+ home-0.5.9 \ >+ if_chain-1.0.2 \ >+ jargon-args-0.2.7 \ >+ kaolinite-0.9.5 \ >+ libc-0.2.158 \ >+ libredox-0.1.3 \ >+ linux-raw-sys-0.4.14 \ >+ lock_api-0.4.12 \ >+ log-0.4.22 \ >+ lua-src-547.0.0 \ >+ luajit-src-210.5.10+f725e44 \ >+ memchr-2.7.4 \ >+ mio-0.8.11 \ >+ mlua-0.9.9 \ >+ mlua-sys-0.6.3 \ >+ num-traits-0.2.19 \ >+ once_cell-1.19.0 \ >+ option-ext-0.2.0 \ >+ parking_lot-0.12.3 \ >+ parking_lot_core-0.9.10 \ >+ pkg-config-0.3.30 \ >+ proc-macro2-1.0.86 \ >+ quick-error-2.0.1 \ >+ quote-1.0.37 \ >+ redox_syscall-0.5.3 \ >+ redox_users-0.4.6 \ >+ regex-1.10.6 \ >+ regex-automata-0.4.7 \ >+ regex-syntax-0.8.4 \ >+ ropey-1.6.1 \ >+ rustc-hash-2.0.0 \ >+ rustix-0.38.36 \ >+ scopeguard-1.2.0 \ >+ serde-1.0.210 \ >+ serde_derive-1.0.210 \ >+ shellexpand-3.1.0 \ >+ shlex-1.3.0 \ >+ signal-hook-0.3.17 \ >+ signal-hook-mio-0.2.4 \ >+ signal-hook-registry-1.4.2 \ >+ smallvec-1.13.2 \ >+ str_indices-0.4.3 \ >+ syn-2.0.77 \ >+ synoptic-2.0.4 \ >+ thiserror-1.0.63 \ >+ thiserror-impl-1.0.63 \ >+ unicode-ident-1.0.12 \ >+ unicode-width-0.1.13 \ >+ wasi-0.11.0+wasi-snapshot-preview1 \ >+ which-6.0.3 \ >+ winapi-0.3.9 \ >+ winapi-i686-pc-windows-gnu-0.4.0 \ >+ winapi-x86_64-pc-windows-gnu-0.4.0 \ >+ windows-sys-0.48.0 \ >+ windows-sys-0.52.0 \ >+ windows-targets-0.48.5 \ >+ windows-targets-0.52.6 \ >+ windows_aarch64_gnullvm-0.48.5 \ >+ windows_aarch64_gnullvm-0.52.6 \ >+ windows_aarch64_msvc-0.48.5 \ >+ windows_aarch64_msvc-0.52.6 \ >+ windows_i686_gnu-0.48.5 \ >+ windows_i686_gnu-0.52.6 \ >+ windows_i686_gnullvm-0.52.6 \ >+ windows_i686_msvc-0.48.5 \ >+ windows_i686_msvc-0.52.6 \ >+ windows_x86_64_gnu-0.48.5 \ >+ windows_x86_64_gnu-0.52.6 \ >+ windows_x86_64_gnullvm-0.48.5 \ >+ windows_x86_64_gnullvm-0.52.6 \ >+ windows_x86_64_msvc-0.48.5 \ >+ windows_x86_64_msvc-0.52.6 \ >+ winsafe-0.0.19 >diff --git a/editors/ox/distinfo b/editors/ox/distinfo >index 567789f05ecf..7d4026283f65 100644 >--- a/editors/ox/distinfo >+++ b/editors/ox/distinfo >@@ -1,4 +1,4 @@ >-TIMESTAMP = 1722998524 >+TIMESTAMP = 1725909399 > SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 > SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 > SHA256 (rust/crates/alinio-0.2.1.crate) = 66e562e228ad1df7eba72a66d8fa2215b8264bc1bff74a1b34b20d12aaae3b95 >@@ -9,8 +9,8 @@ SHA256 (rust/crates/bitflags-2.6.0.crate) = b048fb63fd8b5923fc5aa7b340d8e156aec7 > SIZE (rust/crates/bitflags-2.6.0.crate) = 45357 > SHA256 (rust/crates/bstr-1.10.0.crate) = 40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c > SIZE (rust/crates/bstr-1.10.0.crate) = 380426 >-SHA256 (rust/crates/cc-1.1.7.crate) = 26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc >-SIZE (rust/crates/cc-1.1.7.crate) = 81694 >+SHA256 (rust/crates/cc-1.1.18.crate) = b62ac837cdb5cb22e10a256099b4fc502b1dfe560cb282963a974d7abd80e476 >+SIZE (rust/crates/cc-1.1.18.crate) = 83315 > SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd > SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 > SHA256 (rust/crates/crossterm-0.27.0.crate) = f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df >@@ -33,10 +33,10 @@ SHA256 (rust/crates/if_chain-1.0.2.crate) = cb56e1aa765b4b4f3aadfab769793b7087bb > SIZE (rust/crates/if_chain-1.0.2.crate) = 8062 > SHA256 (rust/crates/jargon-args-0.2.7.crate) = b9d38e5712e29fb0c2caeb33b1803c8feade6e3380c7a92788fb219999b2849e > SIZE (rust/crates/jargon-args-0.2.7.crate) = 10602 >-SHA256 (rust/crates/kaolinite-0.8.1.crate) = 75e99c129d29095bc179446426f0ca274c9cb2654b6aeed3533f16fd7f433b34 >-SIZE (rust/crates/kaolinite-0.8.1.crate) = 1700573 >-SHA256 (rust/crates/libc-0.2.155.crate) = 97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c >-SIZE (rust/crates/libc-0.2.155.crate) = 743539 >+SHA256 (rust/crates/kaolinite-0.9.5.crate) = 575e14d8c25dbf5811f24b166703e4a51e43ef40261239f1b6a293b626c0da9b >+SIZE (rust/crates/kaolinite-0.9.5.crate) = 1701580 >+SHA256 (rust/crates/libc-0.2.158.crate) = d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439 >+SIZE (rust/crates/libc-0.2.158.crate) = 751340 > SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d > SIZE (rust/crates/libredox-0.1.3.crate) = 6068 > SHA256 (rust/crates/linux-raw-sys-0.4.14.crate) = 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89 >@@ -47,16 +47,16 @@ SHA256 (rust/crates/log-0.4.22.crate) = a7a70ba024b9dc04c27ea2f0c0548feb474ec5c5 > SIZE (rust/crates/log-0.4.22.crate) = 44027 > SHA256 (rust/crates/lua-src-547.0.0.crate) = 1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42 > SIZE (rust/crates/lua-src-547.0.0.crate) = 664219 >-SHA256 (rust/crates/luajit-src-210.5.9+04dca79.crate) = 6e03d48e8d8c11c297d49ea6d2cf6cc0d7657eb3d175219bba47d59a601b7ca9 >-SIZE (rust/crates/luajit-src-210.5.9+04dca79.crate) = 1012225 >+SHA256 (rust/crates/luajit-src-210.5.10+f725e44.crate) = 18a0fa0df28e21f785c48d9c0f0be355cf40658badb667284207dbb4d1e574a9 >+SIZE (rust/crates/luajit-src-210.5.10+f725e44.crate) = 1012868 > SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 > SIZE (rust/crates/memchr-2.7.4.crate) = 96670 > SHA256 (rust/crates/mio-0.8.11.crate) = a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c > SIZE (rust/crates/mio-0.8.11.crate) = 102983 > SHA256 (rust/crates/mlua-0.9.9.crate) = d111deb18a9c9bd33e1541309f4742523bfab01d276bfa9a27519f6de9c11dc7 > SIZE (rust/crates/mlua-0.9.9.crate) = 209245 >-SHA256 (rust/crates/mlua-sys-0.6.2.crate) = 3ab7a5b4756b8177a2dfa8e0bbcde63bd4000afbc4ab20cbb68d114a25470f29 >-SIZE (rust/crates/mlua-sys-0.6.2.crate) = 25342 >+SHA256 (rust/crates/mlua-sys-0.6.3.crate) = ebe026d6bd1583a9cf9080e189030ddaea7e6f5f0deb366a8e26f8a26c4135b8 >+SIZE (rust/crates/mlua-sys-0.6.3.crate) = 25652 > SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 > SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 > SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 >@@ -73,12 +73,12 @@ SHA256 (rust/crates/proc-macro2-1.0.86.crate) = 5e719e8df665df0d1c8fbfd238015744 > SIZE (rust/crates/proc-macro2-1.0.86.crate) = 48958 > SHA256 (rust/crates/quick-error-2.0.1.crate) = a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3 > SIZE (rust/crates/quick-error-2.0.1.crate) = 14265 >-SHA256 (rust/crates/quote-1.0.36.crate) = 0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7 >-SIZE (rust/crates/quote-1.0.36.crate) = 28507 >+SHA256 (rust/crates/quote-1.0.37.crate) = b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af >+SIZE (rust/crates/quote-1.0.37.crate) = 28558 > SHA256 (rust/crates/redox_syscall-0.5.3.crate) = 2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4 > SIZE (rust/crates/redox_syscall-0.5.3.crate) = 23830 >-SHA256 (rust/crates/redox_users-0.4.5.crate) = bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891 >-SIZE (rust/crates/redox_users-0.4.5.crate) = 15514 >+SHA256 (rust/crates/redox_users-0.4.6.crate) = ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43 >+SIZE (rust/crates/redox_users-0.4.6.crate) = 15585 > SHA256 (rust/crates/regex-1.10.6.crate) = 4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619 > SIZE (rust/crates/regex-1.10.6.crate) = 253894 > SHA256 (rust/crates/regex-automata-0.4.7.crate) = 38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df >@@ -89,16 +89,18 @@ SHA256 (rust/crates/ropey-1.6.1.crate) = 93411e420bcd1a75ddd1dc3caf18c23155eda2c > SIZE (rust/crates/ropey-1.6.1.crate) = 119463 > SHA256 (rust/crates/rustc-hash-2.0.0.crate) = 583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152 > SIZE (rust/crates/rustc-hash-2.0.0.crate) = 12691 >-SHA256 (rust/crates/rustix-0.38.34.crate) = 70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f >-SIZE (rust/crates/rustix-0.38.34.crate) = 365160 >+SHA256 (rust/crates/rustix-0.38.36.crate) = 3f55e80d50763938498dd5ebb18647174e0c76dc38c5505294bb224624f30f36 >+SIZE (rust/crates/rustix-0.38.36.crate) = 370932 > SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 > SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 >-SHA256 (rust/crates/serde-1.0.204.crate) = bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12 >-SIZE (rust/crates/serde-1.0.204.crate) = 78253 >-SHA256 (rust/crates/serde_derive-1.0.204.crate) = e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222 >-SIZE (rust/crates/serde_derive-1.0.204.crate) = 55871 >+SHA256 (rust/crates/serde-1.0.210.crate) = c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a >+SIZE (rust/crates/serde-1.0.210.crate) = 78338 >+SHA256 (rust/crates/serde_derive-1.0.210.crate) = 243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f >+SIZE (rust/crates/serde_derive-1.0.210.crate) = 56020 > SHA256 (rust/crates/shellexpand-3.1.0.crate) = da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b > SIZE (rust/crates/shellexpand-3.1.0.crate) = 25591 >+SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 >+SIZE (rust/crates/shlex-1.3.0.crate) = 18713 > SHA256 (rust/crates/signal-hook-0.3.17.crate) = 8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801 > SIZE (rust/crates/signal-hook-0.3.17.crate) = 50296 > SHA256 (rust/crates/signal-hook-mio-0.2.4.crate) = 34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd >@@ -109,8 +111,8 @@ SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47 > SIZE (rust/crates/smallvec-1.13.2.crate) = 35216 > SHA256 (rust/crates/str_indices-0.4.3.crate) = e9557cb6521e8d009c51a8666f09356f4b817ba9ba0981a305bd86aee47bd35c > SIZE (rust/crates/str_indices-0.4.3.crate) = 19096 >-SHA256 (rust/crates/syn-2.0.72.crate) = dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af >-SIZE (rust/crates/syn-2.0.72.crate) = 267069 >+SHA256 (rust/crates/syn-2.0.77.crate) = 9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed >+SIZE (rust/crates/syn-2.0.77.crate) = 268784 > SHA256 (rust/crates/synoptic-2.0.4.crate) = 347d7a7719cafb0dc9079d7d042dbaef32e10a8abf327585675148f068fcc053 > SIZE (rust/crates/synoptic-2.0.4.crate) = 25941 > SHA256 (rust/crates/thiserror-1.0.63.crate) = c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724 >@@ -123,8 +125,8 @@ SHA256 (rust/crates/unicode-width-0.1.13.crate) = 0336d538f7abc86d282a4189614dfa > SIZE (rust/crates/unicode-width-0.1.13.crate) = 457228 > SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 > SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 >-SHA256 (rust/crates/which-6.0.2.crate) = 3d9c5ed668ee1f17edb3b627225343d210006a90bb1e3745ce1f30b1fb115075 >-SIZE (rust/crates/which-6.0.2.crate) = 16608 >+SHA256 (rust/crates/which-6.0.3.crate) = b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f >+SIZE (rust/crates/which-6.0.3.crate) = 16937 > SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 > SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 > SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 >@@ -171,5 +173,5 @@ SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270 > SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 > SHA256 (rust/crates/winsafe-0.0.19.crate) = d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904 > SIZE (rust/crates/winsafe-0.0.19.crate) = 492820 >-SHA256 (curlpipe-ox-0.4.3_GH0.tar.gz) = 712145c83fe3989c6b54fda685403db09fce0be8dc6a2567bc895fd6d7674d7e >-SIZE (curlpipe-ox-0.4.3_GH0.tar.gz) = 76033 >+SHA256 (curlpipe-ox-0.4.6_GH0.tar.gz) = ac4321f30fd7b5fbb9a4fc6e21242f7de739310c0ba36cc9a73f1791efa5ee22 >+SIZE (curlpipe-ox-0.4.6_GH0.tar.gz) = 76286 >-- >2.46.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
alster
:
maintainer-approval?
(
yuri
)
Actions:
View
|
Diff
Attachments on
bug 281398
: 253461