Ticket #13027 (closed submission: fixed)
NEW: rsyncrypto 1.06
| Reported by: | macports@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | |
| Keywords: | Cc: | ryandesign@…, ecronin@…, vincent@… | |
| Port: | rsyncrypto |
Description
rsyncrypto encrypts files in a way that shouldn't mess up rsync's change detection.
It was a pretty easy portfile, though I've only tested it on my own computer.
Attachments
Change History
comment:1 Changed 6 years ago by ryandesign@…
- Cc ryandesign@… added
- Owner changed from macports-dev@… to ryandesign@…
comment:2 Changed 6 years ago by macports@…
I attempted to incorporate the recommendations. I started with an existing portfile, which may have required a less conventional configuration.
Not quite sure what I'm getting myself into with maintenance, but I'll give it go.
- Justin
comment:3 follow-up: ↓ 7 Changed 5 years ago by ecronin@…
- Version 1.5.2 deleted
- Summary changed from NEW: rsyncrypto 1.04 to NEW: rsyncrypto 1.06
Hi, going through unclosed port submissions in trac and this one looks good now with one exception:
checking for gzip with "rsyncable" support... gzip: unrecognized option `--rsync able' Try `gzip --help' for more information. no! configure: WARNING: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! configure: WARNING: ! gzip must support the "--rsyncable" flag for proper rsyncrypto operation. ! configure: WARNING: ! This does not affect compilation, but a proper gzip must be available at runtime. ! configure: WARNING: !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
From the README:
Rsyncrypto requires gzip that supports the "rsyncable" flag. The gzip rsyncable flag is a patch written by Rusty Russell. This patch is available in the "contrib" directory, and nees to be applied against the *gzip* sources.
So it looks like either the build of rsyncrypto needs to fetch/build/install a gzip-rsyncable binary or add a +rsyncable variant to archivers/gzip which fetches the rsyncrypto port to grab and apply the patch in contrib.
I'm attaching an updated portfile which bumps it to the current 1.06 version
comment:6 Changed 5 years ago by ryandesign@…
- Priority changed from Low to Normal
- Cc vincent@… added
comment:8 Changed 5 years ago by blb@…
- Status changed from new to closed
- Cc macports@… removed
- Resolution set to fixed
- Port set to rsyncrypto
Port added in r41561, thanks. Note I did make one change, obfuscating your email with the a@… -> b.c:a technique (port info knows how to de-obfuscate this).
comment:10 Changed 4 years ago by anonymous
- Milestone Port Submissions deleted
Milestone Port Submissions deleted


Thanks for contributing! There are some problems though:
So please:
In addition:
Can you please attach a revised portfile? Thanks.