Skip to content

Commit

Permalink
security/arti: Update to 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
carlostrub committed Oct 3, 2023
1 parent 18faeea commit 83058c5
Show file tree
Hide file tree
Showing 3 changed files with 248 additions and 168 deletions.
5 changes: 2 additions & 3 deletions security/arti/Makefile
@@ -1,6 +1,5 @@
PORTNAME= arti
DISTVERSION= 1.1.8
PORTREVISION= 1
DISTVERSION= 1.1.9
CATEGORIES= security

MAINTAINER= cs@FreeBSD.org
Expand All @@ -22,7 +21,7 @@ PLIST_SUB= USERS="${USERS}" GROUPS="${GROUPS}"
USE_GITLAB= yes
GL_SITE= https://gitlab.torproject.org
GL_ACCOUNT= tpo/core
GL_TAGNAME= 6b63b8fb9aee489dba086ee82fa1c6bf0dc4e526
GL_TAGNAME= 9a7eeb27440d1a55e3b7052d5347be6fc54bedfb
CARGO_FEATURES= tokio rustls
CARGO_INSTALL= no

Expand Down
135 changes: 81 additions & 54 deletions security/arti/Makefile.crates
Expand Up @@ -2,14 +2,19 @@ CARGO_CRATES= addr2line-0.21.0 \
adler-1.0.2 \
aes-0.8.3 \
ahash-0.8.3 \
aho-corasick-1.0.5 \
aho-corasick-1.1.1 \
allocator-api2-0.2.16 \
amplify-4.0.1 \
amplify-4.1.1 \
amplify_derive-3.0.1 \
amplify_num-0.5.0 \
amplify_syn-2.0.1 \
android-tzdata-0.1.1 \
android_system_properties-0.1.5 \
anstream-0.6.1 \
anstyle-1.0.4 \
anstyle-parse-0.2.2 \
anstyle-query-1.0.0 \
anstyle-wincon-3.0.0 \
anyhow-1.0.75 \
approx-0.5.1 \
arbitrary-1.3.0 \
Expand All @@ -18,50 +23,57 @@ CARGO_CRATES= addr2line-0.21.0 \
assert-impl-0.1.3 \
async-broadcast-0.5.1 \
async-channel-1.9.0 \
async-compression-0.4.2 \
async-compression-0.4.3 \
async-ctrlc-1.2.0 \
async-executor-1.5.1 \
async-executor-1.5.4 \
async-global-executor-2.3.1 \
async-io-1.13.0 \
async-lock-2.8.0 \
async-native-tls-0.5.0 \
async-process-1.7.0 \
async-rustls-0.4.0 \
async-rustls-0.4.1 \
async-std-1.12.0 \
async-task-4.4.0 \
async-task-4.4.1 \
async-trait-0.1.73 \
async_executors-0.6.0 \
async_executors-0.7.0 \
asynchronous-codec-0.6.2 \
atomic-0.5.3 \
atomic-waker-1.1.1 \
atomic-waker-1.1.2 \
atty-0.2.14 \
autocfg-1.1.0 \
axum-0.6.20 \
axum-core-0.3.4 \
backtrace-0.3.69 \
base16ct-0.2.0 \
base64-0.13.1 \
base64-0.21.3 \
base64-0.21.4 \
base64ct-1.6.0 \
bitflags-1.3.2 \
bitflags-2.4.0 \
blake2-0.10.6 \
blanket-0.2.0 \
blanket-0.3.0 \
block-buffer-0.9.0 \
block-buffer-0.10.4 \
blocking-1.3.1 \
blocking-1.4.0 \
bounded-vec-deque-0.1.1 \
bumpalo-3.13.0 \
bumpalo-3.14.0 \
by_address-1.1.0 \
bytemuck-1.13.1 \
bytemuck-1.14.0 \
byteorder-1.4.3 \
bytes-1.4.0 \
bytes-1.5.0 \
cc-1.0.83 \
cfg-if-1.0.0 \
chrono-0.4.29 \
chrono-0.4.31 \
cipher-0.4.4 \
clap-3.2.25 \
clap-4.4.6 \
clap_builder-4.4.6 \
clap_derive-4.4.2 \
clap_lex-0.2.4 \
coarsetime-0.1.23 \
concurrent-queue-2.2.0 \
clap_lex-0.5.1 \
coarsetime-0.1.28 \
colorchoice-1.0.0 \
concurrent-queue-2.3.0 \
config-0.13.3 \
const-oid-0.9.5 \
convert_case-0.4.0 \
Expand Down Expand Up @@ -102,13 +114,13 @@ CARGO_CRATES= addr2line-0.21.0 \
dirs-sys-0.4.1 \
displaydoc-0.2.4 \
downcast-rs-1.2.0 \
dyn-clone-1.0.13 \
dyn-clone-1.0.14 \
dynasm-2.0.0 \
dynasmrt-2.0.0 \
ecdsa-0.16.8 \
ed25519-1.5.3 \
ed25519-dalek-1.0.1 \
educe-0.4.22 \
educe-0.4.23 \
either-1.9.0 \
elliptic-curve-0.13.5 \
enum-as-inner-0.6.0 \
Expand All @@ -119,12 +131,15 @@ CARGO_CRATES= addr2line-0.21.0 \
errno-0.3.3 \
errno-dragonfly-0.1.2 \
event-listener-2.5.3 \
event-listener-3.0.0 \
fallible-iterator-0.2.0 \
fallible-streaming-iterator-0.1.9 \
fast-socks5-0.9.1 \
fastrand-1.9.0 \
fastrand-2.0.0 \
fastrand-2.0.1 \
ff-0.13.0 \
filetime-0.2.22 \
fixed-capacity-vec-1.0.1 \
flate2-1.0.27 \
float-cmp-0.9.0 \
float-ord-0.3.2 \
Expand Down Expand Up @@ -159,7 +174,7 @@ CARGO_CRATES= addr2line-0.21.0 \
hashlink-0.8.4 \
heck-0.4.1 \
hermit-abi-0.1.19 \
hermit-abi-0.3.2 \
hermit-abi-0.3.3 \
hex-0.4.3 \
hex-literal-0.4.1 \
hkdf-0.12.3 \
Expand All @@ -178,7 +193,7 @@ CARGO_CRATES= addr2line-0.21.0 \
ident_case-1.0.1 \
idna-0.4.0 \
indexmap-1.9.3 \
indexmap-2.0.0 \
indexmap-2.0.1 \
inotify-0.9.6 \
inotify-sys-0.1.5 \
inout-0.1.3 \
Expand All @@ -195,20 +210,22 @@ CARGO_CRATES= addr2line-0.21.0 \
kqueue-sys-1.0.4 \
kv-log-macro-1.0.7 \
lazy_static-1.4.0 \
libc-0.2.147 \
libc-0.2.148 \
libm-0.2.7 \
libsqlite3-sys-0.26.0 \
linux-raw-sys-0.3.8 \
linux-raw-sys-0.4.5 \
linux-raw-sys-0.4.7 \
lock_api-0.4.10 \
log-0.4.20 \
lzma-sys-0.1.20 \
matchers-0.1.0 \
matrixmultiply-0.3.7 \
matchit-0.7.3 \
matrixmultiply-0.3.8 \
memchr-2.6.3 \
memmap2-0.5.10 \
memmap2-0.7.1 \
memmap2-0.8.0 \
merlin-2.0.1 \
mime-0.3.17 \
minimal-lexical-0.2.1 \
miniz_oxide-0.7.1 \
mio-0.8.8 \
Expand All @@ -235,14 +252,15 @@ CARGO_CRATES= addr2line-0.21.0 \
openssl-0.10.57 \
openssl-macros-0.1.1 \
openssl-probe-0.1.5 \
openssl-src-111.27.0+1.1.1v \
openssl-sys-0.9.92 \
openssl-src-300.1.5+3.1.3 \
openssl-sys-0.9.93 \
option-ext-0.2.0 \
ordered-float-2.10.0 \
os_str_bytes-6.5.1 \
overload-0.1.1 \
p256-0.13.2 \
p384-0.13.0 \
parking-2.1.0 \
parking-2.1.1 \
parking_lot-0.12.1 \
parking_lot_core-0.9.8 \
paste-1.0.14 \
Expand All @@ -259,6 +277,7 @@ CARGO_CRATES= addr2line-0.21.0 \
pin-project-internal-1.1.3 \
pin-project-lite-0.2.13 \
pin-utils-0.1.0 \
piper-0.2.1 \
pkcs1-0.7.5 \
pkcs8-0.10.2 \
pkg-config-0.3.27 \
Expand All @@ -269,7 +288,7 @@ CARGO_CRATES= addr2line-0.21.0 \
proc-macro-crate-1.3.1 \
proc-macro-error-1.0.4 \
proc-macro-error-attr-1.0.4 \
proc-macro2-1.0.66 \
proc-macro2-1.0.67 \
pwd-grp-0.1.1 \
quick-error-1.2.3 \
quote-1.0.33 \
Expand All @@ -281,7 +300,7 @@ CARGO_CRATES= addr2line-0.21.0 \
rand_core-0.6.4 \
rand_distr-0.4.3 \
rand_hc-0.2.0 \
rangemap-1.3.0 \
rangemap-1.4.0 \
rawpointer-0.2.1 \
redox_syscall-0.2.16 \
redox_syscall-0.3.5 \
Expand All @@ -302,9 +321,9 @@ CARGO_CRATES= addr2line-0.21.0 \
rustc-demangle-0.1.23 \
rustc_version-0.4.0 \
rustix-0.37.23 \
rustix-0.38.11 \
rustix-0.38.14 \
rustls-0.21.7 \
rustls-webpki-0.101.4 \
rustls-webpki-0.101.6 \
rustversion-1.0.14 \
ryu-1.0.15 \
safe_arch-0.7.1 \
Expand All @@ -317,24 +336,27 @@ CARGO_CRATES= addr2line-0.21.0 \
secmem-proc-0.3.2 \
security-framework-2.9.2 \
security-framework-sys-2.9.1 \
semver-1.0.18 \
semver-1.0.19 \
serde-1.0.188 \
serde-value-0.7.0 \
serde_derive-1.0.188 \
serde_ignored-0.1.9 \
serde_json-1.0.105 \
serde_json-1.0.107 \
serde_path_to_error-0.1.14 \
serde_repr-0.1.16 \
serde_spanned-0.6.3 \
serde_test-1.0.176 \
serde_urlencoded-0.7.1 \
serde_with-3.3.0 \
serde_with_macros-3.3.0 \
serial_test-2.0.0 \
serial_test_derive-2.0.0 \
sha1-0.10.5 \
sha1-0.10.6 \
sha1-asm-0.5.2 \
sha2-0.9.9 \
sha2-0.10.7 \
sha2-0.10.8 \
sha3-0.10.8 \
sharded-slab-0.1.4 \
sharded-slab-0.1.6 \
shellexpand-3.1.0 \
signal-hook-0.3.17 \
signal-hook-async-std-0.2.2 \
Expand All @@ -346,9 +368,9 @@ CARGO_CRATES= addr2line-0.21.0 \
siphasher-0.3.11 \
slab-0.4.9 \
slotmap-1.0.6 \
smallvec-1.11.0 \
smallvec-1.11.1 \
socket2-0.4.9 \
socket2-0.5.3 \
socket2-0.5.4 \
spin-0.5.2 \
spki-0.7.2 \
ssh-cipher-0.2.0 \
Expand All @@ -361,17 +383,18 @@ CARGO_CRATES= addr2line-0.21.0 \
strum_macros-0.25.2 \
subtle-2.5.0 \
syn-1.0.109 \
syn-2.0.31 \
syn-2.0.37 \
sync_wrapper-0.1.2 \
tempfile-3.8.0 \
termcolor-1.2.0 \
termcolor-1.3.0 \
test-cert-gen-0.9.0 \
textwrap-0.16.0 \
thiserror-1.0.48 \
thiserror-impl-1.0.48 \
thiserror-1.0.49 \
thiserror-impl-1.0.49 \
thread_local-1.1.7 \
time-0.3.28 \
time-core-0.1.1 \
time-macros-0.2.14 \
time-0.3.29 \
time-core-0.1.2 \
time-macros-0.2.15 \
tiny-keccak-2.0.2 \
tinystr-0.7.1 \
tinyvec-1.6.0 \
Expand All @@ -383,11 +406,14 @@ CARGO_CRATES= addr2line-0.21.0 \
tokio-1.32.0 \
tokio-macros-2.1.0 \
tokio-socks-0.5.1 \
tokio-util-0.7.8 \
tokio-stream-0.1.14 \
tokio-util-0.7.9 \
toml-0.5.11 \
toml-0.7.6 \
toml-0.7.8 \
toml_datetime-0.6.3 \
toml_edit-0.19.14 \
toml_edit-0.19.15 \
tower-0.4.13 \
tower-layer-0.3.2 \
tower-service-0.3.2 \
tracing-0.1.37 \
tracing-appender-0.2.2 \
Expand All @@ -401,23 +427,24 @@ CARGO_CRATES= addr2line-0.21.0 \
trust-dns-proto-0.23.0 \
try-lock-0.2.4 \
typed-index-collections-3.1.0 \
typenum-1.16.0 \
typenum-1.17.0 \
typetag-0.2.13 \
typetag-impl-0.2.13 \
unicode-bidi-0.3.13 \
unicode-ident-1.0.11 \
unicode-ident-1.0.12 \
unicode-normalization-0.1.22 \
untrusted-0.6.2 \
untrusted-0.7.1 \
url-2.4.1 \
utf8parse-0.2.1 \
valuable-0.1.0 \
value-bag-1.4.1 \
vcpkg-0.2.15 \
version_check-0.9.4 \
visibility-0.1.0 \
visible-0.0.1 \
void-1.0.2 \
waker-fn-1.1.0 \
waker-fn-1.1.1 \
walkdir-2.4.0 \
want-0.3.1 \
wasi-0.9.0+wasi-snapshot-preview1 \
Expand All @@ -434,7 +461,7 @@ CARGO_CRATES= addr2line-0.21.0 \
wide-0.7.11 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-util-0.1.5 \
winapi-util-0.1.6 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-0.48.0 \
windows-sys-0.48.0 \
Expand Down

0 comments on commit 83058c5

Please sign in to comment.