<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fscrypt.git, branch v0.3.6</title>
<subtitle>Go tool for managing Linux filesystem encryption
</subtitle>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/'/>
<entry>
<title>v0.3.6</title>
<updated>2025-11-04T22:08:18+00:00</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2025-11-04T22:07:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=37b292434bbb79b2b145a6ede9d53dadacb6870e'/>
<id>37b292434bbb79b2b145a6ede9d53dadacb6870e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade github.com/urfave/cli</title>
<updated>2025-11-04T21:53:45+00:00</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2025-11-04T21:48:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=6be6c2d10b6d4e30787038910ce9fd2ce70723b8'/>
<id>6be6c2d10b6d4e30787038910ce9fd2ce70723b8</id>
<content type='text'>
Ran the following commands, using Go 1.23.12:

    go get github.com/urfave/cli
    go mod tidy
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ran the following commands, using Go 1.23.12:

    go get github.com/urfave/cli
    go mod tidy
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade golang.org/x/tools</title>
<updated>2025-11-04T21:53:45+00:00</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2025-11-04T21:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=f0b0cdcb0b6008f6e6e05c0cbeaa126c089d026c'/>
<id>f0b0cdcb0b6008f6e6e05c0cbeaa126c089d026c</id>
<content type='text'>
Ran the following commands, using Go 1.23.12:

    go get golang.org/x/tools@v0.36.0
    go mod tidy

... where v0.36.0 is the latest version that supports Go 1.23.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ran the following commands, using Go 1.23.12:

    go get golang.org/x/tools@v0.36.0
    go mod tidy

... where v0.36.0 is the latest version that supports Go 1.23.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade honnef.co/go/tools</title>
<updated>2025-11-04T21:53:45+00:00</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2025-11-04T21:46:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=41d29b0d5dd474f1ba34747dc535ebee583fa0e7'/>
<id>41d29b0d5dd474f1ba34747dc535ebee583fa0e7</id>
<content type='text'>
Ran the following commands, using Go 1.23.12:

    go get honnef.co/go/tools
    go mod tidy
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ran the following commands, using Go 1.23.12:

    go get honnef.co/go/tools
    go mod tidy
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade google.golang.org/protobuf</title>
<updated>2025-11-04T21:53:37+00:00</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2025-11-04T21:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=38ec4ee5af9dd31d6b81721439fcdf9a30f4a9cd'/>
<id>38ec4ee5af9dd31d6b81721439fcdf9a30f4a9cd</id>
<content type='text'>
Ran the following commands, using Go 1.23.12:

    go get google.golang.org/protobuf
    go mod tidy
    make gen
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ran the following commands, using Go 1.23.12:

    go get google.golang.org/protobuf
    go mod tidy
    make gen
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade golang.org/x/crypto</title>
<updated>2025-11-04T21:45:49+00:00</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2025-11-04T21:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=b90a1aec52acbc6df2ec24726574254ec0e666e1'/>
<id>b90a1aec52acbc6df2ec24726574254ec0e666e1</id>
<content type='text'>
Ran the following commands, using Go 1.23.12:

    go get golang.org/x/crypto@v0.41.0
    go mod tidy

... where v0.41.0 is the latest version that supports Go 1.23.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ran the following commands, using Go 1.23.12:

    go get golang.org/x/crypto@v0.41.0
    go mod tidy

... where v0.41.0 is the latest version that supports Go 1.23.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade golang.org/x/term</title>
<updated>2025-11-04T21:45:48+00:00</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2025-11-04T21:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=5d2b026474ed4c67da3d617e33b2807a65169257'/>
<id>5d2b026474ed4c67da3d617e33b2807a65169257</id>
<content type='text'>
Ran the following commands, using Go 1.23.12:

    go get golang.org/x/term@v0.34.0
    go mod tidy

... where v0.34.0 is the latest version that supports Go 1.23.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ran the following commands, using Go 1.23.12:

    go get golang.org/x/term@v0.34.0
    go mod tidy

... where v0.34.0 is the latest version that supports Go 1.23.
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade golang.org/x/sys</title>
<updated>2025-11-04T21:45:45+00:00</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2025-11-04T21:40:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=8a9b70fe9c280d4b73c02ee314fa40729bc1792e'/>
<id>8a9b70fe9c280d4b73c02ee314fa40729bc1792e</id>
<content type='text'>
Ran the following commands, using Go 1.23.12:

    go get golang.org/x/sys@v0.35.0
    go mod tidy

... where v0.35.0 is the latest version that supports Go 1.23.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ran the following commands, using Go 1.23.12:

    go get golang.org/x/sys@v0.35.0
    go mod tidy

... where v0.35.0 is the latest version that supports Go 1.23.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump up required Go version to 1.23</title>
<updated>2025-11-04T21:39:07+00:00</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2025-11-04T17:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=46f05811803b231ce107e04bb367beee85bfce83'/>
<id>46f05811803b231ce107e04bb367beee85bfce83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>filesystem/mountpoint: fall back to using mount source field</title>
<updated>2025-02-24T19:30:27+00:00</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2025-02-17T23:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=827c13689b39814552a3a18449f922b123725b49'/>
<id>827c13689b39814552a3a18449f922b123725b49</id>
<content type='text'>
This hopefully resolves https://github.com/google/fscrypt/issues/382.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This hopefully resolves https://github.com/google/fscrypt/issues/382.
</pre>
</div>
</content>
</entry>
</feed>
