<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/maint, branch arti-v1.1.8</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.8</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.1.8'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2023-09-05T15:17:24Z</updated>
<entry>
<title>downgrade_dependencies: re-upgrade filetime</title>
<updated>2023-09-05T15:17:24Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-09-05T15:17:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=aca15b17dd7aed75f987c7bb1161c61fe092369f'/>
<id>urn:sha1:aca15b17dd7aed75f987c7bb1161c61fe092369f</id>
<content type='text'>
We don't actually use filetime directly, but notify wants it, and
notify accepts a version that doesn't actually appear to work.

This fixes minimal_versions CI.
</content>
</entry>
<entry>
<title>CI: cargo install caching: Use cache/ directory, per-image</title>
<updated>2023-08-25T16:28:16Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-25T15:59:04Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=f45e53b15f0fd142a5403ed58af6a4a471f0fbf4'/>
<id>urn:sha1:f45e53b15f0fd142a5403ed58af6a4a471f0fbf4</id>
<content type='text'>
This avoids us trying to run binaries built on one image, on a
different one.  I believe that this is supposed to work according to
Rust doctrine, but empirically it doesn't.
</content>
</entry>
<entry>
<title>clippy: Suppress needless_pass_by_value in tests</title>
<updated>2023-08-23T09:34:00Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2023-08-22T14:26:40Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ce8b0184ec6d896a7c7d136467f40db34a6b61fd'/>
<id>urn:sha1:ce8b0184ec6d896a7c7d136467f40db34a6b61fd</id>
<content type='text'>
Rationale: same as for useless_vec, as in 01cb7ee0a112.

Prompted by reading a commit where someone did makework to get rid of
an occurrence of this warning.
</content>
</entry>
<entry>
<title>Add a cargo-audit exception for RUSTSEC-2023-0052</title>
<updated>2023-08-22T14:00:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-22T14:00:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=55bc2977049a54f20c7b12be6e262c35f00e6293'/>
<id>urn:sha1:55bc2977049a54f20c7b12be6e262c35f00e6293</id>
<content type='text'>
We've solved this for rustls-webpki, but tls-api (which arti-hyper
uses) still requires the unmaintained webpki crate.  See #1016.
</content>
</entry>
<entry>
<title>cargo_audit: Add an exception for RUSTSEC-2022-0093.</title>
<updated>2023-08-14T18:15:15Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2023-08-14T18:15:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=875de204e9d004b66b81203b6335b4abb7365202'/>
<id>urn:sha1:875de204e9d004b66b81203b6335b4abb7365202</id>
<content type='text'>
This is the API deficiency in ed25519-dalek v1 that allows you to
mismatch public and private keys, leading to a (fatal)
double-signing attack.  We have worked around this in our current
design, so it's appropriate to suppress this warning for now.
</content>
</entry>
<entry>
<title>maint: use relative shebang in `maint/bump_nodep`</title>
<updated>2023-08-09T12:33:01Z</updated>
<author>
<name>Emil Engler</name>
<email>me@emilengler.com</email>
</author>
<published>2023-08-09T12:33:01Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e8cdc4c3d2694b866376ead8bf00399e8081f34a'/>
<id>urn:sha1:e8cdc4c3d2694b866376ead8bf00399e8081f34a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'with_coverage-no-list' into 'main'</title>
<updated>2023-08-09T10:37:43Z</updated>
<author>
<name>Ian Jackson</name>
<email>iwj@torproject.org</email>
</author>
<published>2023-08-09T10:37:43Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=17b78f61082cf05f66cdcceb753a4b5bdfb65cdf'/>
<id>urn:sha1:17b78f61082cf05f66cdcceb753a4b5bdfb65cdf</id>
<content type='text'>
maint: provide no list of grcov formats

See merge request tpo/core/arti!1482</content>
</entry>
<entry>
<title>maint: remove useless optarg</title>
<updated>2023-08-08T14:32:31Z</updated>
<author>
<name>Emil Engler</name>
<email>me@emilengler.com</email>
</author>
<published>2023-08-08T14:32:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ab4d0182ab0b775b705c8c2ff7f65b08784c5942'/>
<id>urn:sha1:ab4d0182ab0b775b705c8c2ff7f65b08784c5942</id>
<content type='text'>
The `maint/coverage` script has a useless option `c`.
This commit removes it.
</content>
</entry>
<entry>
<title>maint: list the HTML dependencies in coverage</title>
<updated>2023-08-08T14:29:53Z</updated>
<author>
<name>Emil Engler</name>
<email>me@emilengler.com</email>
</author>
<published>2023-08-08T14:29:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=3c1e5e32c2e84006444a84e2cbf30b45f228e90c'/>
<id>urn:sha1:3c1e5e32c2e84006444a84e2cbf30b45f228e90c</id>
<content type='text'>
Currently, the `maint/coverage` script does not inform about the
dependencies required for generating the HTML output, those are, the
Python packages `bs4` and `lxml`.

This commit fixes that, by updating the help section accordingly.
</content>
</entry>
<entry>
<title>maint: provide no list of grcov formats</title>
<updated>2023-08-08T14:16:21Z</updated>
<author>
<name>Emil Engler</name>
<email>me@emilengler.com</email>
</author>
<published>2023-08-08T14:15:25Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=e584cc8c08c40737da7c2155496c1241a306f323'/>
<id>urn:sha1:e584cc8c08c40737da7c2155496c1241a306f323</id>
<content type='text'>
This commit removes a list we provide for the supported grcov formats.
In my opinion, this is a practice of bad software engineering, as we would then
have to maintain this list by ourselves.

Therefore, this commit removes this list from the `maint/with_coverage` script
and replaces it with a references to the accompanying grcov command.
</content>
</entry>
</feed>
