<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mirrors/arti.git/crates/fs-mistrust, branch arti-v1.4.2</title>
<subtitle>mirror of https://gitlab.torproject.org/tpo/core/arti
</subtitle>
<id>http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.2</id>
<link rel='self' href='http://git.dilluti0n.com/mirrors/arti.git/atom?h=arti-v1.4.2'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/'/>
<updated>2025-03-31T17:59:48Z</updated>
<entry>
<title>Bump the versions of the non-{arti-,tor-} crates.</title>
<updated>2025-03-31T17:59:48Z</updated>
<author>
<name>Gabriela Moldovan</name>
<email>gabi@torproject.org</email>
</author>
<published>2025-03-31T17:33:52Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=a0919b507bb2a5855e36b85a2e10e3eac5fa4e15'/>
<id>urn:sha1:a0919b507bb2a5855e36b85a2e10e3eac5fa4e15</id>
<content type='text'>
The non-{arti-,tor-} crates are:
```
./maint/list_crates  | rg -v '^(tor|arti)'
oneshot-fused-workaround
slotmap-careful
test-temp-dir
fslock-guard
hashx
equix
caret
fs-mistrust
safelog
retry-error
```

We split them in the following categories:
  * crates with no changes (no version bumps):
    ```
    maint/changed_crates -v "arti-v$LAST_VERSION" 2&gt;&amp;1 &gt;/dev/null | grep -i "no change" | grep -v '\(tor\|arti\)-'

     oneshot-fused-workaround: No change.
     slotmap-careful: No change.
     fslock-guard: No change.
     caret: No change.
     retry-error: No change.
    ```

  * crates that only have non-functional changes (bump the patch version):
     - test-temp-dir
     - equix
     - fs-mistrust
     - safelog

  * crates where APIs were broken (bump minor):
     - hashx (`RngCore` impl for `SipRand`)

The bumps from this commit were created using this script:

```
PATCH="
test-temp-dir
equix
fs-mistrust
safelog
"

for crate in $PATCH; do
    cargo set-version --bump patch -p $crate;
done

MINOR="
hashx
"

for crate in $MINOR; do
    cargo set-version --bump minor -p $crate;
done
```
</content>
</entry>
<entry>
<title>fix compiling fs-misstrust on tvOS</title>
<updated>2025-03-26T15:27:09Z</updated>
<author>
<name>yaucp</name>
<email>thomas.yau@kape.com</email>
</author>
<published>2025-03-26T15:27:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=0a4c1e155a926da2c568c92ef9338fc8eefed6c4'/>
<id>urn:sha1:0a4c1e155a926da2c568c92ef9338fc8eefed6c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump minor version of fs-mistrust</title>
<updated>2025-02-07T10:47:05Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-02-06T18:24:38Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=d69fe98f10d469028e1cbbd3dff4eabd3ba3d816'/>
<id>urn:sha1:d69fe98f10d469028e1cbbd3dff4eabd3ba3d816</id>
<content type='text'>
Fixes #1841.
</content>
</entry>
<entry>
<title>fs-mistrust: bump minor version, and in-tree deps</title>
<updated>2025-02-06T18:17:34Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-02-06T18:07:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=760400b3de12c5de121b6a7027a29ec78297c863'/>
<id>urn:sha1:760400b3de12c5de121b6a7027a29ec78297c863</id>
<content type='text'>
There are new features.

cargo set-version --offline --bump minor -p fs-mistrust

Actually, I have discovered by diffing that some methods now take
`&amp;self` where previously they took `self`.  This will need a further
bump to the fs-mistrust version and a fix to the changelog.

I will do that.  Filed blocker ticket #1841 for it.
</content>
</entry>
<entry>
<title>Upgrade to dirs 6</title>
<updated>2025-02-05T16:43:18Z</updated>
<author>
<name>Ian Jackson</name>
<email>ijackson@chiark.greenend.org.uk</email>
</author>
<published>2025-02-05T16:43:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=57c439c312b379a512c9b014ec3337df43759ef6'/>
<id>urn:sha1:57c439c312b379a512c9b014ec3337df43759ef6</id>
<content type='text'>
No code changes needed.
</content>
</entry>
<entry>
<title>fix: fix typos</title>
<updated>2025-01-30T08:39:30Z</updated>
<author>
<name>Dimitris Apostolou</name>
<email>dimitris.apostolou@icloud.com</email>
</author>
<published>2025-01-30T08:39:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=6371829c976f6a5b77d46bf977f369a915f2ced3'/>
<id>urn:sha1:6371829c976f6a5b77d46bf977f369a915f2ced3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fs-mistrust: document that follow_final_links is not insecure</title>
<updated>2025-01-28T15:55:13Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-28T15:55:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=ba3b957961bd4dfb93bb471b3f1f99367c9b47e3'/>
<id>urn:sha1:ba3b957961bd4dfb93bb471b3f1f99367c9b47e3</id>
<content type='text'>
Since it makes an exception, we need to be clear about the
exceptions that it _doesn't_ make.
</content>
</entry>
<entry>
<title>fs-mistrust: link to documentation about "obeying constraints"</title>
<updated>2025-01-28T15:32:02Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-28T15:32:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=b0e2280a402c38f2c2af612c7c8d766be0293a6f'/>
<id>urn:sha1:b0e2280a402c38f2c2af612c7c8d766be0293a6f</id>
<content type='text'>
Since "obeying the constraints of a FileAccess" is a term of art,
this commit introduces links from the places where it is used
to the place where it is defined.
</content>
</entry>
<entry>
<title>fs-mistrust: Fix test compilation on windows.</title>
<updated>2025-01-16T13:49:30Z</updated>
<author>
<name>Nick Mathewson</name>
<email>nickm@torproject.org</email>
</author>
<published>2025-01-16T13:42:19Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=c0c96ee76cf701335813dffbcd5b3dbe5b853890'/>
<id>urn:sha1:c0c96ee76cf701335813dffbcd5b3dbe5b853890</id>
<content type='text'>
`std::os::unix::fs::MetadataExt` was indeed the right trait to
import, but it doesn't exist on non-unix platforms.

This is another bugfix on !2707.  It should retain the fix of !2717.
I've confirmed that it builds on Windows and passes tests on Linux
and Mac.
</content>
</entry>
<entry>
<title>Fix: Tests fails to run on macos</title>
<updated>2025-01-16T10:37:15Z</updated>
<author>
<name>hhamud</name>
<email>self@hamzahamud.com</email>
</author>
<published>2025-01-16T10:37:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/mirrors/arti.git/commit/?id=00489651b88f88960a07e4234ceb5869b36f81c9'/>
<id>urn:sha1:00489651b88f88960a07e4234ceb5869b36f81c9</id>
<content type='text'>
</content>
</entry>
</feed>
