Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libsoup3: update to 3.2.0.
@ 2022-09-19 22:43 paper42
  2022-09-19 23:04 ` [PR PATCH] [Updated] " paper42
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: paper42 @ 2022-09-19 22:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages libsoup3-3.2
https://github.com/void-linux/void-packages/pull/39378

libsoup3: update to 3.2.0.
<!-- 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/39378.patch is attached

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

From ce2ba975835ab6e75e4b4bc8436996006845b727 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 19 Sep 2022 22:50:45 +0200
Subject: [PATCH] libsoup3: update to 3.2.0.

---
 .../libsoup3/patches/disable-broken-ssl-test.patch | 14 ++++++++++++++
 srcpkgs/libsoup3/template                          |  6 +++---
 2 files changed, 17 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/libsoup3/patches/disable-broken-ssl-test.patch

diff --git a/srcpkgs/libsoup3/patches/disable-broken-ssl-test.patch b/srcpkgs/libsoup3/patches/disable-broken-ssl-test.patch
new file mode 100644
index 000000000000..03b0d1f7eb95
--- /dev/null
+++ b/srcpkgs/libsoup3/patches/disable-broken-ssl-test.patch
@@ -0,0 +1,14 @@
+--- a/tests/meson.build
++++ b/tests/meson.build
+@@ -95,11 +95,6 @@ tests = [
+   {'name': 'server-auth'},
+   {'name': 'server'},
+   {'name': 'sniffing'},
+-  {'name': 'ssl',
+-   'dependencies': [gnutls_dep],
+-   'depends': mock_pkcs11_module,
+-   'c_args': '-DHAVE_GNUTLS=@0@'.format(gnutls_dep.found() ? 1 : 0),
+-  },
+   {'name': 'streaming'},
+   {'name': 'timeout'},
+   {'name': 'tld'},
diff --git a/srcpkgs/libsoup3/template b/srcpkgs/libsoup3/template
index 4bd887081037..6373ad3cb841 100644
--- a/srcpkgs/libsoup3/template
+++ b/srcpkgs/libsoup3/template
@@ -1,6 +1,6 @@
 # Template file for 'libsoup3'
 pkgname=libsoup3
-version=3.0.7
+version=3.2.0
 revision=1
 wrksrc="libsoup-$version"
 build_style=meson
@@ -13,14 +13,14 @@ hostmakedepends="gettext-devel glib-devel pkg-config gettext
 makedepends="libglib-devel nghttp2-devel sqlite-devel libpsl-devel brotli-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=ebdf90cf3599c11acbb6818a9d9e3fc9d2c68e56eb829b93962972683e1bf7c8
-make_check=no # gio tests can't run in chroot
+checksum=2832370698ca8f9fbf174c345b73d89b60561103a626c2df70726b0707f79bd3
 
 # Package build options
 build_options="gir"

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

* Re: [PR PATCH] [Updated] libsoup3: update to 3.2.0.
  2022-09-19 22:43 [PR PATCH] libsoup3: update to 3.2.0 paper42
@ 2022-09-19 23:04 ` paper42
  2022-09-28 13:16 ` paper42
  2022-09-28 13:23 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-09-19 23:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages libsoup3-3.2
https://github.com/void-linux/void-packages/pull/39378

libsoup3: update to 3.2.0.
<!-- 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/39378.patch is attached

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

From d9580278ec295b561d44633c8332786df88f76c8 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 19 Sep 2022 22:50:45 +0200
Subject: [PATCH] libsoup3: update to 3.2.0.

---
 .../libsoup3/patches/disable-broken-ssl-test.patch | 14 ++++++++++++++
 srcpkgs/libsoup3/template                          |  7 ++++---
 2 files changed, 18 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/libsoup3/patches/disable-broken-ssl-test.patch

diff --git a/srcpkgs/libsoup3/patches/disable-broken-ssl-test.patch b/srcpkgs/libsoup3/patches/disable-broken-ssl-test.patch
new file mode 100644
index 000000000000..03b0d1f7eb95
--- /dev/null
+++ b/srcpkgs/libsoup3/patches/disable-broken-ssl-test.patch
@@ -0,0 +1,14 @@
+--- a/tests/meson.build
++++ b/tests/meson.build
+@@ -95,11 +95,6 @@ tests = [
+   {'name': 'server-auth'},
+   {'name': 'server'},
+   {'name': 'sniffing'},
+-  {'name': 'ssl',
+-   'dependencies': [gnutls_dep],
+-   'depends': mock_pkcs11_module,
+-   'c_args': '-DHAVE_GNUTLS=@0@'.format(gnutls_dep.found() ? 1 : 0),
+-  },
+   {'name': 'streaming'},
+   {'name': 'timeout'},
+   {'name': 'tld'},
diff --git a/srcpkgs/libsoup3/template b/srcpkgs/libsoup3/template
index 4bd887081037..8ea908b278b5 100644
--- a/srcpkgs/libsoup3/template
+++ b/srcpkgs/libsoup3/template
@@ -1,6 +1,6 @@
 # Template file for 'libsoup3'
 pkgname=libsoup3
-version=3.0.7
+version=3.2.0
 revision=1
 wrksrc="libsoup-$version"
 build_style=meson
@@ -13,14 +13,15 @@ hostmakedepends="gettext-devel glib-devel pkg-config gettext
 makedepends="libglib-devel nghttp2-devel sqlite-devel libpsl-devel brotli-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=ebdf90cf3599c11acbb6818a9d9e3fc9d2c68e56eb829b93962972683e1bf7c8
-make_check=no # gio tests can't run in chroot
+checksum=2832370698ca8f9fbf174c345b73d89b60561103a626c2df70726b0707f79bd3
+make_check=ci-skip # can not bind ports in CI
 
 # Package build options
 build_options="gir"

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

* Re: [PR PATCH] [Updated] libsoup3: update to 3.2.0.
  2022-09-19 22:43 [PR PATCH] libsoup3: update to 3.2.0 paper42
  2022-09-19 23:04 ` [PR PATCH] [Updated] " paper42
@ 2022-09-28 13:16 ` paper42
  2022-09-28 13:23 ` [PR PATCH] [Merged]: " paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-09-28 13:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages libsoup3-3.2
https://github.com/void-linux/void-packages/pull/39378

libsoup3: update to 3.2.0.
<!-- 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/39378.patch is attached

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

From dcce66b72145c296458575896f9fdd093acf05c0 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 19 Sep 2022 22:50:45 +0200
Subject: [PATCH] libsoup3: update to 3.2.0.

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

diff --git a/srcpkgs/libsoup3/template b/srcpkgs/libsoup3/template
index 4bd887081037..b17f80f09c86 100644
--- a/srcpkgs/libsoup3/template
+++ b/srcpkgs/libsoup3/template
@@ -1,6 +1,6 @@
 # Template file for 'libsoup3'
 pkgname=libsoup3
-version=3.0.7
+version=3.2.0
 revision=1
 wrksrc="libsoup-$version"
 build_style=meson
@@ -12,15 +12,16 @@ 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"
+depends="glib-networking gnutls-devel"
+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=ebdf90cf3599c11acbb6818a9d9e3fc9d2c68e56eb829b93962972683e1bf7c8
-make_check=no # gio tests can't run in chroot
+checksum=2832370698ca8f9fbf174c345b73d89b60561103a626c2df70726b0707f79bd3
+make_check=ci-skip # can not bind ports in CI
 
 # Package build options
 build_options="gir"

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

* Re: [PR PATCH] [Merged]: libsoup3: update to 3.2.0.
  2022-09-19 22:43 [PR PATCH] libsoup3: update to 3.2.0 paper42
  2022-09-19 23:04 ` [PR PATCH] [Updated] " paper42
  2022-09-28 13:16 ` paper42
@ 2022-09-28 13:23 ` paper42
  2 siblings, 0 replies; 4+ messages in thread
From: paper42 @ 2022-09-28 13:23 UTC (permalink / raw)
  To: ml

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

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

libsoup3: update to 3.2.0.
https://github.com/void-linux/void-packages/pull/39378

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

end of thread, other threads:[~2022-09-28 13:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-19 22:43 [PR PATCH] libsoup3: update to 3.2.0 paper42
2022-09-19 23:04 ` [PR PATCH] [Updated] " paper42
2022-09-28 13:16 ` paper42
2022-09-28 13:23 ` [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).