summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Richter2019-01-02 12:25:10 +0100
committerMarkus Richter2019-01-02 12:25:10 +0100
commita3e273d21eb7ac6cd7cd103ddcfb207b590765c1 (patch)
treecf0dc69f2706d84d3d90bc5ac66d8a3072af01ca
parent3c387943af32d516d478bb61f182b34b8b086bd2 (diff)
downloadaur-a3e273d21eb7ac6cd7cd103ddcfb207b590765c1.tar.gz
1.5.0
Upstream Changelog: - Revamped logging - Logging to file is now supported, set LOG_FILE=/path/to/log - Logging to syslog is now supported, for this you need to compile the project with cargo build --features=enable_syslog - Important: If you are using fail2ban or similar, you may need to update the filters to the new style. - You can also disable it, by setting EXTENDED_LOGGING=false, but this disables logging to file or syslog - Updated web vault to 2.7.1 - Implemented key rotation and individual attachment keys - Added yubico support - Updated rocket web server to 0.4 - Fixed some logout issues - Fixed some crashed in mobile apps when using 2FA
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f42812471289..48010252c403 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.4.0
+ pkgver = 1.5.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.4.0.tar.gz
+ source = https://github.com/dani-garcia/bitwarden_rs/archive/1.5.0.tar.gz
source = bitwarden_rs.install
source = bitwarden_rs.service
source = 0001-Disable-Vault.patch
- sha512sums = 75ed5c80a3f2c5d86ff772bf325f55b7664cb5786c3411d7617b1c52131604d837ccb43e99295914609615c03664685716246bafb2364f7754d7e970d3342a28
+ sha512sums = 0986a6b9202906c214661b0dbc21cd71d2a324fc5f3ad0b49e53b48110668f3451cd96868f59effd4b237d886df09668f480ff98b20e1ab430cdc98c6ea0a203
sha512sums = 399e63002acb764895bbcf3b983642c8858343b36909eeeb73133de1a9740a3d81232bc206ff6bf3daed50f72354c5e6fd5314d0d044acd9f1cb23a933b1dd74
sha512sums = 773dc0830b4eaf3a1d4134a52a6157e6a94265c6212ae8cc24b9584f9c444b9a0f822325f487ce9c23c363f743f1f64f269352f030e98e336816aee0a68048f6
sha512sums = a9ed56a349ba6243fbb5aa775681feecbf5dff62acb301e0f214455eb0e55b9c9d01ef8c19432b6b204bc0bc9be43adb2f33d0c48712419d4030182b13931754
diff --git a/PKGBUILD b/PKGBUILD
index ff7867ea054e..344bdcd23d66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=bitwarden_rs
_pkgbase=bitwarden_rs
-pkgver=1.4.0
+pkgver=1.5.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=('75ed5c80a3f2c5d86ff772bf325f55b7664cb5786c3411d7617b1c52131604d837ccb43e99295914609615c03664685716246bafb2364f7754d7e970d3342a28'
+sha512sums=('0986a6b9202906c214661b0dbc21cd71d2a324fc5f3ad0b49e53b48110668f3451cd96868f59effd4b237d886df09668f480ff98b20e1ab430cdc98c6ea0a203'
'399e63002acb764895bbcf3b983642c8858343b36909eeeb73133de1a9740a3d81232bc206ff6bf3daed50f72354c5e6fd5314d0d044acd9f1cb23a933b1dd74'
'773dc0830b4eaf3a1d4134a52a6157e6a94265c6212ae8cc24b9584f9c444b9a0f822325f487ce9c23c363f743f1f64f269352f030e98e336816aee0a68048f6'
'a9ed56a349ba6243fbb5aa775681feecbf5dff62acb301e0f214455eb0e55b9c9d01ef8c19432b6b204bc0bc9be43adb2f33d0c48712419d4030182b13931754')