summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Richter2019-03-23 20:43:32 +0100
committerMarkus Richter2019-03-23 20:43:32 +0100
commitc1b996b6a6b83da50612abb62d84d33946fd3411 (patch)
treed30f6dfa680728bb2e240ff03f73105f17caeefa
parentb061bf7a703e1c4ec22ba4e9d61421a2524effc3 (diff)
downloadaur-c1b996b6a6b83da50612abb62d84d33946fd3411.tar.gz
1.8.0
Upstream Changelog - Secrets are now hidden by default in the admin panel. - Now the version is shown in the top right corner of the admin page. - Read only settings are also shown in the admin panel, but not editable. - Added option to admin panel to force resync users, useful after restoring an old backup. - Implemented multiple U2F support, with custom names and compromised checks. - Emails now also include an HTML version next to the plaintext version. It's up to the email clients which one to show now. - Updated vault to 2.9.0 - Implemented constant time comparison for admin password and two factor remember and recover tokens. - Added more config options: - Icon download timeout - Hide routes mount points, enabled by default - Disable WAL (not recommended, only for network filesystems that have problems with WAL enabled) - Disable Admin token (unsafe, only use when behind another authentication scheme). - Use wrapped TLS for email, when STARTTLS doesn't work. - Icon downloader domain blacklist, to block anything that might be sensitive, lik other servers in the local network. - Updated dependencies and fixed minor bugs
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c7dbccea696..9c90f4a5a40d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bitwarden_rs
pkgdesc = An unofficial lightweight implementation of the bitwarden-server using rust and sqlite. Does NOT include the web-interface.
- pkgver = 1.7.0
+ pkgver = 1.8.0
pkgrel = 1
url = https://github.com/dani-garcia/bitwarden_rs
install = bitwarden_rs.install
@@ -15,11 +15,11 @@ pkgbase = bitwarden_rs
optdepends = bitwarden_rs-vault: Web Interface 'Vault'
conflicts = bitwarden_rs-git
backup = etc/bitwarden_rs.env
- source = https://github.com/dani-garcia/bitwarden_rs/archive/1.7.0.tar.gz
+ source = https://github.com/dani-garcia/bitwarden_rs/archive/1.8.0.tar.gz
source = bitwarden_rs.install
source = bitwarden_rs.service
source = 0001-Disable-Vault.patch
- sha512sums = 434a1aaa721f82eaa9eb391ed48df210a14b15bb0c1ef975a5f6dc1b2a50721369b586fcc3e8447f4a82ef98c6eeb26d46a414959545f90c4683312ab001396e
+ sha512sums = 211b65dbe6523117814d5d1fcf136e1f7f10b08c92fa4f8edcdf645e1db273f4e6421b943ebce6a44dd196736ea177d8cca6e5a7181d6d7e33805631a1fe27ef
sha512sums = 399e63002acb764895bbcf3b983642c8858343b36909eeeb73133de1a9740a3d81232bc206ff6bf3daed50f72354c5e6fd5314d0d044acd9f1cb23a933b1dd74
sha512sums = 4ce188956f6fe7cfdb711b1505f6344ed2775751ea112a0506dc96455c2705ab8529ec442e4747d7810fc3535b4ca78d1864e874dab5b5306373587097e02658
sha512sums = a6f2361c7aa83e63b9a557500406b0cd660e0d7f8b16345f859faa3f96e22bdcecd7589711960486fa0401896291f7d46f66882744c69117fc146056f4a49028
diff --git a/PKGBUILD b/PKGBUILD
index 83d7a6e41473..9e7ff0df0c6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bitwarden_rs
_pkgbase=bitwarden_rs
-pkgver=1.7.0
+pkgver=1.8.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')
@@ -18,7 +18,7 @@ source=("https://github.com/dani-garcia/bitwarden_rs/archive/$pkgver.tar.gz"
"${_pkgbase}.install"
"${_pkgbase}.service"
"0001-Disable-Vault.patch")
-sha512sums=('434a1aaa721f82eaa9eb391ed48df210a14b15bb0c1ef975a5f6dc1b2a50721369b586fcc3e8447f4a82ef98c6eeb26d46a414959545f90c4683312ab001396e'
+sha512sums=('211b65dbe6523117814d5d1fcf136e1f7f10b08c92fa4f8edcdf645e1db273f4e6421b943ebce6a44dd196736ea177d8cca6e5a7181d6d7e33805631a1fe27ef'
'399e63002acb764895bbcf3b983642c8858343b36909eeeb73133de1a9740a3d81232bc206ff6bf3daed50f72354c5e6fd5314d0d044acd9f1cb23a933b1dd74'
'4ce188956f6fe7cfdb711b1505f6344ed2775751ea112a0506dc96455c2705ab8529ec442e4747d7810fc3535b4ca78d1864e874dab5b5306373587097e02658'
'a6f2361c7aa83e63b9a557500406b0cd660e0d7f8b16345f859faa3f96e22bdcecd7589711960486fa0401896291f7d46f66882744c69117fc146056f4a49028')