commit:     755993fcf7c9451edfe66a9577d15b2d35a9034c
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 09:19:54 2017 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 09:19:54 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=755993fc

app-admin/lsyncd: remove vulnerable wrt sec bug #562898

Package-Manager: portage-2.3.3

 app-admin/lsyncd/Manifest                        |  2 --
 app-admin/lsyncd/files/lsyncd-2.1.6-mandir.patch |  8 -------
 app-admin/lsyncd/lsyncd-2.1.5.ebuild             | 23 -------------------
 app-admin/lsyncd/lsyncd-2.1.6-r1.ebuild          | 29 ------------------------
 app-admin/lsyncd/lsyncd-2.1.6.ebuild             | 25 --------------------
 5 files changed, 87 deletions(-)

diff --git a/app-admin/lsyncd/Manifest b/app-admin/lsyncd/Manifest
index 3e6631d..c3606da 100644
--- a/app-admin/lsyncd/Manifest
+++ b/app-admin/lsyncd/Manifest
@@ -1,3 +1 @@
-DIST lsyncd-2.1.5.tar.gz 149873 SHA256 
4a793056c4ed833edb59436d7711bb65f7e38a4d8d44371cc9dc5eb91fbc461f SHA512 
7be939e979525f8e4687432ffe952b1d09b8a34b4d7f92ebe86b5cddb765dbd602258682612529e9cc51305d6d001e72de9e6da62761397df23ecda30fd6a12b
 WHIRLPOOL 
3b5405759542b9a97253fcbc3c66d8005c44045e76527ae645cbaa04cf570f4a5f44a863632b5fc17cba215253743cf0fac8a39cbca488d3b5bfc58a82948ee8
-DIST lsyncd-2.1.6.tar.gz 78944 SHA256 
02c241ee71b6abb23a796ac994a414e1229f530c249b838ae72d2ef74ae0f775 SHA512 
9831dfc41a459e35096b46c9225a6a50398b4886ef76fb71bd42e32b522b330e3cf3f49bfd1a2fd44c5df726f9c666c2f6064e4653ecf4cce3a7da4b69ddbef9
 WHIRLPOOL 
6d0341c7e3459886bbda81ccd95e693f74d40157c22c4bb62a7bf991256121718ff0e4cbf78b9821783d775bc28da3ccacfa4047b863586c71748d05b6997a9f
 DIST lsyncd-2.2.0.tar.gz 81034 SHA256 
fb4b49c314846c251b624f9ee3129483c4b3d4d53c5263bb36086feb17f2e800 SHA512 
75a138c2e85c4c5a3d6b215cb8df1668e5ffb6c8099f79caf555369d12348e2bdff29c1b01d62613bddd5b5a67f2a44e2fe86412048bc622088912e3fa783e81
 WHIRLPOOL 
9560a44f77aede8159871d3f3a857aa1c82b1db8832a72ba8a048e324836e1da6ca3ea376bc4c1c5312d0b19ed1a07105a5060adeae64f45db6965cefd729e57

diff --git a/app-admin/lsyncd/files/lsyncd-2.1.6-mandir.patch 
b/app-admin/lsyncd/files/lsyncd-2.1.6-mandir.patch
deleted file mode 100644
index c78df89..00000000
--- a/app-admin/lsyncd/files/lsyncd-2.1.6-mandir.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -92,4 +92,4 @@
- target_link_libraries( lsyncd ${LUA_LIBRARIES} )
- 
- install( TARGETS lsyncd RUNTIME DESTINATION bin )
--install( FILES doc/lsyncd.1 DESTINATION man)
-+install( FILES doc/lsyncd.1 DESTINATION share/man/man1)

diff --git a/app-admin/lsyncd/lsyncd-2.1.5.ebuild 
b/app-admin/lsyncd/lsyncd-2.1.5.ebuild
deleted file mode 100644
index 23a5851..00000000
--- a/app-admin/lsyncd/lsyncd-2.1.5.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="Live Syncing (Mirror) Daemon"
-HOMEPAGE="https://github.com/axkibe/lsyncd";
-SRC_URI="https://lsyncd.googlecode.com/files/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~arm-linux ~x86-linux"
-
-CDEPEND=">=dev-lang/lua-5.1[deprecated]"
-DEPEND="${CDEPEND}
-       virtual/pkgconfig"
-RDEPEND="${CDEPEND}
-       net-misc/rsync"
-
-src_configure() {
-       econf --docdir="${EPREFIX}"/usr/share/doc/${P}
-}

diff --git a/app-admin/lsyncd/lsyncd-2.1.6-r1.ebuild 
b/app-admin/lsyncd/lsyncd-2.1.6-r1.ebuild
deleted file mode 100644
index d8152bf..00000000
--- a/app-admin/lsyncd/lsyncd-2.1.6-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-CMAKE_IN_SOURCE_BUILD="YES_PLEASE_OMG"
-inherit cmake-utils
-
-DESCRIPTION="Live Syncing (Mirror) Daemon"
-HOMEPAGE="https://github.com/axkibe/lsyncd";
-SRC_URI="https://github.com/axkibe/lsyncd/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~arm-linux ~x86-linux"
-
-CDEPEND=">=dev-lang/lua-5.1[deprecated]"
-DEPEND="${CDEPEND}
-       app-text/asciidoc
-       virtual/pkgconfig"
-RDEPEND="${CDEPEND}
-       net-misc/rsync"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-mandir.patch
-)
-
-S=${WORKDIR}/${PN}-release-${PV}

diff --git a/app-admin/lsyncd/lsyncd-2.1.6.ebuild 
b/app-admin/lsyncd/lsyncd-2.1.6.ebuild
deleted file mode 100644
index 09cefc5..00000000
--- a/app-admin/lsyncd/lsyncd-2.1.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-CMAKE_IN_SOURCE_BUILD="YES_PLEASE_OMG"
-inherit cmake-utils
-
-DESCRIPTION="Live Syncing (Mirror) Daemon"
-HOMEPAGE="https://github.com/axkibe/lsyncd";
-SRC_URI="https://github.com/axkibe/lsyncd/archive/release-${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~arm-linux ~x86-linux"
-
-CDEPEND=">=dev-lang/lua-5.1[deprecated]"
-DEPEND="${CDEPEND}
-       app-text/asciidoc
-       virtual/pkgconfig"
-RDEPEND="${CDEPEND}
-       net-misc/rsync"
-
-S=${WORKDIR}/${PN}-release-${PV}

Reply via email to