Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] php 8.0.20, php 8.1.7, xdebug 3.1.5, composer 2.3.7
@ 2022-06-10 12:34 TinfoilSubmarine
  2022-06-10 15:00 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: TinfoilSubmarine @ 2022-06-10 12:34 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages maint/php8
https://github.com/void-linux/void-packages/pull/37485

php 8.0.20, php 8.1.7, xdebug 3.1.5, composer 2.3.7
<!-- 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 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/37485.patch is attached

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

From 5f0278f4286e63c25c434843c09d3d37a3e7b564 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 10 Jun 2022 08:12:43 -0400
Subject: [PATCH 1/6] php8.0: update to 8.0.20.

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

diff --git a/srcpkgs/php8.0/template b/srcpkgs/php8.0/template
index c4a6df3a389e..0d71c5640221 100644
--- a/srcpkgs/php8.0/template
+++ b/srcpkgs/php8.0/template
@@ -1,6 +1,6 @@
 # Template file for 'php8.0'
 pkgname=php8.0
-version=8.0.19
+version=8.0.20
 revision=1
 _php_version=8.0
 wrksrc="php-${version}"
@@ -15,7 +15,7 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="PHP-3.01"
 homepage="https://www.php.net"
 distfiles="https://www.php.net/distributions/php-${version}.tar.gz"
-checksum=48e57634d350bcab4745d25d9d94ffa474649bf4f7e879fad163226c0d107bb5
+checksum=7e21fd985966264194cde63503b57fd0f0170b32a39bd7af2384c1071b50f164
 
 conf_files="/etc/php${_php_version}/php.ini"
 

From 7c8f46bfddc83617ab6d358744eb49a26fce3c2f Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 10 Jun 2022 08:13:07 -0400
Subject: [PATCH 2/6] composer8.0: update to 2.3.7.

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

diff --git a/srcpkgs/composer8.0/template b/srcpkgs/composer8.0/template
index dfc9de6993bd..1781bba63c84 100644
--- a/srcpkgs/composer8.0/template
+++ b/srcpkgs/composer8.0/template
@@ -1,6 +1,6 @@
 # Template file for 'composer8.0'
 pkgname=composer8.0
-version=2.3.5
+version=2.3.7
 revision=1
 build_style=fetch
 depends="php8.0"
@@ -11,7 +11,7 @@ homepage="https://getcomposer.org/"
 changelog="https://raw.githubusercontent.com/composer/composer/main/CHANGELOG.md"
 distfiles="https://github.com/composer/composer/releases/download/${version}/composer.phar
  https://raw.githubusercontent.com/composer/composer/main/LICENSE"
-checksum="3b3b5a899c06a46aec280727bdf50aad14334f6bc40436ea76b07b650870d8f4
+checksum="3f2d46787d51070f922bf991aa08324566f726f186076c2a5e4e8b01a8ea3fd0
  7855ac293067aebe7e51afdd23b9dea54b8be24187dbecc9b9142581c37f596c"
 
 do_install() {

From 3dfbdc2f061082de51349b55cb0457339be2490a Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 10 Jun 2022 08:13:28 -0400
Subject: [PATCH 3/6] xdebug8.0: update to 3.1.5.

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

diff --git a/srcpkgs/xdebug8.0/template b/srcpkgs/xdebug8.0/template
index 159f30cd5299..96d4168b8c2c 100644
--- a/srcpkgs/xdebug8.0/template
+++ b/srcpkgs/xdebug8.0/template
@@ -1,6 +1,6 @@
 # Template file for 'xdebug8.0'
 pkgname=xdebug8.0
-version=3.1.4
+version=3.1.5
 revision=1
 wrksrc="xdebug-${version}"
 build_style=gnu-configure
@@ -13,7 +13,7 @@ license="PHP-3.0"
 homepage="http://xdebug.org"
 changelog="https://xdebug.org/updates"
 distfiles="http://xdebug.org/files/xdebug-${version}.tgz"
-checksum=4195926f9f6c4e802ff749bb2ca85ac50636719a72e5389e372e35ef523505f9
+checksum=55f6ef381245da079b2fc5ce1cfbcb7961197d0c0e04f9d977613cf9aa969a79
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" php8.0-devel"

From 78e9b11407bd2e86ccd5ceb81ade918265f627ba Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 10 Jun 2022 08:12:56 -0400
Subject: [PATCH 4/6] php8.1: update to 8.1.7.

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

diff --git a/srcpkgs/php8.1/template b/srcpkgs/php8.1/template
index 9852f076d51b..4dc9dc68f9b4 100644
--- a/srcpkgs/php8.1/template
+++ b/srcpkgs/php8.1/template
@@ -1,6 +1,6 @@
 # Template file for 'php8.1'
 pkgname=php8.1
-version=8.1.6
+version=8.1.7
 revision=1
 _php_version=8.1
 wrksrc="php-${version}"
@@ -15,7 +15,7 @@ maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
 license="PHP-3.01"
 homepage="https://www.php.net"
 distfiles="https://www.php.net/distributions/php-${version}.tar.gz"
-checksum=e847745fd66fc8c57fac993a609fefcded93fddccd225f0620a26bb5ae5753c3
+checksum=5f0b422a117633c86d48d028934b8dc078309d4247e7565ea34b2686189abdd8
 
 conf_files="/etc/php${_php_version}/php.ini"
 

From 818f369a3bdb1113b182820342de93fe6578811f Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 10 Jun 2022 08:13:15 -0400
Subject: [PATCH 5/6] composer8.1: update to 2.3.7.

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

diff --git a/srcpkgs/composer8.1/template b/srcpkgs/composer8.1/template
index 9ae0765cf0d4..9c69c8868749 100644
--- a/srcpkgs/composer8.1/template
+++ b/srcpkgs/composer8.1/template
@@ -1,6 +1,6 @@
 # Template file for 'composer8.1'
 pkgname=composer8.1
-version=2.3.5
+version=2.3.7
 revision=1
 build_style=fetch
 depends="php8.1"
@@ -11,7 +11,7 @@ homepage="https://getcomposer.org/"
 changelog="https://raw.githubusercontent.com/composer/composer/main/CHANGELOG.md"
 distfiles="https://github.com/composer/composer/releases/download/${version}/composer.phar
  https://raw.githubusercontent.com/composer/composer/main/LICENSE"
-checksum="3b3b5a899c06a46aec280727bdf50aad14334f6bc40436ea76b07b650870d8f4
+checksum="3f2d46787d51070f922bf991aa08324566f726f186076c2a5e4e8b01a8ea3fd0
  7855ac293067aebe7e51afdd23b9dea54b8be24187dbecc9b9142581c37f596c"
 
 do_install() {

From ce9dd5b1ce795bb0c4a0497b27124c356c92937c Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Fri, 10 Jun 2022 08:13:31 -0400
Subject: [PATCH 6/6] xdebug8.1: update to 3.1.5.

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

diff --git a/srcpkgs/xdebug8.1/template b/srcpkgs/xdebug8.1/template
index 62fa2b795f40..2c3168dbbc65 100644
--- a/srcpkgs/xdebug8.1/template
+++ b/srcpkgs/xdebug8.1/template
@@ -1,6 +1,6 @@
 # Template file for 'xdebug8.1'
 pkgname=xdebug8.1
-version=3.1.4
+version=3.1.5
 revision=1
 wrksrc="xdebug-${version}"
 build_style=gnu-configure
@@ -13,7 +13,7 @@ license="PHP-3.0"
 homepage="http://xdebug.org"
 changelog="https://xdebug.org/updates"
 distfiles="http://xdebug.org/files/xdebug-${version}.tgz"
-checksum=4195926f9f6c4e802ff749bb2ca85ac50636719a72e5389e372e35ef523505f9
+checksum=55f6ef381245da079b2fc5ce1cfbcb7961197d0c0e04f9d977613cf9aa969a79
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" php8.1-devel"

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

* Re: [PR PATCH] [Merged]: php 8.0.20, php 8.1.7, xdebug 3.1.5, composer 2.3.7
  2022-06-10 12:34 [PR PATCH] php 8.0.20, php 8.1.7, xdebug 3.1.5, composer 2.3.7 TinfoilSubmarine
@ 2022-06-10 15:00 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-06-10 15:00 UTC (permalink / raw)
  To: ml

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

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

php 8.0.20, php 8.1.7, xdebug 3.1.5, composer 2.3.7
https://github.com/void-linux/void-packages/pull/37485

Description:
<!-- 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 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:[~2022-06-10 15:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-10 12:34 [PR PATCH] php 8.0.20, php 8.1.7, xdebug 3.1.5, composer 2.3.7 TinfoilSubmarine
2022-06-10 15:00 ` [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).