commit:     de1507df9ad772d4cf78297924c6815b83a22f7a
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 26 09:25:40 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jan 26 09:25:40 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de1507df

net-misc/rsync: Removed vulnerable versions.

Package-Manager: portage-2.2.27
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-misc/rsync/Manifest           |  1 -
 net-misc/rsync/rsync-3.1.1.ebuild | 75 ---------------------------------------
 2 files changed, 76 deletions(-)

diff --git a/net-misc/rsync/Manifest b/net-misc/rsync/Manifest
index 4774bc2..f6908d6 100644
--- a/net-misc/rsync/Manifest
+++ b/net-misc/rsync/Manifest
@@ -1,2 +1 @@
-DIST rsync-3.1.1.tar.gz 890124 SHA256 
7de4364fcf5fe42f3bdb514417f1c40d10bbca896abe7e7f2c581c6ea08a2621 SHA512 
ec0e46ff532a09a711282aaa822f5f1c133593ee6c1c474acd67284619236e6a202f0f369d3e67a95ceb3a3b1c39ea7fb609d6d6fb950f3be6e0f6372e903e21
 WHIRLPOOL 
0622646c10a0b4553fddbc0c3c48e6a87f78eaa56dc0cc0f0db86ed45e2c6572d23e4c379fae50ced012c2c0e75a364cae55f7c49f88918a9d62fb9ae17805b9
 DIST rsync-3.1.2.tar.gz 892724 SHA256 
ecfa62a7fa3c4c18b9eccd8c16eaddee4bd308a76ea50b5c02a5840f09c0a1c2 SHA512 
4c55fd69f436ead0cb5a0b7c6fdfef9bb28ddb9c63534eb619e756b118d5b08cfc5e696498650932c86e865b37e06633da947e6720ca0c27ed5c034313ae208b
 WHIRLPOOL 
ba793bfc7f0bdd70dba812a4a782c6ed703c7e83e2d04ca714e67e6153b31f6fc49e224ef7622bf5abb1e0ba0f633bc88b2640548028944b5dfa0443ae8c585e

diff --git a/net-misc/rsync/rsync-3.1.1.ebuild 
b/net-misc/rsync/rsync-3.1.1.ebuild
deleted file mode 100644
index 15206a0..0000000
--- a/net-misc/rsync/rsync-3.1.1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-inherit eutils flag-o-matic prefix systemd
-
-DESCRIPTION="File transfer program to keep remote files into sync"
-HOMEPAGE="http://rsync.samba.org/";
-SRC_URI="http://rsync.samba.org/ftp/rsync/src/${P/_/}.tar.gz";
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd 
~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux 
~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="acl iconv ipv6 static xattr"
-
-LIB_DEPEND="acl? ( virtual/acl[static-libs(+)] )
-       xattr? ( kernel_linux? ( sys-apps/attr[static-libs(+)] ) )
-       >=dev-libs/popt-1.5[static-libs(+)]"
-RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )
-       iconv? ( virtual/libiconv )"
-DEPEND="${RDEPEND}
-       static? ( ${LIB_DEPEND} )"
-
-S=${WORKDIR}/${P/_/}
-
-src_prepare() {
-       epatch_user
-}
-
-src_configure() {
-       use static && append-ldflags -static
-       econf \
-               --without-included-popt \
-               $(use_enable acl acl-support) \
-               $(use_enable xattr xattr-support) \
-               $(use_enable ipv6) \
-               $(use_enable iconv) \
-               --with-rsyncd-conf="${EPREFIX}"/etc/rsyncd.conf
-       touch proto.h-tstamp #421625
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-       newconfd "${FILESDIR}"/rsyncd.conf.d rsyncd
-       newinitd "${FILESDIR}"/rsyncd.init.d-r1 rsyncd
-       dodoc NEWS OLDNEWS README TODO tech_report.tex
-       insinto /etc
-       newins "${FILESDIR}"/rsyncd.conf-3.0.9-r1 rsyncd.conf
-
-       insinto /etc/logrotate.d
-       newins "${FILESDIR}"/rsyncd.logrotate rsyncd
-
-       insinto /etc/xinetd.d
-       newins "${FILESDIR}"/rsyncd.xinetd-3.0.9-r1 rsyncd
-
-       # Install the useful contrib scripts
-       exeinto /usr/share/rsync
-       doexe support/*
-       rm -f "${ED}"/usr/share/rsync/{Makefile*,*.c}
-
-       eprefixify "${ED}"/etc/{,xinetd.d}/rsyncd*
-
-       systemd_dounit "${FILESDIR}/rsyncd.service"
-}
-
-pkg_postinst() {
-       if egrep -qis '^[[:space:]]use 
chroot[[:space:]]*=[[:space:]]*(no|0|false)' \
-               "${EROOT}"/etc/rsyncd.conf "${EROOT}"/etc/rsync/rsyncd.conf ; 
then
-               ewarn "You have disabled chroot support in your rsyncd.conf.  
This"
-               ewarn "is a security risk which you should fix.  Please check 
your"
-               ewarn "/etc/rsyncd.conf file and fix the setting 'use chroot'."
-       fi
-}

Reply via email to