Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] re2: update to 2023.03.01.
@ 2023-04-30 15:41 mhmdanas
  2023-05-02 12:19 ` leahneukirchen
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: mhmdanas @ 2023-04-30 15:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages re2-2023.03.01
https://github.com/void-linux/void-packages/pull/43684

re2: update to 2023.03.01.
<!-- Uncomment relevant sections and delete options which are not applicable -->
[ci skip]

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

<!--
#### 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/43684.patch is attached

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

From 793895b1a9e02b645dd6da83f762496ca289047f Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Sun, 30 Apr 2023 17:59:04 +0300
Subject: [PATCH 01/11] re2: update to 2023.03.01.

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

diff --git a/common/shlibs b/common/shlibs
index e282bbd1f588..2999b8475c6e 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1334,7 +1334,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.10 re2-2023.03.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 b921a7cf6a17..ec6abba965ad 100644
--- a/srcpkgs/re2/template
+++ b/srcpkgs/re2/template
@@ -1,14 +1,14 @@
 # Template file for 're2'
 pkgname=re2
-version=2020.06.01
+version=2023.03.01
 revision=1
 build_style=gnu-makefile
 short_desc="Efficient, principled regular expression library"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="https://github.com/google/re2"
-distfiles="${homepage}/archive/${version//./-}.tar.gz"
-checksum=fb8e0f4ed7a212e3420507f27933ef5a8c01aec70e5148c6a35313573269fae6
+distfiles="https://github.com/google/re2/archive/${version//./-}.tar.gz"
+checksum=7a9a4824958586980926a300b4717202485c4b4115ac031822e29aa4ef207e48
 
 post_install() {
 	vlicense LICENSE
@@ -19,8 +19,8 @@ re2-devel_package() {
 	depends="${sourcepkg}-${version}_${revision}"
 	pkg_install() {
 		vmove usr/include
-		vmove usr/lib/*.a
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.a"
+		vmove "usr/lib/*.so"
 		vmove usr/lib/pkgconfig
 	}
 }

From ef55bc0448bfdc784e629757e10a152dc4800317 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Sun, 30 Apr 2023 17:59:30 +0300
Subject: [PATCH 02/11] bloaty: revbump for re2-2023.03.01.

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

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

From cb1ae5e090e54c0a54e650558b34d276e1f28b2a Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Sun, 30 Apr 2023 17:59:30 +0300
Subject: [PATCH 03/11] cbang: revbump for re2-2023.03.01.

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

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

From 62bb06cd014266acfae25fb0edf284d66d09541a Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Sun, 30 Apr 2023 17:59:31 +0300
Subject: [PATCH 04/11] chromium: revbump for re2-2023.03.01.

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

diff --git a/srcpkgs/chromium/template b/srcpkgs/chromium/template
index e50c739d3ee7..8705f2ef973f 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=112.0.5615.49
-revision=1
+revision=2
 archs="i686* x86_64* aarch64* armv7l*"
 hostmakedepends="
  $(vopt_if clang "clang lld llvm15")

From 7759186a04bab0606b805bf9792931caeef2a518 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Sun, 30 Apr 2023 17:59:32 +0300
Subject: [PATCH 05/11] dnsdist: revbump for re2-2023.03.01.

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

diff --git a/srcpkgs/dnsdist/template b/srcpkgs/dnsdist/template
index 6e13f7374891..0e2138b9d7bc 100644
--- a/srcpkgs/dnsdist/template
+++ b/srcpkgs/dnsdist/template
@@ -1,7 +1,7 @@
 # Template file for 'dnsdist'
 pkgname=dnsdist
 version=1.7.2
-revision=2
+revision=3
 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 5c592e6f791dec10cdfa2b9709609704ded1ef0b Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Sun, 30 Apr 2023 17:59:33 +0300
Subject: [PATCH 06/11] electron19: revbump for re2-2023.03.01.

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

diff --git a/srcpkgs/electron19/template b/srcpkgs/electron19/template
index 068136be7623..32ce301e730c 100644
--- a/srcpkgs/electron19/template
+++ b/srcpkgs/electron19/template
@@ -1,7 +1,7 @@
 # Template file for 'electron19'
 pkgname=electron19
 version=19.0.8
-revision=2
+revision=3
 _nodever=16.14.2
 _chromiumver=102.0.5005.125
 archs="x86_64* aarch64* ppc64le*"

From 10b782175ff2535394f61b7757cbe47c7a45a4ce Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Sun, 30 Apr 2023 17:59:34 +0300
Subject: [PATCH 07/11] grpc: revbump for re2-2023.03.01.

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

diff --git a/srcpkgs/grpc/template b/srcpkgs/grpc/template
index 984797580123..5b4547a5c0fc 100644
--- a/srcpkgs/grpc/template
+++ b/srcpkgs/grpc/template
@@ -1,7 +1,7 @@
 # Template file for 'grpc'
 pkgname=grpc
 version=1.49.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=ON
  -DgRPC_CARES_PROVIDER=package -DgRPC_PROTOBUF_PROVIDER=package

From 04aea3e39d1a1699d29ec42c91f3d451a4250838 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Sun, 30 Apr 2023 17:59:34 +0300
Subject: [PATCH 08/11] mtxclient: revbump for re2-2023.03.01.

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

diff --git a/srcpkgs/mtxclient/template b/srcpkgs/mtxclient/template
index cfd7c987119b..a93f2e06eaa0 100644
--- a/srcpkgs/mtxclient/template
+++ b/srcpkgs/mtxclient/template
@@ -1,7 +1,7 @@
 # Template file for 'mtxclient'
 pkgname=mtxclient
 version=0.9.1
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF"
 hostmakedepends="pkg-config"

From a49f986f0d130f7136b65c3b817fac611107932b Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Sun, 30 Apr 2023 17:59:35 +0300
Subject: [PATCH 09/11] python3-grpcio: revbump for re2-2023.03.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 e8d57962744c..826eda0fc560 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.49.1
-revision=2
+revision=3
 build_style=python3-module
 hostmakedepends="python3-setuptools python3-six python3-Cython"
 makedepends="python3-devel zlib-devel c-ares-devel re2-devel openssl-devel

From c2c0568f502a93b26ea633c588d36281594e7b17 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Sun, 30 Apr 2023 17:59:36 +0300
Subject: [PATCH 10/11] qt5-webengine: revbump for re2-2023.03.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 0a71484208bc..85267c7cf8a3 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.11
-revision=2
+revision=3
 _version="${version}-lts"
 _chromium_commit=be349eaf62e77955791d7bf29f893f1e8a37daf4
 archs="x86_64* i686* armv[67]* ppc64* aarch64*"

From db1ffa8d36e7b02032536547d18c3c6523000365 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Sun, 30 Apr 2023 17:59:37 +0300
Subject: [PATCH 11/11] qt6-webengine: revbump for re2-2023.03.01.

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

diff --git a/srcpkgs/qt6-webengine/template b/srcpkgs/qt6-webengine/template
index 96846feaee83..2f85d2e49ba2 100644
--- a/srcpkgs/qt6-webengine/template
+++ b/srcpkgs/qt6-webengine/template
@@ -1,7 +1,7 @@
 # Template file for 'qt6-webengine'
 pkgname=qt6-webengine
 version=6.4.2
-revision=2
+revision=3
 build_style=cmake
 configure_args="
  -DQT_FEATURE_webengine_system_ffmpeg=ON

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

end of thread, other threads:[~2023-05-14 18:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-30 15:41 [PR PATCH] re2: update to 2023.03.01 mhmdanas
2023-05-02 12:19 ` leahneukirchen
2023-05-02 19:50 ` mhmdanas
2023-05-03 12:37 ` leahneukirchen
2023-05-03 20:01 ` mhmdanas
2023-05-03 20:06 ` mhmdanas
2023-05-08 17:33 ` [PR PATCH] [Updated] " mhmdanas
2023-05-09 20:01 ` Johnnynator
2023-05-09 20:02 ` Johnnynator
2023-05-10 20:02 ` [PR PATCH] [Updated] " Johnnynator
2023-05-14 10:53 ` Johnnynator
2023-05-14 18:34 ` [PR PATCH] [Closed]: " Johnnynator
2023-05-14 18:34 ` Johnnynator

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