Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] php8.0: update to 8.0.19.
@ 2022-05-13 19:58 paper42
  2022-05-13 20:03 ` TinfoilSubmarine
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: paper42 @ 2022-05-13 19:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages php8.0
https://github.com/void-linux/void-packages/pull/37109

php8.0: update to 8.0.19.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

@TinfoilSubmarine why did you decide to use curl for fetch? It doesn't seem necessary to me.

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

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

From 4ef31e62a427d2115e97c1f1f1f484a656af5f9d Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Fri, 13 May 2022 20:14:57 +0200
Subject: [PATCH] php8.0: update to 8.0.19.

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

diff --git a/srcpkgs/php8.0/template b/srcpkgs/php8.0/template
index 2ddb350061f3..c4a6df3a389e 100644
--- a/srcpkgs/php8.0/template
+++ b/srcpkgs/php8.0/template
@@ -1,10 +1,10 @@
 # Template file for 'php8.0'
 pkgname=php8.0
-version=8.0.18
+version=8.0.19
 revision=1
 _php_version=8.0
 wrksrc="php-${version}"
-hostmakedepends="bison pkg-config apache-devel curl"
+hostmakedepends="bison pkg-config apache-devel"
 makedepends="apache-devel enchant2-devel freetds-devel freetype-devel gdbm-devel
  gmp-devel libcurl-devel libjpeg-turbo-devel libmariadbclient-devel
  libsodium-devel libtidy5-devel libxslt-devel libzip-devel net-snmp-devel
@@ -15,9 +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=cd980f5a2f422362f8c52d314ed25140c6f472877c5442c4f3304205f54e192a
-
-fetch_cmd="curl -O"
+checksum=48e57634d350bcab4745d25d9d94ffa474649bf4f7e879fad163226c0d107bb5
 
 conf_files="/etc/php${_php_version}/php.ini"
 

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

end of thread, other threads:[~2022-05-14  9:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-13 19:58 [PR PATCH] php8.0: update to 8.0.19 paper42
2022-05-13 20:03 ` TinfoilSubmarine
2022-05-13 20:17 ` [PR PATCH] [Updated] " paper42
2022-05-14  9:08 ` [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).