sippts: bump, pkgcheck fixes

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-05-03 15:54:11 -04:00
parent a1f1a6a199
commit a135eb5b11
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 15 additions and 7 deletions

View file

@ -1 +1 @@
DIST sippts-2.0.4.tar.gz 96966 BLAKE2B 1fe2c1730f55945960ac48813cfb532bec8d73e0bee7cbc0fe530b3fb75c182e8c57d3af739590ccf1b4ab161079fbaf09dd5d1efc676e8f63b55c5e7f2bb9d0 SHA512 0fbdafd144a7d60991b4544d1ac416a00a76029b5960d379138ccce8374089f07806385b3a1200733e30cdf3de2aa9cd639b306548e8a72799d6206a7b0fc7d0 DIST sippts-3.4.tar.gz 130192 BLAKE2B 59661e0ec1c714dea0618119b5d9efdb71e3848173e64c799c94e632195e76258927dae76964d575dbc4a06b5c007003297787d193b32dc65fd0c79a57b96e6b SHA512 4ad1b3c6ea5f848e43cd7ce0753bde332478c523a1af2aaf3eaef008710eed9779294232b3e71b490132f9f6e103777867b9e78c32e401b2ba91b9b06f30b0da

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>noone@pentoo.org</email>
<name>No one</name>
</maintainer>
<upstream>
<remote-id type="github">Pepelux/sippts</remote-id>
</upstream>
</pkgmetadata>

View file

@ -1,18 +1,15 @@
# Copyright 1999-2020 Gentoo Authors # Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=7 EAPI=8
inherit autotools
DESCRIPTION="set of tools to audit VoIP servers and devices using SIP protocol" DESCRIPTION="set of tools to audit VoIP servers and devices using SIP protocol"
HOMEPAGE="https://github.com/Pepelux/sippts" HOMEPAGE="https://github.com/Pepelux/sippts"
SRC_URI="https://github.com/Pepelux/sippts/archive/${PV}.tar.gz -> ${P}.tar.gz" SRC_URI="https://github.com/Pepelux/sippts/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3" LICENSE="GPL-3"
SLOT="0" SLOT="0"
KEYWORDS="~amd64 ~x86" KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-perl/IO-Socket-Timeout RDEPEND="dev-perl/IO-Socket-Timeout
dev-perl/NetAddr-IP dev-perl/NetAddr-IP