mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
oniux: update to 0.5.0.
This commit is contained in:
parent
bd6484ce2e
commit
dc39c4f09f
2 changed files with 123 additions and 2 deletions
121
srcpkgs/oniux/patches/4462b6e6d5ff.patch
Normal file
121
srcpkgs/oniux/patches/4462b6e6d5ff.patch
Normal file
|
@ -0,0 +1,121 @@
|
|||
From 4462b6e6d5ff0005c93af5933856bd27836f46ff Mon Sep 17 00:00:00 2001
|
||||
From: Clara Engler <cve@cve.cx>
|
||||
Date: Mon, 26 May 2025 11:38:00 +0200
|
||||
Subject: [PATCH] cargo: Update Cargo.lock
|
||||
|
||||
---
|
||||
Cargo.lock | 33 +++++++++++++++------------------
|
||||
1 file changed, 15 insertions(+), 18 deletions(-)
|
||||
|
||||
diff --git a/Cargo.lock b/Cargo.lock
|
||||
index dfe3439..7cbde6b 100644
|
||||
--- a/Cargo.lock
|
||||
+++ b/Cargo.lock
|
||||
@@ -551,9 +551,9 @@ checksum = "f5440e59387a6f8291f2696a875656873e9d51e9fb7b38af81a25772a5f81b33"
|
||||
|
||||
[[package]]
|
||||
name = "cc"
|
||||
-version = "1.2.23"
|
||||
+version = "1.2.24"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
-checksum = "5f4ac86a9e5bc1e2b3449ab9d7d3a6a405e3d1bb28d7b9be8614f55846ae3766"
|
||||
+checksum = "16595d3be041c03b09d08d0858631facccee9221e579704070e6e9e4915d3bc7"
|
||||
dependencies = [
|
||||
"jobserver",
|
||||
"libc",
|
||||
@@ -2090,14 +2090,14 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "mio"
|
||||
-version = "1.0.3"
|
||||
+version = "1.0.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
-checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
||||
+checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
|
||||
dependencies = [
|
||||
"libc",
|
||||
"log",
|
||||
"wasi 0.11.0+wasi-snapshot-preview1",
|
||||
- "windows-sys 0.52.0",
|
||||
+ "windows-sys 0.59.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -2323,12 +2323,9 @@ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
||||
|
||||
[[package]]
|
||||
name = "once_cell_polyfill"
|
||||
-version = "1.70.0"
|
||||
+version = "1.70.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
-checksum = "2611b99ab098a31bdc8be48b4f1a285ca0ced28bd5b4f23e45efa8c63b09efa5"
|
||||
-dependencies = [
|
||||
- "once_cell",
|
||||
-]
|
||||
+checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
|
||||
|
||||
[[package]]
|
||||
name = "oneshot-fused-workaround"
|
||||
@@ -2342,7 +2339,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "onion-tunnel"
|
||||
version = "0.9.0"
|
||||
-source = "git+https://gitlab.torproject.org/tpo/core/onionmasq.git#50d31eff78c08ccdbfca15998b16e31357b5a913"
|
||||
+source = "git+https://gitlab.torproject.org/tpo/core/onionmasq.git#40bf45f2a5cbf940512859a1329463ba2b865701"
|
||||
dependencies = [
|
||||
"arti-client",
|
||||
"async-trait",
|
||||
@@ -2374,7 +2371,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "onionmasq-device-testing"
|
||||
version = "0.9.0"
|
||||
-source = "git+https://gitlab.torproject.org/tpo/core/onionmasq.git#50d31eff78c08ccdbfca15998b16e31357b5a913"
|
||||
+source = "git+https://gitlab.torproject.org/tpo/core/onionmasq.git#40bf45f2a5cbf940512859a1329463ba2b865701"
|
||||
dependencies = [
|
||||
"bbqueue",
|
||||
"futures",
|
||||
@@ -2386,7 +2383,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "oniux"
|
||||
-version = "0.4.0"
|
||||
+version = "0.5.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"caps",
|
||||
@@ -3129,9 +3126,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rustversion"
|
||||
-version = "1.0.20"
|
||||
+version = "1.0.21"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
-checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
|
||||
+checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
|
||||
|
||||
[[package]]
|
||||
name = "ryu"
|
||||
@@ -3407,7 +3404,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "simple-proc-net"
|
||||
version = "0.9.0"
|
||||
-source = "git+https://gitlab.torproject.org/tpo/core/onionmasq.git#50d31eff78c08ccdbfca15998b16e31357b5a913"
|
||||
+source = "git+https://gitlab.torproject.org/tpo/core/onionmasq.git#40bf45f2a5cbf940512859a1329463ba2b865701"
|
||||
|
||||
[[package]]
|
||||
name = "siphasher"
|
||||
@@ -3732,9 +3729,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
-version = "1.45.0"
|
||||
+version = "1.45.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
-checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165"
|
||||
+checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"bytes",
|
||||
--
|
||||
GitLab
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'oniux'
|
||||
pkgname=oniux
|
||||
version=0.4.0
|
||||
version=0.5.0
|
||||
revision=1
|
||||
archs="x86_64* i686* aarch64* arm*" # ring
|
||||
build_style=cargo
|
||||
|
@ -12,7 +12,7 @@ maintainer="Duncaen <duncaen@voidlinux.org>"
|
|||
license="MIT OR Apache-2.0"
|
||||
homepage="https://gitlab.torproject.org/tpo/core/oniux"
|
||||
distfiles="https://gitlab.torproject.org/tpo/core/oniux/-/archive/v${version}/oniux-v${version}.tar.gz"
|
||||
checksum=fbb1ca986d61d658a70c959242ce8d8a41437d2ec99e25d416311c1045ea72ff
|
||||
checksum=27e225e9a8aebc1cdd5731875731c57a3627df5411db2d8cac1cb9db841fc56a
|
||||
|
||||
# aws-lc-sys only ships pre-generated files for certain architectures
|
||||
case "${XBPS_TARGET_MACHINE}" in
|
||||
|
|
Loading…
Add table
Reference in a new issue