<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gocryptfs/Gopkg.lock, branch xattr_user_buffer</title>
<subtitle>Mirror of gocryptfs source code on Github</subtitle>
<id>http://nuetzlich.net/cgit/gocryptfs/atom?h=xattr_user_buffer</id>
<link rel='self' href='http://nuetzlich.net/cgit/gocryptfs/atom?h=xattr_user_buffer'/>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/'/>
<updated>2020-04-13T12:54:04+00:00</updated>
<entry>
<title>dep: migrate to Go Modules</title>
<updated>2020-04-13T12:54:04+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2020-04-13T11:59:30+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=cad711993d67dd920f9749a09414dbbba6ab8136'/>
<id>urn:sha1:cad711993d67dd920f9749a09414dbbba6ab8136</id>
<content type='text'>
Following https://blog.golang.org/migrating-to-go-modules
</content>
</entry>
<entry>
<title>Fix unix2syscall_darwin.go build failure</title>
<updated>2019-05-19T19:04:33+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-05-19T19:02:07+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=b1468a732fa26550f2a6f8a21cc7bd47b65a8c96'/>
<id>urn:sha1:b1468a732fa26550f2a6f8a21cc7bd47b65a8c96</id>
<content type='text'>
Error was

 +GOOS=darwin
 +GOARCH=amd64
 +go build -tags without_openssl
 # github.com/rfjakob/gocryptfs/internal/syscallcompat
 internal/syscallcompat/unix2syscall_darwin.go:22:32: u.Atimespec undefined (type unix.Stat_t has no field or method Atimespec)
 internal/syscallcompat/unix2syscall_darwin.go:23:32: u.Mtimespec undefined (type unix.Stat_t has no field or method Mtimespec)
 internal/syscallcompat/unix2syscall_darwin.go:24:32: u.Ctimespec undefined (type unix.Stat_t has no field or method Ctimespec)

caused by https://github.com/golang/sys/commit/87c872767d25fb96dfe96c794fd028b38a08440b#diff-4913a9178621eadcdf191db17915fbcb
</content>
</entry>
<entry>
<title>dep: add go-gitignore</title>
<updated>2019-05-19T19:04:06+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-05-19T19:03:46+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=5888df9fbcc1582ecfc2472973f4ba651ea3f8cc'/>
<id>urn:sha1:5888df9fbcc1582ecfc2472973f4ba651ea3f8cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update dependencies</title>
<updated>2019-03-20T19:38:13+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-03-20T19:38:13+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=3ccb9f86a6c6e3e23f68b7289c641d016b2378d1'/>
<id>urn:sha1:3ccb9f86a6c6e3e23f68b7289c641d016b2378d1</id>
<content type='text'>
We want this go-fuse commit
https://github.com/hanwen/go-fuse/commit/161a164844568ebf4bfaa68c90ba3a9f2914dda4
as it fixes
https://github.com/rfjakob/gocryptfs/issues/274 and
https://github.com/rfjakob/gocryptfs/issues/375
</content>
</entry>
<entry>
<title>Update deps</title>
<updated>2019-03-02T13:45:28+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-03-02T13:45:28+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=60cae5063fe7bdfde6a24ea840c5076a368ad3ea'/>
<id>urn:sha1:60cae5063fe7bdfde6a24ea840c5076a368ad3ea</id>
<content type='text'>
go-fuse now has a v1.0.0. release!
https://github.com/hanwen/go-fuse/releases/tag/v1.0.0
</content>
</entry>
<entry>
<title>Update dependencies</title>
<updated>2019-02-15T17:55:55+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-02-15T17:55:55+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=fa81c13beebf2df0326636665553e9c0a9a29dca'/>
<id>urn:sha1:fa81c13beebf2df0326636665553e9c0a9a29dca</id>
<content type='text'>
Fix for https://github.com/rfjakob/gocryptfs/issues/351 was
just merged into go-fuse.

Closes https://github.com/rfjakob/gocryptfs/issues/351
</content>
</entry>
<entry>
<title>dep: update dependencies</title>
<updated>2019-02-04T21:16:59+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2019-02-04T21:16:59+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=9f3ad4daeb002d6fe6355b6cc01e282718cae7ac'/>
<id>urn:sha1:9f3ad4daeb002d6fe6355b6cc01e282718cae7ac</id>
<content type='text'>
This also drops now-unused dependencies.
</content>
</entry>
<entry>
<title>dep: update dependencies</title>
<updated>2018-08-15T21:24:03+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2018-08-15T21:24:03+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=7771a33f659420b76b5f49eeda80b3f6d7728425'/>
<id>urn:sha1:7771a33f659420b76b5f49eeda80b3f6d7728425</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dep: fix constraints and update dependencies</title>
<updated>2018-06-12T21:05:53+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2018-06-12T20:59:00+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=e925e1b78e6fb0bb22bd7963b9b45b4fa6fc4695'/>
<id>urn:sha1:e925e1b78e6fb0bb22bd7963b9b45b4fa6fc4695</id>
<content type='text'>
Gopkg.toml was emptied out by commit c3e12b5e68637 which
seemed to work fine at the time. It turns out that, in
absence of a

  branch = "master"

constraint, dep will use the last tag. We want latest
master, as this is what "go get" fetches, and hence
what Travis uses for testing.
</content>
</entry>
<entry>
<title>dep: update xattr dependency</title>
<updated>2018-05-27T19:39:40+00:00</updated>
<author>
<name>Jakob Unterwurzacher</name>
</author>
<published>2018-05-27T19:39:25+00:00</published>
<link rel='alternate' type='text/html' href='http://nuetzlich.net/cgit/gocryptfs/commit/?id=98aa9cb1768985b5f4dff33eebf1bc0ebd4a90b3'/>
<id>urn:sha1:98aa9cb1768985b5f4dff33eebf1bc0ebd4a90b3</id>
<content type='text'>
We need LGet support from the newest release.
</content>
</entry>
</feed>
