Gentoo Archives: gentoo-commits

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