public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/p0f: ChangeLog p0f-3.07_beta.ebuild p0f-3.05_beta.ebuild
@ 2014-09-11 18:09 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2014-09-11 18:09 UTC (permalink / raw
  To: gentoo-commits

jer         14/09/11 18:09:19

  Modified:             ChangeLog
  Added:                p0f-3.07_beta.ebuild
  Removed:              p0f-3.05_beta.ebuild
  Log:
  Version bump (bug #522590 by Marcin Mirosław).
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.54                 net-analyzer/p0f/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/p0f/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/p0f/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/p0f/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/p0f/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	10 Aug 2014 20:59:56 -0000	1.53
+++ ChangeLog	11 Sep 2014 18:09:19 -0000	1.54
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/p0f
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/ChangeLog,v 1.53 2014/08/10 20:59:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/ChangeLog,v 1.54 2014/09/11 18:09:19 jer Exp $
+
+*p0f-3.07_beta (11 Sep 2014)
+
+  11 Sep 2014; Jeroen Roovers <jer@gentoo.org> -p0f-3.05_beta.ebuild,
+  +p0f-3.07_beta.ebuild:
+  Version bump (bug #522590 by Marcin Mirosław).
 
   10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> p0f-2.0.8-r2.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.1                  net-analyzer/p0f/p0f-3.07_beta.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/p0f/p0f-3.07_beta.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/p0f/p0f-3.07_beta.ebuild?rev=1.1&content-type=text/plain

Index: p0f-3.07_beta.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-3.07_beta.ebuild,v 1.1 2014/09/11 18:09:19 jer Exp $

EAPI=5
inherit toolchain-funcs

MY_P=${P/_beta/b}

DESCRIPTION="A tool to perform passive OS detection based on SYN packets"
HOMEPAGE="http://lcamtuf.coredump.cx/p0f3/"
SRC_URI="http://lcamtuf.coredump.cx/p0f3/releases/${MY_P}.tgz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos"
IUSE="debug ipv6"

RDEPEND="net-libs/libpcap"
DEPEND="${RDEPEND}"

S=${WORKDIR}/${MY_P}

src_prepare() {
	sed -i \
		-e 's:-g -ggdb::' \
		-e 's:-O3::' \
		-e '/^CC/s:=:?=:' \
		-e '/^CFLAGS/s:=:+=:' \
		-e '/^LDFLAGS/s:=:+=:' \
		build.sh tools/Makefile || die

	sed -i -e "/FP_FILE/s:p0f.fp:${EPREFIX}/etc/&:" config.h || die
}

src_compile() {
	tc-export CC
	./build.sh $(use debug && echo debug) || die
	emake -C tools p0f-client p0f-sendsyn $(use ipv6 && echo p0f-sendsyn6)
}

src_install() {
	dosbin p0f tools/p0f-{client,sendsyn}
	use ipv6 && dosbin tools/p0f-sendsyn6

	insinto /etc
	doins p0f.fp

	#newconfd "${FILESDIR}"/${PN}.confd ${PN}
	#newinitd "${FILESDIR}"/${PN}.initd3 ${PN}

	dodoc docs/{ChangeLog,README,TODO,*.txt} tools/README-TOOLS
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-11 18:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-11 18:09 [gentoo-commits] gentoo-x86 commit in net-analyzer/p0f: ChangeLog p0f-3.07_beta.ebuild p0f-3.05_beta.ebuild Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox