aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tinyssh
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2015-10-06 23:14:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-07 11:39:58 +0000
commit78fae2ab5f35451826699fb3588591468083d41a (patch)
tree9a232b64b1938cf42ab838efeddb17be4946d9ca /testing/tinyssh
parentb63659a93156eaece49fe9d03441d84b7549a383 (diff)
downloadaports-78fae2ab5f35451826699fb3588591468083d41a.tar.bz2
aports-78fae2ab5f35451826699fb3588591468083d41a.tar.xz
testing/tinyssh: update to 20151001
Diffstat (limited to 'testing/tinyssh')
-rw-r--r--testing/tinyssh/APKBUILD18
-rw-r--r--testing/tinyssh/keepalive-not-implemented.patch84
2 files changed, 7 insertions, 95 deletions
diff --git a/testing/tinyssh/APKBUILD b/testing/tinyssh/APKBUILD
index f7555c4e02..7e7cd731a3 100644
--- a/testing/tinyssh/APKBUILD
+++ b/testing/tinyssh/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=tinyssh
-pkgver=20150501
+pkgver=20151001
pkgrel=1
pkgdesc="Small SSH server using NaCl / TweetNaCl (no dependency on OpenSSL)"
url="http://tinyssh.org/"
@@ -13,7 +13,6 @@ subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.bz2::http://mojzis.com/software/$pkgname/$pkgname-$pkgver.tar.bz2
$pkgname.initd
$pkgname.confd
- keepalive-not-implemented.patch
"
_builddir="$srcdir"/$pkgname-$pkgver
@@ -61,15 +60,12 @@ Stealth SSH with FWKNOP: https://it-offshore.co.uk/security/53-stealth-your-ssh-
EOF
}
-md5sums="0e8b4add3fa6c4481e7b8159aca75b2f tinyssh-20150501.tar.bz2
+md5sums="9c406d53105dfbe18d8421c6a6f0e2f6 tinyssh-20151001.tar.bz2
78ec724804035bae29e1c47abec737d8 tinyssh.initd
-83e705f0f71db5ae0d8530edafa63497 tinyssh.confd
-42cf023926c2b9472fa3d98a6f626db8 keepalive-not-implemented.patch"
-sha256sums="ccaee75ee04252c7e7db1e06e74e4c55b53911c310a0dc5e1288c0feb73a1470 tinyssh-20150501.tar.bz2
+83e705f0f71db5ae0d8530edafa63497 tinyssh.confd"
+sha256sums="4a6e9c436ec0b62f8b05aef46f4295a8ab620796af57e993183e0e69ecd80d5c tinyssh-20151001.tar.bz2
b3584c463f6ba0de6a5fe2e28fb98cd8ef65a55f17a0f4c877f61f54019ef34c tinyssh.initd
-c6c67395e7230d75077734f0b08d5f8c76f11aaef27878b013b7bd68dd7ba774 tinyssh.confd
-96ce731b29f76cba82047512a0c751370987fd51ff08d5bf124f10342f213251 keepalive-not-implemented.patch"
-sha512sums="780e4aa87fc5afbd0818f1c815c0e95a9ec5b096efedbc49d54492195725bbdf3fe860cc4b84a5e9b15b9b568fd0398e48601da3af22b3dfd64e4214d4797fbe tinyssh-20150501.tar.bz2
+c6c67395e7230d75077734f0b08d5f8c76f11aaef27878b013b7bd68dd7ba774 tinyssh.confd"
+sha512sums="7a6be109a4a6ca1c80073dc7d922522cb25b0b498f972d3ac23ad9edb120be1b1c7571681d412e905f0fd245f131ed67724f27b173cd122610d332efafab251e tinyssh-20151001.tar.bz2
d10f995c6687e706453e51d06b3466427d476036efdbd86db2f9330281e46049bf2e3698208524b3f70cdbd30373f5bf46c7164dd626d22b3fa9a75ca5d8d478 tinyssh.initd
-4513bd0d43ef0825fbd77365a8a7adefcd99211102df76003becf7e3a09a47ad9bbd16a68c3fadfb7868e0562f8d42a26106b7582cb70490a7e52a7d1e6110e9 tinyssh.confd
-9511d09d8a62e673e3e6b2ae9fc55e5b6ca7c33485c1834b4f53a1f06d84d34619a7f620c9862fb059d8a0d24a79d4172bd355185ceff5ac8acb381350e41d2e keepalive-not-implemented.patch"
+4513bd0d43ef0825fbd77365a8a7adefcd99211102df76003becf7e3a09a47ad9bbd16a68c3fadfb7868e0562f8d42a26106b7582cb70490a7e52a7d1e6110e9 tinyssh.confd"
diff --git a/testing/tinyssh/keepalive-not-implemented.patch b/testing/tinyssh/keepalive-not-implemented.patch
deleted file mode 100644
index 19c21c1c23..0000000000
--- a/testing/tinyssh/keepalive-not-implemented.patch
+++ /dev/null
@@ -1,84 +0,0 @@
-diff --git a/tinyssh-tests/packet_uinmplementedtest.c b/tinyssh-tests/packet_uinmplementedtest.c
-new file mode 120000
-index 0000000..c1c5f9b
---- /dev/null
-+++ b/tinyssh-tests/packet_uinmplementedtest.c
-@@ -0,0 +1 @@
-+emptytest.c
-\ No newline at end of file
-diff --git a/tinyssh/LIBS b/tinyssh/LIBS
-index 7f1bcf5..9c1f27a 100644
---- a/tinyssh/LIBS
-+++ b/tinyssh/LIBS
-@@ -36,6 +36,7 @@ packetparser.o
- packet_put.o
- packet_recv.o
- packet_send.o
-+packet_uinmplemented.o
- porttostr.o
- randommod.o
- readall.o
-diff --git a/tinyssh/SOURCES b/tinyssh/SOURCES
-index be77a5f..613535d 100644
---- a/tinyssh/SOURCES
-+++ b/tinyssh/SOURCES
-@@ -36,6 +36,7 @@ packetparser
- packet_put
- packet_recv
- packet_send
-+packet_uinmplemented
- porttostr
- randommod
- readall
-diff --git a/tinyssh/packet.h b/tinyssh/packet.h
-index 891ede8..b2cba92 100644
---- a/tinyssh/packet.h
-+++ b/tinyssh/packet.h
-@@ -127,4 +127,7 @@ extern int packet_channel_send_windowadjust(struct buf *);
- extern void packet_channel_send_eof(struct buf *);
- extern int packet_channel_send_close(struct buf *, int, int);
-
-+/* packet_uinmplemented.c */
-+extern int packet_uinmplemented(struct buf *);
-+
- #endif
-diff --git a/tinyssh/packet_uinmplemented.c b/tinyssh/packet_uinmplemented.c
-new file mode 100644
-index 0000000..1ca82d6
---- /dev/null
-+++ b/tinyssh/packet_uinmplemented.c
-@@ -0,0 +1,18 @@
-+/*
-+20150719
-+Jan Mojzis
-+Public domain.
-+*/
-+
-+#include "buf.h"
-+#include "ssh.h"
-+#include "packet.h"
-+
-+int packet_uinmplemented(struct buf *b) {
-+
-+ buf_purge(b);
-+ buf_putnum8(b, SSH_MSG_UNIMPLEMENTED); /* SSH_MSG_UNIMPLEMENTED */
-+ buf_putnum32(b, packet.receivepacketid); /* packeid */
-+ packet_put(b);
-+ return packet_sendall();
-+}
-diff --git a/tinyssh/tinysshd.c b/tinyssh/tinysshd.c
-index ba44584..78677f5 100644
---- a/tinyssh/tinysshd.c
-+++ b/tinyssh/tinysshd.c
-@@ -300,8 +300,8 @@ int main(int argc, char **argv) {
- case SSH_MSG_KEXINIT:
- goto rekeying;
- default:
-- die_fatal("unknown message type", 0, 0);
-- /* XXX TODO - send SSH_MSG_UNIMPLEMENTED */
-+ log_d1("unknown packet - sending SSH_MSG_UNIMPLEMENTED message");
-+ if (!packet_uinmplemented(&b1)) die_fatal("unable to send SSH_MSG_UNIMPLEMENTED message", 0, 0);
- }
- }
- }
-