Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vaultwarden: update to 1.28.1.
@ 2023-04-03 13:09 TinfoilSubmarine
  2023-04-03 20:52 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: TinfoilSubmarine @ 2023-04-03 13:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1321 bytes --]

There is a new pull request by TinfoilSubmarine against master on the void-packages repository

https://github.com/TinfoilSubmarine/void-packages maint/vaultwarden
https://github.com/void-linux/void-packages/pull/43240

vaultwarden: update to 1.28.1.
- vaultwarden: update to 1.28.1.
- vaultwarden-web: update to 2023.3.0b.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/43240.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-maint/vaultwarden-43240.patch --]
[-- Type: text/x-diff, Size: 2692 bytes --]

From 45ad34f2858cdc794550e87553d7d0d85b6d458d Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sun, 26 Mar 2023 16:05:24 -0400
Subject: [PATCH 1/2] vaultwarden: update to 1.28.1.

---
 srcpkgs/vaultwarden/template | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/vaultwarden/template b/srcpkgs/vaultwarden/template
index 764c17e99143..0254c99caa9d 100644
--- a/srcpkgs/vaultwarden/template
+++ b/srcpkgs/vaultwarden/template
@@ -1,6 +1,6 @@
 # Template file for 'vaultwarden'
 pkgname=vaultwarden
-version=1.27.0
+version=1.28.1
 revision=1
 archs="x86_64* aarch64* arm*" # ring
 build_style=cargo
@@ -10,10 +10,11 @@ makedepends="openssl-devel libmysqlclient-devel postgresql-libs-devel
  sqlite-devel"
 short_desc="Unofficial Bitwarden compatible server written in Rust"
 maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
-license="GPL-3.0-or-later"
+license="AGPL-3.0-only"
 homepage="https://github.com/dani-garcia/vaultwarden"
+changelog="https://github.com/dani-garcia/vaultwarden/releases"
 distfiles="https://github.com/dani-garcia/vaultwarden/archive/${version}.tar.gz"
-checksum=d7717d3a353b72626de6d6f2dc1e7776b40b487dc813759fbcd812c709cabcd8
+checksum=d6991cba20d8aaf7559eb4b8a7d82b68476c12d4913142490839addc2562d12a
 
 system_accounts="_vaultwarden"
 _vaultwarden_homedir="/var/lib/vaultwarden"
@@ -23,4 +24,5 @@ make_dirs="/var/lib/vaultwarden 0750 _vaultwarden _vaultwarden"
 post_install() {
 	vsconf .env.template vaultwarden.conf
 	vsv vaultwarden
+	vlicense LICENSE.txt
 }

From cf2ddbd819511a50ef518e2b27a9918833b71ee5 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sun, 26 Mar 2023 16:05:53 -0400
Subject: [PATCH 2/2] vaultwarden-web: update to 2023.3.0b.

---
 srcpkgs/vaultwarden-web/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/vaultwarden-web/template b/srcpkgs/vaultwarden-web/template
index cf2f2503dffe..ac2875b0ef10 100644
--- a/srcpkgs/vaultwarden-web/template
+++ b/srcpkgs/vaultwarden-web/template
@@ -1,13 +1,13 @@
 # Template file for 'vaultwarden-web'
 pkgname=vaultwarden-web
-version=2023.2.0
+version=2023.3.0b
 revision=1
 short_desc="Web vault builds for vaultwarden"
 maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/dani-garcia/bw_web_builds"
 distfiles="https://github.com/dani-garcia/bw_web_builds/releases/download/v${version}/bw_web_v${version}.tar.gz"
-checksum=d81d575f47f91a9561c4d564221a8bb304eaebb4d6b6fdd674370b73dac77415
+checksum=ac3d27cbbb0dabb09cba0029c0b4d13b4f866fa3ae4eaa2dfd1f3880800ce19c
 
 do_install() {
 	vmkdir usr/share/webapps/vaultwarden-web

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: vaultwarden: update to 1.28.1.
  2023-04-03 13:09 [PR PATCH] vaultwarden: update to 1.28.1 TinfoilSubmarine
@ 2023-04-03 20:52 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2023-04-03 20:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1142 bytes --]

There's a merged pull request on the void-packages repository

vaultwarden: update to 1.28.1.
https://github.com/void-linux/void-packages/pull/43240

Description:
- vaultwarden: update to 1.28.1.
- vaultwarden-web: update to 2023.3.0b.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-03 20:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-03 13:09 [PR PATCH] vaultwarden: update to 1.28.1 TinfoilSubmarine
2023-04-03 20:52 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).