summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Rebischke2016-11-14 00:17:38 +0100
committerChristian Rebischke2016-11-14 00:17:38 +0100
commit087c7701e3747758bd39950dfd25abe8274a487c (patch)
treedaf60d1299640b781431992dc41643b5e2f0b934
parent41d956c194f01db393326c6f246cdee871b99a65 (diff)
downloadaur-087c7701e3747758bd39950dfd25abe8274a487c.tar.gz
removed groupdel
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--kippo.install4
3 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 257e50c18c52..187e482a1802 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kippo-git
pkgdesc = A medium interaction SSH honeypot designed to log brute force attacks and, most importantly, the entire shell interaction performed by the attacker
- pkgver = v0.9.282.d461745
- pkgrel = 1
+ pkgver = v0.9.285.0d03635
+ pkgrel = 2
url = https://github.com/desaster/kippo
install = kippo.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 93fd1c6a062c..634188640518 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer : Christian Rebischke <chris.rebischke[at]archlinux[dot]org>
# Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org>
pkgname=kippo-git
-pkgver=v0.9.282.d461745
+pkgver=v0.9.285.0d03635
provides=('kippo')
conflicts=('kippo')
-pkgrel=1
+pkgrel=2
pkgdesc="A medium interaction SSH honeypot designed to log brute force attacks and, most importantly, the entire shell interaction performed by the attacker"
arch=('any')
url="https://github.com/desaster/kippo"
diff --git a/kippo.install b/kippo.install
index ae0af63740de..ce371ed10061 100644
--- a/kippo.install
+++ b/kippo.install
@@ -16,7 +16,5 @@ pre_remove() {
fi
}
-post_remove() {
- /usr/sbin/userdel kippo > /dev/null
-}
+
# vim: ts=2 sw=2 et: