summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
author Michal Bialozor2013-03-03 08:48:02 +0100
committer Robby Workman2013-03-03 08:48:02 +0100
commit478a25461805bf5c00c3d73dcde6310c831dc127 (patch)
treee585030e2fe51ae5c2336497a513c9d7d5c87f33 /network
parente3945252aa71915433afd7421010970e3398df34 (diff)
downloadslackbuilds-478a25461805bf5c00c3d73dcde6310c831dc127.tar.gz
network/rssh: Updated for version 2.3.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network')
-rw-r--r--network/rssh/Makefile.in.patch8
-rw-r--r--network/rssh/doinst.sh2
-rw-r--r--network/rssh/rssh.SlackBuild4
-rw-r--r--network/rssh/rssh.info6
4 files changed, 10 insertions, 10 deletions
diff --git a/network/rssh/Makefile.in.patch b/network/rssh/Makefile.in.patch
index 5e6c06e1fe..a10b82bddb 100644
--- a/network/rssh/Makefile.in.patch
+++ b/network/rssh/Makefile.in.patch
@@ -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
diff --git a/network/rssh/doinst.sh b/network/rssh/doinst.sh
index 408e09eda4..ccd4adbf01 100644
--- a/network/rssh/doinst.sh
+++ b/network/rssh/doinst.sh
@@ -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...
}
diff --git a/network/rssh/rssh.SlackBuild b/network/rssh/rssh.SlackBuild
index 55d7a2cba8..caea632977 100644
--- a/network/rssh/rssh.SlackBuild
+++ b/network/rssh/rssh.SlackBuild
@@ -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 \
diff --git a/network/rssh/rssh.info b/network/rssh/rssh.info
index 645b7b741c..c9b913b294 100644
--- a/network/rssh/rssh.info
+++ b/network/rssh/rssh.info
@@ -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=""