SHA256
1
0
forked from pool/arti

Compare commits

...

3 Commits

Author SHA256 Message Date
Ana Guerrero
3e1f0cf5e2 Accepting request 1225982 from network
OBS-URL: https://build.opensuse.org/request/show/1225982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/arti?expand=0&rev=11
2024-11-24 10:04:33 +00:00
e4f5c51180 - Increase %limit_build value to 5000 to avoid OOM seen on aarch64
OBS-URL: https://build.opensuse.org/package/show/network/arti?expand=0&rev=26
2024-11-23 16:37:25 +00:00
4a69295f97 - Update to version 1.3.0:
* Achieved parity on most major client features with C Tor.
  * Continued work on Arti Relay.
  * The work-in-progress RPC system is significantly more clearly
    defined and implementation is proceeding.
  * More details can be found in the installed package changelog
    (/usr/share/doc/packages/arti/CHANGELOG.md)
- Update to version 1.2.8:
  * Arti 1.2.8 continues development on onion services,
    the RPC subsystem, key management, and relay infrastructure.
    It also includes fixes for two security issues in
    handling the SOCKS protocol, the most severe of which is rated at
    "medium" according to our security policy.
  * Increased MSRV to 1.77
  * More details can be found in the installed package changelog
    (/usr/share/doc/packages/arti/CHANGELOG.md)
- Update to version 1.2.7:
  * Arti 1.2.7 continues development on onion service client
    authorization, the RPC subsystem, and relay infrastructure.
  * More details can be found in the installed package changelog
    (/usr/share/doc/packages/arti/CHANGELOG.md)
- Update to version 1.2.6:
  * Arti 1.2.7 continues development on onion service client authorization,
    the RPC subsystem, and relay infrastructure.
  * More details can be found in the installed package changelog
    (/usr/share/doc/packages/arti/CHANGELOG.md)
  * Update curve25519-dalek to avoid a low-severity timing
  * Add a key material export facility for some of our TLS

OBS-URL: https://build.opensuse.org/package/show/network/arti?expand=0&rev=25
2024-11-16 15:59:06 +00:00
8 changed files with 54 additions and 15 deletions

View File

@ -3,7 +3,7 @@
<param name="url">https://gitlab.torproject.org/tpo/core/arti.git</param>
<param name="versionformat">@PARENT_TAG@~@TAG_OFFSET@</param>
<param name="scm">git</param>
<param name="revision">arti-v1.2.5</param>
<param name="revision">arti-v1.3.0</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">arti-v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://gitlab.torproject.org/tpo/core/arti.git</param>
<param name="changesrevision">ef4a4d3774ddf77eba7f23611dfea3c160fa77ef</param></service></servicedata>
<param name="changesrevision">0a7ba1c3b5cd483efa50c02201b8ff50580d3f48</param></service></servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fecb37af7202137f2bcca66242a7cb4f48b94cf66fe79d7a51614985902c0817
size 60880910

3
arti-1.3.0~0.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b6efd071d12ef4ec2d6a15c73e043405ff3530df8f98046e409f312f357cf1d
size 62275598

View File

@ -1,9 +1,48 @@
-------------------------------------------------------------------
Thu Nov 21 11:11:22 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Increase %limit_build value to 5000 to avoid OOM seen on aarch64
-------------------------------------------------------------------
Sat Nov 16 15:39:59 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
- Update to version 1.3.0:
* Achieved parity on most major client features with C Tor.
* Continued work on Arti Relay.
* The work-in-progress RPC system is significantly more clearly
defined and implementation is proceeding.
* More details can be found in the installed package changelog
(/usr/share/doc/packages/arti/CHANGELOG.md)
- Update to version 1.2.8:
* Arti 1.2.8 continues development on onion services,
the RPC subsystem, key management, and relay infrastructure.
It also includes fixes for two security issues in
handling the SOCKS protocol, the most severe of which is rated at
"medium" according to our security policy.
* Increased MSRV to 1.77
* More details can be found in the installed package changelog
(/usr/share/doc/packages/arti/CHANGELOG.md)
- Update to version 1.2.7:
* Arti 1.2.7 continues development on onion service client
authorization, the RPC subsystem, and relay infrastructure.
* More details can be found in the installed package changelog
(/usr/share/doc/packages/arti/CHANGELOG.md)
- Update to version 1.2.6:
* Arti 1.2.7 continues development on onion service client authorization,
the RPC subsystem, and relay infrastructure.
* More details can be found in the installed package changelog
(/usr/share/doc/packages/arti/CHANGELOG.md)
-------------------------------------------------------------------
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
* 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.
@ -12,10 +51,10 @@ Sun Jul 14 18:25:45 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
* 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
* 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>

View File

@ -1,4 +1,4 @@
name: arti
version: 1.2.5~0
mtime: 1719502875
commit: ef4a4d3774ddf77eba7f23611dfea3c160fa77ef
version: 1.3.0~0
mtime: 1730329696
commit: 0a7ba1c3b5cd483efa50c02201b8ff50580d3f48

View File

@ -17,7 +17,7 @@
Name: arti
Version: 1.2.5~0
Version: 1.3.0~0
Release: 0
Summary: An implementation of Tor, in Rust.
License: Apache-2.0 OR MIT
@ -38,7 +38,7 @@ An implementation of Tor, in Rust
%autosetup -p1 -a1
%build
%limit_build -m 4400
%limit_build -m 5000
%{cargo_build}
%install

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efe8d480e1894c2d445f06ba00c2def5dbe61dd2bf0c552157ddb891154bb90e
size 58065960
oid sha256:cd0aa2b555f75d52b05e619947927e7598285237d3d7480b9989cc179c685b6f
size 62039606