Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 561646 - >=net-misc/rsync-3.1.0: ssl helper scripts not installed
Summary: >=net-misc/rsync-3.1.0: ssl helper scripts not installed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-27 15:42 UTC by Stefan Langenmaier
Modified: 2015-12-22 10:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
rsync ebuild with ssl use flag (rsync-3.1.1-r1.ebuild,2.59 KB, text/plain)
2015-09-27 15:43 UTC, Stefan Langenmaier
Details
rsync-3.1.1.patch (rsync-3.1.1.patch,485 bytes, patch)
2015-09-27 17:48 UTC, Stefan Langenmaier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Langenmaier 2015-09-27 15:42:52 UTC
The rsync application has since version 3.1.0 ssl helper-scripts:
https://download.samba.org/pub/rsync/src/rsync-3.1.0-NEWS

This is based on code from this project:
http://dozzie.jarowit.net/trac/wiki/RsyncSSL

The scripts are built by the ebuild but they are not installed as the are not installed by the make target "install" but "install-all". :)

The scripts use stunnel to achieve the encryption.

I have attached an ebuild based on the current stable rsync ebuild. This ebuild has an added use flag, which pulls in the necessary dependency "stunnel" and executes the additional install targets.

Reproducible: Always

Steps to Reproduce:
1. Install current rsync with emerge

Actual Results:  
No rsync-ssl script available

Expected Results:  
The rsync-ssl script should be available
Comment 1 Stefan Langenmaier 2015-09-27 15:43:26 UTC
Created attachment 413074 [details]
rsync ebuild with ssl use flag

rsync ebuild with ssl use flag
Comment 2 Michael Palimaka (kensington) gentoo-dev 2015-09-27 17:41:24 UTC
Could you please attach your changes as a patch?
Comment 3 Stefan Langenmaier 2015-09-27 17:48:52 UTC
Created attachment 413086 [details, diff]
rsync-3.1.1.patch

Added the changes in form of a patch.
Comment 4 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2015-12-22 10:05:52 UTC
commit a58c8842dfe4f8f977a2c278e5ffd2588afff8ec
Author: Lars Wendler <polynomial-c@gentoo.org>
Date:   Tue Dec 22 11:03:31 2015

    net-misc/rsync: Security bump to version 3.1.2

    Added stunnel USE flag which installs stunnel helper scripts
    (Gentoo bug #561646).

    Package-Manager: portage-2.2.26
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>