summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCody P Schafer2022-01-08 12:00:34 -0500
committerCody P Schafer2022-01-08 12:02:03 -0500
commit68a1d1f8b7844fedaee53c978d4f3cdfbfd0903e (patch)
treefb35d9283d600a61522b889921d4b48ff408aa6f /PKGBUILD
parent9d2142ce49a9d4d598fa3e8b9f4f3df95cdde98f (diff)
downloadaur-68a1d1f8b7844fedaee53c978d4f3cdfbfd0903e.tar.gz
update to 2.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD23
1 files changed, 14 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7fce1a8848f..ab904b4d51a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Cody Schafer <aur[at]codyps[dot]com>
+# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgname=cowrie
-pkgver=2.2.0
-pkgrel=3
+pkgver=2.3.0
+pkgrel=1
pkgdesc='Medium interaction SSH honeypot designed to log brute force attacks and entire shell interaction'
url='https://github.com/micheloosterhof/cowrie'
arch=('any')
@@ -12,7 +13,6 @@ depends=(
'python-appdirs'
'python-attrs'
'python-bcrypt'
-# 'python-configparser'
'python-cryptography'
'python-packaging'
'python-pyasn1-modules'
@@ -25,14 +25,19 @@ depends=(
'python-twisted'
)
-_gitrev="c5e9a6b21c8908e892c2169b33f560ccd1fd98ff"
-_pkgdir="${pkgname}-${_gitrev}"
backup=('etc/cowrie/cowrie.cfg')
install=cowrie.install
-#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/micheloosterhof/${pkgname}/archive/v${pkgver}.tar.gz)
-source=(${pkgname}-${_gitrev}.tar.gz::https://github.com/micheloosterhof/${pkgname}/archive/${_gitrev}.tar.gz
+
+_pkgdir="${pkgname}-${pkgver}"
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/cowrie/${pkgname}/archive/v${pkgver}.tar.gz
'0001-patch-service.patch')
-sha512sums=('8b65b90cc8667408b2aa32b46c3c8f351e8061ae00e78cc05e35ece4539cc6ffdeb641bd6a1818c98cbf44d921c9ac378fd1b07b13e9b3ec2336eca0897277fe'
+
+# _pkgdir="${pkgname}-${_gitrev}"
+#_gitrev="c5e9a6b21c8908e892c2169b33f560ccd1fd98ff"
+#source=(${pkgname}-${_gitrev}.tar.gz::https://github.com/micheloosterhof/${pkgname}/archive/${_gitrev}.tar.gz
+# '0001-patch-service.patch')
+
+sha512sums=('e49ac55731aa2a0a9e7c996c12da2155893a2eb7956a3ce40e917f828935a4000fc7d1008b78357995758e299d2c31d1f1244550958bd9f6062019b26a4717f9'
'a79904d764829b246fce7691f90d1de7a478985217eb458d441a2fad0aed4558d70eb2d38208d2bfb393bc42f662dba129678fc14765392959d1316c0d1a8dd1')
prepare() {