summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmish2022-06-10 14:04:11 +0530
committerAmish2022-06-10 14:04:11 +0530
commit2c378968adafecfea5f1c2d33bc82202bf157942 (patch)
treeaf5ac5fcf23cad65a165d2e44efa1e2d952cc484
parent29889c92824c3082cbfa9385c23c52d2ce909c05 (diff)
downloadaur-2c378968adafecfea5f1c2d33bc82202bf157942.tar.gz
Enable ET blocklist. Change blocklist path. Add python-requests in dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
-rw-r--r--pulledpork3.conf4
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a99e234a97c..565cfe1bf996 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pulledpork
pkgdesc = Tool to automatically update rules for snort
pkgver = 3.0.0.4
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/shirkdog/pulledpork3
install = pulledpork.install
arch = any
@@ -13,6 +13,7 @@ pkgbase = pulledpork
depends = perl-switch
depends = perl-bytes-random-secure
depends = python
+ depends = python-requests
optdepends = snort
backup = etc/pulledpork/pulledpork.conf
backup = etc/pulledpork/pulledpork3.conf
@@ -30,7 +31,7 @@ pkgbase = pulledpork
sha256sums = f0149eb6f723b622024295e0ee00e1acade93fae464b9fdc323fdf15e99c388c
sha256sums = 10351b281797fa6ee033536d6cce1708bef50f9df9eadcb425fc794eace54f33
sha256sums = 07e937f3fa0d4eefd7aee5c2ea5502b8b8060ecb06fda5f830ce74af65c33493
- sha256sums = decf21d060ebf6ef8862f49cd567850487304b6ba11c688bbbe443c029f8bfff
+ sha256sums = 19117d6407ba5cea93cff40c460c1e64a9c2ae68d80ca15d7f3a7586708d5302
sha256sums = d2988ea005afb4f8a84baf20a59b616e6350fef140572794afe82cb44776ca1f
sha256sums = 629f7f8a5e274a0615f49d81cbc90e5d3697fa3e85af3ca231000761c73554c3
sha256sums = 2ac59ce33d8c7baefc809030c1a393d2951e936f1a9fb7d72ab392a69f6eb949
diff --git a/PKGBUILD b/PKGBUILD
index 27ab9835c550..ec6beb56a475 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ pkgname=pulledpork
pkgver=3.0.0.4
_pp2_pkgver=0.7.4
_pp3_gitrev=d6f90aa
-pkgrel=2
+pkgrel=3
pkgdesc="Tool to automatically update rules for snort"
arch=('any')
url="https://github.com/${_user}/${pkgname}3"
license=('GPL')
depends=('perl' 'perl-lwp-protocol-https' 'perl-crypt-ssleay' 'perl-archive-tar' 'perl-switch' 'perl-bytes-random-secure'
- 'python')
+ 'python' 'python-requests')
optdepends=('snort')
backup=('etc/pulledpork/pulledpork.conf'
'etc/pulledpork/pulledpork3.conf'
@@ -30,7 +30,7 @@ source=("pulledpork-${_pp2_pkgver}.tar.gz::https://github.com/${_user}/${pkgname
sha256sums=('f0149eb6f723b622024295e0ee00e1acade93fae464b9fdc323fdf15e99c388c'
'10351b281797fa6ee033536d6cce1708bef50f9df9eadcb425fc794eace54f33'
'07e937f3fa0d4eefd7aee5c2ea5502b8b8060ecb06fda5f830ce74af65c33493'
- 'decf21d060ebf6ef8862f49cd567850487304b6ba11c688bbbe443c029f8bfff'
+ '19117d6407ba5cea93cff40c460c1e64a9c2ae68d80ca15d7f3a7586708d5302'
'd2988ea005afb4f8a84baf20a59b616e6350fef140572794afe82cb44776ca1f'
'629f7f8a5e274a0615f49d81cbc90e5d3697fa3e85af3ca231000761c73554c3'
'2ac59ce33d8c7baefc809030c1a393d2951e936f1a9fb7d72ab392a69f6eb949')
diff --git a/pulledpork3.conf b/pulledpork3.conf
index d9e494d071c0..b919641836c3 100644
--- a/pulledpork3.conf
+++ b/pulledpork3.conf
@@ -10,13 +10,13 @@ oinkcode = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# which blocklists to download
snort_blocklist = true
-et_blocklist = false
+et_blocklist = true
# additional blocklists to download from a URL, comma-separated
#blocklist_urls = http://a.b.com/list.list
# Where to write the blocklist file (single file containing all blocklists downloaded)
-blocklist_path = /etc/snort/rules/default.blocklist
+blocklist_path = /etc/snort/lists/default.blocklist
# PulledPork needs to know which version of Snort you are running in most instances.