From owner-freebsd-ports-bugs@freebsd.org Wed Apr 20 13:58:29 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C52C0B15DAE for ; Wed, 20 Apr 2016 13:58:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9BD531830 for ; Wed, 20 Apr 2016 13:58:29 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3KDwTMs065133 for ; Wed, 20 Apr 2016 13:58:29 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 208934] sysutils/rdiff-backup patch allowing use of non-vulnerable net/librsync1 Date: Wed, 20 Apr 2016 13:58:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: mvoorhis@cs.wpi.edu X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Apr 2016 13:58:29 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208934 Bug ID: 208934 Summary: sysutils/rdiff-backup patch allowing use of non-vulnerable net/librsync1 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: mvoorhis@cs.wpi.edu CC: bdrewery@FreeBSD.org, udvzsolt@gmail.com CC: bdrewery@FreeBSD.org, udvzsolt@gmail.com Created attachment 169491 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D169491&action= =3Dedit patch file for altering _librsyncmodule.c, taken with credit from fedora sysutils/rdiff-backup which is very useful depends on the insecure net/librsync. The logical step is to move from old net/librsync to the new net/librsync1, but this introduces a compile-time error breaking the port. The same compiler error exists for both ports sysutils/rdiff-backup and sysutils/rdiff-backup-devel; both errors are corrected by the same patch. A possible solution is to add the patchfile (attached), and alter the Makef= ile for both rdiff-backup ports (sysutils/rdiff-backup*/Makefile) changing the LIB_DEPENDS from net/librsync to net/librsync1 (i.e., add the number "1" to= the end of that line in the Makefile). Potential problems: a) net/librsync and net/librsync1 cannot co-exist on a system b) the old, vulnerable net/librsync is required by (according to FreshPorts= ): devel/codeblocks sysutils/duplicity in addition to the two rdiff-backup ports. I would think that the maintainers of those two ports might consider moving away from the insecure-and-unmaintained net/librsync to the newer net/librsync1. Thanks for reading, --MCV. --=20 You are receiving this mail because: You are the assignee for the bug.=