mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-19 21:31:10 +02:00
wireshark-sap-plugin: v0.3.1 bump
This commit is contained in:
parent
d6a38f93be
commit
a36c665cda
3 changed files with 31 additions and 1 deletions
|
|
@ -1 +1,2 @@
|
|||
DIST wireshark-sap-plugin-0.2.3.tar.gz 139850 SHA256 0f016ac250df0ec2b9d6b53f070c3d6ed5dc4ef55c041fd015b4f72329a59ec5 SHA512 7f4207ebff97311cc3948a4482a1352e95900c0e65f91dbaa79b445b3dcbd57a4bbff0df4422ea218d0df0dd8d8b68cf8910cf17e7af576be793277bd879c1d9 WHIRLPOOL b78544a44cdbc6ccf92fb9b443ce089c4cb252ccf66c4b1e7fbb4c4df4f2b2435d076a41e0a9df18c3e9a86fe85eb0dc9a82afddd603656bbed1787003f71dcf
|
||||
DIST wireshark-sap-plugin-0.3.1.tar.gz 140434 SHA256 5c42ca163449be0dcef020756a07f0e0e78f8c208c9de93169acf92e995582f0 SHA512 7426d76999862007722e88fcba1ddaa95f871b9400b387b281f4f019c36909b62aeec81441b49d6354cf30709d792a4e5ecdd3955bfc8cd600ce4731ef8b2016 WHIRLPOOL 1edfc6e352d18ed4c8c41f81c466c44f1689c147b3cc1f67d70dd8faf89c080800d4358248b3e280d5a4bc356f6a01426d578c19d43b6c0ac6782fa95c19ef36
|
||||
|
|
|
|||
|
|
@ -0,0 +1,29 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit cmake-utils eutils multilib
|
||||
|
||||
DESCRIPTION="Wireshark plugin for SAP's protocols"
|
||||
HOMEPAGE="https://github.com/CoreSecurity/SAP-Dissection-plug-in-for-Wireshark"
|
||||
SRC_URI="https://github.com/CoreSecurity/SAP-Dissection-plug-in-for-Wireshark/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
|
||||
RDEPEND=">=net-analyzer/wireshark-2.0.0:="
|
||||
DEPEND="${RDEPEND}"
|
||||
|
||||
S="${WORKDIR}/SAP-Dissection-plug-in-for-Wireshark-${PV}"
|
||||
|
||||
get_PV() { local pv=$(best_version $1); pv=${pv#$1-}; pv=${pv%-r*}; pv=${pv//_}; echo ${pv}; }
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCMAKE_INSTALL_LIBDIR="/usr/$(get_libdir)/wireshark/plugins/$(get_PV net-analyzer/wireshark)"
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
}
|
||||
|
|
@ -12,7 +12,7 @@ net-misc/portspoof
|
|||
#bug #537318
|
||||
~net-misc/openvpn-2.3.6
|
||||
|
||||
~net-misc/wireshark-sap-plugin-0.2.3
|
||||
~net-misc/wireshark-sap-plugin-0.3.1
|
||||
|
||||
#below here likely needs cleanup
|
||||
net-misc/6tunnel
|
||||
|
|
|
|||
Loading…
Reference in a new issue