Github messages for voidlinux
 help / color / mirror / Atom feed
From: paper42 <paper42@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] socat: enable openssl-method
Date: Fri, 22 Jan 2021 12:48:24 +0100	[thread overview]
Message-ID: <20210122114824.82HQyhT88YnSahcEG1yXboGZiqirLFy7HVmcqglEamo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27620@inbox.vuxu.org>

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

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

https://github.com/paper42/void-packages 0001-socat-enable-openssl-method.patch
https://github.com/void-linux/void-packages/pull/27620

socat: enable openssl-method


A patch file from https://github.com/void-linux/void-packages/pull/27620.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0001-socat-enable-openssl-method.patch-27620.patch --]
[-- Type: text/x-diff, Size: 1232 bytes --]

From 5533a5b91fe8a711dcec3c1b848f2c1cccc0d006 Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Sat, 2 Jan 2021 12:27:00 +0100
Subject: [PATCH] socat: add option to enable openssl-method

---
 srcpkgs/socat/template | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/socat/template b/srcpkgs/socat/template
index a163d2099c0..d819696ecad 100644
--- a/srcpkgs/socat/template
+++ b/srcpkgs/socat/template
@@ -4,7 +4,7 @@ version=1.7.3.4
 revision=2
 build_style=gnu-configure
 configure_args="--disable-libwrap --enable-fips
- ac_cv_have_z_modifier=yes"
+ $(vopt_if opensslmethod --enable-openssl-method) ac_cv_have_z_modifier=yes"
 makedepends="readline-devel libressl-devel"
 short_desc="Relay for bidirectional data transfer between two independent channels"
 maintainer="q66 <daniel@octaforge.org>"
@@ -13,6 +13,9 @@ homepage="http://www.dest-unreach.org/socat/"
 distfiles="http://www.dest-unreach.org/socat/download/socat-${version}.tar.bz2"
 checksum=972374ca86f65498e23e3259c2ee1b8f9dbeb04d12c2a78c0c9b5d1cb97dfdfc
 
+build_options="opensslmethod"
+desc_option_opensslmethod="Enable openssl-method"
+
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) CFLAGS="-D_LINUX_IF_ETHER_H";;
 esac

  parent reply	other threads:[~2021-01-22 11:48 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-02 11:52 [PR PATCH] " paper42
2021-01-04 23:21 ` ericonr
2021-01-05 10:07 ` [PR PATCH] [Updated] " paper42
2021-01-05 10:08 ` paper42
2021-01-05 11:02 ` Piraty
2021-01-22  8:37 ` Piraty
2021-01-22 11:48 ` paper42 [this message]
2021-01-22 11:49 ` [PR PATCH] [Updated] " paper42
2021-01-22 12:00 ` paper42
2021-01-24 16:34 ` q66
2021-01-24 16:35 ` q66
2021-01-24 17:55 ` [PR PATCH] [Closed]: " paper42
2021-01-24 17:55 ` paper42

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210122114824.82HQyhT88YnSahcEG1yXboGZiqirLFy7HVmcqglEamo@z \
    --to=paper42@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).