Skip to content

Commit

Permalink
multimedia/ringrtc: Update to 2.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelUrankar committed Mar 9, 2023
1 parent 56f8ca4 commit d80e9a5
Show file tree
Hide file tree
Showing 3 changed files with 246 additions and 204 deletions.
150 changes: 82 additions & 68 deletions multimedia/ringrtc/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ringrtc
DISTVERSIONPREFIX= v
DISTVERSION= 2.24.0
DISTVERSION= 2.25.0
CATEGORIES= multimedia
MASTER_SITES= LOCAL/mikael/ringrtc/:base \
LOCAL/mikael/ringrtc/:boringssl \
Expand Down Expand Up @@ -57,7 +57,7 @@ EXTRA_PATCHES+= ${"${:!${GREP} mempcpy ${CROSS_SYSROOT}/usr/include/string.h \
|| ${TRUE}!}" == "":?${PATCHDIR}/extra-patch-no-mempcpy-nasm:}

# sh net-im/signal-desktop/get_deps.sh
WEBRTC_REV= 5359c
WEBRTC_REV= 5359d

# modify webrtc_fetch.sh, then sh webrtc_fetch.sh
BASE_REV= b054aaefd4d4ec5aad7189c4e97000a06b594163
Expand Down Expand Up @@ -101,67 +101,68 @@ MAKE_ARGS= -C out/${BUILDTYPE}
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}/src/rust
WEBRTCDIR= ${WRKDIR}/${PORTNAME}-${DISTVERSION}/src/webrtc/src

# fetch -qo - https://raw.githubusercontent.com/signalapp/ringrtc/v2.23.0/src/rust/Cargo.lock | awk -f /usr/ports/Mk/Scripts/cargo-crates.awk | portedit merge -i Makefile
# fetch -qo - https://raw.githubusercontent.com/signalapp/ringrtc/v2.25.0/src/rust/Cargo.lock | awk -f /usr/ports/Mk/Scripts/cargo-crates.awk | portedit merge -i Makefile
CARGO_CRATES= adler-1.0.2 \
aes-0.8.1 \
aho-corasick-0.7.19 \
anyhow-1.0.65 \
aes-0.8.2 \
aho-corasick-0.7.20 \
anyhow-1.0.69 \
atty-0.2.14 \
autocfg-1.1.0 \
base64-0.13.0 \
base64-0.13.1 \
bitflags-1.3.2 \
block-buffer-0.10.3 \
bumpalo-3.11.0 \
bumpalo-3.12.0 \
byteorder-1.4.3 \
bytes-1.2.1 \
cc-1.0.73 \
bytes-1.4.0 \
cc-1.0.79 \
cesu8-1.1.0 \
cfg-if-1.0.0 \
chunked_transfer-1.4.0 \
cipher-0.4.3 \
combine-4.6.6 \
core-foundation-sys-0.8.3 \
cpufeatures-0.2.5 \
crc32fast-1.3.2 \
crypto-common-0.1.6 \
ctr-0.9.2 \
curve25519-dalek-3.2.1 \
digest-0.9.0 \
digest-0.10.5 \
either-1.8.0 \
env_logger-0.9.1 \
fastrand-1.8.0 \
digest-0.10.6 \
either-1.8.1 \
env_logger-0.9.3 \
fastrand-1.9.0 \
fixedbitset-0.4.2 \
flate2-1.0.25 \
form_urlencoded-1.1.0 \
futures-0.3.24 \
futures-channel-0.3.24 \
futures-core-0.3.24 \
futures-executor-0.3.24 \
futures-io-0.3.24 \
futures-macro-0.3.24 \
futures-sink-0.3.24 \
futures-task-0.3.24 \
futures-util-0.3.24 \
futures-0.3.26 \
futures-channel-0.3.26 \
futures-core-0.3.26 \
futures-executor-0.3.26 \
futures-io-0.3.26 \
futures-macro-0.3.26 \
futures-sink-0.3.26 \
futures-task-0.3.26 \
futures-util-0.3.26 \
generic-array-0.14.6 \
getrandom-0.1.16 \
hashbrown-0.12.3 \
heck-0.4.0 \
heck-0.4.1 \
hermit-abi-0.1.19 \
hermit-abi-0.2.6 \
hex-0.4.3 \
hkdf-0.12.3 \
hmac-0.12.1 \
humantime-2.1.0 \
idna-0.3.0 \
indexmap-1.9.1 \
indexmap-1.9.2 \
inout-0.1.3 \
instant-0.1.12 \
itertools-0.10.5 \
itoa-1.0.3 \
itoa-1.0.5 \
jni-0.19.0 \
jni-sys-0.3.0 \
js-sys-0.3.60 \
js-sys-0.3.61 \
lazy_static-1.4.0 \
libc-0.2.134 \
libc-0.2.139 \
libloading-0.6.7 \
log-0.4.17 \
memchr-2.5.0 \
Expand All @@ -171,85 +172,98 @@ CARGO_CRATES= adler-1.0.2 \
neon-build-0.10.1 \
neon-macros-0.10.1 \
neon-runtime-0.10.1 \
num_cpus-1.13.1 \
num_enum-0.5.7 \
num_enum_derive-0.5.7 \
once_cell-1.15.0 \
nom8-0.2.0 \
ntapi-0.4.0 \
num_cpus-1.15.0 \
num_enum-0.5.10 \
num_enum_derive-0.5.10 \
once_cell-1.17.1 \
percent-encoding-2.2.0 \
petgraph-0.6.2 \
petgraph-0.6.3 \
pin-project-lite-0.2.9 \
pin-utils-0.1.0 \
ppv-lite86-0.2.16 \
proc-macro-crate-1.2.1 \
proc-macro2-1.0.46 \
prost-0.11.0 \
prost-build-0.11.1 \
prost-derive-0.11.0 \
prost-types-0.11.1 \
quote-1.0.21 \
ppv-lite86-0.2.17 \
prettyplease-0.1.23 \
proc-macro-crate-1.3.0 \
proc-macro2-1.0.51 \
prost-0.11.6 \
prost-build-0.11.6 \
prost-derive-0.11.6 \
prost-types-0.11.6 \
quote-1.0.23 \
rand-0.7.3 \
rand_chacha-0.2.2 \
rand_core-0.5.1 \
rand_hc-0.2.0 \
redox_syscall-0.2.16 \
regex-1.6.0 \
regex-1.7.1 \
regex-automata-0.1.10 \
regex-syntax-0.6.27 \
regex-syntax-0.6.28 \
remove_dir_all-0.5.3 \
ring-0.16.20 \
rustls-0.20.7 \
ryu-1.0.11 \
rustls-0.20.8 \
ryu-1.0.12 \
same-file-1.0.6 \
sct-0.7.0 \
semver-0.9.0 \
semver-parser-0.7.0 \
serde-1.0.145 \
serde_derive-1.0.145 \
serde_json-1.0.85 \
serde-1.0.152 \
serde_derive-1.0.152 \
serde_json-1.0.93 \
sha2-0.10.6 \
slab-0.4.7 \
smallvec-1.10.0 \
spin-0.5.2 \
static_assertions-1.1.0 \
subtle-2.4.1 \
syn-1.0.101 \
syn-1.0.107 \
syn-mid-0.5.3 \
synstructure-0.12.6 \
sysinfo-0.27.7 \
tempfile-3.3.0 \
termcolor-1.1.3 \
thiserror-1.0.37 \
thiserror-impl-1.0.37 \
termcolor-1.2.0 \
thiserror-1.0.38 \
thiserror-impl-1.0.38 \
tinyvec-1.6.0 \
tinyvec_macros-0.1.0 \
tokio-1.21.2 \
toml-0.5.9 \
typenum-1.15.0 \
unicode-bidi-0.3.8 \
unicode-ident-1.0.4 \
tinyvec_macros-0.1.1 \
tokio-1.25.0 \
toml_datetime-0.5.1 \
toml_edit-0.18.1 \
typenum-1.16.0 \
unicode-bidi-0.3.10 \
unicode-ident-1.0.6 \
unicode-normalization-0.1.22 \
unicode-xid-0.2.4 \
untrusted-0.7.1 \
ureq-2.5.0 \
ureq-2.6.2 \
url-2.3.1 \
version_check-0.9.4 \
walkdir-2.3.2 \
wasi-0.9.0+wasi-snapshot-preview1 \
wasm-bindgen-0.2.83 \
wasm-bindgen-backend-0.2.83 \
wasm-bindgen-macro-0.2.83 \
wasm-bindgen-macro-support-0.2.83 \
wasm-bindgen-shared-0.2.83 \
web-sys-0.3.60 \
wasm-bindgen-0.2.84 \
wasm-bindgen-backend-0.2.84 \
wasm-bindgen-macro-0.2.84 \
wasm-bindgen-macro-support-0.2.84 \
wasm-bindgen-shared-0.2.84 \
web-sys-0.3.61 \
webpki-0.22.0 \
webpki-roots-0.22.6 \
which-4.3.0 \
which-4.4.0 \
winapi-0.3.9 \
winapi-i686-pc-windows-gnu-0.4.0 \
winapi-util-0.1.5 \
winapi-x86_64-pc-windows-gnu-0.4.0 \
windows-sys-0.42.0 \
windows_aarch64_gnullvm-0.42.1 \
windows_aarch64_msvc-0.42.1 \
windows_i686_gnu-0.42.1 \
windows_i686_msvc-0.42.1 \
windows_x86_64_gnu-0.42.1 \
windows_x86_64_gnullvm-0.42.1 \
windows_x86_64_msvc-0.42.1 \
x25519-dalek-1.2.0 \
zeroize-1.3.0 \
zeroize_derive-1.3.2
zeroize_derive-1.3.3

CARGO_BUILD_ARGS= --features electron
CARGO_INSTALL= no
Expand Down

0 comments on commit d80e9a5

Please sign in to comment.