<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/tor-netdoc/Cargo.toml, branch arti-v2.5.1</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.1</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v2.5.1'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2026-08-03T19:31:55Z</updated>
<entry>
<title>Bump versions for tor-* and arti-* crates</title>
<updated>2026-08-03T19:31:55Z</updated>
<author>
<name>Steven Engler</name>
<email>opara@torproject.org</email>
</author>
<published>2026-08-03T19:31:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=8c8f2375bb0402467fd0e7bc8b2547055d2f75f4'/>
<id>urn:sha1:8c8f2375bb0402467fd0e7bc8b2547055d2f75f4</id>
<content type='text'>
```bash
readarray -t bump &lt; &lt;(maint/list-crates | grep -P '^tor-|^arti-')
for crate in "${bump[@]}"; do cargo set-version --bump minor -p "${crate}"; done
```
</content>
</entry>
<entry>
<title>Merge branch 'test-support-more' into 'main'</title>
<updated>2026-08-03T09:09:08Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-08-03T09:09:08Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=5ef6be19be77d2b4cfefd51eb32a932e0d0c2ef4'/>
<id>urn:sha1:5ef6be19be77d2b4cfefd51eb32a932e0d0c2ef4</id>
<content type='text'>
tor-netdoc: testing: Expose some more test utilities

See merge request tpo/core/arti!4250</content>
</entry>
<entry>
<title>tor-netdoc: testing: Expose regsub</title>
<updated>2026-07-30T13:21:17Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-30T10:35:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=45efdb01ec87cf697b43dc4a3f0ca5a77fb2370f'/>
<id>urn:sha1:45efdb01ec87cf697b43dc4a3f0ca5a77fb2370f</id>
<content type='text'>
Involves code motion.  Review with --color-moved.
</content>
</entry>
<entry>
<title>tor-netdoc: testing: Expose assert_eq_or_diff</title>
<updated>2026-07-30T13:21:17Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-23T15:01:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=96640c46e62746e8ddf713d64be2f762a843a298'/>
<id>urn:sha1:96640c46e62746e8ddf713d64be2f762a843a298</id>
<content type='text'>
Involves lots of code motion.  Review with --color-moved.
</content>
</entry>
<entry>
<title>tor-netdoc: Enable cvt-x25519 for llcrypto</title>
<updated>2026-07-30T10:24:37Z</updated>
<author>
<name>Clara Engler</name>
<email>cve@cve.cx</email>
</author>
<published>2026-06-29T12:54:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=41a3850cd1e2dfcd8571128fa8a317f663b2a4e6'/>
<id>urn:sha1:41a3850cd1e2dfcd8571128fa8a317f663b2a4e6</id>
<content type='text'>
Required for convert_curve25519_to_ed25519_private().
</content>
</entry>
<entry>
<title>Require derive-deftly 1.11.4</title>
<updated>2026-07-23T10:53:57Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-23T10:45:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a7d8be9527a5c0815170c50e90eeb7fcac97b110'/>
<id>urn:sha1:a7d8be9527a5c0815170c50e90eeb7fcac97b110</id>
<content type='text'>
We're about to *use* the fix that was in 1.11.4.  We already updated
the lockfile in !4228, so this is just Cargo.toml changes (which will
prevent the minimal-versions tests failing when we change the code to
rely on the fix).

git-grep -l '^derive-deftly'  |xargs perl -i~ -pe 's{\b\Q1.11.3\E\b}{1.11.4}g'
</content>
</entry>
<entry>
<title>Use "extend" for tor-netdoc lines StrExt</title>
<updated>2026-07-16T15:41:33Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-07-16T13:41:36Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c7d26ffd50de4d23c406f642715b80d6e38943b9'/>
<id>urn:sha1:c7d26ffd50de4d23c406f642715b80d6e38943b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tor-netdoc: Implement precise port summaries</title>
<updated>2026-07-15T12:55:04Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2026-06-30T10:58:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d8ab10bcd1fe193507f384edf2db0b9af24f9a00'/>
<id>urn:sha1:d8ab10bcd1fe193507f384edf2db0b9af24f9a00</id>
<content type='text'>
For calculating `ipv6-policy` in routerdescs.

Also implement for v4 for the benefit of future tests of approximate
port policy summaries, for possible future protocol change, and for
completeness.
</content>
</entry>
<entry>
<title>Merge branch 'upgrade-cipher' into 'main'</title>
<updated>2026-07-13T09:44:20Z</updated>
<author>
<name>gabi-250</name>
<email>gabi@torproject.org</email>
</author>
<published>2026-07-13T09:44:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=edbccf96e5245b5ec9e6df28806d52d3f3401145'/>
<id>urn:sha1:edbccf96e5245b5ec9e6df28806d52d3f3401145</id>
<content type='text'>
Upgrade cipher, aes, and ctr.

See merge request tpo/core/arti!4195</content>
</entry>
<entry>
<title>Upgrade cipher, aes, and ctr.</title>
<updated>2026-07-13T09:44:19Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2026-07-13T09:44:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=295a9f1547886f3556b49d2329cc63c076429897'/>
<id>urn:sha1:295a9f1547886f3556b49d2329cc63c076429897</id>
<content type='text'>
</content>
</entry>
</feed>
