Bug 263794

Summary: net/rsync: add rrsync manpage
Product: Ports & Packages Reporter: Helge Oldach <freebsd>
Component: Individual Port(s)Assignee: Rodrigo Osorio <rodrigo>
Status: Closed FIXED    
Severity: Affects Many People CC: freebsd
Priority: --- Flags: bugzilla: maintainer-feedback? (rodrigo)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Move the manpage to the right location and pkg-plist it none

Description Helge Oldach 2022-05-05 11:20:03 UTC
Created attachment 233742 [details]
Move the manpage to the right location and pkg-plist it
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-05-08 11:11:23 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=846e6c502da76de2a1c624aeb219898107fbffb5

commit 846e6c502da76de2a1c624aeb219898107fbffb5
Author:     Rodrigo Osorio <rodrigo@FreeBSD.org>
AuthorDate: 2022-05-08 09:21:44 +0000
Commit:     Rodrigo Osorio <rodrigo@FreeBSD.org>
CommitDate: 2022-05-08 11:00:37 +0000

    net/rsync: Fix unexpected changes caused by previous rsync commit

     * Remove python dependency introduced in last commit,
       we keep USES=python to fix the rrsync shebang but
       add PYTHON_NO_DEPENDS=yes since Python itself is
       not wanted. Add a pkg-message to notify users.
     * Fix patching issues on manpages and sample files
       which abusively transformes all etc paths into
       /usr/local/etc.
     * Install missing rrsync manpage

     Also add forgotten items in last commit
      * version 3.2.4 fixes CVE-2018-25032 in bundled zlib
      * remove upstreamed patch to fix time limit options (patch-io.c)

    PR:             263787
    PR:             263794
    Reported by:    <jamie@catflap.org>
    Reported by:    <freebsd@oldach.net>
    Security:       CVE-2018-25032 in the bundled zlib

 net/rsync/Makefile          | 8 ++++++--
 net/rsync/pkg-message (new) | 8 ++++++++
 net/rsync/pkg-plist         | 1 +
 3 files changed, 15 insertions(+), 2 deletions(-)
Comment 2 Rodrigo Osorio freebsd_committer freebsd_triage 2022-05-08 11:14:30 UTC
rrsync manpage added, thanks for your help.

Cheers,
-- rodrigo