Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rsync: modify to build with rrsync
@ 2022-08-07 12:30 dataCobra
  2022-08-07 12:33 ` dataCobra
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dataCobra @ 2022-08-07 12:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages rsync_template
https://github.com/void-linux/void-packages/pull/38518

rsync: modify to build with rrsync
#### Testing the changes
- I tested the changes in this PR: **YES**, I fully tested the changes before the commit

#### 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
  - aarch64-musl
  - armv7l
  - armv6l-musl
  - x86_x64
  - x86_x64-musl


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

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

From e82bd30c32f607a23c0988a1501eb88e781930bd Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Sun, 7 Aug 2022 14:28:29 +0200
Subject: [PATCH] rsync: modify to build with rrsync

---
 srcpkgs/rsync/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rsync/template b/srcpkgs/rsync/template
index 2f79c20f8f6b..9563278c7b87 100644
--- a/srcpkgs/rsync/template
+++ b/srcpkgs/rsync/template
@@ -1,10 +1,11 @@
 # Template file for 'rsync'
 pkgname=rsync
 version=3.2.4
-revision=1
+revision=2
 build_style=gnu-configure
+configure_args="--with-rrsync"
 conf_files="/etc/rsyncd.conf"
-hostmakedepends="perl"
+hostmakedepends="perl python3-commonmark"
 makedepends="zlib-devel acl-devel popt-devel xxHash-devel liblz4-devel
  openssl-devel libzstd-devel"
 short_desc="Remote fast incremental file transfer tool"
@@ -19,7 +20,7 @@ checksum=6f761838d08052b0b6579cf7f6737d93e47f01f4da04c5d24d3447b7f2a5fad1
 CFLAGS="-DINET6"
 
 if [ "$CROSS_BUILD" ]; then
-	configure_args=" --disable-simd"
+	configure_args+=" --disable-simd"
 fi
 
 pre_check() {

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

* Re: rsync: modify to build with rrsync
  2022-08-07 12:30 [PR PATCH] rsync: modify to build with rrsync dataCobra
@ 2022-08-07 12:33 ` dataCobra
  2022-08-07 13:30 ` dataCobra
  2022-08-08 10:24 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: dataCobra @ 2022-08-07 12:33 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38518#issuecomment-1207398427

Comment:
Hey @leahneukirchen,

I've modified your maintained packages because it was lacking rrsync as a feature.
I hope you don't mind.

I think that rrsync is a crucial component of rsync.

I use it on my daily drivers all the time to securely copy backups around the web.

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

* Re: rsync: modify to build with rrsync
  2022-08-07 12:30 [PR PATCH] rsync: modify to build with rrsync dataCobra
  2022-08-07 12:33 ` dataCobra
@ 2022-08-07 13:30 ` dataCobra
  2022-08-08 10:24 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: dataCobra @ 2022-08-07 13:30 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/38518#issuecomment-1207398427

Comment:
Hey @leahneukirchen,

I've modified your maintained package because it was lacking rrsync as a feature.
I hope you don't mind.

I think that rrsync is a crucial component of rsync.

I use it on my daily drivers all the time to securely copy backups around the web.

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

* Re: [PR PATCH] [Merged]: rsync: modify to build with rrsync
  2022-08-07 12:30 [PR PATCH] rsync: modify to build with rrsync dataCobra
  2022-08-07 12:33 ` dataCobra
  2022-08-07 13:30 ` dataCobra
@ 2022-08-08 10:24 ` leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2022-08-08 10:24 UTC (permalink / raw)
  To: ml

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

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

rsync: modify to build with rrsync
https://github.com/void-linux/void-packages/pull/38518

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**, I fully tested the changes before the commit

#### Local build testing
- I built this PR locally for my native architecture, (Void 5.18.16_1 x86_64 GenuineIntel/VM)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64 (crossbuild)
  - aarch64-musl (crossbuild)
  - armv7l (crossbuild)
  - armv6l-musl (crossbuild)
  - x86_x64
  - x86_x64-musl (crossbuild)


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

end of thread, other threads:[~2022-08-08 10:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-07 12:30 [PR PATCH] rsync: modify to build with rrsync dataCobra
2022-08-07 12:33 ` dataCobra
2022-08-07 13:30 ` dataCobra
2022-08-08 10:24 ` [PR PATCH] [Merged]: " leahneukirchen

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