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 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275
|
lastpass-cli (1.6.1-4) unstable; urgency=medium
* Fix compatibility with CMake 4.0. (Closes: #1113094)
* Don't use the old FSF address in debian/copyright.
-- Chris Lamb <lamby@debian.org> Tue, 02 Sep 2025 10:28:27 -0700
lastpass-cli (1.6.1-3) unstable; urgency=medium
* Apply patch from @ncopa on Github issue to fix a compatibility issue with
OpenSSL 3.5. (Re: #1092429)
-- Chris Lamb <lamby@debian.org> Tue, 20 May 2025 10:40:46 -0700
lastpass-cli (1.6.1-2) unstable; urgency=medium
* Don't fail the build if the testsuite fails. The underlying package works
successfully, but the test harness supplied by upstream is regrettably,
currently buggy. (Closes: #1092429)
* Bump Standards-Version to 4.7.2.
-- Chris Lamb <lamby@debian.org> Mon, 19 May 2025 11:27:38 -0700
lastpass-cli (1.6.1-1) unstable; urgency=medium
* New upstream release.
-- Chris Lamb <lamby@debian.org> Fri, 22 Nov 2024 08:29:06 +0000
lastpass-cli (1.6.0-1) unstable; urgency=medium
* New upstream release.
- Drop 0002-Fix-FTBFS-with-GCC-14.patch; similar change applied upstream.
* Bump Standards-Version to 4.7.0.
-- Chris Lamb <lamby@debian.org> Sat, 17 Aug 2024 10:23:21 +0100
lastpass-cli (1.5.0-2) unstable; urgency=medium
* Fix FTBFS with GCC 14. (Closes: #1075129)
-- Chris Lamb <lamby@debian.org> Sun, 28 Jul 2024 11:22:07 +0100
lastpass-cli (1.5.0-1) unstable; urgency=medium
* New upstream release.
* Refresh patches.
-- Chris Lamb <lamby@debian.org> Sat, 18 May 2024 09:16:54 +0100
lastpass-cli (1.4.0-1) unstable; urgency=medium
* New upstream version 1.4.0
* Refresh patches.
-- Chris Lamb <lamby@debian.org> Sat, 20 Apr 2024 09:40:11 +0100
lastpass-cli (1.3.7-1) unstable; urgency=medium
* New upstream release. (Closes: #1055876)
* Drop 0001-Fix-FTBFS-with-GCC-10.0.patch; applied upstream.
-- Chris Lamb <lamby@debian.org> Mon, 13 Nov 2023 12:40:41 +0000
lastpass-cli (1.3.6-1) unstable; urgency=medium
* New upstream release.
* Refresh patches.
-- Chris Lamb <lamby@debian.org> Sat, 09 Sep 2023 09:52:20 -0700
lastpass-cli (1.3.5-2) unstable; urgency=medium
* Always use the Debian version number. (Closes: #1051218)
-- Chris Lamb <lamby@debian.org> Tue, 05 Sep 2023 10:12:30 -0700
lastpass-cli (1.3.5-1) unstable; urgency=medium
* New upstream release. (Closes: #1050973)
-- Chris Lamb <lamby@debian.org> Thu, 31 Aug 2023 16:37:52 -0700
lastpass-cli (1.3.4-2) unstable; urgency=medium
* Also clean test/.lpass directory. (Closes: #1048723)
-- Chris Lamb <lamby@debian.org> Tue, 22 Aug 2023 13:44:44 -0700
lastpass-cli (1.3.4-1) unstable; urgency=medium
* New upstream release.
* Refresh patches.
* Bump Standards-Version to 4.6.1.
-- Chris Lamb <lamby@debian.org> Sat, 17 Dec 2022 10:19:29 +0000
lastpass-cli (1.3.3-4) unstable; urgency=medium
[ Chris Lamb ]
* Fix FTBFS with GCC 10.0. (Closes: #957416)
* Bump Standards-Version to 4.5.0.
* Bump debhelper compat level to 13.
[ Debian Janitor ]
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
-- Chris Lamb <lamby@debian.org> Wed, 22 Jul 2020 11:12:41 +0100
lastpass-cli (1.3.3-3) unstable; urgency=medium
[ Chris Lamb ]
* Ensure the tests call the top-level Makefile's "test" target as that builds
the required lpass-test binary.
* Move to debhelper-compat level 12.
* Bump Standards-Version to 4.4.1.
* Specify Rules-Requires-Root: no.
* Replace deprecated variables with AUTOPKGTEST_TMP.
[ Helmut Grohne ]
* Fix cross-build FTBFS by specifying debhelper runs CMake. (Closes: #947209)
-- Chris Lamb <lamby@debian.org> Mon, 23 Dec 2019 10:24:33 +0000
lastpass-cli (1.3.3-2) unstable; urgency=medium
* Sourceful upload to unstable to ensure migration to testing.
* Bump Standards-Version to 4.4.0.
* Don't build release tags in gitlab-ci.yml.
-- Chris Lamb <lamby@debian.org> Sat, 20 Jul 2019 17:13:20 -0300
lastpass-cli (1.3.3-1) unstable; urgency=medium
* New upstream release.
-- Chris Lamb <lamby@debian.org> Mon, 22 Apr 2019 18:00:34 +0100
lastpass-cli (1.3.2-1) unstable; urgency=medium
* New upstream release.
* Remove version.h in clean target to avoid source modification issues.
-- Chris Lamb <lamby@debian.org> Wed, 27 Mar 2019 10:45:58 -0400
lastpass-cli (1.3.1-7) unstable; urgency=medium
* Pass VERBOSE=1 for non-quiet build logs.
* Bump Standards-Version to 4.3.0.
-- Chris Lamb <lamby@debian.org> Mon, 11 Feb 2019 17:02:26 +0100
lastpass-cli (1.3.1-6) unstable; urgency=medium
* Add debian/gbp.conf.
* Add missing pkg-config to Build-Depends. (Closes: #916268)
-- Chris Lamb <lamby@debian.org> Wed, 12 Dec 2018 14:40:27 +0100
lastpass-cli (1.3.1-5) unstable; urgency=medium
* Add ca-certificates to Depends.
* Bump Standards-Version to 4.2.1.
* Use debhelper-compat virtual package and drop debian/compat.
-- Chris Lamb <lamby@debian.org> Wed, 24 Oct 2018 10:24:17 -0400
lastpass-cli (1.3.1-4) unstable; urgency=medium
* Ensure we have a HOME directory to avoid flaky autopkgtests.
(Closes: #903316)
-- Chris Lamb <lamby@debian.org> Tue, 24 Jul 2018 18:04:07 +0800
lastpass-cli (1.3.1-3) unstable; urgency=medium
* Create a ~/.config directory for autopkgtests.
* Bump Standards-Version to 4.1.5.
-- Chris Lamb <lamby@debian.org> Sat, 14 Jul 2018 10:44:35 +0100
lastpass-cli (1.3.1-2) unstable; urgency=medium
* Update Vcs-* to salsa.debian.org.
-- Chris Lamb <lamby@debian.org> Sat, 09 Jun 2018 20:17:52 +0100
lastpass-cli (1.3.1-1) unstable; urgency=medium
* New upstream release. (Closes: #898940)
- Use libssl-dev over libssl1.0-dev. (Closes: #858991)
- Make the build reproducible. (Closes: #842875)
- Add missing cmake and bash-completion to Build-Depends.
* Take over maintenance of package - see <https://bugs.debian.org/898940#15>
for blessing. Thanks to Troy Heber for his previous work on this package.
* debian/rules:
- Ensure full hardening even though we are using CMake by setting CFLAGS
and CXXFLAGS from CPPFLAGS.
- Install zsh completion script.
* debian/control:
- Drop Build-Depends on quilt; we are a 'quilt (3.0)' source format package.
- Add Suggests: on xclip | xsel.
- Add Recommends on pinentry-curses.
- Add Vcs-{Git,Browser} & Homepage headers.
- Bump Standards-Version to 4.1.4.
* debian/patches:
- Drop 0001-cipher-support-opaque-EVP_CIPHER_CTX,
0002-cipher-drop-p8inf-broken-flag-check &
0003-pbkdf2-support-openssl-1.1; applied upstream.
- Replace 0004-build_manpage with an override in debian/rules to
build lpass.1 manual page and fix location in debian/manpages.
* Upstream are not providing signed tarballs so override the
lintian warning debian-watch-does-not-check-gpg-signature.
* Add some autopkgtest smoke tests.
* Add a debian/watch file.
* Bump to debhelper compatibility level 11.
* Tidy debian/rules, drop empty debian/install file, apply "wrap-and-sort",
drop whitespace from debian/changelog, re-order fields, drop trailing comma
on DEB_BUILD_MAINT_OPTIONS line.
-- Chris Lamb <lamby@debian.org> Wed, 06 Jun 2018 10:31:22 +0100
lastpass-cli (1.0.0-1.2) unstable; urgency=medium
* Non-maintainer upload.
* Switch to openssl 1.0 (Closes: #850882).
-- Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Tue, 31 Jan 2017 21:05:57 +0100
lastpass-cli (1.0.0-1.1) unstable; urgency=medium
* Non-maintainer upload.
* Get it built against openssl 1.1.0 (Closes: #828371).
-- Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Tue, 06 Dec 2016 21:10:47 +0100
lastpass-cli (1.0.0-1) unstable; urgency=medium
* New upstream 1.0.0
-- Troy Heber <troyh@debian.org> Thu, 20 Oct 2016 08:17:08 -0600
lastpass-cli (0.8.1-1) unstable; urgency=medium
* New upstream 0.8.1
-- Troy Heber <troyh@debian.org> Thu, 18 Feb 2016 13:22:53 -0700
lastpass-cli (0.7.0-1) unstable; urgency=medium
* New upstream 0.7.0
-- Troy Heber <troyh@debian.org> Wed, 16 Dec 2015 16:13:42 -0700
lastpass-cli (0.5.0-1) unstable; urgency=medium
* Include new SHA-256 CA certificate
* Add basic regex search functionality
* Fix hang in pinentry prompt
-- Troy Heber <troyh@debian.org> Tue, 26 May 2015 07:13:36 -0600
lastpass-cli (0.3.0-2) unstable; urgency=medium
* Update copyright file to machine readable format and include the ISC
license from util.c
-- Troy Heber <troyh@debian.org> Sun, 26 Oct 2014 11:17:58 -0600
lastpass-cli (0.3.0-1) unstable; urgency=low
* Initial Release (Closes: #766497)
-- Troy Heber <troyh@debian.org> Thu, 23 Oct 2014 09:05:14 -0600
|