summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfranck.stauffer2021-06-02 13:42:53 +0200
committerfranck.stauffer2021-06-02 13:42:53 +0200
commit9baef8560be7a34a071502beb1f893d0ca1aceb0 (patch)
tree682bb552fc8ab56c6429035e92fb5d06c1262fae
parent1f71ed7a69362616f6ec3b7b8a8dea5c0ac39fef (diff)
downloadaur-9baef8560be7a34a071502beb1f893d0ca1aceb0.tar.gz
Update to 0.3.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
-rw-r--r--sipvicious.changelog5
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73ca292ca741..6adf1ac66566 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sipvicious
pkgdesc = Set of security tools that can be used to audit SIP based VoIP systems
- pkgver = 0.3.3
+ pkgver = 0.3.4
pkgrel = 1
url = https://github.com/EnableSecurity/sipvicious
changelog = sipvicious.changelog
@@ -9,8 +9,7 @@ pkgbase = sipvicious
makedepends = python-setuptools
depends = python>=3.6
optdepends = python-scapy: allow svcrash to crash SIPVicious toolset
- source = sipvicious-0.3.3.tar.gz::https://github.com/EnableSecurity/sipvicious/archive/refs/tags/v0.3.3.tar.gz
- b2sums = 4ef872ecea9113f3ec24df98133230f678ccfff24380c2fafff810a4cbc3e2fe26866deb3595a7540cd42d34fd5bc045e6a2f51c7eb6403a445f33acd74e2213
+ source = sipvicious-0.3.4.tar.gz::https://github.com/EnableSecurity/sipvicious/archive/refs/tags/v0.3.4.tar.gz
+ b2sums = 75f3d190cb4224ada84cd7c714eb545e44a9759589890a559d3cb5243c5430c0aa81138e3cd294926901e961a5ec156c8d991b648c70e1d8fc2dc906473d507d
pkgname = sipvicious
-
diff --git a/PKGBUILD b/PKGBUILD
index e7ff4984befc..a5daa0d24e05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Xavier Devlamynck <magicrhesus@ouranos.be>
pkgname=sipvicious
-pkgver=0.3.3
+pkgver=0.3.4
pkgrel=1
pkgdesc="Set of security tools that can be used to audit SIP based VoIP systems"
arch=('any')
@@ -14,7 +14,7 @@ optdepends=('python-scapy: allow svcrash to crash SIPVicious toolset')
makedepends=('python-setuptools')
changelog=$pkgname.changelog
source=("$pkgname-$pkgver.tar.gz::https://github.com/EnableSecurity/sipvicious/archive/refs/tags/v$pkgver.tar.gz")
-b2sums=('4ef872ecea9113f3ec24df98133230f678ccfff24380c2fafff810a4cbc3e2fe26866deb3595a7540cd42d34fd5bc045e6a2f51c7eb6403a445f33acd74e2213')
+b2sums=('75f3d190cb4224ada84cd7c714eb545e44a9759589890a559d3cb5243c5430c0aa81138e3cd294926901e961a5ec156c8d991b648c70e1d8fc2dc906473d507d')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/sipvicious.changelog b/sipvicious.changelog
index a2526b759e2b..ae32db5b14d9 100644
--- a/sipvicious.changelog
+++ b/sipvicious.changelog
@@ -1,3 +1,8 @@
+v0.3.4 (20210601)
+* Feature: Exit codes implementation
+* Automated positive/negative testing with GitHub Actions
+* Code refactoring
+
v0.3.3 (20210325)
* Feature: Input via STDIN for svcrack and svwar
* Feature: Full URL format support for svwar and svcrack