#13027 closed submission (fixed)
NEW: rsyncrypto 1.06
Reported by: | macports@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt), ecronin (Eric Cronin), 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 (3)
Change History (13)
comment:1 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Owner: | changed from macports-dev@… to ryandesign@… |
comment:2 Changed 17 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 17 years ago by ecronin (Eric Cronin)
Summary: | NEW: rsyncrypto 1.04 → NEW: rsyncrypto 1.06 |
---|---|
Version: | 1.5.2 |
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
Changed 17 years ago by ecronin (Eric Cronin)
Attachment: | Portfile.2 added |
---|
update of Portfile for version 1.06
comment:4 Changed 17 years ago by ecronin (Eric Cronin)
Cc: | ecronin@… added |
---|
comment:5 Changed 17 years ago by jmpalacios (Juan Manuel Palacios)
Cc: | macports-dev@… removed |
---|
comment:6 Changed 17 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | vincent@… added |
---|---|
Priority: | Low → Normal |
comment:7 Changed 16 years ago by macports@…
comment:8 Changed 16 years ago by blb@…
Cc: | macports@… removed |
---|---|
Port: | rsyncrypto added |
Resolution: | → fixed |
Status: | new → closed |
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:9 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → submission |
---|
comment:10 Changed 16 years ago by (none)
Milestone: | Port Submissions |
---|
Milestone Port Submissions deleted
Thanks for contributing! There are some problems though:
So please:
In addition:
Can you please attach a revised portfile? Thanks.