<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/Cargo.lock, branch arti-v1.2.4</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.4</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.2.4'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2024-06-05T16:31:21Z</updated>
<entry>
<title>tor-memquota: Downgrade to 0.18</title>
<updated>2024-06-05T16:31:21Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-06-05T16:31:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=4b8fdc106c4e0fcd1021388107b93143ea48b10f'/>
<id>urn:sha1:4b8fdc106c4e0fcd1021388107b93143ea48b10f</id>
<content type='text'>
I was unable to publish tor-memquota 0.19 because I don't have ownership
```
error: failed to publish to registry at https://crates.io

Caused by:
  the remote server responded with an error (status 403 Forbidden): this crate exists but you don't seem to be an owner. If you believe this is a mistake, perh
aps you need to accept an invitation to be an owner before publishing.
```

Let's downgrade it for now.
</content>
</entry>
<entry>
<title>Bump the arti crate to 1.2.4.</title>
<updated>2024-06-05T15:08:32Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-06-05T15:08:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d7ad305c1635a81963372d57083c06e0c2c7b66a'/>
<id>urn:sha1:d7ad305c1635a81963372d57083c06e0c2c7b66a</id>
<content type='text'>
Done using

```
cargo set-version -p arti --bump patch
```
</content>
</entry>
<entry>
<title>Bump all the unstable tor- and arti- crates to 0.19.</title>
<updated>2024-06-05T15:06:54Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-06-05T15:06:54Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7a11638841eeabd2b5ebfe307541926c29cbfe77'/>
<id>urn:sha1:7a11638841eeabd2b5ebfe307541926c29cbfe77</id>
<content type='text'>
The unstable crates are:
  - tor-error
  - tor-config
  - tor-units
  - tor-geoip
  - tor-rtcompat
  - tor-rtmock
  - tor-log-ratelim
  - tor-rpcbase
  - tor-memquota
  - tor-llcrypto
  - tor-protover
  - tor-bytes
  - tor-hscrypto
  - tor-socksproto
  - tor-checkable
  - tor-cert
  - tor-linkspec
  - tor-cell
  - tor-proto
  - tor-netdoc
  - tor-consdiff
  - tor-netdir
  - tor-relay-selection
  - tor-persist
  - tor-chanmgr
  - tor-ptmgr
  - tor-guardmgr
  - tor-circmgr
  - tor-dirclient
  - tor-dirmgr
  - tor-keymgr
  - tor-hsclient
  - tor-hsservice
  - tor-hsrproxy
  - arti-client
  - arti-rpcserver
  - arti-hyper
  - tor-basic-utils
  - tor-async-utils

Done using

```
for p in "${unstable[@]}"; do cargo set-version -p $p 0.19; done
```

where `unstable` contains the list above
</content>
</entry>
<entry>
<title>Merge branch 'upgrades-20240531' into 'main'</title>
<updated>2024-06-03T13:01:01Z</updated>
<author>
<name>David Goulet</name>
<email>dgoulet@torproject.org</email>
</author>
<published>2024-06-03T13:01:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5ae9013bd32e9b6978d3afc8b85dbf2deadce589'/>
<id>urn:sha1:5ae9013bd32e9b6978d3afc8b85dbf2deadce589</id>
<content type='text'>
Upgrade and update packages for upcoming release

See merge request tpo/core/arti!2177</content>
</entry>
<entry>
<title>tor-guardmgr: Add test for vanguards state file deserialization.</title>
<updated>2024-06-03T12:39:31Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-20T18:44:05Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ab3c6db8bd7679101b9b6a7c3886b11dacf81120'/>
<id>urn:sha1:ab3c6db8bd7679101b9b6a7c3886b11dacf81120</id>
<content type='text'>
This checks that we can read `vanguards.json` state files.
</content>
</entry>
<entry>
<title>Merge branch 'keymgr-key-scripts' into 'main'</title>
<updated>2024-06-03T09:47:20Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-06-03T09:47:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8858e3d478137c95503be5c0618428234ebf7345'/>
<id>urn:sha1:8858e3d478137c95503be5c0618428234ebf7345</id>
<content type='text'>
tor-keymgr: Add script for generating test key files.

See merge request tpo/core/arti!2121</content>
</entry>
<entry>
<title>Run cargo update in preparation for release</title>
<updated>2024-05-31T12:21:28Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-05-31T12:21:28Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=9bc8be3a36ca36755a38e3db59be8abee943287c'/>
<id>urn:sha1:9bc8be3a36ca36755a38e3db59be8abee943287c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade to latest priority-queue.</title>
<updated>2024-05-31T12:14:40Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-05-31T12:14:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=7923b92d9ec2b900a3c2fc30eefd6e097a82e398'/>
<id>urn:sha1:7923b92d9ec2b900a3c2fc30eefd6e097a82e398</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Downgrade to previous libc crate</title>
<updated>2024-05-17T17:40:03Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2024-05-17T17:40:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6790e055e888388224bceb1fecdbc55bc50e197f'/>
<id>urn:sha1:6790e055e888388224bceb1fecdbc55bc50e197f</id>
<content type='text'>
The current version has been yanked.
</content>
</entry>
<entry>
<title>maint/keygen-openssh-test: Make keygen deterministic.</title>
<updated>2024-05-16T18:21:38Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2024-05-16T18:13:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=2215263532388174250d2c5f3f03deb79b130114'/>
<id>urn:sha1:2215263532388174250d2c5f3f03deb79b130114</id>
<content type='text'>
</content>
</entry>
</feed>
