Accepting request 1187408 from network
- Update to version 1.2.5: * Stop publishing the obsolete arti-hyper crate * Update curve25519-dalek to avoid a low-severity timing vulnerability. (TROVE-2024-007) * With full vanguards, client rendezvous circuits do not reuse the final vanguard as the rendezvous point. (TROVE-2024-008) * Some RPC development * Add skeleton, including (experimental): arti-relay crate, relay cargo feature in arti-client, relay command line argument to arti * Add a key material export facility for some of our TLS implementations. * Tolerate removal of files from Arti's cache directory. OBS-URL: https://build.opensuse.org/request/show/1187408 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/arti?expand=0&rev=10
This commit is contained in:
commit
4ef0f3d5fe
2
_service
2
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://gitlab.torproject.org/tpo/core/arti.git</param>
|
<param name="url">https://gitlab.torproject.org/tpo/core/arti.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">arti-v1.2.4</param>
|
<param name="revision">arti-v1.2.5</param>
|
||||||
<param name="match-tag">*</param>
|
<param name="match-tag">*</param>
|
||||||
<param name="versionrewrite-pattern">arti-v(\d+\.\d+\.\d+)</param>
|
<param name="versionrewrite-pattern">arti-v(\d+\.\d+\.\d+)</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://gitlab.torproject.org/tpo/core/arti.git</param>
|
<param name="url">https://gitlab.torproject.org/tpo/core/arti.git</param>
|
||||||
<param name="changesrevision">5217447873011338a5426898fcc8b96c8665babf</param></service></servicedata>
|
<param name="changesrevision">ef4a4d3774ddf77eba7f23611dfea3c160fa77ef</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5a0dbd802da3a948fb2a36c87acd209d1ba64e930612b810fd34361e20acc519
|
|
||||||
size 60828686
|
|
3
arti-1.2.5~0.obscpio
Normal file
3
arti-1.2.5~0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fecb37af7202137f2bcca66242a7cb4f48b94cf66fe79d7a51614985902c0817
|
||||||
|
size 60880910
|
18
arti.changes
18
arti.changes
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jul 14 18:25:45 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.2.5:
|
||||||
|
* Stop publishing the obsolete arti-hyper crate
|
||||||
|
* Update curve25519-dalek to avoid a low-severity timing
|
||||||
|
vulnerability. (TROVE-2024-007)
|
||||||
|
* With full vanguards, client rendezvous circuits
|
||||||
|
do not reuse the final vanguard as the rendezvous point.
|
||||||
|
(TROVE-2024-008)
|
||||||
|
* Some RPC development
|
||||||
|
* Add skeleton, including (experimental): arti-relay crate,
|
||||||
|
relay cargo feature in arti-client,
|
||||||
|
relay command line argument to arti
|
||||||
|
* Add a key material export facility for some of our TLS
|
||||||
|
implementations.
|
||||||
|
* Tolerate removal of files from Arti's cache directory.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 27 13:19:29 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
Thu Jun 27 13:19:29 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: arti
|
name: arti
|
||||||
version: 1.2.4~0
|
version: 1.2.5~0
|
||||||
mtime: 1717606582
|
mtime: 1719502875
|
||||||
commit: 5217447873011338a5426898fcc8b96c8665babf
|
commit: ef4a4d3774ddf77eba7f23611dfea3c160fa77ef
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: arti
|
Name: arti
|
||||||
Version: 1.2.4~0
|
Version: 1.2.5~0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An implementation of Tor, in Rust.
|
Summary: An implementation of Tor, in Rust.
|
||||||
License: Apache-2.0 OR MIT
|
License: Apache-2.0 OR MIT
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8cec5a70eea1c9359f0fc032efb0a1638868346062382dbc59a0aaf9abd7ae08
|
oid sha256:efe8d480e1894c2d445f06ba00c2def5dbe61dd2bf0c552157ddb891154bb90e
|
||||||
size 58087078
|
size 58065960
|
||||||
|
Loading…
Reference in New Issue
Block a user