Bug 263794 - net/rsync: add rrsync manpage
Summary: net/rsync: add rrsync manpage
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Rodrigo Osorio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-05 11:20 UTC by Helge Oldach
Modified: 2022-05-08 11:14 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (rodrigo)


Attachments
Move the manpage to the right location and pkg-plist it (785 bytes, patch)
2022-05-05 11:20 UTC, Helge Oldach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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