summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Richter2021-01-05 12:00:44 +0100
committerMarkus Richter2021-01-05 12:00:44 +0100
commit1371707b0740de5cfc88b0d08b7489695cb4b79b (patch)
tree56090cd27502a01bac9a879a676df9c38cae8f23
parent95d31f995d9851bea42f4103d79c4681b0213a9e (diff)
downloadaur-1371707b0740de5cfc88b0d08b7489695cb4b79b.tar.gz
1.18.0
Upstream Changes: - Config values can now be defined in a file, use `<CONFIG_NAME>_FILE` to point to it. - For example, if you save the admin token to `/etc/bitwarden_rs/token`, you can use `ADMIN_TOKEN_FILE=/etc/bitwarden_rs/token` and it will read the file and set the token to it's contents. - Users can be enabled/disabled from the admin panel. - Implemented manager role. - Now the .env file parsing won't fail silently. - Fixes to the email format and processing, added option to enable debugging via `SMTP_DEBUG`, and added options to ignore certificate issues. - The user's last active device date is shown on the admin page. - Now cipher updates are validated when they provide a revision date, which will prevent multiple clients from overwriting each other's changes. - Updated web vault to 2.17.1. - Improved icon downloading in some edge cases. - Fixed key rotation during password change. - Make sure organization policies don't affect users that aren't a part of it or aren't confirmed. - Make sure removing a user from an org doesn't also remove them from accessing other orgs. - Return 404 when an icon is missing instead of a fallback, allowing the clients to use their own fallback icon. - Add missing admin endpoints for deleting ciphers. - Updated dependencies.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 054520666c80..536388547069 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitwarden_rs-sqlite
pkgdesc = An unofficial lightweight implementation of the bitwarden-server using rust and sqlite. Does NOT include the web-interface.
- pkgver = 1.17.0
+ pkgver = 1.18.0
pkgrel = 1
url = https://github.com/dani-garcia/bitwarden_rs
install = bitwarden_rs.install
@@ -18,13 +18,13 @@ pkgbase = bitwarden_rs-sqlite
conflicts = bitwarden_rs-mysql
conflicts = bitwarden_rs-postgresql
backup = etc/bitwarden_rs.env
- source = https://github.com/dani-garcia/bitwarden_rs/archive/1.17.0.tar.gz
+ source = https://github.com/dani-garcia/bitwarden_rs/archive/1.18.0.tar.gz
source = bitwarden_rs.install
source = bitwarden_rs.service
source = bitwarden_rs.sysusers.conf
source = bitwarden_rs.tmpfiles.conf
source = 0001-Disable-Vault.patch
- sha512sums = f983d225b42ddcc561502aa0bc2820c0fb362307c3ac1181c568c3ab4cb6a08eb40c70c88c5fef7967bb952b1bb7d754338720028438f49b3ba4e7a7e1d62d76
+ sha512sums = 5ba0200050e8ec02b0d6ef03cf1d350a45f74552636e0f77a925d09ae0c7cd76a13a65cbae634b7f6b38fbe59ad978ed859cada31610ea5e760a8eb8888ee178
sha512sums = ae1e05b613d3178bf3fa273ff6661c567140a43826e681b5164ef7d101c1243e5ff93e9caf7193984626d363b8b8b7c076e6646b865699d4cbe482a3dc4f91e7
sha512sums = 6f6b05881ee3344bdc553fae00a709404ddd086af347f909b3f3a620aabd2294b7dd2892472cd72515e9ceced2449eacbd9ef24626a1429776ea4599673a665b
sha512sums = 15b00b0dc9122f98ce8d7b55668fdfbb2e0387563e7d9ad6c0ebc73b75e46e1ccdb3a2186a453795a1b3e2d45358ff5a8076d5cf30319ab2c21539d20cff81c6
diff --git a/PKGBUILD b/PKGBUILD
index 81fab3d3f74a..546ca8ed4219 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bitwarden_rs-sqlite
_pkgbase=bitwarden_rs
-pkgver=1.17.0
+pkgver=1.18.0
pkgrel=1
pkgdesc="An unofficial lightweight implementation of the bitwarden-server using rust and sqlite. Does NOT include the web-interface."
arch=('i686' 'x86_64' 'armv7h' 'aarch64')
@@ -21,7 +21,7 @@ source=("https://github.com/dani-garcia/bitwarden_rs/archive/$pkgver.tar.gz"
"${_pkgbase}.sysusers.conf"
"${_pkgbase}.tmpfiles.conf"
"0001-Disable-Vault.patch")
-sha512sums=('f983d225b42ddcc561502aa0bc2820c0fb362307c3ac1181c568c3ab4cb6a08eb40c70c88c5fef7967bb952b1bb7d754338720028438f49b3ba4e7a7e1d62d76'
+sha512sums=('5ba0200050e8ec02b0d6ef03cf1d350a45f74552636e0f77a925d09ae0c7cd76a13a65cbae634b7f6b38fbe59ad978ed859cada31610ea5e760a8eb8888ee178'
'ae1e05b613d3178bf3fa273ff6661c567140a43826e681b5164ef7d101c1243e5ff93e9caf7193984626d363b8b8b7c076e6646b865699d4cbe482a3dc4f91e7'
'6f6b05881ee3344bdc553fae00a709404ddd086af347f909b3f3a620aabd2294b7dd2892472cd72515e9ceced2449eacbd9ef24626a1429776ea4599673a665b'
'15b00b0dc9122f98ce8d7b55668fdfbb2e0387563e7d9ad6c0ebc73b75e46e1ccdb3a2186a453795a1b3e2d45358ff5a8076d5cf30319ab2c21539d20cff81c6'