Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] re2: update to 2022.02.01.
@ 2022-02-17 10:39 tibequadorian
  2022-02-17 10:46 ` [PR PATCH] [Updated] " tibequadorian
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: tibequadorian @ 2022-02-17 10:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages re2
https://github.com/void-linux/void-packages/pull/35662

re2: update to 2022.02.01.
[ci skip]

<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (crossbuild)


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

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

From da6585bed4c25148a5a14462e67c9c681e993524 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Mon, 7 Feb 2022 22:01:13 +0100
Subject: [PATCH 01/10] re2: update to 2022.02.01.

---
 common/shlibs        | 2 +-
 srcpkgs/re2/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 0c60260b4642..a5519fc2285a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1305,7 +1305,7 @@ librumpdev_audio.so.0 netbsd-rumpkernel-20140526_3
 librumpclient.so.0 netbsd-rumpkernel-20140526_3
 libdotconf.so.0 dotconf-1.3_1
 libspeechd.so.2 speech-dispatcher-0.8_1
-libre2.so.7 re2-2020.06.01_1
+libre2.so.9 re2-2022.02.01_1
 libminizip.so.1 minizip-1.2.7_1
 libsrtp2.so.1 libsrtp-2.1.0_1
 libjsoncpp.so.24 jsoncpp-1.9.4_1
diff --git a/srcpkgs/re2/template b/srcpkgs/re2/template
index 8eda81468731..93291db9927f 100644
--- a/srcpkgs/re2/template
+++ b/srcpkgs/re2/template
@@ -1,6 +1,6 @@
 # Template file for 're2'
 pkgname=re2
-version=2020.06.01
+version=2022.02.01
 revision=1
 wrksrc="${pkgname}-${version//./-}"
 build_style=gnu-makefile
@@ -10,7 +10,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/google/re2"
 distfiles="${homepage}/archive/${version//./-}.tar.gz"
-checksum=fb8e0f4ed7a212e3420507f27933ef5a8c01aec70e5148c6a35313573269fae6
+checksum=9c1e6acfd0fed71f40b025a7a1dabaf3ee2ebb74d64ced1f9ee1b0b01d22fd27
 
 post_install() {
 	vlicense LICENSE

From 05b6bbf54c2a5a7d808f640c675ead1c50af32da Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 02/10] bloaty: rebuild against re2-2022.02.01

---
 srcpkgs/bloaty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bloaty/template b/srcpkgs/bloaty/template
index 6427ccc64be3..eb432b02e6d4 100644
--- a/srcpkgs/bloaty/template
+++ b/srcpkgs/bloaty/template
@@ -1,7 +1,7 @@
 # Template file for 'bloaty'
 pkgname=bloaty
 version=1.1
-revision=7
+revision=8
 build_style=cmake
 hostmakedepends="pkg-config protobuf"
 makedepends="capstone-devel protobuf-devel re2-devel zlib-devel"

From 972956c78baeb1ca8b391d8d5f97ebc58ed241a3 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 03/10] cbang: rebuild against re2-2022.02.01

---
 srcpkgs/cbang/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cbang/template b/srcpkgs/cbang/template
index 63388b2aa828..85628bbf6c0a 100644
--- a/srcpkgs/cbang/template
+++ b/srcpkgs/cbang/template
@@ -1,7 +1,7 @@
 # Template file for 'cbang'
 pkgname=cbang
 version=1.6.0
-revision=3
+revision=4
 build_style=scons
 make_build_args="sharedlib=1 staticlib=1"
 make_install_args="${make_build_args}"

From 45bd00aaa411e5941e543d68a71ad9160a38c028 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 04/10] chromium: rebuild against re2-2022.02.01

---
 srcpkgs/chromium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template
index 92c48e550599..bc78d42eda76 100644
--- a/srcpkgs/chromium/template
+++ b/srcpkgs/chromium/template
@@ -2,7 +2,7 @@
 pkgname=chromium
 # See https://chromiumdash.appspot.com/releases?platform=Linux for the latest version
 version=98.0.4758.102
-revision=1
+revision=2
 archs="i686* x86_64* aarch64* armv7l* ppc64le*"
 short_desc="Google's attempt at creating a safer, faster, and more stable browser"
 maintainer="Duncaen <duncaen@voidlinux.org>"

From a7f9132f380fe1da59285e8e50a1cd8badd20029 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 05/10] dnsdist: rebuild against re2-2022.02.01

---
 srcpkgs/dnsdist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dnsdist/template b/srcpkgs/dnsdist/template
index 35d8e23b0c9f..e170df8749e9 100644
--- a/srcpkgs/dnsdist/template
+++ b/srcpkgs/dnsdist/template
@@ -1,7 +1,7 @@
 # Template file for 'dnsdist'
 pkgname=dnsdist
 version=1.7.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-pic --with-gnu-ld --with-libsodium --with-re2
  --with-net-snmp --with-libcap --with-libssl --enable-dnscrypt --with-nghttp2

From 9068bdd9e74a419190a5650e57d2e6f2319968ef Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 06/10] electron10: rebuild against re2-2022.02.01

---
 srcpkgs/electron10/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/electron10/template b/srcpkgs/electron10/template
index 05506dddcb37..986c96bf83f4 100644
--- a/srcpkgs/electron10/template
+++ b/srcpkgs/electron10/template
@@ -3,7 +3,7 @@ pkgname=electron10
 version=10.4.7
 _nodever=12.16.3
 _chromiumver=85.0.4183.121
-revision=2
+revision=3
 archs="x86_64* i686* aarch64*"
 build_wrksrc="src"
 create_wrksrc=yes

From a7e8c5077ccc0330c6b4afdf4ebdb74596fb03a7 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 07/10] electron13: rebuild against re2-2022.02.01

---
 srcpkgs/electron13/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/electron13/template b/srcpkgs/electron13/template
index 1ceb6f788a62..77c7d5306cd6 100644
--- a/srcpkgs/electron13/template
+++ b/srcpkgs/electron13/template
@@ -1,7 +1,7 @@
 # Template file for 'electron13'
 pkgname=electron13
 version=13.6.7
-revision=1
+revision=2
 _nodever=14.16.0
 _chromiumver=91.0.4472.164
 archs="x86_64* i686* aarch64* ppc64le*"

From 6ce5fadbc9b2aff173eb3ec5a8eee49755b71fc5 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:54 +0100
Subject: [PATCH 08/10] grpc: rebuild against re2-2022.02.01

---
 srcpkgs/grpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/grpc/template b/srcpkgs/grpc/template
index 20718758b2e7..4805cc956328 100644
--- a/srcpkgs/grpc/template
+++ b/srcpkgs/grpc/template
@@ -1,7 +1,7 @@
 # Template file for 'grpc'
 pkgname=grpc
 version=1.39.1
-revision=3
+revision=4
 _abseilver=997aaf3a28308eba1b9156aa35ab7bca9688e9f6
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON

From e80199218e0f8ab4c9240d47cdaac02b1d2c4eca Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:54 +0100
Subject: [PATCH 09/10] python3-grpcio: rebuild against re2-2022.02.01

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index aeed305988a1..68c1d4927438 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.39.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-six"

From 78bcad94978325d0dcca967c4de04b9f04be44a0 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:54 +0100
Subject: [PATCH 10/10] qt5-webengine: rebuild against re2-2022.02.01

---
 srcpkgs/qt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt5-webengine/template b/srcpkgs/qt5-webengine/template
index 213672ab215c..af54e123bd8d 100644
--- a/srcpkgs/qt5-webengine/template
+++ b/srcpkgs/qt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'qt5-webengine'
 pkgname=qt5-webengine
 version=5.15.8
-revision=1
+revision=2
 _version="${version}-lts"
 _chromium_commit=8c0a9b4459f5200a24ab9e687a3fb32e975382e5
 archs="x86_64* i686* armv[67]* ppc64* aarch64*"

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

* Re: [PR PATCH] [Updated] re2: update to 2022.02.01.
  2022-02-17 10:39 [PR PATCH] re2: update to 2022.02.01 tibequadorian
@ 2022-02-17 10:46 ` tibequadorian
  2022-03-07 15:46 ` tibequadorian
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2022-02-17 10:46 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tibequadorian against master on the void-packages repository

https://github.com/tibequadorian/void-packages re2
https://github.com/void-linux/void-packages/pull/35662

re2: update to 2022.02.01.
[ci skip]

<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (crossbuild)


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

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

From da6585bed4c25148a5a14462e67c9c681e993524 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Mon, 7 Feb 2022 22:01:13 +0100
Subject: [PATCH 01/10] re2: update to 2022.02.01.

---
 common/shlibs        | 2 +-
 srcpkgs/re2/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 0c60260b4642..a5519fc2285a 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1305,7 +1305,7 @@ librumpdev_audio.so.0 netbsd-rumpkernel-20140526_3
 librumpclient.so.0 netbsd-rumpkernel-20140526_3
 libdotconf.so.0 dotconf-1.3_1
 libspeechd.so.2 speech-dispatcher-0.8_1
-libre2.so.7 re2-2020.06.01_1
+libre2.so.9 re2-2022.02.01_1
 libminizip.so.1 minizip-1.2.7_1
 libsrtp2.so.1 libsrtp-2.1.0_1
 libjsoncpp.so.24 jsoncpp-1.9.4_1
diff --git a/srcpkgs/re2/template b/srcpkgs/re2/template
index 8eda81468731..93291db9927f 100644
--- a/srcpkgs/re2/template
+++ b/srcpkgs/re2/template
@@ -1,6 +1,6 @@
 # Template file for 're2'
 pkgname=re2
-version=2020.06.01
+version=2022.02.01
 revision=1
 wrksrc="${pkgname}-${version//./-}"
 build_style=gnu-makefile
@@ -10,7 +10,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/google/re2"
 distfiles="${homepage}/archive/${version//./-}.tar.gz"
-checksum=fb8e0f4ed7a212e3420507f27933ef5a8c01aec70e5148c6a35313573269fae6
+checksum=9c1e6acfd0fed71f40b025a7a1dabaf3ee2ebb74d64ced1f9ee1b0b01d22fd27
 
 post_install() {
 	vlicense LICENSE

From 05b6bbf54c2a5a7d808f640c675ead1c50af32da Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 02/10] bloaty: rebuild against re2-2022.02.01

---
 srcpkgs/bloaty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bloaty/template b/srcpkgs/bloaty/template
index 6427ccc64be3..eb432b02e6d4 100644
--- a/srcpkgs/bloaty/template
+++ b/srcpkgs/bloaty/template
@@ -1,7 +1,7 @@
 # Template file for 'bloaty'
 pkgname=bloaty
 version=1.1
-revision=7
+revision=8
 build_style=cmake
 hostmakedepends="pkg-config protobuf"
 makedepends="capstone-devel protobuf-devel re2-devel zlib-devel"

From 972956c78baeb1ca8b391d8d5f97ebc58ed241a3 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 03/10] cbang: rebuild against re2-2022.02.01

---
 srcpkgs/cbang/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cbang/template b/srcpkgs/cbang/template
index 63388b2aa828..85628bbf6c0a 100644
--- a/srcpkgs/cbang/template
+++ b/srcpkgs/cbang/template
@@ -1,7 +1,7 @@
 # Template file for 'cbang'
 pkgname=cbang
 version=1.6.0
-revision=3
+revision=4
 build_style=scons
 make_build_args="sharedlib=1 staticlib=1"
 make_install_args="${make_build_args}"

From 45bd00aaa411e5941e543d68a71ad9160a38c028 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 04/10] chromium: rebuild against re2-2022.02.01

---
 srcpkgs/chromium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template
index 92c48e550599..bc78d42eda76 100644
--- a/srcpkgs/chromium/template
+++ b/srcpkgs/chromium/template
@@ -2,7 +2,7 @@
 pkgname=chromium
 # See https://chromiumdash.appspot.com/releases?platform=Linux for the latest version
 version=98.0.4758.102
-revision=1
+revision=2
 archs="i686* x86_64* aarch64* armv7l* ppc64le*"
 short_desc="Google's attempt at creating a safer, faster, and more stable browser"
 maintainer="Duncaen <duncaen@voidlinux.org>"

From a7f9132f380fe1da59285e8e50a1cd8badd20029 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 05/10] dnsdist: rebuild against re2-2022.02.01

---
 srcpkgs/dnsdist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dnsdist/template b/srcpkgs/dnsdist/template
index 35d8e23b0c9f..e170df8749e9 100644
--- a/srcpkgs/dnsdist/template
+++ b/srcpkgs/dnsdist/template
@@ -1,7 +1,7 @@
 # Template file for 'dnsdist'
 pkgname=dnsdist
 version=1.7.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-pic --with-gnu-ld --with-libsodium --with-re2
  --with-net-snmp --with-libcap --with-libssl --enable-dnscrypt --with-nghttp2

From 86499ab53eb067ead77f3b3c4e7a227fdb1bb224 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 06/10] electron10: rebuild against re2-2022.02.01

---
 srcpkgs/electron10/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/electron10/template b/srcpkgs/electron10/template
index 05506dddcb37..6b027a78f742 100644
--- a/srcpkgs/electron10/template
+++ b/srcpkgs/electron10/template
@@ -1,12 +1,12 @@
 # Template file for 'electron10'
 pkgname=electron10
 version=10.4.7
+revision=3
 _nodever=12.16.3
 _chromiumver=85.0.4183.121
-revision=2
 archs="x86_64* i686* aarch64*"
-build_wrksrc="src"
 create_wrksrc=yes
+build_wrksrc="src"
 hostmakedepends="$(vopt_if clang clang) python pkgconf perl gperf bison ninja nodejs hwids
  libwebp-devel freetype-devel harfbuzz-devel libpng-devel nss-devel which git libevent-devel
  pciutils-devel libatomic-devel ffmpeg-devel libxml2-devel libglib-devel yarn openjdk libxslt-devel
@@ -23,7 +23,7 @@ makedepends="libpng-devel gtk+-devel gtk+3-devel nss-devel pciutils-devel
  minizip-devel jsoncpp-devel zlib-devel libcap-devel libXdamage-devel
  re2-devel fontconfig-devel freetype-devel opus-devel libatomic-devel
  $(vopt_if sndio sndio-devel) ffmpeg-devel libva-devel libuv-devel c-ares-devel libnotify-devel"
-short_desc="Cross platform application development framework based on web technologies"
+short_desc="Cross platform application framework based on web technologies"
 maintainer="John <me@johnnynator.dev>"
 license="BSD-3-Clause"
 homepage="https://electronjs.org"

From 5cc89c9a01c95d1292e394522d1116f789025277 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 07/10] electron13: rebuild against re2-2022.02.01

---
 srcpkgs/electron13/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/electron13/template b/srcpkgs/electron13/template
index 1ceb6f788a62..bc3cb1613b45 100644
--- a/srcpkgs/electron13/template
+++ b/srcpkgs/electron13/template
@@ -1,7 +1,7 @@
 # Template file for 'electron13'
 pkgname=electron13
 version=13.6.7
-revision=1
+revision=2
 _nodever=14.16.0
 _chromiumver=91.0.4472.164
 archs="x86_64* i686* aarch64* ppc64le*"
@@ -299,10 +299,10 @@ do_configure() {
 		conf+=('symbol_level=0')
 	fi
 
-        # this does not work on ppc64 yet
-        case "$XBPS_TARGET_MACHINE" in
-                ppc64*) conf+=( "enable_jxl_decoder=false" );;
-        esac
+	# this does not work on ppc64 yet
+	case "$XBPS_TARGET_MACHINE" in
+		ppc64*) conf+=( "enable_jxl_decoder=false" );;
+	esac
 
 	conf+=(
 		'enable_hangout_services_extension=true'

From a5b7db370835cff10cec7e636e40001b20a28564 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:54 +0100
Subject: [PATCH 08/10] grpc: rebuild against re2-2022.02.01

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

diff --git a/srcpkgs/grpc/template b/srcpkgs/grpc/template
index 20718758b2e7..1ab5150611e1 100644
--- a/srcpkgs/grpc/template
+++ b/srcpkgs/grpc/template
@@ -1,7 +1,7 @@
 # Template file for 'grpc'
 pkgname=grpc
 version=1.39.1
-revision=3
+revision=4
 _abseilver=997aaf3a28308eba1b9156aa35ab7bca9688e9f6
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON
@@ -52,7 +52,7 @@ post_install() {
 	# Remove unnecessary absl static libs and cmake modules
 	rm "${DESTDIR}"/usr/lib/libabsl*.a
 	rm -rf "${DESTDIR}/usr/lib/cmake/absl"
-	
+
 	# Add custom absl include root to grpcpp cflags
 	vsed -e 's,^Cflags:.*,& -I${includedir}/grpc_absl,' \
 		-i ${DESTDIR}/usr/lib/pkgconfig/grpc++*.pc

From 81a558321c75a0958bfa440ceb948b543d066397 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:54 +0100
Subject: [PATCH 09/10] python3-grpcio: rebuild against re2-2022.02.01

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index aeed305988a1..68c1d4927438 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.39.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-six"

From aef88d9cddac07f0ccd3588f344e612e46bb7b18 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:54 +0100
Subject: [PATCH 10/10] qt5-webengine: rebuild against re2-2022.02.01

---
 srcpkgs/qt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt5-webengine/template b/srcpkgs/qt5-webengine/template
index 213672ab215c..af54e123bd8d 100644
--- a/srcpkgs/qt5-webengine/template
+++ b/srcpkgs/qt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'qt5-webengine'
 pkgname=qt5-webengine
 version=5.15.8
-revision=1
+revision=2
 _version="${version}-lts"
 _chromium_commit=8c0a9b4459f5200a24ab9e687a3fb32e975382e5
 archs="x86_64* i686* armv[67]* ppc64* aarch64*"

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

* Re: [PR PATCH] [Updated] re2: update to 2022.02.01.
  2022-02-17 10:39 [PR PATCH] re2: update to 2022.02.01 tibequadorian
  2022-02-17 10:46 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-03-07 15:46 ` tibequadorian
  2022-03-07 15:47 ` tibequadorian
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2022-03-07 15:46 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tibequadorian against master on the void-packages repository

https://github.com/tibequadorian/void-packages re2
https://github.com/void-linux/void-packages/pull/35662

re2: update to 2022.02.01.
[ci skip]

<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (crossbuild)


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

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

From cafff21991d438931651f0abc5c57ef78a91a14a Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Mon, 7 Feb 2022 22:01:13 +0100
Subject: [PATCH 1/9] re2: update to 2022.02.01.

---
 common/shlibs        | 2 +-
 srcpkgs/re2/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 250e1e0b8cb5..bca9463a1236 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1305,7 +1305,7 @@ librumpdev_audio.so.0 netbsd-rumpkernel-20140526_3
 librumpclient.so.0 netbsd-rumpkernel-20140526_3
 libdotconf.so.0 dotconf-1.3_1
 libspeechd.so.2 speech-dispatcher-0.8_1
-libre2.so.7 re2-2020.06.01_1
+libre2.so.9 re2-2022.02.01_1
 libminizip.so.1 minizip-1.2.7_1
 libsrtp2.so.1 libsrtp-2.1.0_1
 libjsoncpp.so.24 jsoncpp-1.9.4_1
diff --git a/srcpkgs/re2/template b/srcpkgs/re2/template
index 8eda81468731..93291db9927f 100644
--- a/srcpkgs/re2/template
+++ b/srcpkgs/re2/template
@@ -1,6 +1,6 @@
 # Template file for 're2'
 pkgname=re2
-version=2020.06.01
+version=2022.02.01
 revision=1
 wrksrc="${pkgname}-${version//./-}"
 build_style=gnu-makefile
@@ -10,7 +10,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/google/re2"
 distfiles="${homepage}/archive/${version//./-}.tar.gz"
-checksum=fb8e0f4ed7a212e3420507f27933ef5a8c01aec70e5148c6a35313573269fae6
+checksum=9c1e6acfd0fed71f40b025a7a1dabaf3ee2ebb74d64ced1f9ee1b0b01d22fd27
 
 post_install() {
 	vlicense LICENSE

From c3de4410c249aa917418e55596355484f65fcd08 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 2/9] cbang: rebuild against re2-2022.02.01

---
 srcpkgs/cbang/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cbang/template b/srcpkgs/cbang/template
index 63388b2aa828..85628bbf6c0a 100644
--- a/srcpkgs/cbang/template
+++ b/srcpkgs/cbang/template
@@ -1,7 +1,7 @@
 # Template file for 'cbang'
 pkgname=cbang
 version=1.6.0
-revision=3
+revision=4
 build_style=scons
 make_build_args="sharedlib=1 staticlib=1"
 make_install_args="${make_build_args}"

From 5a180afd096b1b78e2edce40d45be9edce27e2eb Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 3/9] chromium: rebuild against re2-2022.02.01

---
 srcpkgs/chromium/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template
index 2708747046d7..c4774db14b49 100644
--- a/srcpkgs/chromium/template
+++ b/srcpkgs/chromium/template
@@ -3,6 +3,7 @@ pkgname=chromium
 # See https://chromiumdash.appspot.com/releases?platform=Linux for the latest version
 version=99.0.4844.51
 revision=1
+revision=2
 archs="i686* x86_64* aarch64* armv7l* ppc64le*"
 short_desc="Google's attempt at creating a safer, faster, and more stable browser"
 maintainer="Duncaen <duncaen@voidlinux.org>"

From b228bcd578be51a5b2a1fd2adfc85eb7790b80c5 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 4/9] dnsdist: rebuild against re2-2022.02.01

---
 srcpkgs/dnsdist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dnsdist/template b/srcpkgs/dnsdist/template
index 35d8e23b0c9f..e170df8749e9 100644
--- a/srcpkgs/dnsdist/template
+++ b/srcpkgs/dnsdist/template
@@ -1,7 +1,7 @@
 # Template file for 'dnsdist'
 pkgname=dnsdist
 version=1.7.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-pic --with-gnu-ld --with-libsodium --with-re2
  --with-net-snmp --with-libcap --with-libssl --enable-dnscrypt --with-nghttp2

From 28ccb9b25aadb1f352273aa7381d80578e7898d4 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 5/9] electron10: rebuild against re2-2022.02.01

---
 srcpkgs/electron10/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/electron10/template b/srcpkgs/electron10/template
index 05506dddcb37..6b027a78f742 100644
--- a/srcpkgs/electron10/template
+++ b/srcpkgs/electron10/template
@@ -1,12 +1,12 @@
 # Template file for 'electron10'
 pkgname=electron10
 version=10.4.7
+revision=3
 _nodever=12.16.3
 _chromiumver=85.0.4183.121
-revision=2
 archs="x86_64* i686* aarch64*"
-build_wrksrc="src"
 create_wrksrc=yes
+build_wrksrc="src"
 hostmakedepends="$(vopt_if clang clang) python pkgconf perl gperf bison ninja nodejs hwids
  libwebp-devel freetype-devel harfbuzz-devel libpng-devel nss-devel which git libevent-devel
  pciutils-devel libatomic-devel ffmpeg-devel libxml2-devel libglib-devel yarn openjdk libxslt-devel
@@ -23,7 +23,7 @@ makedepends="libpng-devel gtk+-devel gtk+3-devel nss-devel pciutils-devel
  minizip-devel jsoncpp-devel zlib-devel libcap-devel libXdamage-devel
  re2-devel fontconfig-devel freetype-devel opus-devel libatomic-devel
  $(vopt_if sndio sndio-devel) ffmpeg-devel libva-devel libuv-devel c-ares-devel libnotify-devel"
-short_desc="Cross platform application development framework based on web technologies"
+short_desc="Cross platform application framework based on web technologies"
 maintainer="John <me@johnnynator.dev>"
 license="BSD-3-Clause"
 homepage="https://electronjs.org"

From 39b2be2bcc526c89ad1a0cc2df8e2d8be22e9f12 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 6/9] electron13: rebuild against re2-2022.02.01

---
 srcpkgs/electron13/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/electron13/template b/srcpkgs/electron13/template
index 1ceb6f788a62..bc3cb1613b45 100644
--- a/srcpkgs/electron13/template
+++ b/srcpkgs/electron13/template
@@ -1,7 +1,7 @@
 # Template file for 'electron13'
 pkgname=electron13
 version=13.6.7
-revision=1
+revision=2
 _nodever=14.16.0
 _chromiumver=91.0.4472.164
 archs="x86_64* i686* aarch64* ppc64le*"
@@ -299,10 +299,10 @@ do_configure() {
 		conf+=('symbol_level=0')
 	fi
 
-        # this does not work on ppc64 yet
-        case "$XBPS_TARGET_MACHINE" in
-                ppc64*) conf+=( "enable_jxl_decoder=false" );;
-        esac
+	# this does not work on ppc64 yet
+	case "$XBPS_TARGET_MACHINE" in
+		ppc64*) conf+=( "enable_jxl_decoder=false" );;
+	esac
 
 	conf+=(
 		'enable_hangout_services_extension=true'

From 1ed07b72c200e1f0490a1c183316910ff61a7641 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:54 +0100
Subject: [PATCH 7/9] grpc: rebuild against re2-2022.02.01

---
 srcpkgs/grpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/grpc/template b/srcpkgs/grpc/template
index 4805cc956328..1ab5150611e1 100644
--- a/srcpkgs/grpc/template
+++ b/srcpkgs/grpc/template
@@ -52,7 +52,7 @@ post_install() {
 	# Remove unnecessary absl static libs and cmake modules
 	rm "${DESTDIR}"/usr/lib/libabsl*.a
 	rm -rf "${DESTDIR}/usr/lib/cmake/absl"
-	
+
 	# Add custom absl include root to grpcpp cflags
 	vsed -e 's,^Cflags:.*,& -I${includedir}/grpc_absl,' \
 		-i ${DESTDIR}/usr/lib/pkgconfig/grpc++*.pc

From 6b08032f834c57ccbbac17be86d222ade91a1518 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:54 +0100
Subject: [PATCH 8/9] python3-grpcio: rebuild against re2-2022.02.01

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index aeed305988a1..68c1d4927438 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.39.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-six"

From fa6a721f1cbc69e7c4016d89bc9c656aabded990 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:54 +0100
Subject: [PATCH 9/9] qt5-webengine: rebuild against re2-2022.02.01

---
 srcpkgs/qt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt5-webengine/template b/srcpkgs/qt5-webengine/template
index 213672ab215c..af54e123bd8d 100644
--- a/srcpkgs/qt5-webengine/template
+++ b/srcpkgs/qt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'qt5-webengine'
 pkgname=qt5-webengine
 version=5.15.8
-revision=1
+revision=2
 _version="${version}-lts"
 _chromium_commit=8c0a9b4459f5200a24ab9e687a3fb32e975382e5
 archs="x86_64* i686* armv[67]* ppc64* aarch64*"

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

* Re: [PR PATCH] [Updated] re2: update to 2022.02.01.
  2022-02-17 10:39 [PR PATCH] re2: update to 2022.02.01 tibequadorian
  2022-02-17 10:46 ` [PR PATCH] [Updated] " tibequadorian
  2022-03-07 15:46 ` tibequadorian
@ 2022-03-07 15:47 ` tibequadorian
  2022-03-09 18:03 ` tibequadorian
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2022-03-07 15:47 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by tibequadorian against master on the void-packages repository

https://github.com/tibequadorian/void-packages re2
https://github.com/void-linux/void-packages/pull/35662

re2: update to 2022.02.01.
[ci skip]

<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (crossbuild)


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

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

From cafff21991d438931651f0abc5c57ef78a91a14a Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Mon, 7 Feb 2022 22:01:13 +0100
Subject: [PATCH 1/9] re2: update to 2022.02.01.

---
 common/shlibs        | 2 +-
 srcpkgs/re2/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 250e1e0b8cb5..bca9463a1236 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1305,7 +1305,7 @@ librumpdev_audio.so.0 netbsd-rumpkernel-20140526_3
 librumpclient.so.0 netbsd-rumpkernel-20140526_3
 libdotconf.so.0 dotconf-1.3_1
 libspeechd.so.2 speech-dispatcher-0.8_1
-libre2.so.7 re2-2020.06.01_1
+libre2.so.9 re2-2022.02.01_1
 libminizip.so.1 minizip-1.2.7_1
 libsrtp2.so.1 libsrtp-2.1.0_1
 libjsoncpp.so.24 jsoncpp-1.9.4_1
diff --git a/srcpkgs/re2/template b/srcpkgs/re2/template
index 8eda81468731..93291db9927f 100644
--- a/srcpkgs/re2/template
+++ b/srcpkgs/re2/template
@@ -1,6 +1,6 @@
 # Template file for 're2'
 pkgname=re2
-version=2020.06.01
+version=2022.02.01
 revision=1
 wrksrc="${pkgname}-${version//./-}"
 build_style=gnu-makefile
@@ -10,7 +10,7 @@ maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/google/re2"
 distfiles="${homepage}/archive/${version//./-}.tar.gz"
-checksum=fb8e0f4ed7a212e3420507f27933ef5a8c01aec70e5148c6a35313573269fae6
+checksum=9c1e6acfd0fed71f40b025a7a1dabaf3ee2ebb74d64ced1f9ee1b0b01d22fd27
 
 post_install() {
 	vlicense LICENSE

From c3de4410c249aa917418e55596355484f65fcd08 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 2/9] cbang: rebuild against re2-2022.02.01

---
 srcpkgs/cbang/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/cbang/template b/srcpkgs/cbang/template
index 63388b2aa828..85628bbf6c0a 100644
--- a/srcpkgs/cbang/template
+++ b/srcpkgs/cbang/template
@@ -1,7 +1,7 @@
 # Template file for 'cbang'
 pkgname=cbang
 version=1.6.0
-revision=3
+revision=4
 build_style=scons
 make_build_args="sharedlib=1 staticlib=1"
 make_install_args="${make_build_args}"

From 52b512e5ba1557168ad797d13b115ef48009dadb Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 3/9] chromium: rebuild against re2-2022.02.01

---
 srcpkgs/chromium/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template
index 2708747046d7..eeb4da7d417a 100644
--- a/srcpkgs/chromium/template
+++ b/srcpkgs/chromium/template
@@ -2,7 +2,7 @@
 pkgname=chromium
 # See https://chromiumdash.appspot.com/releases?platform=Linux for the latest version
 version=99.0.4844.51
-revision=1
+revision=2
 archs="i686* x86_64* aarch64* armv7l* ppc64le*"
 short_desc="Google's attempt at creating a safer, faster, and more stable browser"
 maintainer="Duncaen <duncaen@voidlinux.org>"

From 91c5cf2b83954bd816d89c645c6dc39578ff04bf Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 4/9] dnsdist: rebuild against re2-2022.02.01

---
 srcpkgs/dnsdist/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/dnsdist/template b/srcpkgs/dnsdist/template
index 35d8e23b0c9f..e170df8749e9 100644
--- a/srcpkgs/dnsdist/template
+++ b/srcpkgs/dnsdist/template
@@ -1,7 +1,7 @@
 # Template file for 'dnsdist'
 pkgname=dnsdist
 version=1.7.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--with-pic --with-gnu-ld --with-libsodium --with-re2
  --with-net-snmp --with-libcap --with-libssl --enable-dnscrypt --with-nghttp2

From 33f85da2df26d03db29dbcabf0ca0816a70013bd Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 5/9] electron10: rebuild against re2-2022.02.01

---
 srcpkgs/electron10/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/electron10/template b/srcpkgs/electron10/template
index 05506dddcb37..6b027a78f742 100644
--- a/srcpkgs/electron10/template
+++ b/srcpkgs/electron10/template
@@ -1,12 +1,12 @@
 # Template file for 'electron10'
 pkgname=electron10
 version=10.4.7
+revision=3
 _nodever=12.16.3
 _chromiumver=85.0.4183.121
-revision=2
 archs="x86_64* i686* aarch64*"
-build_wrksrc="src"
 create_wrksrc=yes
+build_wrksrc="src"
 hostmakedepends="$(vopt_if clang clang) python pkgconf perl gperf bison ninja nodejs hwids
  libwebp-devel freetype-devel harfbuzz-devel libpng-devel nss-devel which git libevent-devel
  pciutils-devel libatomic-devel ffmpeg-devel libxml2-devel libglib-devel yarn openjdk libxslt-devel
@@ -23,7 +23,7 @@ makedepends="libpng-devel gtk+-devel gtk+3-devel nss-devel pciutils-devel
  minizip-devel jsoncpp-devel zlib-devel libcap-devel libXdamage-devel
  re2-devel fontconfig-devel freetype-devel opus-devel libatomic-devel
  $(vopt_if sndio sndio-devel) ffmpeg-devel libva-devel libuv-devel c-ares-devel libnotify-devel"
-short_desc="Cross platform application development framework based on web technologies"
+short_desc="Cross platform application framework based on web technologies"
 maintainer="John <me@johnnynator.dev>"
 license="BSD-3-Clause"
 homepage="https://electronjs.org"

From df2fda5d8042a9ca8479afc560cb4a20a1d71028 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:53 +0100
Subject: [PATCH 6/9] electron13: rebuild against re2-2022.02.01

---
 srcpkgs/electron13/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/electron13/template b/srcpkgs/electron13/template
index 1ceb6f788a62..bc3cb1613b45 100644
--- a/srcpkgs/electron13/template
+++ b/srcpkgs/electron13/template
@@ -1,7 +1,7 @@
 # Template file for 'electron13'
 pkgname=electron13
 version=13.6.7
-revision=1
+revision=2
 _nodever=14.16.0
 _chromiumver=91.0.4472.164
 archs="x86_64* i686* aarch64* ppc64le*"
@@ -299,10 +299,10 @@ do_configure() {
 		conf+=('symbol_level=0')
 	fi
 
-        # this does not work on ppc64 yet
-        case "$XBPS_TARGET_MACHINE" in
-                ppc64*) conf+=( "enable_jxl_decoder=false" );;
-        esac
+	# this does not work on ppc64 yet
+	case "$XBPS_TARGET_MACHINE" in
+		ppc64*) conf+=( "enable_jxl_decoder=false" );;
+	esac
 
 	conf+=(
 		'enable_hangout_services_extension=true'

From 9ba36f983c10792ecf132f01b0433d9a4c57c8d8 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:54 +0100
Subject: [PATCH 7/9] grpc: rebuild against re2-2022.02.01

---
 srcpkgs/grpc/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/grpc/template b/srcpkgs/grpc/template
index 4805cc956328..1ab5150611e1 100644
--- a/srcpkgs/grpc/template
+++ b/srcpkgs/grpc/template
@@ -52,7 +52,7 @@ post_install() {
 	# Remove unnecessary absl static libs and cmake modules
 	rm "${DESTDIR}"/usr/lib/libabsl*.a
 	rm -rf "${DESTDIR}/usr/lib/cmake/absl"
-	
+
 	# Add custom absl include root to grpcpp cflags
 	vsed -e 's,^Cflags:.*,& -I${includedir}/grpc_absl,' \
 		-i ${DESTDIR}/usr/lib/pkgconfig/grpc++*.pc

From 4169d86472b34615ea6ef88cbaaa221c8bfca6d5 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:54 +0100
Subject: [PATCH 8/9] python3-grpcio: rebuild against re2-2022.02.01

---
 srcpkgs/python3-grpcio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/python3-grpcio/template b/srcpkgs/python3-grpcio/template
index aeed305988a1..68c1d4927438 100644
--- a/srcpkgs/python3-grpcio/template
+++ b/srcpkgs/python3-grpcio/template
@@ -1,7 +1,7 @@
 # Template file for 'python3-grpcio'
 pkgname=python3-grpcio
 version=1.39.0
-revision=2
+revision=3
 wrksrc="${pkgname#*-}-${version}"
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-six"

From f8a44f84fe7ce514813e4f0c40cf5795548bc8bb Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 21:29:54 +0100
Subject: [PATCH 9/9] qt5-webengine: rebuild against re2-2022.02.01

---
 srcpkgs/qt5-webengine/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/qt5-webengine/template b/srcpkgs/qt5-webengine/template
index 213672ab215c..af54e123bd8d 100644
--- a/srcpkgs/qt5-webengine/template
+++ b/srcpkgs/qt5-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'qt5-webengine'
 pkgname=qt5-webengine
 version=5.15.8
-revision=1
+revision=2
 _version="${version}-lts"
 _chromium_commit=8c0a9b4459f5200a24ab9e687a3fb32e975382e5
 archs="x86_64* i686* armv[67]* ppc64* aarch64*"

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

* Re: re2: update to 2022.02.01.
  2022-02-17 10:39 [PR PATCH] re2: update to 2022.02.01 tibequadorian
                   ` (2 preceding siblings ...)
  2022-03-07 15:47 ` tibequadorian
@ 2022-03-09 18:03 ` tibequadorian
  2022-03-27 20:49 ` leahneukirchen
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: tibequadorian @ 2022-03-09 18:03 UTC (permalink / raw)
  To: ml

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

New comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35662#issuecomment-1063207953

Comment:
@Duncaen could you take a look at this?

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

* Re: re2: update to 2022.02.01.
  2022-02-17 10:39 [PR PATCH] re2: update to 2022.02.01 tibequadorian
                   ` (3 preceding siblings ...)
  2022-03-09 18:03 ` tibequadorian
@ 2022-03-27 20:49 ` leahneukirchen
  2022-03-27 20:50 ` leahneukirchen
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: leahneukirchen @ 2022-03-27 20:49 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/35662#issuecomment-1080016378

Comment:
IMO drop the rebuilds and let's catch these up when needed.

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

* Re: re2: update to 2022.02.01.
  2022-02-17 10:39 [PR PATCH] re2: update to 2022.02.01 tibequadorian
                   ` (4 preceding siblings ...)
  2022-03-27 20:49 ` leahneukirchen
@ 2022-03-27 20:50 ` leahneukirchen
  2022-06-26  2:16 ` github-actions
  2022-07-11  2:13 ` [PR PATCH] [Closed]: " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: leahneukirchen @ 2022-03-27 20:50 UTC (permalink / raw)
  To: ml

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

New comment by leahneukirchen on void-packages repository

https://github.com/void-linux/void-packages/pull/35662#issuecomment-1080016378

Comment:
IMO drop the rebuilds and let's catch these up when needed.

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

* Re: re2: update to 2022.02.01.
  2022-02-17 10:39 [PR PATCH] re2: update to 2022.02.01 tibequadorian
                   ` (5 preceding siblings ...)
  2022-03-27 20:50 ` leahneukirchen
@ 2022-06-26  2:16 ` github-actions
  2022-07-11  2:13 ` [PR PATCH] [Closed]: " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2022-06-26  2:16 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/35662#issuecomment-1166399863

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: re2: update to 2022.02.01.
  2022-02-17 10:39 [PR PATCH] re2: update to 2022.02.01 tibequadorian
                   ` (6 preceding siblings ...)
  2022-06-26  2:16 ` github-actions
@ 2022-07-11  2:13 ` github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2022-07-11  2:13 UTC (permalink / raw)
  To: ml

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

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

re2: update to 2022.02.01.
https://github.com/void-linux/void-packages/pull/35662

Description:
[ci skip]

<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (x86_64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (crossbuild)
  - i686
  - armv7l (crossbuild)

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

end of thread, other threads:[~2022-07-11  2:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-17 10:39 [PR PATCH] re2: update to 2022.02.01 tibequadorian
2022-02-17 10:46 ` [PR PATCH] [Updated] " tibequadorian
2022-03-07 15:46 ` tibequadorian
2022-03-07 15:47 ` tibequadorian
2022-03-09 18:03 ` tibequadorian
2022-03-27 20:49 ` leahneukirchen
2022-03-27 20:50 ` leahneukirchen
2022-06-26  2:16 ` github-actions
2022-07-11  2:13 ` [PR PATCH] [Closed]: " github-actions

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).