Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] strongswan: disable libsoup
@ 2024-04-21 10:27 sgn
  2024-04-22 15:52 ` Vaelatern
  2024-04-22 23:40 ` [PR PATCH] [Merged]: " sgn
  0 siblings, 2 replies; 3+ messages in thread
From: sgn @ 2024-04-21 10:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/sgn/void-packages strongswan-no-libsoup
https://github.com/void-linux/void-packages/pull/49954

strongswan: disable libsoup
libsoup is used for soup-fetcher, but strongswan has another fetcher, which is curl-fetcher.

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

#### Testing the changes
- I tested the changes in this PR: **NO**

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-strongswan-no-libsoup-49954.patch --]
[-- Type: text/x-diff, Size: 1566 bytes --]

From 3897853894ca0d287a913c074ce724a9af1ccad8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?=
 <congdanhqx@gmail.com>
Date: Sun, 21 Apr 2024 17:25:18 +0700
Subject: [PATCH] strongswan: disable libsoup

libsoup is used for soup-fetcher, but strongswan has another fetcher,
which is curl-fetcher.
---
 srcpkgs/strongswan/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/strongswan/template b/srcpkgs/strongswan/template
index a90add5d823292..da99fe6e19c724 100644
--- a/srcpkgs/strongswan/template
+++ b/srcpkgs/strongswan/template
@@ -1,16 +1,16 @@
 # Template file for 'strongswan'
 pkgname=strongswan
 version=5.9.13
-revision=1
+revision=2
 build_style=gnu-configure
 # tpm support waits on libtss2
 configure_args="--disable-static --enable-blowfish --enable-curl --enable-md4
  --enable-openssl --enable-eap-radius --enable-eap-mschapv2 --enable-eap-md5
  --enable-eap-identity --enable-eap-dynamic --enable-led --enable-ha --enable-dhcp
- --enable-mediation --enable-soup --disable-des --enable-chapoly --enable-nm
+ --enable-mediation --disable-soup --disable-des --enable-chapoly --enable-nm
  --enable-pkcs11"
 hostmakedepends="pkg-config flex bison python3"
-makedepends="gmp-devel libsoup-devel libldns-devel unbound-devel libcurl-devel
+makedepends="gmp-devel libldns-devel unbound-devel libcurl-devel
  NetworkManager-devel openssl-devel"
 depends="iproute2 sqlite"
 conf_files="/etc/*.conf /etc/strongswan.d/*.conf /etc/strongswan.d/charon/*.conf /etc/ipsec.secrets"

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

* Re: strongswan: disable libsoup
  2024-04-21 10:27 [PR PATCH] strongswan: disable libsoup sgn
@ 2024-04-22 15:52 ` Vaelatern
  2024-04-22 23:40 ` [PR PATCH] [Merged]: " sgn
  1 sibling, 0 replies; 3+ messages in thread
From: Vaelatern @ 2024-04-22 15:52 UTC (permalink / raw)
  To: ml

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

New comment by Vaelatern on void-packages repository

https://github.com/void-linux/void-packages/pull/49954#issuecomment-2069986432

Comment:
No objection.

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

* Re: [PR PATCH] [Merged]: strongswan: disable libsoup
  2024-04-21 10:27 [PR PATCH] strongswan: disable libsoup sgn
  2024-04-22 15:52 ` Vaelatern
@ 2024-04-22 23:40 ` sgn
  1 sibling, 0 replies; 3+ messages in thread
From: sgn @ 2024-04-22 23:40 UTC (permalink / raw)
  To: ml

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

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

strongswan: disable libsoup
https://github.com/void-linux/void-packages/pull/49954

Description:
libsoup is used for soup-fetcher, but strongswan has another fetcher, which is curl-fetcher.

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

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### 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] 3+ messages in thread

end of thread, other threads:[~2024-04-22 23:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-21 10:27 [PR PATCH] strongswan: disable libsoup sgn
2024-04-22 15:52 ` Vaelatern
2024-04-22 23:40 ` [PR PATCH] [Merged]: " sgn

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