summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Richter2019-04-30 14:18:47 +0200
committerMarkus Richter2019-04-30 14:18:47 +0200
commit202c33b51eb7e20ec292daeb92833f34dfea7e75 (patch)
tree4eb51f6180f7697921e499bb4b8505124e834c80
parentc1b996b6a6b83da50612abb62d84d33946fd3411 (diff)
downloadaur-202c33b51eb7e20ec292daeb92833f34dfea7e75.tar.gz
1.9.0
Upstream Changelog - Duo is now available as a 2FA option, both configurable globally and per-user - To enable it globally, check the .env template, and then leave the fields empty when enabling it per-user. - Updated web vault to 2.10.0 - Added option to control the log level: LOG_LEVEL - Valid values from more to less noisy are "trace", "debug", "info", "warn", "error" and "off" - Now there is no need to compile the application a different way to enable syslog support, simply set USE_SYSLOG to true. - Now DATA_FOLDER affects CONFIG_FILE when set through the environment - Improved endpoints for Admin API - Other fixes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c90f4a5a40d..b608cf09ccd7 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.8.0
+ pkgver = 1.9.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.8.0.tar.gz
+ source = https://github.com/dani-garcia/bitwarden_rs/archive/1.9.0.tar.gz
source = bitwarden_rs.install
source = bitwarden_rs.service
source = 0001-Disable-Vault.patch
- sha512sums = 211b65dbe6523117814d5d1fcf136e1f7f10b08c92fa4f8edcdf645e1db273f4e6421b943ebce6a44dd196736ea177d8cca6e5a7181d6d7e33805631a1fe27ef
+ sha512sums = ad965d4cc9750e39b95d9354568cd532c7bbb7cb1ce3193299c45efb3ed8ede892e6f12b5578229b0ac0ff02506fb2c11cebd091bbeaa38038a51958def0b040
sha512sums = 399e63002acb764895bbcf3b983642c8858343b36909eeeb73133de1a9740a3d81232bc206ff6bf3daed50f72354c5e6fd5314d0d044acd9f1cb23a933b1dd74
sha512sums = 4ce188956f6fe7cfdb711b1505f6344ed2775751ea112a0506dc96455c2705ab8529ec442e4747d7810fc3535b4ca78d1864e874dab5b5306373587097e02658
sha512sums = a6f2361c7aa83e63b9a557500406b0cd660e0d7f8b16345f859faa3f96e22bdcecd7589711960486fa0401896291f7d46f66882744c69117fc146056f4a49028
diff --git a/PKGBUILD b/PKGBUILD
index 9e7ff0df0c6c..1af5eab24d4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bitwarden_rs
_pkgbase=bitwarden_rs
-pkgver=1.8.0
+pkgver=1.9.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=('211b65dbe6523117814d5d1fcf136e1f7f10b08c92fa4f8edcdf645e1db273f4e6421b943ebce6a44dd196736ea177d8cca6e5a7181d6d7e33805631a1fe27ef'
+sha512sums=('ad965d4cc9750e39b95d9354568cd532c7bbb7cb1ce3193299c45efb3ed8ede892e6f12b5578229b0ac0ff02506fb2c11cebd091bbeaa38038a51958def0b040'
'399e63002acb764895bbcf3b983642c8858343b36909eeeb73133de1a9740a3d81232bc206ff6bf3daed50f72354c5e6fd5314d0d044acd9f1cb23a933b1dd74'
'4ce188956f6fe7cfdb711b1505f6344ed2775751ea112a0506dc96455c2705ab8529ec442e4747d7810fc3535b4ca78d1864e874dab5b5306373587097e02658'
'a6f2361c7aa83e63b9a557500406b0cd660e0d7f8b16345f859faa3f96e22bdcecd7589711960486fa0401896291f7d46f66882744c69117fc146056f4a49028')