Skip to content

Commit

Permalink
Merge pull request #10183 from wolfi-dev/wolfictl-869c4508-0c5a-4ece-…
Browse files Browse the repository at this point in the history
…9edb-1930bf4e0e6b

php-8.2/8.2.14 package update
  • Loading branch information
ajayk authored Dec 20, 2023
2 parents dece2a9 + 11710f4 commit 5d47de1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
9 changes: 2 additions & 7 deletions php-8.2.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: php-8.2
version: 8.2.13
version: 8.2.14
epoch: 0
description: "the PHP programming language"
copyright:
Expand Down Expand Up @@ -50,19 +50,14 @@ pipeline:
- uses: fetch
with:
uri: https://www.php.net/distributions/php-${{package.version}}.tar.gz
expected-sha256: 6a194038f5a9e46d8f70a9d59c072c3b08d6edbdd8e304096e24ccf2225bcf1b
expected-sha256: 4c1fbb55a10ece7f4532feba9f3f88b9b211c11320742977588738374c03255f
extract: false

- name: Prepare Build Folder
runs: |
mv php-${{package.version}}.tar.gz $HOME
tar zxf $HOME/php-${{package.version}}.tar.gz
- name: Patch for libxml2 # applying patch for libxml2, source comes from https://github.com/php/php-src/commit/8a95e616b91ac0eeedba90a61e36e652919763f2 but wasn't applied to 8.2 branch
runs: |
cd $HOME/php-${{package.version}}
patch -p1 < ../libxml2.patch
- name: Configure
runs: |
cd $HOME/php-${{package.version}}
Expand Down
26 changes: 0 additions & 26 deletions php-8.2/libxml2.patch

This file was deleted.

0 comments on commit 5d47de1

Please sign in to comment.