mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
community/arti: upgrade to 2.2.0
This commit is contained in:
parent
c34910480e
commit
f1d5e3bc45
@ -4,7 +4,7 @@ We also have just below 4 GiB available.
|
||||
|
||||
--- a/crates/arti/src/arti-example-config.toml
|
||||
+++ b/crates/arti/src/arti-example-config.toml
|
||||
@@ -600,7 +600,7 @@
|
||||
@@ -617,7 +617,7 @@
|
||||
# If `system.memory.low_water` is given as an explicit value,
|
||||
# `system.memory.max` must also be given as an explicit value.
|
||||
#
|
||||
@ -13,7 +13,7 @@ We also have just below 4 GiB available.
|
||||
|
||||
# Low-water mark for tracked memory:
|
||||
# When reclaiming memory, we stop when we reach this amount.
|
||||
@@ -609,7 +609,7 @@
|
||||
@@ -626,7 +626,7 @@
|
||||
# assumed that the value used for "auto" will remain stable across different
|
||||
# versions of arti.
|
||||
#
|
||||
|
||||
@ -4,7 +4,7 @@ these are OutOfRange on 32bit targets, possibly related to
|
||||
|
||||
--- a/crates/tor-hsservice/src/time_store.rs
|
||||
+++ b/crates/tor-hsservice/src/time_store.rs
|
||||
@@ -528,9 +528,6 @@ mod test {
|
||||
@@ -529,9 +529,6 @@ mod test {
|
||||
let time_t_2st = time_t_to_system_time;
|
||||
assert_eq!(p("1970-01-01T00:00:00Z"), time_t_2st(0));
|
||||
assert_eq!(p("2038-01-19T03:14:07Z"), time_t_2st(0x___7fff_ffff));
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# Maintainer: omni <omni+alpine@hack.org>
|
||||
maintainer="omni <omni+alpine@hack.org>"
|
||||
pkgname=arti
|
||||
pkgver=2.1.0
|
||||
pkgver=2.2.0
|
||||
pkgrel=0
|
||||
pkgdesc="An implementation of Tor, in Rust"
|
||||
url="https://tpo.pages.torproject.net/core/arti/"
|
||||
@ -101,12 +101,12 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
9330678c8726638235c0f3e7adc0044282c58d229d43a9fab14b04d955599a87ce34e4f5a7f6085fa579c503445de594cdaa598aa46d95c107dbba0004e636ab arti-2.1.0.tar.gz
|
||||
d9bf7b30b0f9f279dde2cd75f49ddf4bc1f13d910a94293a02be3fa01e38f7f7b9a2e556c39a7af8a3ccbfc5da03b174a293048c194e8801174ad2c6aaa3c2e7 arti-example-config.patch
|
||||
60c89053052cb214de265342fae8399f347e401ce48de57b69f2f7be275a7071a603522e8c7e04d2cc63040ba7ab14bda2030b47c46d66348fb9c0a64b16da0c arti-2.2.0.tar.gz
|
||||
f6f4790073c0b8e3d5e2da9a9bfb753781076c6afa14fed9b5fd58d7d195e8763af2ce4b731517c00dfdc7f226a1c5917452bef6cdc7fd7d861927da9a9db2e4 arti-example-config.patch
|
||||
a95b255dfd3624d4d543def7da88c266b2451dd78290bfd02f6ec7bc125c2aef17f89f8dc20b93b630cb886b8397d3c6980704a93efe5697381f0c6c6ac7d47c disable-access_symlink-test.patch
|
||||
db180e134598604efbcbeb64af38a794bc8927e1e08a3223c7fbfc753c985b2bd65fcdc2ad950e767efe8cef5fd5f28b16211f03bbbb71056c63ede7d39ebbea no-journald-build.patch
|
||||
d94d322677614075389737a950c7cf4bbc736ec9aa861e084a3da4a4380240eb8f0ac90147e7d61a67dbd10d1b5ac31347e7d5b17e55ee30942f8b31cf29457e 32b_arti_example_config_patch
|
||||
995dea23df8212c04fde61f402a10ba15a0b4796b8dded7935e362c70601e71654d71a79ef071f5ebe9c6d4b21e7ad448ce8361ef6fdb7c5c4bbfd42c8216a5e 32b_time_conversion_tests_patch
|
||||
401cda50d95d80aff47bfc3ee2805782b0ea34d09c1d67aa380d2b2335bfa48958fd07e2aad86ee6f4bb6ecf2a6389b23db831b43664bd8d237292ae57e90dfa 32b_arti_example_config_patch
|
||||
c24425e549c15f9a43fe88e5b6fe3843029caeef4696147eed4ba530b6e12e470cd4bf6b6f386641b0a6a90599caee57ad8e2e4cf75d95fb650be2f2313be5b8 32b_time_conversion_tests_patch
|
||||
4fe34b946c00160fe2bf32e8497a60feb413d07cb474b735d4810a891a3e82772464cd35ebd23368883b979e1f8caa6023690f4aca538306a7ac3f4c5044604e 32b_tor-memquota_patch
|
||||
c6e214875455b1101aaade6a3ec2d9d0653abd1cf49b3b562da1c8ebc7b3a6bee708540cfa1c5a60c1b3bfb6921bc064504baba2dde50010e896c708a0a8f352 arti.initd
|
||||
"
|
||||
|
||||
@ -6,7 +6,7 @@ for tests to build.
|
||||
|
||||
--- a/crates/arti/src/arti-example-config.toml
|
||||
+++ b/crates/arti/src/arti-example-config.toml
|
||||
@@ -72,17 +72,15 @@
|
||||
@@ -78,17 +78,15 @@
|
||||
# For more information, see https://docs.rs/tracing-subscriber/0.2.20/tracing_subscriber/filter/struct.EnvFilter.html
|
||||
#console = "info"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user