Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libpng: update to 1.6.39.
@ 2022-11-22 18:13 skmpz
  2022-11-24  0:25 ` [PR REVIEW] " classabbyamp
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: skmpz @ 2022-11-22 18:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages libpng-1.6.39
https://github.com/void-linux/void-packages/pull/40695

libpng: update to 1.6.39.
<!-- 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 [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/40695.patch is attached

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

From 94b3bc6a7d6ea49cede14d8e6634fb8c99ce728a Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Tue, 22 Nov 2022 22:13:24 +0400
Subject: [PATCH] libpng: update to 1.6.39.

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

diff --git a/srcpkgs/libpng/template b/srcpkgs/libpng/template
index bf78253f4126..5d75adc95f3a 100644
--- a/srcpkgs/libpng/template
+++ b/srcpkgs/libpng/template
@@ -1,6 +1,6 @@
 # Template file for 'libpng'
 pkgname=libpng
-version=1.6.38
+version=1.6.39
 revision=1
 build_style=gnu-configure
 makedepends="zlib-devel"
@@ -9,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Libpng"
 homepage="http://www.libpng.org/pub/png/libpng.html"
 distfiles="${SOURCEFORGE_SITE}/libpng/libpng-${version}.tar.xz"
-checksum=b3683e8b8111ebf6f1ac004ebb6b0c975cd310ec469d98364388e9cedbfa68be
+checksum=1f4696ce70b4ee5f85f1e1623dc1229b210029fa4b7aee573df3e2ba7b036937
 
 case "$XBPS_TARGET_MACHINE" in
 	arm*|aarch64*) configure_args="--enable-arm-neon=no";;

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

* Re: [PR REVIEW] libpng: update to 1.6.39.
  2022-11-22 18:13 [PR PATCH] libpng: update to 1.6.39 skmpz
@ 2022-11-24  0:25 ` classabbyamp
  2022-11-24  4:50 ` [PR PATCH] [Updated] " skmpz
  2022-11-25 20:25 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2022-11-24  0:25 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40695#discussion_r1030959754

Comment:
```suggestion
homepage="http://www.libpng.org/pub/png/libpng.html"
changelog="https://github.com/pnggroup/libpng/blob/master/CHANGES"
```

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

* Re: [PR PATCH] [Updated] libpng: update to 1.6.39.
  2022-11-22 18:13 [PR PATCH] libpng: update to 1.6.39 skmpz
  2022-11-24  0:25 ` [PR REVIEW] " classabbyamp
@ 2022-11-24  4:50 ` skmpz
  2022-11-25 20:25 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: skmpz @ 2022-11-24  4:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages libpng-1.6.39
https://github.com/void-linux/void-packages/pull/40695

libpng: update to 1.6.39.
<!-- 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 [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/40695.patch is attached

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

From d226650c709ba40ccea50d72309084358e517cfe Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Tue, 22 Nov 2022 22:13:24 +0400
Subject: [PATCH] libpng: update to 1.6.39.

---
 srcpkgs/libpng/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libpng/template b/srcpkgs/libpng/template
index bf78253f4126..626caa73effe 100644
--- a/srcpkgs/libpng/template
+++ b/srcpkgs/libpng/template
@@ -1,6 +1,6 @@
 # Template file for 'libpng'
 pkgname=libpng
-version=1.6.38
+version=1.6.39
 revision=1
 build_style=gnu-configure
 makedepends="zlib-devel"
@@ -8,8 +8,9 @@ short_desc="Library for manipulating PNG images"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="Libpng"
 homepage="http://www.libpng.org/pub/png/libpng.html"
+changelog="https://github.com/pnggroup/libpng/blob/master/CHANGES"
 distfiles="${SOURCEFORGE_SITE}/libpng/libpng-${version}.tar.xz"
-checksum=b3683e8b8111ebf6f1ac004ebb6b0c975cd310ec469d98364388e9cedbfa68be
+checksum=1f4696ce70b4ee5f85f1e1623dc1229b210029fa4b7aee573df3e2ba7b036937
 
 case "$XBPS_TARGET_MACHINE" in
 	arm*|aarch64*) configure_args="--enable-arm-neon=no";;

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

* Re: [PR PATCH] [Merged]: libpng: update to 1.6.39.
  2022-11-22 18:13 [PR PATCH] libpng: update to 1.6.39 skmpz
  2022-11-24  0:25 ` [PR REVIEW] " classabbyamp
  2022-11-24  4:50 ` [PR PATCH] [Updated] " skmpz
@ 2022-11-25 20:25 ` leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2022-11-25 20:25 UTC (permalink / raw)
  To: ml

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

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

libpng: update to 1.6.39.
https://github.com/void-linux/void-packages/pull/40695

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 [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
-->


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

end of thread, other threads:[~2022-11-25 20:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-22 18:13 [PR PATCH] libpng: update to 1.6.39 skmpz
2022-11-24  0:25 ` [PR REVIEW] " classabbyamp
2022-11-24  4:50 ` [PR PATCH] [Updated] " skmpz
2022-11-25 20:25 ` [PR PATCH] [Merged]: " leahneukirchen

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