Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rsync/
Date: Thu, 25 Jun 2020 08:34:59
Message-Id: 1593074081.5eb79a6c9300e9385ffb6eac6fff0ef041bef693.polynomial-c@gentoo
1 commit: 5eb79a6c9300e9385ffb6eac6fff0ef041bef693
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 25 08:22:20 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 25 08:34:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb79a6c
7
8 net-misc/rsync: Security cleanup
9
10 Bug: https://bugs.gentoo.org/728852
11 Package-Manager: Portage-2.3.103, Repoman-2.3.23
12 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
13
14 net-misc/rsync/Manifest | 1 -
15 net-misc/rsync/rsync-3.1.3.ebuild | 91 ---------------------------------------
16 2 files changed, 92 deletions(-)
17
18 diff --git a/net-misc/rsync/Manifest b/net-misc/rsync/Manifest
19 index bda6efcb431..ea52537c282 100644
20 --- a/net-misc/rsync/Manifest
21 +++ b/net-misc/rsync/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST rsync-3.1.3.tar.gz 905908 BLAKE2B 616a1f3239327a28b881310f5f249c90b8bcdb05091279cd62f9cb4e35a8428c7cdd9b89e711ba124601a738f0deb9bfbebafba7fd88b72866476138a9f8c75a SHA512 8385f4c0ea37e7a1da3cf45794154f5bc4d1c49bc625ba3b5f85adaf3eafe6d71c15bdcb1410bde731e5d4c19aff3331606637462fa27a68dc3e13192dd78f99
24 DIST rsync-3.2.0.tar.gz 1048009 BLAKE2B 641be077a88958a09b083fd9658ae7f40ce3565bee1959f0c7ef82c61356a070e7ca1e0ceeb96b7a1b31a5ee031a84733ade3965aaa93f9e18795df16a6c1460 SHA512 01a109e1e061bb7f4734b694e1f15a83efdd8fcb1995e5eeea75a8d245eead4412c09b37b0fcdfe522e368673768e4fa5ed8891ccf3ae42f60293e4e68d506c2
25 DIST rsync-3.2.1.tar.gz 1051665 BLAKE2B de1ee047b9a378cd16fceb188d0a2e14e78751c8295263e183888b464ced9263be600bbb04b7793d48e7aa1fd2ab0709d717234f346cc6a5a028c3daddcb019e SHA512 80d639ab56a993de8016115fe15794bb9aa7012e4a8300402954760566a821c230af9dcdb19143d70663497a830289212ce329fb0c4fd5c4b6f392d850e5fd8c
26
27 diff --git a/net-misc/rsync/rsync-3.1.3.ebuild b/net-misc/rsync/rsync-3.1.3.ebuild
28 deleted file mode 100644
29 index b5837aee160..00000000000
30 --- a/net-misc/rsync/rsync-3.1.3.ebuild
31 +++ /dev/null
32 @@ -1,91 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit flag-o-matic prefix systemd
39 -
40 -DESCRIPTION="File transfer program to keep remote files into sync"
41 -HOMEPAGE="https://rsync.samba.org/"
42 -SRC_URI="https://rsync.samba.org/ftp/rsync/src/${P}.tar.gz"
43 -[[ "${PV}" = *_pre* ]] && SRC_URI="https://rsync.samba.org/ftp/rsync/src-previews/${P/_/}.tar.gz"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -[[ ${PV} = *_pre* ]] || \
48 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
49 -IUSE="acl examples iconv ipv6 static stunnel xattr"
50 -
51 -LIB_DEPEND="acl? ( virtual/acl[static-libs(+)] )
52 - xattr? ( kernel_linux? ( sys-apps/attr[static-libs(+)] ) )
53 - >=dev-libs/popt-1.5[static-libs(+)]"
54 -RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
55 - iconv? ( virtual/libiconv )"
56 -DEPEND="${RDEPEND}
57 - static? ( ${LIB_DEPEND} )"
58 -
59 -S="${WORKDIR}/${P/_/}"
60 -
61 -src_configure() {
62 - use static && append-ldflags -static
63 - local myeconfargs=(
64 - --with-rsyncd-conf="${EPREFIX}"/etc/rsyncd.conf
65 - --without-included-popt
66 - $(use_enable acl acl-support)
67 - $(use_enable iconv)
68 - $(use_enable ipv6)
69 - $(use_enable xattr xattr-support)
70 - )
71 - econf "${myeconfargs[@]}"
72 - touch proto.h-tstamp #421625
73 -}
74 -
75 -src_install() {
76 - emake DESTDIR="${D}" install
77 -
78 - newconfd "${FILESDIR}"/rsyncd.conf.d rsyncd
79 - newinitd "${FILESDIR}"/rsyncd.init.d-r1 rsyncd
80 -
81 - dodoc NEWS OLDNEWS README TODO tech_report.tex
82 -
83 - insinto /etc
84 - newins "${FILESDIR}"/rsyncd.conf-3.0.9-r1 rsyncd.conf
85 -
86 - insinto /etc/logrotate.d
87 - newins "${FILESDIR}"/rsyncd.logrotate rsyncd
88 -
89 - insinto /etc/xinetd.d
90 - newins "${FILESDIR}"/rsyncd.xinetd-3.0.9-r1 rsyncd
91 -
92 - # Install stunnel helpers
93 - if use stunnel ; then
94 - emake DESTDIR="${D}" install-ssl-client
95 - emake DESTDIR="${D}" install-ssl-daemon
96 - fi
97 -
98 - # Install the useful contrib scripts
99 - if use examples ; then
100 - exeinto /usr/share/rsync
101 - doexe support/*
102 - rm -f "${ED%/}"/usr/share/rsync/{Makefile*,*.c}
103 - fi
104 -
105 - eprefixify "${ED%/}"/etc/{,xinetd.d}/rsyncd*
106 -
107 - systemd_dounit "${FILESDIR}/rsyncd.service"
108 -}
109 -
110 -pkg_postinst() {
111 - if egrep -qis '^[[:space:]]use chroot[[:space:]]*=[[:space:]]*(no|0|false)' \
112 - "${EROOT}"/etc/rsyncd.conf "${EROOT}"/etc/rsync/rsyncd.conf ; then
113 - ewarn "You have disabled chroot support in your rsyncd.conf. This"
114 - ewarn "is a security risk which you should fix. Please check your"
115 - ewarn "/etc/rsyncd.conf file and fix the setting 'use chroot'."
116 - fi
117 - if use stunnel ; then
118 - einfo "Please install \">=net-misc/stunnel-4\" in order to use stunnel feature."
119 - einfo
120 - einfo "You maybe have to update the certificates configured in"
121 - einfo "${EROOT}/etc/stunnel/rsync.conf"
122 - fi
123 -}