1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183
|
gocryptfs (1.6.1-1) unstable; urgency=medium
* New upstream version
-- Felix Lechner <felix.lechner@lease-up.com> Thu, 13 Dec 2018 15:08:37 -0800
gocryptfs (1.6-1) unstable; urgency=medium
* New upstream release
* Deleted patches that were accepted upstream
* Refreshed, updated and renamed the remaining patches
* Removed unnecessary 'export DH_GOPKG' from debian/rules.
* Set Build-Depends: golang-github-hanwen-go-fuse-dev
(>= 0.0~gitgit20181027.c029b69)
* Added Build-Depends: golang-github-pkg-xattr-dev (>= 0.3.1)
[ David Steele ]
* Removed test requirement for an isolation machine.
-- Felix Lechner <felix.lechner@lease-up.com> Fri, 02 Nov 2018 15:13:05 -0700
gocryptfs (1.4.3-7) unstable; urgency=medium
* Disable getdents tests (Closes: #906466)
* Set Standards-Version: 4.2.1
* Removed get-orig-source target from rules
-- Felix Lechner <felix.lechner@lease-up.com> Fri, 14 Sep 2018 16:58:03 -0700
gocryptfs (1.4.3-6) unstable; urgency=medium
[ Alexandre Viau ]
* Point Vcs-* urls to salsa.debian.org.
[ Felix Lechner ]
* Set Standards-Version: 4.1.5
-- Felix Lechner <felix.lechner@lease-up.com> Wed, 11 Jul 2018 17:17:33 -0700
gocryptfs (1.4.3-5) unstable; urgency=medium
* Undid last revision, sync/map still missing from gcc-go's libgo
-- Felix Lechner <felix.lechner@lease-up.com> Sun, 04 Feb 2018 15:48:47 -0800
gocryptfs (1.4.3-4) unstable; urgency=medium
* Changed last import golang.org/x/sync/syncmap to sync
* Dropped build dependency on orphaned golang-golang-x-sync-dev
* Reordered patches
-- Felix Lechner <felix.lechner@lease-up.com> Sun, 04 Feb 2018 14:42:12 -0800
gocryptfs (1.4.3-3) unstable; urgency=medium
* Cherry picked two more commits from upstream to enable
building with gccgo (for s390x)
* Disabled getdents emulation (not needed but test fails
when building with gccgo, for example on s390x)
* Fixed spelling errors
-- Felix Lechner <felix.lechner@lease-up.com> Sat, 03 Feb 2018 20:53:18 -0800
gocryptfs (1.4.3-2) unstable; urgency=medium
* Cherry picked commit to switch to unix.Getdents from
syscall.Getdents to address test failure on mips64el
(https://github.com/rfjakob/gocryptfs/issues/200)
-- Felix Lechner <felix.lechner@lease-up.com> Wed, 31 Jan 2018 11:14:20 -0800
gocryptfs (1.4.3-1) unstable; urgency=medium
* New upstream release
* Added minimum version to Build-Depends: golang-golang-x-sys-dev
(>= 0.0~git20180126.0.ff2a66f) because of Fstatat()
* Removed patch for xray manpage (accepted upstream)
* Removed patch for spelling fixes (accepted upstream)
* Updated patches to address FTBFB on i386 (dirent size,
accepted upstream post 1.4.3)
* Re-enabled building with openssl
-- Felix Lechner <felix.lechner@lease-up.com> Sun, 28 Jan 2018 13:48:58 -0800
gocryptfs (1.4.2-2) unstable; urgency=medium
* Imported upstream commits fixing FTBS on i386 (dirent size)
* Built with new version of go-fuse (Closes: #864809)
* Passed upstream version, go-fuse version and timestamp to
build process (Closes: #868070)
* Built with tag 'without_openssl'
-- Felix Lechner <felix.lechner@lease-up.com> Fri, 26 Jan 2018 14:02:27 -0800
gocryptfs (1.4.2-1) unstable; urgency=medium
* New upstream version
* Provided a basic manpage for gocryptfs(1), submitted upstream
* Switched to standard dh_auto_build (for xray-tool)
* Added some DH_GOLANG variables in rules
* Removed patch 'unused-imports'
* Removed Testsuite: autopkgtest header from control
* Renamed debian/test to tests
* Removed patch '0005-Remove-fusermount-tests-for-autopkgtest.patch'
* Added 'isolation-machine' restriction to autopkgtest (for fuse)
* Added Build-Depends: golang-golang-x-sys-dev
* Specified version in Build-Depends: golang-github-hanwen-go-fuse
(>= 0.0~git20171124.0.14c3015)
* Specified version in Build-Depends: golang-github-jacobsa-crypto
(>= 0.0~git20161111.0.293ce0c+dfsg1-5)
* Added upstream signing key
* Checking upstream signature in watch file
* Excluded source dependencies from copyright
* Switched to secure URL for copyright format
* Added Upstream-Contact to copyright
* Set Standards-Version: 4.1.3
* Removed trailing whitespace from changelog
* Set Build-Depends: debhelper (>= 11)
* Set compat to 11
* Set Priority: optional (from extra)
* Removed full stop at the end of short package description
* Small edit to long package description
* Fixed spelling (submitted upstream)
* Added self to Uploaders:
-- Felix Lechner <felix.lechner@lease-up.com> Sun, 21 Jan 2018 20:39:51 -0800
gocryptfs (1.3-1) unstable; urgency=medium
* New upstream version.
* Compile against latest go-fuse for cross platform (Closes: 849662).
-- David Steele <steele@debian.org> Fri, 16 Jun 2017 17:09:26 -0400
gocryptfs (1.2.1-1) unstable; urgency=medium
* New upstream version.
* Fixed FTBFS error.
* Enable all tests during build.
* No longer installs source code.
* Implement debci CI testing.
-- David Steele <steele@debian.org> Fri, 02 Jun 2017 13:33:43 -0400
gocryptfs (1.2-2) unstable; urgency=medium
* Remove -dev dependencies from binary (Closes: 850473).
-- David Steele <steele@debian.org> Tue, 17 Jan 2017 20:19:19 -0500
gocryptfs (1.2-1) unstable; urgency=medium
* New upstream version.
* Depend on golang-any for better multi-arch support.
-- David Steele <steele@debian.org> Wed, 07 Dec 2016 20:27:57 -0500
gocryptfs (1.1.1-2) unstable; urgency=medium
* Use updated crypto library for ppc* support.
* Use Dup3 for arm64 support.
-- David Steele <steele@debian.org> Tue, 29 Nov 2016 20:34:44 -0500
gocryptfs (1.1.1-1) unstable; urgency=medium
* New upstream release.
* Add required build depends (Closes: 843674)
-- David Steele <steele@debian.org> Tue, 08 Nov 2016 23:03:10 -0500
gocryptfs (1.0-2) unstable; urgency=medium
* Fix dependencies for new packages.
* Initial release (Closes: 839279)
-- David Steele <steele@debian.org> Mon, 10 Oct 2016 19:39:56 -0400
gocryptfs (1.0-1) UNRELEASED; urgency=low
* Initial release (Closes: 839279)
-- David Steele <steele@debian.org> Tue, 27 Sep 2016 20:07:48 -0400
|