public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arpwatch/
Date: Sun, 21 Feb 2016 07:17:32 +0000 (UTC)	[thread overview]
Message-ID: <1456038911.9dc80fb91cffb51135e9890e3dcbcdb67f099aa6.jer@gentoo> (raw)

commit:     9dc80fb91cffb51135e9890e3dcbcdb67f099aa6
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 21 07:15:11 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 07:15:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc80fb9

net-analyzer/arpwatch: Add Debian patch for CVE-2012-2653 (bug #419375 by Michael Weber)

Package-Manager: portage-2.2.27

 net-analyzer/arpwatch/Manifest                  |  1 +
 net-analyzer/arpwatch/arpwatch-2.1.15-r8.ebuild | 63 +++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

diff --git a/net-analyzer/arpwatch/Manifest b/net-analyzer/arpwatch/Manifest
index a713379..b25feb3 100644
--- a/net-analyzer/arpwatch/Manifest
+++ b/net-analyzer/arpwatch/Manifest
@@ -1,3 +1,4 @@
 DIST arpwatch-2.1a15.tar.gz 202729 SHA256 c1df9737e208a96a61fa92ddad83f4b4d9be66f8992f3c917e9edf4b05ff5898 SHA512 f770b5b7954afe910dafb016e6e886a4e785564bcdc0ea0de9d7b1ca6a9a0b219a9d1b50b6f42a67afc2f836e782e8ff85ba5780583015d62c9694ac53f0bf90 WHIRLPOOL e653eb83d8dbc8777c3aaa5920bc1e5b46c64aa740c64a79b24a42abdee4625baa72a51f9f0441549b7325fcb07b94f1964887df1b6d707eddde162e1073691f
 DIST arpwatch-patchset-0.5.tbz2 127740 SHA256 aa69513ba36cdb9f41862f5f9c47e47d60786d01d302a1e8177f9e1f8aae71d3 SHA512 cd1a71fc39489f3498b7614fa793226cb3dd23dbac88082baab5598d441cd585da2d2f2ee8d40183b810893f4cddd0282f5cc8aa8b6009c40bfbf2c295365dc3 WHIRLPOOL 736be0f0ea18ebd96136c5b629134b0920c3c1a648974eac7f86f57c5d5ee58c1cd284371685562a73468a79b29fc130a668bc9487e85175f61d7a3642f58db9
 DIST arpwatch-patchset-0.6.tbz2 128973 SHA256 2bfc7078fc4d5bad6bf7bd5d512df669799d09939ca249c2fe3f9fa3b8969ad8 SHA512 01c8b85e859765783a783c09ed9470b7f109b20f6713bb40ebcdc8e838ea00290df7609aa96ed1a6a2e39250e9735d6cfbd19e444961b79fdd1b04819c729253 WHIRLPOOL 96ae54f3cffe3f5eba8153ff79a6c66956ac95424dfae87e438372a4a27bf9d00136271f1e3c0e56850011cae873b2de57c6af7589fdd5a0253ef482328a602f
+DIST arpwatch-patchset-0.7.tar.xz 132868 SHA256 ccc3f84f452306b153175bbdec33f9913848ac57866a4ee52b974d7087b7fe48 SHA512 2cbfa37acd29c30232da9ad0a742ddc9cd35c228fb786c6798555962841006ba0f47e31097722a3303e25f2e7c665b6e93707e49c02a8a9171b484b56a133e00 WHIRLPOOL f6624f459f2172b10beb6eaa15e0e5111566cd360195e4ca08ec4e5962bb1156aaf133701730e8146cb049a9759f7063bbc225d99f824827bb8bb72d3e0cebb3

diff --git a/net-analyzer/arpwatch/arpwatch-2.1.15-r8.ebuild b/net-analyzer/arpwatch/arpwatch-2.1.15-r8.ebuild
new file mode 100644
index 0000000..9780ba0
--- /dev/null
+++ b/net-analyzer/arpwatch/arpwatch-2.1.15-r8.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit eutils user versionator
+
+PATCH_VER="0.7"
+
+MY_P="${PN}-$(replace_version_separator 2 'a')"
+DESCRIPTION="An ethernet monitor program that keeps track of ethernet/ip address pairings"
+HOMEPAGE="http://ee.lbl.gov/"
+SRC_URI="
+	ftp://ftp.ee.lbl.gov/${MY_P}.tar.gz
+	https://dev.gentoo.org/~jer/arpwatch-patchset-${PATCH_VER}.tar.xz
+"
+
+LICENSE="BSD GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~x86-fbsd"
+IUSE="selinux"
+
+DEPEND="
+	net-libs/libpcap
+	sys-libs/ncurses
+"
+
+RDEPEND="
+	${DEPEND}
+	selinux? ( sec-policy/selinux-arpwatch )
+"
+
+S=${WORKDIR}/${MY_P}
+
+pkg_preinst() {
+	enewuser arpwatch
+}
+
+src_prepare() {
+	EPATCH_SOURCE="${WORKDIR}"/arpwatch-patchset/ EPATCH_SUFFIX="patch" epatch
+	cp "${WORKDIR}"/arpwatch-patchset/*.8 . || die
+}
+
+src_install () {
+	dosbin arpwatch arpsnmp arp2ethers massagevendor arpfetch bihourly.sh
+	doman arpwatch.8 arpsnmp.8 arp2ethers.8 massagevendor.8 arpfetch.8 bihourly.8
+
+	insinto /usr/share/arpwatch
+	doins ethercodes.dat
+
+	insinto /usr/share/arpwatch/awk
+	doins duplicates.awk euppertolower.awk p.awk e.awk d.awk
+
+	keepdir /var/lib/arpwatch
+	dodoc README CHANGES
+
+	newinitd "${FILESDIR}"/arpwatch.initd arpwatch
+	newconfd "${FILESDIR}"/arpwatch.confd arpwatch
+}
+
+pkg_postinst() {
+	fowners arpwatch:0 "${ROOT}"/var/lib/arpwatch
+}


             reply	other threads:[~2016-02-21  7:17 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-21  7:17 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-21  7:17 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arpwatch/ Jeroen Roovers
2016-02-22  6:01 Jeroen Roovers
2016-03-02 13:58 Agostino Sarubbo
2016-03-24 11:13 Jeroen Roovers
2017-10-20 15:42 Jeroen Roovers
2018-01-09 21:07 Michael Orlitzky
2019-03-11  4:48 Aaron Bauman
2020-06-01 19:52 Sergei Trofimovich
2020-06-01 20:51 Sergei Trofimovich
2020-06-03 15:27 Agostino Sarubbo
2020-06-20  1:05 Aaron Bauman
2020-06-28 12:05 Jeroen Roovers
2020-06-28 12:05 Jeroen Roovers
2020-06-28 16:02 Jeroen Roovers
2021-03-15 21:25 Sam James
2021-03-15 21:54 Sam James
2021-03-16 12:21 Sam James
2021-03-17  9:00 Sam James
2021-03-26 13:40 Agostino Sarubbo
2021-07-16  1:31 Yixun Lan
2021-10-19 19:09 Jakov Smolić
2024-02-02  4:44 Sam James
2024-02-02  5:29 Sam James
2024-02-02 16:27 Arthur Zamarin
2024-02-02 17:51 Arthur Zamarin
2024-08-25 23:54 Conrad Kostecki
2024-10-25 20:15 Andreas K. Hüttel
2024-11-14  3:17 Sam James
2024-11-14  3:39 Sam James
2024-11-14  4:35 Sam James
2024-11-14 18:41 Sam James
2024-12-23 20:01 Conrad Kostecki
2025-03-08 14:09 Sam James
2025-03-08 14:58 Arthur Zamarin
2025-03-08 16:42 Arthur Zamarin
2025-03-08 18:54 Arthur Zamarin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1456038911.9dc80fb91cffb51135e9890e3dcbcdb67f099aa6.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox