network/rssh: Updated for version 2.3.4.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Michal Bialozor 2013-03-03 01:48:02 -06:00 committed by Robby Workman
parent e3945252aa
commit 478a254618
4 changed files with 10 additions and 10 deletions

View file

@ -1,7 +1,7 @@
--- Makefile.in.orig 2011-03-01 14:47:01.563001285 +0100
+++ Makefile.in 2011-03-01 14:50:20.735775586 +0100
@@ -830,7 +830,7 @@
$(CC) -c $(DEFS) $(ourdefs) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) $<
--- Makefile.in.orig 2012-11-27 01:19:34.000000000 +0100
+++ Makefile.in 2013-02-25 15:02:30.080423009 +0100
@@ -730,7 +730,7 @@
$(CC) -c $(DEFS) $(ourdefs) $(AM_CFLAGS) $(CPPFLAGS) $(LDFLAGS) $<
install-exec-hook:
- chmod u+s $(libexecdir)/rssh_chroot_helper

View file

@ -6,7 +6,7 @@ config() {
mv $NEW $OLD
elif [ "$(cat $OLD | md5sum)" = "$(cat $NEW | md5sum)" ]; then
# toss the redundant copy
rm $NEW
rm $NEW
fi
# Otherwise, we leave the .new copy for the admin to consider...
}

View file

@ -4,7 +4,7 @@
# Written by Michal Bialozor <bialyy@o2.pl>
PRGNAM=rssh
VERSION=2.3.3
VERSION=2.3.4
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -65,7 +65,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
# rename config file to .new
mv $PKG/etc/$PRGNAM.conf $PKG/etc/$PRGNAM.conf.new
mv $PKG/etc/$PRGNAM.conf.default $PKG/etc/$PRGNAM.conf.new
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \

View file

@ -1,8 +1,8 @@
PRGNAM="rssh"
VERSION="2.3.3"
VERSION="2.3.4"
HOMEPAGE="http://www.pizzashack.org/rssh/"
DOWNLOAD="http://sourceforge.net/projects/rssh/files/rssh/2.3.3/rssh-2.3.3.tar.gz"
MD5SUM="b0c147602fcc95737ed50573b92fc468"
DOWNLOAD="http://sourceforge.net/projects/rssh/files/rssh/2.3.4/rssh-2.3.4.tar.gz"
MD5SUM="5211f5fe206704f813a3cec61f487042"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""