CVS commit: pkgsrc/net/fzssh
"Thomas Klausner" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: pkgsrc Committed By: wiz Date: Fri Aug 21 12:31:28 UTC 2026 Modified Files: pkgsrc/net/fzssh: Makefile PLIST distinfo Log Message: fzssh: update to 1.4.0. 1.4.0 (2026-08-18) + Added auth_password_change_request_event + Added support for ssh-ed448 keys + Added support for [email protected] and [email protected] MAC algorithms + Added support for [email protected] encryption algorithm + Support additional algorithms for encrypted private key files + Support loading of private keys from pkcs#7 (.pfx) files - Fix building fzssh with Nettle >= 4.0 - Fixed an issue where the channel input buffer could grow without bounds - Added compatibility flag to suppress agent connection error message due to sandboxing on macOS To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/fzssh/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/fzssh/PLIST pkgsrc/net/fzssh/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
(unnamed)
(text/x-diff, 2.5 KB)
Modified files: Index: pkgsrc/net/fzssh/Makefile diff -u pkgsrc/net/fzssh/Makefile:1.3 pkgsrc/net/fzssh/Makefile:1.4 --- pkgsrc/net/fzssh/Makefile:1.3 Tue Jun 16 17:06:59 2026 +++ pkgsrc/net/fzssh/Makefile Fri Aug 21 12:31:28 2026 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2026/06/16 17:06:59 nia Exp $ +# $NetBSD: Makefile,v 1.4 2026/08/21 12:31:28 wiz Exp $ -DISTNAME= fzssh-1.3.0 +DISTNAME= fzssh-1.4.0 CATEGORIES= net MASTER_SITES= # scraper ownload protection, download manually EXTRACT_SUFX= .tar.xz @@ -19,6 +19,7 @@ PKGCONFIG_OVERRIDE+= output/meson-priva PKGCONFIG_OVERRIDE_STAGE= post-configure .include "../../devel/meson/build.mk" +BUILDLINK_API_DEPENDS.libfilezilla+= libfilezilla>=0.57.0 .include "../../net/libfilezilla/buildlink3.mk" .include "../../security/argon2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/fzssh/PLIST diff -u pkgsrc/net/fzssh/PLIST:1.2 pkgsrc/net/fzssh/PLIST:1.3 --- pkgsrc/net/fzssh/PLIST:1.2 Tue Jun 9 17:57:02 2026 +++ pkgsrc/net/fzssh/PLIST Fri Aug 21 12:31:28 2026 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2026/06/09 17:57:02 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2026/08/21 12:31:28 wiz Exp $ include/fzssh/agent.hpp include/fzssh/client.hpp include/fzssh/privkey.hpp @@ -10,9 +10,9 @@ include/fzssh/version.hpp include/fzssh/visibility.hpp include/fzssh/visibility_client.hpp lib/libfzssh-client.so -lib/libfzssh-client.so.13.0.0 +lib/libfzssh-client.so.14.0.0 lib/libfzssh-crypt.so -lib/libfzssh-crypt.so.13.0.0 +lib/libfzssh-crypt.so.14.0.0 lib/libfzssh.so -lib/libfzssh.so.13.0.0 +lib/libfzssh.so.14.0.0 lib/pkgconfig/libfzssh-client.pc Index: pkgsrc/net/fzssh/distinfo diff -u pkgsrc/net/fzssh/distinfo:1.2 pkgsrc/net/fzssh/distinfo:1.3 --- pkgsrc/net/fzssh/distinfo:1.2 Tue Jun 9 17:57:02 2026 +++ pkgsrc/net/fzssh/distinfo Fri Aug 21 12:31:28 2026 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2026/06/09 17:57:02 wiz Exp $ +$NetBSD: distinfo,v 1.3 2026/08/21 12:31:28 wiz Exp $ -BLAKE2s (fzssh-1.3.0.tar.xz) = d9b915161cc51bfa6ac1aa7885cfa37e9335f5e2529fa6d9301d570c16426863 -SHA512 (fzssh-1.3.0.tar.xz) = 6ebe301df01b24a4d3692053e65c9e4c1b510b197d7da1f353df60e3ba3dff935d68007f21d5403ba3686133b39305758afc89c0a734cfddc8f549b714bdfb22 -Size (fzssh-1.3.0.tar.xz) = 114768 bytes +BLAKE2s (fzssh-1.4.0.tar.xz) = 8e8bdfbb6af7a78d4a9e6f0e37c8e1041491ef70a8d48aac1159f8be49ecad53 +SHA512 (fzssh-1.4.0.tar.xz) = 51e80e97182d7cca0a8c27f3c33bf17ece35b4d2b69235024a9915cfaf9c49af83a642dd77554c6b2d21b913e9d8889bdbd18859647f560c9473a79555ed932d +Size (fzssh-1.4.0.tar.xz) = 138464 bytes