Package: rsyncrypto Version: 1.13-1 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu zesty ubuntu-patch
Dear Maintainer, The upstream build system now checks that OpenSSL is 1.1.0 or greater, but the build dependency still has a version check for libssl-dev >= 0.9.7. In Ubuntu, the attached patch was applied to achieve the following: * Indicate that build dependency of libssl-dev needs to be >= 1.1.0. Thanks for considering the patch. Logan Rosen -- System Information: Debian Release: stretch/sid APT prefers yakkety-updates APT policy: (500, 'yakkety-updates'), (500, 'yakkety-security'), (500, 'yakkety'), (100, 'yakkety-backports') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.4.0-21-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.utf8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)
diff -Nru rsyncrypto-1.13/debian/control rsyncrypto-1.13/debian/control --- rsyncrypto-1.13/debian/control 2016-06-24 06:32:02.000000000 -0400 +++ rsyncrypto-1.13/debian/control 2016-12-27 01:41:00.000000000 -0500 @@ -2,7 +2,7 @@ Section: utils Priority: optional Maintainer: Shachar Shemesh <[email protected]> -Build-Depends: debhelper (>= 9), libssl-dev (>= 0.9.7), libargtable2-dev, autotools-dev +Build-Depends: debhelper (>= 9), libssl-dev (>= 1.1.0), libargtable2-dev, autotools-dev Standards-Version: 3.9.8.0 Homepage: http://rsyncrypto.lingnu.com

