summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Richter2020-06-03 15:56:22 +0200
committerMarkus Richter2020-06-03 15:56:22 +0200
commit1a1786bc7caad9bd7ebfe03a343e9661e54108d5 (patch)
treea215f405168786d17e4c2c0bbaf6549bb90ca95a
parent0ec97fa308d6045e680db4e0209ad46b56fe523a (diff)
downloadaur-1a1786bc7caad9bd7ebfe03a343e9661e54108d5.tar.gz
1.15.0
Upstream Changes: - Added support for soft deletion of items (trash functionality) - Redesigned admin page: - Separated into multiple pages - Icon to indicate users verified emails, and counter of the number of items they have - Added diagnostics page - Updated web vault to 2.14 - Added IP address to the logs on TOTP failure, alowing fail2ban use - Some email and domain whitelist fixes - Fixed issue deleting notes in PostgreSQL - Updated dependencies and other bug fixes
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ef163fbe431..585f56496b1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bitwarden_rs
pkgdesc = An unofficial lightweight implementation of the bitwarden-server using rust and sqlite. Does NOT include the web-interface.
- pkgver = 1.14.2
- pkgrel = 3
+ pkgver = 1.15.0
+ pkgrel = 1
url = https://github.com/dani-garcia/bitwarden_rs
install = bitwarden_rs.install
arch = i686
@@ -17,13 +17,13 @@ pkgbase = bitwarden_rs
conflicts = bitwarden_rs-mysql
conflicts = bitwarden_rs-postgresql
backup = etc/bitwarden_rs.env
- source = https://github.com/dani-garcia/bitwarden_rs/archive/1.14.2.tar.gz
+ source = https://github.com/dani-garcia/bitwarden_rs/archive/1.15.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 = 242f10592dec87b83cd9ea360dc83901cb8adaf019c9220ea910824d8f9a7d98c713ff37ddc3f0522a1961006a899c38d1c4ebd3394190267d845c81325eeb88
+ sha512sums = a5170d868234b437cb0a02245e49c5256a3bf02df9b80340d26f90e6b420601d005a6496c4e512c78989f14495b2c2fac89b879dccd71a1d8b86e7ff7c1a1c11
sha512sums = ae1e05b613d3178bf3fa273ff6661c567140a43826e681b5164ef7d101c1243e5ff93e9caf7193984626d363b8b8b7c076e6646b865699d4cbe482a3dc4f91e7
sha512sums = 6f6b05881ee3344bdc553fae00a709404ddd086af347f909b3f3a620aabd2294b7dd2892472cd72515e9ceced2449eacbd9ef24626a1429776ea4599673a665b
sha512sums = 15b00b0dc9122f98ce8d7b55668fdfbb2e0387563e7d9ad6c0ebc73b75e46e1ccdb3a2186a453795a1b3e2d45358ff5a8076d5cf30319ab2c21539d20cff81c6
diff --git a/PKGBUILD b/PKGBUILD
index 6a475e66dca1..20e2e5afd30b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=bitwarden_rs
_pkgbase=bitwarden_rs
-pkgver=1.14.2
-pkgrel=3
+pkgver=1.15.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')
url="https://github.com/dani-garcia/bitwarden_rs"
@@ -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=('242f10592dec87b83cd9ea360dc83901cb8adaf019c9220ea910824d8f9a7d98c713ff37ddc3f0522a1961006a899c38d1c4ebd3394190267d845c81325eeb88'
+sha512sums=('a5170d868234b437cb0a02245e49c5256a3bf02df9b80340d26f90e6b420601d005a6496c4e512c78989f14495b2c2fac89b879dccd71a1d8b86e7ff7c1a1c11'
'ae1e05b613d3178bf3fa273ff6661c567140a43826e681b5164ef7d101c1243e5ff93e9caf7193984626d363b8b8b7c076e6646b865699d4cbe482a3dc4f91e7'
'6f6b05881ee3344bdc553fae00a709404ddd086af347f909b3f3a620aabd2294b7dd2892472cd72515e9ceced2449eacbd9ef24626a1429776ea4599673a665b'
'15b00b0dc9122f98ce8d7b55668fdfbb2e0387563e7d9ad6c0ebc73b75e46e1ccdb3a2186a453795a1b3e2d45358ff5a8076d5cf30319ab2c21539d20cff81c6'