Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] socat: update to 1.7.4.3.
@ 2022-01-10 17:00 unspecd
  2022-01-10 17:08 ` [PR REVIEW] " unspecd
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: unspecd @ 2022-01-10 17:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/unspecd/void-packages pkg/socat
https://github.com/void-linux/void-packages/pull/34983

socat: update to 1.7.4.3.
<!-- 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 [skip CI](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, (x86_64-musl)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - x86_64
  - ppc64le-musl


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

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

From 24500bde82fec90f67d2b40416fca0370710b100 Mon Sep 17 00:00:00 2001
From: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Date: Tue, 11 Jan 2022 03:50:02 +1100
Subject: [PATCH] socat: update to 1.7.4.3.

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

diff --git a/srcpkgs/socat/template b/srcpkgs/socat/template
index 92ccc52bc08f..44fe3e4ce6d6 100644
--- a/srcpkgs/socat/template
+++ b/srcpkgs/socat/template
@@ -1,6 +1,6 @@
 # Template file for 'socat'
 pkgname=socat
-version=1.7.4.2
+version=1.7.4.3
 revision=1
 build_style=gnu-configure
 configure_args="--disable-libwrap --enable-fips
@@ -11,10 +11,12 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://www.dest-unreach.org/socat/"
 distfiles="http://www.dest-unreach.org/socat/download/socat-${version}.tar.bz2"
-checksum=6690a9f9990457b505097a272bbf2cbf4cc35576176f76646e3524b0e91c1763
+checksum=d47318104415077635119dfee44bcfb41de3497374a9a001b1aff6e2f0858007
 
 case "$XBPS_TARGET_MACHINE" in
-	*-musl) CFLAGS="-D_LINUX_IF_ETHER_H";;
+	*-musl) CFLAGS="-D_LINUX_IF_ETHER_H"
+		configure_args+=" sc_cv_getprotobynumber_r=2"
+		;;
 esac
 
 case "$XBPS_TARGET_MACHINE" in

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

end of thread, other threads:[~2022-01-11 21:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-10 17:00 [PR PATCH] socat: update to 1.7.4.3 unspecd
2022-01-10 17:08 ` [PR REVIEW] " unspecd
2022-01-11 19:33 ` ericonr
2022-01-11 20:32 ` [PR PATCH] [Updated] " unspecd
2022-01-11 20:51 ` [PR REVIEW] " unspecd
2022-01-11 21:01 ` [PR PATCH] [Merged]: " ericonr

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