From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from <gentoo-commits+bounces-361936-garchives=archives.gentoo.org@lists.gentoo.org>) id 1QgPCg-0000R5-JI for garchives@archives.gentoo.org; Mon, 11 Jul 2011 22:43:50 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA2FE21C0D8; Mon, 11 Jul 2011 22:43:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9CF4A21C0D8 for <gentoo-commits@lists.gentoo.org>; Mon, 11 Jul 2011 22:43:42 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E24242AC00B for <gentoo-commits@lists.gentoo.org>; Mon, 11 Jul 2011 22:43:41 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2274) id A2A412004B; Mon, 11 Jul 2011 22:43:40 +0000 (UTC) From: "Tim Harder (radhermit)" <radhermit@gentoo.org> To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, radhermit@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in app-forensics/rkhunter: rkhunter-1.3.6.ebuild ChangeLog rkhunter-1.3.4-r3.ebuild rkhunter-1.3.8.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: rkhunter-1.3.6.ebuild ChangeLog rkhunter-1.3.4-r3.ebuild rkhunter-1.3.8.ebuild X-VCS-Directories: app-forensics/rkhunter X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder Content-Type: text/plain; charset=utf8 Message-Id: <20110711224340.A2A412004B@flycatcher.gentoo.org> Date: Mon, 11 Jul 2011 22:43:40 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: e8d6a882548bb1c7974565935719bdb0 radhermit 11/07/11 22:43:40 Modified: rkhunter-1.3.6.ebuild ChangeLog rkhunter-1.3.4-r3.ebuild rkhunter-1.3.8.ebuild Log: Mention mail client alternatives (bug #331947). =20 (Portage version: 2.2.0_alpha43/cvs/Linux x86_64) Revision Changes Path 1.3 app-forensics/rkhunter/rkhunter-1.3.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhu= nter/rkhunter-1.3.6.ebuild?rev=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhu= nter/rkhunter-1.3.6.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhu= nter/rkhunter-1.3.6.ebuild?r1=3D1.2&r2=3D1.3 Index: rkhunter-1.3.6.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.6.e= build,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- rkhunter-1.3.6.ebuild 9 Jul 2010 02:26:38 -0000 1.2 +++ rkhunter-1.3.6.ebuild 11 Jul 2011 22:43:40 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.6= .ebuild,v 1.2 2010/07/09 02:26:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.6= .ebuild,v 1.3 2011/07/11 22:43:40 radhermit Exp $ =20 EAPI=3D2 =20 @@ -62,6 +62,8 @@ elog "To enable it, edit /etc/cron.daily/rkhunter and follow the" elog "directions." elog "If you want ${PN} to send mail, you will need to install" - elog "virtual/mailx as well." + elog "virtual/mailx or alter the EMAIL_CMD variable in the" + elog "cron script and possibly the MAIL_CMD variable in the" + elog "${PN}.conf file to use another mail client." bash-completion_pkg_postinst } 1.82 app-forensics/rkhunter/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhu= nter/ChangeLog?rev=3D1.82&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhu= nter/ChangeLog?rev=3D1.82&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhu= nter/ChangeLog?r1=3D1.81&r2=3D1.82 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- ChangeLog 9 May 2011 11:52:23 -0000 1.81 +++ ChangeLog 11 Jul 2011 22:43:40 -0000 1.82 @@ -1,6 +1,10 @@ # ChangeLog for app-forensics/rkhunter # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.= 81 2011/05/09 11:52:23 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/ChangeLog,v 1.= 82 2011/07/11 22:43:40 radhermit Exp $ + + 11 Jul 2011; Tim Harder <radhermit@gentoo.org> rkhunter-1.3.4-r3.ebuil= d, + rkhunter-1.3.6.ebuild, rkhunter-1.3.8.ebuild: + Mention mail client alternatives (bug #331947). =20 09 May 2011; Jeroen Roovers <jer@gentoo.org> -files/rkhunter.cron: Remove unused file thanks to jalan (bug #341051). 1.9 app-forensics/rkhunter/rkhunter-1.3.4-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhu= nter/rkhunter-1.3.4-r3.ebuild?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhu= nter/rkhunter-1.3.4-r3.ebuild?rev=3D1.9&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhu= nter/rkhunter-1.3.4-r3.ebuild?r1=3D1.8&r2=3D1.9 Index: rkhunter-1.3.4-r3.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4-r= 3.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- rkhunter-1.3.4-r3.ebuild 9 Jul 2010 02:26:38 -0000 1.8 +++ rkhunter-1.3.4-r3.ebuild 11 Jul 2011 22:43:40 -0000 1.9 @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4= -r3.ebuild,v 1.8 2010/07/09 02:26:38 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.4= -r3.ebuild,v 1.9 2011/07/11 22:43:40 radhermit Exp $ =20 EAPI=3D2 =20 @@ -63,6 +63,8 @@ elog "To enable it, edit /etc/cron.daily/rkhunter and follow the" elog "directions." elog "If you want ${PN} to send mail, you will need to install" - elog "virtual/mailx as well." + elog "virtual/mailx or alter the EMAIL_CMD variable in the" + elog "cron script and possibly the MAIL_CMD variable in the" + elog "${PN}.conf file to use another mail client." bash-completion_pkg_postinst } 1.2 app-forensics/rkhunter/rkhunter-1.3.8.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhu= nter/rkhunter-1.3.8.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhu= nter/rkhunter-1.3.8.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/rkhu= nter/rkhunter-1.3.8.ebuild?r1=3D1.1&r2=3D1.2 Index: rkhunter-1.3.8.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.8.e= build,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rkhunter-1.3.8.ebuild 9 May 2011 11:47:58 -0000 1.1 +++ rkhunter-1.3.8.ebuild 11 Jul 2011 22:43:40 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.8= .ebuild,v 1.1 2011/05/09 11:47:58 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/rkhunter/rkhunter-1.3.8= .ebuild,v 1.2 2011/07/11 22:43:40 radhermit Exp $ =20 EAPI=3D2 =20 @@ -62,6 +62,8 @@ elog "To enable it, edit /etc/cron.daily/rkhunter and follow the" elog "directions." elog "If you want ${PN} to send mail, you will need to install" - elog "virtual/mailx as well." + elog "virtual/mailx or alter the EMAIL_CMD variable in the" + elog "cron script and possibly the MAIL_CMD variable in the" + elog "${PN}.conf file to use another mail client." bash-completion_pkg_postinst }