pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

tinyssh: update to 20260601, tested with tcpserver



Module Name:	pkgsrc-wip
Committed By:	Bartosz Kuzma <bartosz.kuzma%gmail.com@localhost>
Pushed By:	bartosz.kuzma
Date:		Sun Jul 5 18:50:42 2026 +0200
Changeset:	1e5899a250c4cd48eaf0acf047bf1ababc0c2f08

Modified Files:
	tinyssh/Makefile
	tinyssh/PLIST
	tinyssh/distinfo
Added Files:
	tinyssh/patches/patch-Makefile

Log Message:
tinyssh: update to 20260601, tested with tcpserver

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1e5899a250c4cd48eaf0acf047bf1ababc0c2f08

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 tinyssh/Makefile               | 11 +++--------
 tinyssh/PLIST                  |  7 ++++---
 tinyssh/distinfo               |  7 ++++---
 tinyssh/patches/patch-Makefile | 27 +++++++++++++++++++++++++++
 4 files changed, 38 insertions(+), 14 deletions(-)

diffs:
diff --git a/tinyssh/Makefile b/tinyssh/Makefile
index dbb85b50a2..74060b1b06 100644
--- a/tinyssh/Makefile
+++ b/tinyssh/Makefile
@@ -5,18 +5,13 @@ PKGNAME=		${GITHUB_PROJECT}-${GITHUB_TAG}
 CATEGORIES=		security
 MASTER_SITES=		${MASTER_SITE_GITHUB:=janmojzis/}
 GITHUB_PROJECT=		tinyssh
-GITHUB_TAG=		20240101
+GITHUB_TAG=		20260601
 
 MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=		https://tinyssh.org
+HOMEPAGE=		https://tinyssh.org/
 COMMENT=		Minimalistic SSHv2 server
 LICENSE=		cc0-1.0-universal
 
-DJB_MAKE_TARGETS=	no
-BUILD_TARGET=		compile
+DEPENDS+=		ucspi-tcp>=0.88:../../net/ucspi-tcp
 
-do-install:
-	cd ${WRKSRC} && ${SH} -e make-install.sh ${DESTDIR}
-
-.include "../../mk/djbware.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/tinyssh/PLIST b/tinyssh/PLIST
index 2db58dadbb..62c1958f6b 100644
--- a/tinyssh/PLIST
+++ b/tinyssh/PLIST
@@ -1,8 +1,9 @@
 @comment $NetBSD$
-bin/tinysshd
-bin/tinysshd-makekey
-bin/tinysshd-printkey
 man/man8/tinysshd-makekey.8
 man/man8/tinysshd-printkey.8
 man/man8/tinysshd.8
 man/man8/tinysshnoneauthd.8
+sbin/tinysshd
+sbin/tinysshd-makekey
+sbin/tinysshd-printkey
+sbin/tinysshnoneauthd
diff --git a/tinyssh/distinfo b/tinyssh/distinfo
index bb8b342dbb..ca43c10642 100644
--- a/tinyssh/distinfo
+++ b/tinyssh/distinfo
@@ -1,5 +1,6 @@
 $NetBSD$
 
-BLAKE2s (tinyssh-20240101.tar.gz) = 15c162225a74688f4df4bff931d6069b94d87dd7662a721af14ab94e4ab9e884
-SHA512 (tinyssh-20240101.tar.gz) = b48561cfc11bb6d2e9b1c805c9dfc36be5f1bbbf04a455b8db3f02b5b8df15e420fcd93d58fb23526baaf0fd70e9969deca261152a656015f12a433a61092e90
-Size (tinyssh-20240101.tar.gz) = 249848 bytes
+BLAKE2s (tinyssh-20260601.tar.gz) = 9c2cd16ede4146536993d59b49e1dbaa6d2e69299e9cdb083aff7b5c7b9e7320
+SHA512 (tinyssh-20260601.tar.gz) = 1d468b3c5324c4ccdd8c6f3027ad16bba052275227c06e22516759d30935c2a4fd8e487d22f38d197734520fc83ef84b2c02926d31ee9ca3b7070ea9259940bb
+Size (tinyssh-20260601.tar.gz) = 422063 bytes
+SHA1 (patch-Makefile) = 8aceab8015ad192c180b1d7b39ea559405256f2e
diff --git a/tinyssh/patches/patch-Makefile b/tinyssh/patches/patch-Makefile
new file mode 100644
index 0000000000..c2f6c54f7e
--- /dev/null
+++ b/tinyssh/patches/patch-Makefile
@@ -0,0 +1,27 @@
+$NetBSD$
+
+Fix man pages path
+
+--- Makefile.orig	2026-07-05 16:30:58.158119256 +0000
++++ Makefile
+@@ -1047,15 +1047,15 @@ tinysshnoneauthd: tinysshd
+ 
+ install: $(BINARIES) $(LINKS)
+ 	mkdir -p $(DESTDIR)$(PREFIX)/sbin
+-	mkdir -p $(DESTDIR)$(PREFIX)/share/man/man8
++	mkdir -p $(DESTDIR)$(PREFIX)/man/man8
+ 	$(INSTALL) -m 0755 tinysshd $(DESTDIR)$(PREFIX)/sbin/tinysshd
+ 	$(INSTALL) -m 0755 tinysshd-makekey $(DESTDIR)$(PREFIX)/sbin/tinysshd-makekey
+ 	$(INSTALL) -m 0755 tinysshd-printkey $(DESTDIR)$(PREFIX)/sbin/tinysshd-printkey
+ 	$(INSTALL) -m 0755 tinysshnoneauthd $(DESTDIR)$(PREFIX)/sbin/tinysshnoneauthd
+-	$(INSTALL) -m 0644 man/tinysshd.8 $(DESTDIR)$(PREFIX)/share/man/man8/tinysshd.8
+-	$(INSTALL) -m 0644 man/tinysshd-makekey.8 $(DESTDIR)$(PREFIX)/share/man/man8/tinysshd-makekey.8
+-	$(INSTALL) -m 0644 man/tinysshd-printkey.8 $(DESTDIR)$(PREFIX)/share/man/man8/tinysshd-printkey.8
+-	$(INSTALL) -m 0644 man/tinysshnoneauthd.8 $(DESTDIR)$(PREFIX)/share/man/man8/tinysshnoneauthd.8
++	$(INSTALL) -m 0644 man/tinysshd.8 $(DESTDIR)$(PREFIX)/man/man8/tinysshd.8
++	$(INSTALL) -m 0644 man/tinysshd-makekey.8 $(DESTDIR)$(PREFIX)/man/man8/tinysshd-makekey.8
++	$(INSTALL) -m 0644 man/tinysshd-printkey.8 $(DESTDIR)$(PREFIX)/man/man8/tinysshd-printkey.8
++	$(INSTALL) -m 0644 man/tinysshnoneauthd.8 $(DESTDIR)$(PREFIX)/man/man8/tinysshnoneauthd.8
+ 
+ clean:
+ 	rm -f *.log libs $(OBJLIB) $(OBJALL) $(BINARIES) $(TESTCRYPTOBINARIES) $(LINKS) $(AUTOHEADERS) $(TESTOUT)


Home | Main Index | Thread Index | Old Index