sshguard: remove package sshguard

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-07-07 17:46:50 +02:00
parent c518464b92
commit 746eb2d511
16 changed files with 0 additions and 145 deletions

View File

@ -322,7 +322,6 @@ show_config() {
config_message="$config_message\n - Avahi (Zeroconf) support:\t\t $AVAHI_DAEMON"
config_message="$config_message\n - SAMBA server support:\t\t $SAMBA_SERVER"
config_message="$config_message\n - SFTP server support:\t\t\t $SFTP_SERVER"
config_message="$config_message\n - SSH Guard support:\t\t\t $SSHGUARD_SUPPORT"
config_message="$config_message\n - PPTP support:\t\t\t $PPTP_SUPPORT"
config_message="$config_message\n - OpenVPN support:\t\t\t $OPENVPN_SUPPORT"
config_message="$config_message\n - XBMC Airplay support:\t\t $AIRPLAY_SUPPORT"

View File

@ -35,7 +35,3 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
if [ "$SSHGUARD_SUPPORT" = yes ]; then
PKG_DEPENDS="$PKG_DEPENDS sshguard"
fi

View File

@ -1,36 +0,0 @@
#!/bin/sh
################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv)
#
# This Program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This Program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with OpenELEC.tv; see the file COPYING. If not, write to
# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA.
# http://www.gnu.org/copyleft/gpl.html
################################################################################
. config/options $1
cd $PKG_BUILD
ac_cv_func_malloc_0_nonnull=yes \
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--sysconfdir=/etc \
--datadir=/usr/share \
--localstatedir=/var \
--with-firewall="iptables" \
--with-iptables="/usr/sbin/iptables" \
make

View File

@ -1,26 +0,0 @@
#!/bin/sh
################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv)
#
# This Program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This Program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with OpenELEC.tv; see the file COPYING. If not, write to
# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA.
# http://www.gnu.org/copyleft/gpl.html
################################################################################
. config/options $1
mkdir -p $INSTALL/usr/sbin
cp -P $PKG_BUILD/src/sshguard $INSTALL/usr/sbin

View File

@ -1,36 +0,0 @@
################################################################################
# This file is part of OpenELEC - http://www.openelec.tv
# Copyright (C) 2009-2012 Stephan Raue (stephan@openelec.tv)
#
# This Program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# This Program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with OpenELEC.tv; see the file COPYING. If not, write to
# the Free Software Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110, USA.
# http://www.gnu.org/copyleft/gpl.html
################################################################################
PKG_NAME="sshguard"
PKG_VERSION="1.5"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="BSD"
PKG_SITE="http://www.sshguard.net/"
PKG_URL="$SOURCEFORGE_SRC/project/sshguard/sshguard/$PKG_NAME-$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="iptables"
PKG_BUILD_DEPENDS="toolchain"
PKG_PRIORITY="optional"
PKG_SECTION="security"
PKG_SHORTDESC="sshguard: monitors servers from their logging activity."
PKG_LONGDESC="Sshguard monitors servers from their logging activity. When logs convey that someone is doing a Bad Thing, sshguard reacts by blocking he/she/it for a bit. Sshguard has a touchy personality: when a naughty tyke insists disturbing your host, it reacts firmer and firmer."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"

View File

@ -1,12 +0,0 @@
diff -Naur sshguard-1.5/configure.ac sshguard-1.5.patch/configure.ac
--- sshguard-1.5/configure.ac 2011-02-09 13:01:47.000000000 +0100
+++ sshguard-1.5.patch/configure.ac 2013-01-12 01:13:22.735102536 +0100
@@ -5,7 +5,7 @@
AC_INIT(sshguard, 1.5, mij@sshguard.net)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([src/simclist.c])
-AM_CONFIG_HEADER([src/config.h])
+AC_CONFIG_HEADERS([src/config.h])
# test if we are on Solaris, which requires outstanding practices
AC_CANONICAL_BUILD
AS_CASE([$build_os],

View File

@ -219,9 +219,6 @@
# build and install SFTP Server (yes / no)
SFTP_SERVER="yes"
# build and install SSH Guard (yes / no)
SSHGUARD_SUPPORT="no"
# build and install PPP support (yes / no)
PPTP_SUPPORT="yes"

View File

@ -219,9 +219,6 @@
# build and install SFTP Server (yes / no)
SFTP_SERVER="yes"
# build and install SSH Guard (yes / no)
SSHGUARD_SUPPORT="yes"
# build and install PPP support (yes / no)
PPTP_SUPPORT="yes"

View File

@ -219,9 +219,6 @@
# build and install SFTP Server (yes / no)
SFTP_SERVER="yes"
# build and install SSH Guard (yes / no)
SSHGUARD_SUPPORT="yes"
# build and install PPP support (yes / no)
PPTP_SUPPORT="yes"

View File

@ -219,9 +219,6 @@
# build and install SFTP Server (yes / no)
SFTP_SERVER="yes"
# build and install SSH Guard (yes / no)
SSHGUARD_SUPPORT="yes"
# build and install PPP support (yes / no)
PPTP_SUPPORT="yes"

View File

@ -219,9 +219,6 @@
# build and install SFTP Server (yes / no)
SFTP_SERVER="yes"
# build and install SSH Guard (yes / no)
SSHGUARD_SUPPORT="yes"
# build and install PPP support (yes / no)
PPTP_SUPPORT="yes"

View File

@ -219,9 +219,6 @@
# build and install SFTP Server (yes / no)
SFTP_SERVER="yes"
# build and install SSH Guard (yes / no)
SSHGUARD_SUPPORT="yes"
# build and install PPP support (yes / no)
PPTP_SUPPORT="yes"

View File

@ -219,9 +219,6 @@
# build and install SFTP Server (yes / no)
SFTP_SERVER="yes"
# build and install SSH Guard (yes / no)
SSHGUARD_SUPPORT="yes"
# build and install PPP support (yes / no)
PPTP_SUPPORT="yes"

View File

@ -219,9 +219,6 @@
# build and install SFTP Server (yes / no)
SFTP_SERVER="yes"
# build and install SSH Guard (yes / no)
SSHGUARD_SUPPORT="no"
# build and install PPP support (yes / no)
PPTP_SUPPORT="yes"

View File

@ -219,9 +219,6 @@
# build and install SFTP Server (yes / no)
SFTP_SERVER="yes"
# build and install SSH Guard (yes / no)
SSHGUARD_SUPPORT="yes"
# build and install PPP support (yes / no)
PPTP_SUPPORT="yes"

View File

@ -214,9 +214,6 @@
# build and install SFTP Server (yes / no)
SFTP_SERVER="yes"
# build and install SSH Guard (yes / no)
SSHGUARD_SUPPORT="yes"
# build and install PPP support (yes / no)
PPTP_SUPPORT="yes"