Date: Thu, 20 Feb 2025 18:46:10 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: ef280c2e5fe4 - releng/13.5 - libssh: Remove progressmeter Message-ID: <202502201846.51KIkARa062055@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch releng/13.5 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=ef280c2e5fe46241e12d2ddc5a557927eaadf584 commit ef280c2e5fe46241e12d2ddc5a557927eaadf584 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2025-02-06 19:21:12 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2025-02-20 18:45:03 +0000 libssh: Remove progressmeter It is used only by scp and sftp, and already included directly in their Makefiles. It does not belong in libssh. Fixes: d8b043c8d497 ("Update for 3.6.1p1; also remove Kerberos IV shims.") Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D48871 (cherry picked from commit c0af32952564099fe30a34aeb335f95a6dc811ba) (cherry picked from commit 8a02eb2c1e4f3847fccf3eb1e7ff914871e35be4) (cherry picked from commit 63d3c245221d79f16b59771e84467bdd1abf11dd) Approved by: re (cperciva) --- secure/lib/libssh/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/secure/lib/libssh/Makefile b/secure/lib/libssh/Makefile index e6738be94f65..939eddcb48b7 100644 --- a/secure/lib/libssh/Makefile +++ b/secure/lib/libssh/Makefile @@ -17,7 +17,7 @@ SRCS+= authfd.c authfile.c \ atomicio.c dispatch.c mac.c misc.c utf8.c \ monitor_fdpass.c rijndael.c ssh-dss.c ssh-ecdsa.c ssh-ecdsa-sk.c \ ssh-ed25519-sk.c ssh-rsa.c dh.c \ - msg.c progressmeter.c dns.c entropy.c umac.c umac128.c \ + msg.c dns.c entropy.c umac.c umac128.c \ ssh-pkcs11.c smult_curve25519_ref.c \ poly1305.c chacha.c cipher-chachapoly.c cipher-chachapoly-libcrypto.c \ ssh-ed25519.c digest-openssl.c digest-libc.c \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502201846.51KIkARa062055>