<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/Makefile, branch v2.4.0</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=v2.4.0</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=v2.4.0'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2023-05-17T13:34:47+00:00</updated>
<entry>
<title>tests: add TestDirectMount</title>
<updated>2023-05-17T13:34:47+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2023-05-17T13:31:52+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=d7a3d7b97d0879853afa38cacf56e9582ad2a59d'/>
<id>urn:sha1:d7a3d7b97d0879853afa38cacf56e9582ad2a59d</id>
<content type='text'>
This is in preparation of adding directmount capability.

It also check that FsName is set correctly, which is
in preparation for the next patch.
</content>
</entry>
<entry>
<title>tests: root_test: use TMPDIR=/var/tmp</title>
<updated>2023-05-17T13:21:20+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2023-05-17T13:20:20+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=76d0f3ca7c491b39197e1a69c52b63c39455acfc'/>
<id>urn:sha1:76d0f3ca7c491b39197e1a69c52b63c39455acfc</id>
<content type='text'>
Otherwise we fail like this on my Fedora 38 box:

	=== RUN   TestOverlay
	DetectQuirks: tmpfs detected, no extended attributes except acls will work.
	    root_test.go:379: No user xattrs! overlay mount will likely fail.
	15:15:57.957960 Unimplemented opcode OPCODE-51
	    root_test.go:398: mount: /tmp/gocryptfs-test-parent-0/3652394902/TestOverlay.2374697046.mnt/merged: wrong fs type, bad option, bad superblock on overlay, missing codepage or helper program, or other error.
	               dmesg(1) may have more information after failed mount system call.

	    root_test.go:399: exit status 32
	--- FAIL: TestOverlay (0.04s)
	FAIL

Also fix the messed-up DetectQuirks bit test.
</content>
</entry>
<entry>
<title>Drop workarounds for Go 1.11 and Go 1.12</title>
<updated>2021-08-18T15:48:38+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-08-18T15:41:33+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=b2abb0484f249849a771f5810316eab72e0a29e5'/>
<id>urn:sha1:b2abb0484f249849a771f5810316eab72e0a29e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>github actions ci: test different Go versions</title>
<updated>2021-08-17T07:08:26+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-08-16T19:40:44+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=8d5b4c517725224a6a1c7bb0425f3b35b7a7e968'/>
<id>urn:sha1:8d5b4c517725224a6a1c7bb0425f3b35b7a7e968</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: add uninstall target</title>
<updated>2021-08-13T08:41:48+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-08-13T08:41:48+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=dd24fed5328c20ddd23ed345a36a38ebeeef8438'/>
<id>urn:sha1:dd24fed5328c20ddd23ed345a36a38ebeeef8438</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile: don't ever run "git clean -dxff"</title>
<updated>2021-08-11T18:23:46+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-08-11T18:23:46+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=4e7efb1dfff2e4b2eda7c2ea623ce5c910bd2dd8'/>
<id>urn:sha1:4e7efb1dfff2e4b2eda7c2ea623ce5c910bd2dd8</id>
<content type='text'>
"make ci" almost made me lose the new quirks files.
Let's not do that anymore.
</content>
</entry>
<entry>
<title>go mod: set version to 1.16 &amp; drop explicit "-mod=vendor" from ci</title>
<updated>2021-07-29T10:36:53+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-07-29T09:21:16+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=51bddd826ef29e5807b581dd037110e4502127cf'/>
<id>urn:sha1:51bddd826ef29e5807b581dd037110e4502127cf</id>
<content type='text'>
This makes "go build" automatically use the vendor
directory, if present.

See https://golang.org/doc/modules/gomod-ref#go for details.

Up to now, we ignored the vendor dir completely!

Fixes https://github.com/rfjakob/gocryptfs/issues/581
</content>
</entry>
<entry>
<title>github ci: Add Github Actions CI</title>
<updated>2021-07-29T10:36:05+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-07-29T10:12:49+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=6f0ed4b8c400cd53ccb42eb83c52ead483646b78'/>
<id>urn:sha1:6f0ed4b8c400cd53ccb42eb83c52ead483646b78</id>
<content type='text'>
Add Github Actions and delete defunct Travis CI.
</content>
</entry>
<entry>
<title>Makefile: root_test: don't run test when compile fails</title>
<updated>2021-03-12T16:44:13+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2021-03-12T16:42:44+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=d47bf9976f1eab67e53aaeebbd6de02b69a39a09'/>
<id>urn:sha1:d47bf9976f1eab67e53aaeebbd6de02b69a39a09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>travis: add make root_test</title>
<updated>2019-05-01T16:38:36+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-05-01T16:31:54+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=ceff6833cf59951381640d844b9ad527abb31e88'/>
<id>urn:sha1:ceff6833cf59951381640d844b9ad527abb31e88</id>
<content type='text'>
</content>
</entry>
</feed>
