Github messages for voidlinux
 help / color / mirror / Atom feed
From: paper42 <paper42@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] rsync: fix IPv6 on musl
Date: Fri, 04 Dec 2020 10:31:59 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26937@inbox.vuxu.org> (raw)

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

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

https://github.com/paper42/void-packages 0001-rsync-fix-IPv6-on-musl.patch
https://github.com/void-linux/void-packages/pull/26937

rsync: fix IPv6 on musl
close: #26796

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-0001-rsync-fix-IPv6-on-musl.patch-26937.patch --]
[-- Type: text/x-diff, Size: 1390 bytes --]

From 9f09910f6e896b8c468a24cdadec36f13282a7bf Mon Sep 17 00:00:00 2001
From: Paper <paper@tilde.institute>
Date: Fri, 4 Dec 2020 10:30:23 +0100
Subject: [PATCH] rsync: fix IPv6 on musl

close: #26796
---
 srcpkgs/rsync/template | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rsync/template b/srcpkgs/rsync/template
index e95260cec74..2bd9d8f7cbc 100644
--- a/srcpkgs/rsync/template
+++ b/srcpkgs/rsync/template
@@ -1,7 +1,7 @@
 # Template file for 'rsync'
 pkgname=rsync
 version=3.2.3
-revision=1
+revision=2
 build_style=gnu-configure
 conf_files="/etc/rsyncd.conf"
 hostmakedepends="perl"
@@ -10,11 +10,14 @@ makedepends="zlib-devel acl-devel popt-devel xxHash-devel liblz4-devel
 short_desc="Remote fast incremental file transfer tool"
 maintainer="Lugubris <lugubris@disroot.org>"
 license="GPL-3.0-only"
-homepage="http://samba.anu.edu.au/rsync/"
+homepage="https://rsync.samba.org/"
 changelog="https://download.samba.org/pub/rsync/NEWS"
-distfiles="http://www.samba.org/ftp/rsync/src/rsync-$version.tar.gz"
+distfiles="https://www.samba.org/ftp/rsync/src/rsync-$version.tar.gz"
 checksum=becc3c504ceea499f4167a260040ccf4d9f2ef9499ad5683c179a697146ce50e
 
+# Force enable IPv6 on musl - upstream bug https://bugzilla.samba.org/show_bug.cgi?id=10715
+CFLAGS="$CFLAGS -DINET6"
+
 if [ "$CROSS_BUILD" ]; then
 	configure_args=" --disable-simd"
 fi

             reply	other threads:[~2020-12-04  9:31 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-04  9:31 paper42 [this message]
2020-12-04 13:24 ` [PR REVIEW] " ericonr
2020-12-04 14:11 ` pullmoll
2020-12-04 17:29 ` [PR PATCH] [Updated] " paper42
2020-12-04 17:30 ` [PR REVIEW] " paper42
2020-12-04 17:50 ` ericonr
2020-12-04 17:51 ` [PR PATCH] [Merged]: " ericonr

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26937@inbox.vuxu.org \
    --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).