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
|
fscrypt (0.2.9-1) unstable; urgency=medium
* New upstream version 0.2.9.
* Drop patch: 0001-cmd-fscrypt-fix-32-bit-build (upstreamed).
-- Paride Legovini <paride@debian.org> Mon, 15 Jun 2020 21:41:10 +0000
fscrypt (0.2.8-1) unstable; urgency=medium
* New upstream version 0.2.8.
- closes: #957239 (https://github.com/google/fscrypt/pull/224)
- closes: #959531 (https://github.com/google/fscrypt/pull/221)
* New patch: 0001-cmd-fscrypt-fix-32-bit-build.patch (cherry-pick)
-- Paride Legovini <paride@debian.org> Tue, 02 Jun 2020 23:00:54 +0000
fscrypt (0.2.7-1) unstable; urgency=medium
* New upstream version 0.2.7 (closes: #959163).
* d/rules: run dh_auto_install with --no-source.
* d/rules: do not try to force -buildmode=pie.
* d/control: bump the dh compat level to 13.
* d/control: use the paride@debian.org alias in Uploaders.
-- Paride Legovini <paride@debian.org> Mon, 04 May 2020 13:06:29 +0000
fscrypt (0.2.6-1) unstable; urgency=medium
* New upstream version 0.2.6 (closes: #952667).
* d/copyright: drop the Files-Excluded section (not needed).
* d/control: bump Standards-Version to 4.5.0 (no changes needed).
* d/rules: the 'crypto' testsuite has been renamed to 'keyring'.
-- Paride Legovini <pl@ninthfloor.org> Wed, 04 Mar 2020 14:23:52 +0000
fscrypt (0.2.5-2) unstable; urgency=medium
* The upstream libpam config file is now a template; compile it.
(Closes: #946155)
* Build-Depend on m4.
-- Paride Legovini <pl@ninthfloor.org> Wed, 04 Dec 2019 13:57:04 +0000
fscrypt (0.2.5-1) unstable; urgency=medium
* New upstream version 0.2.5 (Closes: #945398).
* Build-Depend on debhelper-compat and drop d/compat.
* Bump Standards-Version to 4.4.1 (no changes needed).
* d/control: add Rules-Requires-Root: no.
* d/rules: drop DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed.
ld --as-needed is enabled by default on Debian development versions.
-- Paride Legovini <pl@ninthfloor.org> Sat, 30 Nov 2019 15:20:33 +0000
fscrypt (0.2.4-2) unstable; urgency=medium
* Use team+pkg-go@tracker.debian.org in Maintainer
* Versioned dependency on golang-any >= 2:1.10~ (see README.md)
* Disable filesystem tests (require an ad-hoc filesystem and root)
Fixes FTBFS on ppc64el.
* Versioned dependency on dh-golang >= 1.35 (fixes FTBFS with gccgo-8)
* Make the PAM library installation rules work with gccgo-go
-- Paride Legovini <pl@ninthfloor.org> Sat, 25 Aug 2018 12:48:36 +0000
fscrypt (0.2.4-1) unstable; urgency=medium
* New upstream version. Fixes: CVE-2018-6558.
* Bump Standards-Versions to 4.2.0 (no changes needed)
* gbp.conf: set upstream-branch = upstream/latest (DEP14)
* Improve the installation rules for the binary and PAM library
* Run all the tests but the failing ones instead of disabling all of them
* Verbose build (DH_VERBOSE = 1)
-- Paride Legovini <pl@ninthfloor.org> Thu, 23 Aug 2018 07:55:41 +0000
fscrypt (0.2.3-2) unstable; urgency=medium
* Do not set ‘-buildmode=pie’ on mips/mipsel/mips64el
* Fix the PAM library installation rule for non-amd64 archs
-- Paride Legovini <pl@ninthfloor.org> Tue, 10 Apr 2018 14:21:55 +0000
fscrypt (0.2.3-1) unstable; urgency=medium
* Initial release (Closes: #894406)
-- Paride Legovini <pl@ninthfloor.org> Mon, 09 Apr 2018 17:06:27 +0000
|