Github messages for voidlinux
 help / color / mirror / Atom feed
From: TinfoilSubmarine <TinfoilSubmarine@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] vaultwarden-web: update to 2022.10.1; vaultwarden: update to 1.26.0.
Date: Thu, 27 Oct 2022 14:31:16 +0200	[thread overview]
Message-ID: <20221027123116.l0bULMrhyCvCsmQDmmwjSNTxvRy2ddYLYKHmURZTOgA@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-39169@inbox.vuxu.org>

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

There is an updated 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/39169

vaultwarden-web: update to 2022.10.1; vaultwarden: update to 1.26.0.
<!-- 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/39169.patch is attached

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

From de88ca3c1aa3fee3b94bc7aa32b5cc7604a9a8e2 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 14 Oct 2022 14:18:07 -0400
Subject: [PATCH 1/2] vaultwarden: update to 1.26.0.

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

diff --git a/srcpkgs/vaultwarden/template b/srcpkgs/vaultwarden/template
index d263cf9b1a1d..d9372a34df28 100644
--- a/srcpkgs/vaultwarden/template
+++ b/srcpkgs/vaultwarden/template
@@ -1,6 +1,6 @@
 # Template file for 'vaultwarden'
 pkgname=vaultwarden
-version=1.25.2
+version=1.26.0
 revision=1
 archs="x86_64* i686* aarch64* arm*" # ring
 build_style=cargo
@@ -13,7 +13,7 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/dani-garcia/vaultwarden"
 distfiles="https://github.com/dani-garcia/vaultwarden/archive/${version}.tar.gz"
-checksum=f4afc2d8aa7aa59dd1ae16497b6a7f9b412ff426a24868e3081054e611d4824d
+checksum=0b9f241cf0e0ba0bf49e5e45aaec4350d7e816e98340d2756b76fa376775592d
 
 system_accounts="_vaultwarden"
 _vaultwarden_homedir="/var/lib/vaultwarden"

From a73fe21aba2f4093661a5981f3bcdc5dda79b806 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Thu, 8 Sep 2022 11:23:16 -0400
Subject: [PATCH 2/2] vaultwarden-web: update to 2022.10.2.

---
 srcpkgs/vaultwarden-web/template | 13 ++++++++-----
 srcpkgs/vaultwarden-web/update   |  4 ++--
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/vaultwarden-web/template b/srcpkgs/vaultwarden-web/template
index 766535ff0f2b..33b0bc71125e 100644
--- a/srcpkgs/vaultwarden-web/template
+++ b/srcpkgs/vaultwarden-web/template
@@ -1,8 +1,8 @@
-# Template file for 'vaultwarden-web' 
+# Template file for 'vaultwarden-web'
 pkgname=vaultwarden-web
-version=2022.8.1
+version=2022.10.2
 revision=1
-_patch_ver=2022.8.0
+_patch_ver=2022.10.0
 create_wrksrc=yes
 build_wrksrc="clients-web-v${version}"
 hostmakedepends="git nodejs"
@@ -12,8 +12,8 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/dani-garcia/bw_web_builds"
 distfiles="https://github.com/bitwarden/clients/archive/web-v${version}.tar.gz
  https://raw.githubusercontent.com/dani-garcia/bw_web_builds/master/patches/v${_patch_ver}.patch"
-checksum="9dff38f13d8be047fe0fd6426bda3c409bb222b787bd6b21a3559f5d29255a92
- 1199bcf5edb0cad2e0fc1e839b5bdc690565d6af5b32cc1c38348f0b13c69ee9"
+checksum="6ec4fcae9ce26ecf55647f58598cbb4c4c0b6b093053f9d208781a4fc0c81fda
+ 83484ec2106cf8b9d2c52b4284e3f3b876a5b9e9e0767eda69a1987304ddbaad"
 
 post_extract() {
 	mv v$_patch_ver.patch ${build_wrksrc}
@@ -28,6 +28,9 @@ do_configure() {
 }
 
 do_build() {
+	case "$XBPS_TARGET_MACHINE" in
+		i686*) export NODE_OPTIONS="--max-old-space-size=2048" ;;
+	esac
 	cd apps/web
 	npm run dist:oss:selfhost
 }
diff --git a/srcpkgs/vaultwarden-web/update b/srcpkgs/vaultwarden-web/update
index 7d10386dd670..bee2ead9b828 100644
--- a/srcpkgs/vaultwarden-web/update
+++ b/srcpkgs/vaultwarden-web/update
@@ -1,2 +1,2 @@
-pkgname=bw_web
-site="https://github.com/dani-garcia/bw_web_builds/releases"
+site="https://github.com/dani-garcia/bw_web_builds/tags"
+pkgname=v

  parent reply	other threads:[~2022-10-27 12:31 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-08 15:29 [PR PATCH] vaultwarden-web: update to 2022.9.0 TinfoilSubmarine
2022-09-08 15:30 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-09-16 19:01 ` TinfoilSubmarine
2022-09-27 12:35 ` [PR PATCH] [Updated] vaultwarden-web: update to 2022.9.1 TinfoilSubmarine
2022-10-03 17:01 ` TinfoilSubmarine
2022-10-09 18:45 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-10-14 15:47 ` [PR PATCH] [Updated] vaultwarden-web: update to 2022.9.2 TinfoilSubmarine
2022-10-14 18:35 ` [PR PATCH] [Updated] vaultwarden-web: update to 2022.10.0 TinfoilSubmarine
2022-10-24 12:26 ` [PR PATCH] [Updated] vaultwarden-web: update to 2022.10.0; vaultwarden: update to 1.26.0 TinfoilSubmarine
2022-10-27 12:31 ` TinfoilSubmarine [this message]
2022-11-15 14:24 ` vaultwarden-web: update to 2022.10.2; " TinfoilSubmarine
2022-11-15 21:48 ` [PR PATCH] [Merged]: " Johnnynator

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221027123116.l0bULMrhyCvCsmQDmmwjSNTxvRy2ddYLYKHmURZTOgA@z \
    --to=tinfoilsubmarine@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).