Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libsoup3: update to 3.0.6
@ 2022-04-19  1:29 oreo639
  2022-04-19  1:35 ` [PR PATCH] [Updated] " oreo639
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: oreo639 @ 2022-04-19  1:29 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages soup3
https://github.com/void-linux/void-packages/pull/36760

libsoup3: update to 3.0.6
<!-- 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 [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/36760.patch is attached

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

From 46fdcc5050762a6e868d93a967af6dcda1cc54cf Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Mon, 18 Apr 2022 18:27:28 -0700
Subject: [PATCH] libsoup3: update to 3.0.6

---
 srcpkgs/libsoup3/template | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/libsoup3/template b/srcpkgs/libsoup3/template
index 61ed3d167f17..e301a7d192dc 100644
--- a/srcpkgs/libsoup3/template
+++ b/srcpkgs/libsoup3/template
@@ -1,26 +1,26 @@
 # Template file for 'libsoup3'
 pkgname=libsoup3
-version=3.0.4
+version=3.0.6
 revision=1
 wrksrc="libsoup-$version"
 build_style=meson
 build_helper="gir"
-configure_args="-Dgssapi=disabled -Dntlm=disabled -Dsysprof=disabled
- -Dtls_check=false -Dintrospection=$(vopt_if gir enabled disabled)
+configure_args="-Dautobahn=disabled -Dhttp2_tests=disabled -Dtls_check=false
+ -Dntlm=disabled -Dsysprof=disabled -Dintrospection=$(vopt_if gir enabled disabled)
  -Dvapi=$(vopt_if gir enabled disabled)"
 hostmakedepends="gettext-devel glib-devel pkg-config gettext
- $(vopt_if gir vala) python3-gobject"
-makedepends="libglib-devel nghttp2-devel sqlite-devel libpsl-devel brotli-devel
- $(vopt_if gir vala-devel)"
+ $(vopt_if gir vala) python3-gobject mit-krb5"
+makedepends="libglib-devel mit-krb5-devel brotli-devel gnutls-devel nghttp2-devel
+ libpsl-devel libxml2-devel sqlite-devel $(vopt_if gir vala-devel)"
 depends="glib-networking"
+checkdepends="${depends}"
 short_desc="HTTP library implementation in C"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/libsoup"
 changelog="https://gitlab.gnome.org/GNOME/libsoup/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/libsoup/${version%.*}/libsoup-${version}.tar.xz"
-checksum=5bd38b5e091f707fd7fa3ed7c37aacca3f8e16c65787f1cc17dc38d1dcde567b
-make_check=no # gio tests can't run in chroot
+checksum=b45d59f840b9acf9bb45fd45854e3ef672f57e3ab957401c3ad8d7502ac23da6
 
 # Package build options
 build_options="gir"

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

* Re: [PR PATCH] [Updated] libsoup3: update to 3.0.6
  2022-04-19  1:29 [PR PATCH] libsoup3: update to 3.0.6 oreo639
@ 2022-04-19  1:35 ` oreo639
  2022-04-19  1:45 ` oreo639
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: oreo639 @ 2022-04-19  1:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages soup3
https://github.com/void-linux/void-packages/pull/36760

libsoup3: update to 3.0.6
<!-- 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 [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/36760.patch is attached

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

From 011c881a9d22a39d494655a0d17ef8ceda5b6316 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Mon, 18 Apr 2022 18:27:28 -0700
Subject: [PATCH] libsoup3: update to 3.0.6

---
 srcpkgs/libsoup3/template | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/libsoup3/template b/srcpkgs/libsoup3/template
index 61ed3d167f17..d2c54df74ecd 100644
--- a/srcpkgs/libsoup3/template
+++ b/srcpkgs/libsoup3/template
@@ -1,25 +1,26 @@
 # Template file for 'libsoup3'
 pkgname=libsoup3
-version=3.0.4
+version=3.0.6
 revision=1
 wrksrc="libsoup-$version"
 build_style=meson
 build_helper="gir"
-configure_args="-Dgssapi=disabled -Dntlm=disabled -Dsysprof=disabled
- -Dtls_check=false -Dintrospection=$(vopt_if gir enabled disabled)
+configure_args="-Dautobahn=disabled -Dhttp2_tests=disabled -Dtls_check=false
+ -Dntlm=disabled -Dsysprof=disabled -Dintrospection=$(vopt_if gir enabled disabled)
  -Dvapi=$(vopt_if gir enabled disabled)"
 hostmakedepends="gettext-devel glib-devel pkg-config gettext
- $(vopt_if gir vala) python3-gobject"
-makedepends="libglib-devel nghttp2-devel sqlite-devel libpsl-devel brotli-devel
- $(vopt_if gir vala-devel)"
+ $(vopt_if gir vala) python3-gobject mit-krb5"
+makedepends="libglib-devel mit-krb5-devel brotli-devel gnutls-devel nghttp2-devel
+ libpsl-devel libxml2-devel sqlite-devel $(vopt_if gir vala-devel)"
 depends="glib-networking"
+checkdepends="${depends}"
 short_desc="HTTP library implementation in C"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/libsoup"
 changelog="https://gitlab.gnome.org/GNOME/libsoup/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/libsoup/${version%.*}/libsoup-${version}.tar.xz"
-checksum=5bd38b5e091f707fd7fa3ed7c37aacca3f8e16c65787f1cc17dc38d1dcde567b
+checksum=b45d59f840b9acf9bb45fd45854e3ef672f57e3ab957401c3ad8d7502ac23da6
 make_check=no # gio tests can't run in chroot
 
 # Package build options

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

* Re: [PR PATCH] [Updated] libsoup3: update to 3.0.6
  2022-04-19  1:29 [PR PATCH] libsoup3: update to 3.0.6 oreo639
  2022-04-19  1:35 ` [PR PATCH] [Updated] " oreo639
@ 2022-04-19  1:45 ` oreo639
  2022-04-19  1:46 ` oreo639
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: oreo639 @ 2022-04-19  1:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages soup3
https://github.com/void-linux/void-packages/pull/36760

libsoup3: update to 3.0.6
<!-- 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 [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/36760.patch is attached

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

From 7e76e1d4dbe9c1ee76992fb0a189583ac46eea29 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Mon, 18 Apr 2022 18:27:28 -0700
Subject: [PATCH] libsoup3: update to 3.0.6

---
 srcpkgs/libsoup3/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/libsoup3/template b/srcpkgs/libsoup3/template
index 61ed3d167f17..2d7c0bc41be2 100644
--- a/srcpkgs/libsoup3/template
+++ b/srcpkgs/libsoup3/template
@@ -1,25 +1,26 @@
 # Template file for 'libsoup3'
 pkgname=libsoup3
-version=3.0.4
+version=3.0.6
 revision=1
 wrksrc="libsoup-$version"
 build_style=meson
 build_helper="gir"
-configure_args="-Dgssapi=disabled -Dntlm=disabled -Dsysprof=disabled
- -Dtls_check=false -Dintrospection=$(vopt_if gir enabled disabled)
+configure_args="-Dautobahn=disabled -Dhttp2_tests=disabled -Dtls_check=false
+ -Dntlm=disabled -Dsysprof=disabled -Dintrospection=$(vopt_if gir enabled disabled)
  -Dvapi=$(vopt_if gir enabled disabled)"
 hostmakedepends="gettext-devel glib-devel pkg-config gettext
- $(vopt_if gir vala) python3-gobject"
+ $(vopt_if gir vala) python3-gobject mit-krb5"
 makedepends="libglib-devel nghttp2-devel sqlite-devel libpsl-devel brotli-devel
- $(vopt_if gir vala-devel)"
+  mit-krb5-devel $(vopt_if gir vala-devel)"
 depends="glib-networking"
+checkdepends="${depends} gnutls"
 short_desc="HTTP library implementation in C"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/libsoup"
 changelog="https://gitlab.gnome.org/GNOME/libsoup/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/libsoup/${version%.*}/libsoup-${version}.tar.xz"
-checksum=5bd38b5e091f707fd7fa3ed7c37aacca3f8e16c65787f1cc17dc38d1dcde567b
+checksum=b45d59f840b9acf9bb45fd45854e3ef672f57e3ab957401c3ad8d7502ac23da6
 make_check=no # gio tests can't run in chroot
 
 # Package build options

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

* Re: [PR PATCH] [Updated] libsoup3: update to 3.0.6
  2022-04-19  1:29 [PR PATCH] libsoup3: update to 3.0.6 oreo639
  2022-04-19  1:35 ` [PR PATCH] [Updated] " oreo639
  2022-04-19  1:45 ` oreo639
@ 2022-04-19  1:46 ` oreo639
  2022-04-19  2:03 ` oreo639
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: oreo639 @ 2022-04-19  1:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages soup3
https://github.com/void-linux/void-packages/pull/36760

libsoup3: update to 3.0.6
<!-- 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 [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/36760.patch is attached

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

From 08a4379c1dad6b8c39295f2de83609e4d4574cab Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Mon, 18 Apr 2022 18:27:28 -0700
Subject: [PATCH] libsoup3: update to 3.0.6

---
 srcpkgs/libsoup3/template | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/libsoup3/template b/srcpkgs/libsoup3/template
index 61ed3d167f17..f20578f92507 100644
--- a/srcpkgs/libsoup3/template
+++ b/srcpkgs/libsoup3/template
@@ -1,26 +1,26 @@
 # Template file for 'libsoup3'
 pkgname=libsoup3
-version=3.0.4
+version=3.0.6
 revision=1
 wrksrc="libsoup-$version"
 build_style=meson
 build_helper="gir"
-configure_args="-Dgssapi=disabled -Dntlm=disabled -Dsysprof=disabled
- -Dtls_check=false -Dintrospection=$(vopt_if gir enabled disabled)
+configure_args="-Dautobahn=disabled -Dhttp2_tests=disabled -Dtls_check=false
+ -Dntlm=disabled -Dsysprof=disabled -Dintrospection=$(vopt_if gir enabled disabled)
  -Dvapi=$(vopt_if gir enabled disabled)"
 hostmakedepends="gettext-devel glib-devel pkg-config gettext
- $(vopt_if gir vala) python3-gobject"
+ $(vopt_if gir vala) python3-gobject mit-krb5"
 makedepends="libglib-devel nghttp2-devel sqlite-devel libpsl-devel brotli-devel
- $(vopt_if gir vala-devel)"
+  mit-krb5-devel $(vopt_if gir vala-devel)"
 depends="glib-networking"
+checkdepends="${depends}"
 short_desc="HTTP library implementation in C"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/libsoup"
 changelog="https://gitlab.gnome.org/GNOME/libsoup/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/libsoup/${version%.*}/libsoup-${version}.tar.xz"
-checksum=5bd38b5e091f707fd7fa3ed7c37aacca3f8e16c65787f1cc17dc38d1dcde567b
-make_check=no # gio tests can't run in chroot
+checksum=b45d59f840b9acf9bb45fd45854e3ef672f57e3ab957401c3ad8d7502ac23da6
 
 # Package build options
 build_options="gir"

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

* Re: [PR PATCH] [Updated] libsoup3: update to 3.0.6
  2022-04-19  1:29 [PR PATCH] libsoup3: update to 3.0.6 oreo639
                   ` (2 preceding siblings ...)
  2022-04-19  1:46 ` oreo639
@ 2022-04-19  2:03 ` oreo639
  2022-04-19  2:04 ` oreo639
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: oreo639 @ 2022-04-19  2:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages soup3
https://github.com/void-linux/void-packages/pull/36760

libsoup3: update to 3.0.6
<!-- 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 [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/36760.patch is attached

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

From 7edfeef0253232077e465adca340d086019a0ebd Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Mon, 18 Apr 2022 18:27:28 -0700
Subject: [PATCH] libsoup3: update to 3.0.6

---
 srcpkgs/libsoup3/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/libsoup3/template b/srcpkgs/libsoup3/template
index 61ed3d167f17..9372e70980b4 100644
--- a/srcpkgs/libsoup3/template
+++ b/srcpkgs/libsoup3/template
@@ -1,25 +1,26 @@
 # Template file for 'libsoup3'
 pkgname=libsoup3
-version=3.0.4
+version=3.0.6
 revision=1
 wrksrc="libsoup-$version"
 build_style=meson
 build_helper="gir"
-configure_args="-Dgssapi=disabled -Dntlm=disabled -Dsysprof=disabled
- -Dtls_check=false -Dintrospection=$(vopt_if gir enabled disabled)
+configure_args="-Dautobahn=disabled -Dhttp2_tests=disabled -Dtls_check=false
+ -Dntlm=disabled -Dsysprof=disabled -Dintrospection=$(vopt_if gir enabled disabled)
  -Dvapi=$(vopt_if gir enabled disabled)"
 hostmakedepends="gettext-devel glib-devel pkg-config gettext
- $(vopt_if gir vala) python3-gobject"
+ $(vopt_if gir vala) python3-gobject mit-krb5"
 makedepends="libglib-devel nghttp2-devel sqlite-devel libpsl-devel brotli-devel
- $(vopt_if gir vala-devel)"
+  mit-krb5-devel gnutls-devel $(vopt_if gir vala-devel)"
 depends="glib-networking"
+checkdepends="${depends}"
 short_desc="HTTP library implementation in C"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/libsoup"
 changelog="https://gitlab.gnome.org/GNOME/libsoup/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/libsoup/${version%.*}/libsoup-${version}.tar.xz"
-checksum=5bd38b5e091f707fd7fa3ed7c37aacca3f8e16c65787f1cc17dc38d1dcde567b
+checksum=b45d59f840b9acf9bb45fd45854e3ef672f57e3ab957401c3ad8d7502ac23da6
 make_check=no # gio tests can't run in chroot
 
 # Package build options

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

* Re: [PR PATCH] [Updated] libsoup3: update to 3.0.6
  2022-04-19  1:29 [PR PATCH] libsoup3: update to 3.0.6 oreo639
                   ` (3 preceding siblings ...)
  2022-04-19  2:03 ` oreo639
@ 2022-04-19  2:04 ` oreo639
  2022-04-19  2:09 ` oreo639
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: oreo639 @ 2022-04-19  2:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages soup3
https://github.com/void-linux/void-packages/pull/36760

libsoup3: update to 3.0.6
<!-- 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 [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/36760.patch is attached

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

From 48f3d6a1209b44009c4ace2778e70acf4db84e99 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Mon, 18 Apr 2022 18:27:28 -0700
Subject: [PATCH] libsoup3: update to 3.0.6

---
 srcpkgs/libsoup3/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/libsoup3/template b/srcpkgs/libsoup3/template
index 61ed3d167f17..598eea17cc3b 100644
--- a/srcpkgs/libsoup3/template
+++ b/srcpkgs/libsoup3/template
@@ -1,25 +1,26 @@
 # Template file for 'libsoup3'
 pkgname=libsoup3
-version=3.0.4
+version=3.0.6
 revision=1
 wrksrc="libsoup-$version"
 build_style=meson
 build_helper="gir"
-configure_args="-Dgssapi=disabled -Dntlm=disabled -Dsysprof=disabled
- -Dtls_check=false -Dintrospection=$(vopt_if gir enabled disabled)
+configure_args="-Dautobahn=disabled -Dhttp2_tests=disabled -Dtls_check=false
+ -Dntlm=disabled -Dsysprof=disabled -Dintrospection=$(vopt_if gir enabled disabled)
  -Dvapi=$(vopt_if gir enabled disabled)"
 hostmakedepends="gettext-devel glib-devel pkg-config gettext
- $(vopt_if gir vala) python3-gobject"
+ $(vopt_if gir vala) python3-gobject mit-krb5"
 makedepends="libglib-devel nghttp2-devel sqlite-devel libpsl-devel brotli-devel
- $(vopt_if gir vala-devel)"
+ mit-krb5-devel gnutls-devel $(vopt_if gir vala-devel)"
 depends="glib-networking"
+checkdepends="${depends}"
 short_desc="HTTP library implementation in C"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/libsoup"
 changelog="https://gitlab.gnome.org/GNOME/libsoup/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/libsoup/${version%.*}/libsoup-${version}.tar.xz"
-checksum=5bd38b5e091f707fd7fa3ed7c37aacca3f8e16c65787f1cc17dc38d1dcde567b
+checksum=b45d59f840b9acf9bb45fd45854e3ef672f57e3ab957401c3ad8d7502ac23da6
 make_check=no # gio tests can't run in chroot
 
 # Package build options

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

* Re: [PR PATCH] [Updated] libsoup3: update to 3.0.6
  2022-04-19  1:29 [PR PATCH] libsoup3: update to 3.0.6 oreo639
                   ` (4 preceding siblings ...)
  2022-04-19  2:04 ` oreo639
@ 2022-04-19  2:09 ` oreo639
  2022-04-19  2:14 ` oreo639
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: oreo639 @ 2022-04-19  2:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages soup3
https://github.com/void-linux/void-packages/pull/36760

libsoup3: update to 3.0.6
<!-- 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 [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/36760.patch is attached

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

From 8c0842c971f4bc46bbd34c6b1bb65522af1ec8b6 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Mon, 18 Apr 2022 18:27:28 -0700
Subject: [PATCH] libsoup3: update to 3.0.6

---
 srcpkgs/libsoup3/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/libsoup3/template b/srcpkgs/libsoup3/template
index 61ed3d167f17..a01f52484135 100644
--- a/srcpkgs/libsoup3/template
+++ b/srcpkgs/libsoup3/template
@@ -1,25 +1,26 @@
 # Template file for 'libsoup3'
 pkgname=libsoup3
-version=3.0.4
+version=3.0.6
 revision=1
 wrksrc="libsoup-$version"
 build_style=meson
 build_helper="gir"
-configure_args="-Dgssapi=disabled -Dntlm=disabled -Dsysprof=disabled
- -Dtls_check=false -Dintrospection=$(vopt_if gir enabled disabled)
+configure_args="-Dautobahn=disabled -Dhttp2_tests=disabled -Dtls_check=false
+ -Dntlm=disabled -Dsysprof=disabled -Dintrospection=$(vopt_if gir enabled disabled)
  -Dvapi=$(vopt_if gir enabled disabled)"
 hostmakedepends="gettext-devel glib-devel pkg-config gettext
- $(vopt_if gir vala) python3-gobject"
+ $(vopt_if gir vala) python3-gobject mit-krb5"
 makedepends="libglib-devel nghttp2-devel sqlite-devel libpsl-devel brotli-devel
- $(vopt_if gir vala-devel)"
+ mit-krb5-devel $(vopt_if gir vala-devel)"
 depends="glib-networking"
+checkdepends="${depends}"
 short_desc="HTTP library implementation in C"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/libsoup"
 changelog="https://gitlab.gnome.org/GNOME/libsoup/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/libsoup/${version%.*}/libsoup-${version}.tar.xz"
-checksum=5bd38b5e091f707fd7fa3ed7c37aacca3f8e16c65787f1cc17dc38d1dcde567b
+checksum=b45d59f840b9acf9bb45fd45854e3ef672f57e3ab957401c3ad8d7502ac23da6
 make_check=no # gio tests can't run in chroot
 
 # Package build options

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

* Re: [PR PATCH] [Updated] libsoup3: update to 3.0.6
  2022-04-19  1:29 [PR PATCH] libsoup3: update to 3.0.6 oreo639
                   ` (5 preceding siblings ...)
  2022-04-19  2:09 ` oreo639
@ 2022-04-19  2:14 ` oreo639
  2022-04-19  3:10 ` oreo639
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: oreo639 @ 2022-04-19  2:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages soup3
https://github.com/void-linux/void-packages/pull/36760

libsoup3: update to 3.0.6
<!-- 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 [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/36760.patch is attached

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

From 7816b2c0160e19ff688505b5a7d04e935b44c203 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Mon, 18 Apr 2022 18:27:28 -0700
Subject: [PATCH] libsoup3: update to 3.0.6

---
 srcpkgs/libsoup3/template | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/libsoup3/template b/srcpkgs/libsoup3/template
index 61ed3d167f17..5b947e4919a8 100644
--- a/srcpkgs/libsoup3/template
+++ b/srcpkgs/libsoup3/template
@@ -1,25 +1,26 @@
 # Template file for 'libsoup3'
 pkgname=libsoup3
-version=3.0.4
+version=3.0.6
 revision=1
 wrksrc="libsoup-$version"
 build_style=meson
 build_helper="gir"
-configure_args="-Dgssapi=disabled -Dntlm=disabled -Dsysprof=disabled
- -Dtls_check=false -Dintrospection=$(vopt_if gir enabled disabled)
+configure_args="-Dautobahn=disabled -Dhttp2_tests=disabled -Dtls_check=false
+ -Dntlm=disabled -Dsysprof=disabled -Dintrospection=$(vopt_if gir enabled disabled)
  -Dvapi=$(vopt_if gir enabled disabled)"
 hostmakedepends="gettext-devel glib-devel pkg-config gettext
- $(vopt_if gir vala) python3-gobject"
+ $(vopt_if gir vala) python3-gobject mit-krb5"
 makedepends="libglib-devel nghttp2-devel sqlite-devel libpsl-devel brotli-devel
- $(vopt_if gir vala-devel)"
+ mit-krb5-devel $(vopt_if gir vala-devel)"
 depends="glib-networking"
+checkdepends="${depends} gnutls-devel"
 short_desc="HTTP library implementation in C"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/libsoup"
 changelog="https://gitlab.gnome.org/GNOME/libsoup/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/libsoup/${version%.*}/libsoup-${version}.tar.xz"
-checksum=5bd38b5e091f707fd7fa3ed7c37aacca3f8e16c65787f1cc17dc38d1dcde567b
+checksum=b45d59f840b9acf9bb45fd45854e3ef672f57e3ab957401c3ad8d7502ac23da6
 make_check=no # gio tests can't run in chroot
 
 # Package build options

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

* Re: [PR PATCH] [Updated] libsoup3: update to 3.0.6
  2022-04-19  1:29 [PR PATCH] libsoup3: update to 3.0.6 oreo639
                   ` (6 preceding siblings ...)
  2022-04-19  2:14 ` oreo639
@ 2022-04-19  3:10 ` oreo639
  2022-04-19 17:10 ` oreo639
  2022-06-08 17:42 ` [PR PATCH] [Merged]: " paper42
  9 siblings, 0 replies; 11+ messages in thread
From: oreo639 @ 2022-04-19  3:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages soup3
https://github.com/void-linux/void-packages/pull/36760

libsoup3: update to 3.0.6
<!-- 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 [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/36760.patch is attached

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

From 3aabfbfd23b5e836da9681c45ce02ccc30ae2de9 Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Mon, 18 Apr 2022 18:27:28 -0700
Subject: [PATCH] libsoup3: update to 3.0.6

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

diff --git a/srcpkgs/libsoup3/template b/srcpkgs/libsoup3/template
index 61ed3d167f17..5a34ebff7f16 100644
--- a/srcpkgs/libsoup3/template
+++ b/srcpkgs/libsoup3/template
@@ -1,25 +1,27 @@
 # Template file for 'libsoup3'
 pkgname=libsoup3
-version=3.0.4
+version=3.0.6
 revision=1
 wrksrc="libsoup-$version"
 build_style=meson
 build_helper="gir"
 configure_args="-Dgssapi=disabled -Dntlm=disabled -Dsysprof=disabled
- -Dtls_check=false -Dintrospection=$(vopt_if gir enabled disabled)
+ -Dautobahn=disabled -Dhttp2_tests=disabled -Dtls_check=false
+ -Dintrospection=$(vopt_if gir enabled disabled)
  -Dvapi=$(vopt_if gir enabled disabled)"
 hostmakedepends="gettext-devel glib-devel pkg-config gettext
  $(vopt_if gir vala) python3-gobject"
 makedepends="libglib-devel nghttp2-devel sqlite-devel libpsl-devel brotli-devel
  $(vopt_if gir vala-devel)"
 depends="glib-networking"
+checkdepends="${depends} gnutls-devel"
 short_desc="HTTP library implementation in C"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/libsoup"
 changelog="https://gitlab.gnome.org/GNOME/libsoup/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/libsoup/${version%.*}/libsoup-${version}.tar.xz"
-checksum=5bd38b5e091f707fd7fa3ed7c37aacca3f8e16c65787f1cc17dc38d1dcde567b
+checksum=b45d59f840b9acf9bb45fd45854e3ef672f57e3ab957401c3ad8d7502ac23da6
 make_check=no # gio tests can't run in chroot
 
 # Package build options

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

* Re: [PR PATCH] [Updated] libsoup3: update to 3.0.6
  2022-04-19  1:29 [PR PATCH] libsoup3: update to 3.0.6 oreo639
                   ` (7 preceding siblings ...)
  2022-04-19  3:10 ` oreo639
@ 2022-04-19 17:10 ` oreo639
  2022-06-08 17:42 ` [PR PATCH] [Merged]: " paper42
  9 siblings, 0 replies; 11+ messages in thread
From: oreo639 @ 2022-04-19 17:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oreo639/void-packages soup3
https://github.com/void-linux/void-packages/pull/36760

libsoup3: update to 3.0.6
<!-- 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 [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/36760.patch is attached

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

From 4ceb4b385b20bc4fc52c5e2f19963fa54a8c75da Mon Sep 17 00:00:00 2001
From: oreo639 <31916379+Oreo639@users.noreply.github.com>
Date: Mon, 18 Apr 2022 18:27:28 -0700
Subject: [PATCH] libsoup3: update to 3.0.6

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

diff --git a/srcpkgs/libsoup3/template b/srcpkgs/libsoup3/template
index 61ed3d167f17..6421a4f4c04b 100644
--- a/srcpkgs/libsoup3/template
+++ b/srcpkgs/libsoup3/template
@@ -1,6 +1,6 @@
 # Template file for 'libsoup3'
 pkgname=libsoup3
-version=3.0.4
+version=3.0.6
 revision=1
 wrksrc="libsoup-$version"
 build_style=meson
@@ -19,7 +19,7 @@ license="LGPL-2.1-or-later"
 homepage="https://wiki.gnome.org/Projects/libsoup"
 changelog="https://gitlab.gnome.org/GNOME/libsoup/-/raw/master/NEWS"
 distfiles="${GNOME_SITE}/libsoup/${version%.*}/libsoup-${version}.tar.xz"
-checksum=5bd38b5e091f707fd7fa3ed7c37aacca3f8e16c65787f1cc17dc38d1dcde567b
+checksum=b45d59f840b9acf9bb45fd45854e3ef672f57e3ab957401c3ad8d7502ac23da6
 make_check=no # gio tests can't run in chroot
 
 # Package build options

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

* Re: [PR PATCH] [Merged]: libsoup3: update to 3.0.6
  2022-04-19  1:29 [PR PATCH] libsoup3: update to 3.0.6 oreo639
                   ` (8 preceding siblings ...)
  2022-04-19 17:10 ` oreo639
@ 2022-06-08 17:42 ` paper42
  9 siblings, 0 replies; 11+ messages in thread
From: paper42 @ 2022-06-08 17:42 UTC (permalink / raw)
  To: ml

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

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

libsoup3: update to 3.0.6
https://github.com/void-linux/void-packages/pull/36760

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 [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] 11+ messages in thread

end of thread, other threads:[~2022-06-08 17:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-19  1:29 [PR PATCH] libsoup3: update to 3.0.6 oreo639
2022-04-19  1:35 ` [PR PATCH] [Updated] " oreo639
2022-04-19  1:45 ` oreo639
2022-04-19  1:46 ` oreo639
2022-04-19  2:03 ` oreo639
2022-04-19  2:04 ` oreo639
2022-04-19  2:09 ` oreo639
2022-04-19  2:14 ` oreo639
2022-04-19  3:10 ` oreo639
2022-04-19 17:10 ` oreo639
2022-06-08 17:42 ` [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).