Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] glib: update to 2.82.4.
@ 2025-02-10  5:31 oreo639
  2025-02-10  5:59 ` oreo639
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: oreo639 @ 2025-02-10  5:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages glib
https://github.com/void-linux/void-packages/pull/54268

glib: update to 2.82.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

From 849465ee86e71fbedfb104dc61d5506518e299d8 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 9 Feb 2025 20:44:03 -0800
Subject: [PATCH 1/2] glib: update to 2.82.4.

---
 srcpkgs/glib/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/glib/template b/srcpkgs/glib/template
index 5c03f91d581efa..11d339b6a9c3fa 100644
--- a/srcpkgs/glib/template
+++ b/srcpkgs/glib/template
@@ -1,8 +1,8 @@
 # Template file for 'glib'
 # keep in sync with glib-bootstrap
 pkgname=glib
-version=2.82.1
-revision=2
+version=2.82.4
+revision=1
 build_style=meson
 build_helper="qemu"
 # static version is necessary for qemu-user
@@ -20,7 +20,7 @@ homepage="https://wiki.gnome.org/Projects/GLib"
 changelog="https://gitlab.gnome.org/GNOME/glib/raw/glib-2-82/NEWS"
 #changelog="https://gitlab.gnome.org/GNOME/glib/raw/main/NEWS"
 distfiles="${GNOME_SITE}/glib/${version%.*}/glib-${version}.tar.xz"
-checksum=478634440bf52ee4ec4428d558787398c0be6b043c521beb308334b3db4489a6
+checksum=37dd0877fe964cd15e9a2710b044a1830fb1bd93652a6d0cb6b8b2dff187c709
 conflicts="gir-freedesktop<1.80.0_1" # glib typelibs are now in glib
 make_check_pre="dbus-run-session"
 

From efc6f64cbcee3a0179b604ad425715ed6199aa3c Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 9 Feb 2025 20:56:53 -0800
Subject: [PATCH 2/2] glib-networking: update to 2.80.1.

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

diff --git a/srcpkgs/glib-networking/template b/srcpkgs/glib-networking/template
index 7e9bcf0c9f267b..478e4a3420482c 100644
--- a/srcpkgs/glib-networking/template
+++ b/srcpkgs/glib-networking/template
@@ -1,6 +1,6 @@
 # Template file for 'glib-networking'
 pkgname=glib-networking
-version=2.80.0
+version=2.80.1
 revision=1
 build_style=meson
 configure_args="-Dinstalled_tests=false -Dgnutls=enabled -Dlibproxy=enabled
@@ -16,5 +16,5 @@ homepage="https://gitlab.gnome.org/GNOME/glib-networking/"
 changelog="https://gitlab.gnome.org/GNOME/glib-networking/-/raw/master/NEWS"
 #changelog="https://gitlab.gnome.org/GNOME/glib-networking/-/raw/glib-2-80/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=d8f4f1aab213179ae3351617b59dab5de6bcc9e785021eee178998ebd4bb3acf
+checksum=b80e2874157cd55071f1b6710fa0b911d5ac5de106a9ee2a4c9c7bee61782f8e
 lib32disabled=yes

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

* Re: glib: update to 2.82.4.
  2025-02-10  5:31 [PR PATCH] glib: update to 2.82.4 oreo639
@ 2025-02-10  5:59 ` oreo639
  2025-02-10  5:59 ` oreo639
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2025-02-10  5:59 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/54268#issuecomment-2646989753

Comment:
Verifying repo failures are from `volume_key-python`

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

* Re: glib: update to 2.82.4.
  2025-02-10  5:31 [PR PATCH] glib: update to 2.82.4 oreo639
  2025-02-10  5:59 ` oreo639
@ 2025-02-10  5:59 ` oreo639
  2025-02-10 23:54 ` [PR PATCH] [Updated] " oreo639
  2025-02-12  1:49 ` [PR PATCH] [Merged]: " oreo639
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2025-02-10  5:59 UTC (permalink / raw)
  To: ml

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

New comment by oreo639 on void-packages repository

https://github.com/void-linux/void-packages/pull/54268#issuecomment-2646989753

Comment:
Verifying repo failures are from `volume_key-python` (removed package)

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

* Re: [PR PATCH] [Updated] glib: update to 2.82.4.
  2025-02-10  5:31 [PR PATCH] glib: update to 2.82.4 oreo639
  2025-02-10  5:59 ` oreo639
  2025-02-10  5:59 ` oreo639
@ 2025-02-10 23:54 ` oreo639
  2025-02-12  1:49 ` [PR PATCH] [Merged]: " oreo639
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2025-02-10 23:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages glib
https://github.com/void-linux/void-packages/pull/54268

glib: update to 2.82.4.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

From 849465ee86e71fbedfb104dc61d5506518e299d8 Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 9 Feb 2025 20:44:03 -0800
Subject: [PATCH 1/2] glib: update to 2.82.4.

---
 srcpkgs/glib/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/glib/template b/srcpkgs/glib/template
index 5c03f91d581efa..11d339b6a9c3fa 100644
--- a/srcpkgs/glib/template
+++ b/srcpkgs/glib/template
@@ -1,8 +1,8 @@
 # Template file for 'glib'
 # keep in sync with glib-bootstrap
 pkgname=glib
-version=2.82.1
-revision=2
+version=2.82.4
+revision=1
 build_style=meson
 build_helper="qemu"
 # static version is necessary for qemu-user
@@ -20,7 +20,7 @@ homepage="https://wiki.gnome.org/Projects/GLib"
 changelog="https://gitlab.gnome.org/GNOME/glib/raw/glib-2-82/NEWS"
 #changelog="https://gitlab.gnome.org/GNOME/glib/raw/main/NEWS"
 distfiles="${GNOME_SITE}/glib/${version%.*}/glib-${version}.tar.xz"
-checksum=478634440bf52ee4ec4428d558787398c0be6b043c521beb308334b3db4489a6
+checksum=37dd0877fe964cd15e9a2710b044a1830fb1bd93652a6d0cb6b8b2dff187c709
 conflicts="gir-freedesktop<1.80.0_1" # glib typelibs are now in glib
 make_check_pre="dbus-run-session"
 

From b9c7d2ba8bc70b7eca8676ae07385241ac46815c Mon Sep 17 00:00:00 2001
From: oreo639 <oreo6391@gmail.com>
Date: Sun, 9 Feb 2025 20:56:53 -0800
Subject: [PATCH 2/2] glib-networking: update to 2.80.1.

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

diff --git a/srcpkgs/glib-networking/template b/srcpkgs/glib-networking/template
index 7e9bcf0c9f267b..478e4a3420482c 100644
--- a/srcpkgs/glib-networking/template
+++ b/srcpkgs/glib-networking/template
@@ -1,6 +1,6 @@
 # Template file for 'glib-networking'
 pkgname=glib-networking
-version=2.80.0
+version=2.80.1
 revision=1
 build_style=meson
 configure_args="-Dinstalled_tests=false -Dgnutls=enabled -Dlibproxy=enabled
@@ -16,5 +16,5 @@ homepage="https://gitlab.gnome.org/GNOME/glib-networking/"
 changelog="https://gitlab.gnome.org/GNOME/glib-networking/-/raw/master/NEWS"
 #changelog="https://gitlab.gnome.org/GNOME/glib-networking/-/raw/glib-2-80/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=d8f4f1aab213179ae3351617b59dab5de6bcc9e785021eee178998ebd4bb3acf
+checksum=b80e2874157cd55071f1b6710fa0b911d5ac5de106a9ee2a4c9c7bee61782f8e
 lib32disabled=yes

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

* Re: [PR PATCH] [Merged]: glib: update to 2.82.4.
  2025-02-10  5:31 [PR PATCH] glib: update to 2.82.4 oreo639
                   ` (2 preceding siblings ...)
  2025-02-10 23:54 ` [PR PATCH] [Updated] " oreo639
@ 2025-02-12  1:49 ` oreo639
  3 siblings, 0 replies; 5+ messages in thread
From: oreo639 @ 2025-02-12  1:49 UTC (permalink / raw)
  To: ml

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

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

glib: update to 2.82.4.
https://github.com/void-linux/void-packages/pull/54268

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


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

end of thread, other threads:[~2025-02-12  1:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-10  5:31 [PR PATCH] glib: update to 2.82.4 oreo639
2025-02-10  5:59 ` oreo639
2025-02-10  5:59 ` oreo639
2025-02-10 23:54 ` [PR PATCH] [Updated] " oreo639
2025-02-12  1:49 ` [PR PATCH] [Merged]: " oreo639

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