<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>
<id>https://git.hodgden.net/cgit.cgi/fscrypt.git/atom?h=v0.3.6</id>
<link rel='self' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/atom?h=v0.3.6'/>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/'/>
<updated>2025-11-04T22:08:18Z</updated>
<entry>
<title>v0.3.6</title>
<updated>2025-11-04T22:08:18Z</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2025-11-04T22:07:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=37b292434bbb79b2b145a6ede9d53dadacb6870e'/>
<id>urn:sha1:37b292434bbb79b2b145a6ede9d53dadacb6870e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Upgrade github.com/urfave/cli</title>
<updated>2025-11-04T21:53:45Z</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2025-11-04T21:48:32Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=6be6c2d10b6d4e30787038910ce9fd2ce70723b8'/>
<id>urn:sha1:6be6c2d10b6d4e30787038910ce9fd2ce70723b8</id>
<content type='text'>
Ran the following commands, using Go 1.23.12:

    go get github.com/urfave/cli
    go mod tidy
</content>
</entry>
<entry>
<title>Upgrade golang.org/x/tools</title>
<updated>2025-11-04T21:53:45Z</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2025-11-04T21:47:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=f0b0cdcb0b6008f6e6e05c0cbeaa126c089d026c'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Upgrade honnef.co/go/tools</title>
<updated>2025-11-04T21:53:45Z</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2025-11-04T21:46:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=41d29b0d5dd474f1ba34747dc535ebee583fa0e7'/>
<id>urn:sha1:41d29b0d5dd474f1ba34747dc535ebee583fa0e7</id>
<content type='text'>
Ran the following commands, using Go 1.23.12:

    go get honnef.co/go/tools
    go mod tidy
</content>
</entry>
<entry>
<title>Upgrade google.golang.org/protobuf</title>
<updated>2025-11-04T21:53:37Z</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2025-11-04T21:44:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=38ec4ee5af9dd31d6b81721439fcdf9a30f4a9cd'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Upgrade golang.org/x/crypto</title>
<updated>2025-11-04T21:45:49Z</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2025-11-04T21:43:13Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=b90a1aec52acbc6df2ec24726574254ec0e666e1'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Upgrade golang.org/x/term</title>
<updated>2025-11-04T21:45:48Z</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2025-11-04T21:41:50Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=5d2b026474ed4c67da3d617e33b2807a65169257'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Upgrade golang.org/x/sys</title>
<updated>2025-11-04T21:45:45Z</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2025-11-04T21:40:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=8a9b70fe9c280d4b73c02ee314fa40729bc1792e'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Bump up required Go version to 1.23</title>
<updated>2025-11-04T21:39:07Z</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2025-11-04T17:54:42Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=46f05811803b231ce107e04bb367beee85bfce83'/>
<id>urn:sha1:46f05811803b231ce107e04bb367beee85bfce83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>filesystem/mountpoint: fall back to using mount source field</title>
<updated>2025-02-24T19:30:27Z</updated>
<author>
<name>Eric Biggers</name>
<email>ebiggers@google.com</email>
</author>
<published>2025-02-17T23:03:51Z</published>
<link rel='alternate' type='text/html' href='https://git.hodgden.net/cgit.cgi/fscrypt.git/commit/?id=827c13689b39814552a3a18449f922b123725b49'/>
<id>urn:sha1:827c13689b39814552a3a18449f922b123725b49</id>
<content type='text'>
This hopefully resolves https://github.com/google/fscrypt/issues/382.
</content>
</entry>
</feed>
