sshdfilter: 1.4.5 -> 1.5.5
This commit is contained in:
parent
1a8169c025
commit
c62bca8122
@ -1,7 +1,7 @@
|
||||
drwxr-xr-x root/root etc/
|
||||
drwxr-xr-x root/root etc/rc.d/
|
||||
-rwxr-xr-x root/root etc/rc.d/sshdfilter
|
||||
-rw------- root/root etc/sshdfilterrc
|
||||
-rw-r--r-- root/root etc/sshdfilterrc
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man1/
|
||||
|
@ -1,2 +1,2 @@
|
||||
868770ad15031f4cf7deca28ae0cc27a sshdfilter
|
||||
81b1438123138bb9e6a2e2b6c2e42f5d sshdfilter-1.4.5.tar.gz
|
||||
7a2a288806b5341a8b310ad2856a80e8 sshdfilter-1.5.5.tar.gz
|
||||
|
@ -4,15 +4,16 @@
|
||||
# Depends on: openssh, iptables, perl
|
||||
|
||||
name=sshdfilter
|
||||
version=1.4.5
|
||||
version=1.5.5
|
||||
release=1
|
||||
source=(http://www.csc.liv.ac.uk/~greg/sshdfilter-$version.tar.gz sshdfilter)
|
||||
|
||||
build () {
|
||||
cd $name-$version
|
||||
install -m 755 -o root -g root -D sshdfilter.rhFC30 $PKG/usr/sbin/sshdfilter
|
||||
mkdir -p $PKG/etc
|
||||
cat etc/sshdfilterrc patterns/rhFC30.partconf > $PKG/etc/sshdfilterrc
|
||||
install -m 755 -o root -g root -D source/sshdfilter.pl $PKG/usr/sbin/sshdfilter
|
||||
install -m 755 -o root -g root -D $SRC/sshdfilter $PKG/etc/rc.d/sshdfilter
|
||||
install -m 600 -o root -g root -D etc/sshdfilterrc $PKG/etc/sshdfilterrc
|
||||
install -m 644 -o root -g root -D docs/sshdfilter.1 $PKG/usr/man/man1/sshdfilter.1
|
||||
install -m 644 -o root -g root -D docs/sshdfilterrc.5 $PKG/usr/man/man5/sshdfilterrc.5
|
||||
install -m 644 -o root -g root -D man/sshdfilter.1 $PKG/usr/man/man1/sshdfilter.1
|
||||
install -m 644 -o root -g root -D man/sshdfilterrc.5 $PKG/usr/man/man5/sshdfilterrc.5
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user