pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libssh: finish update
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Mon Aug 3 21:43:11 2026 +0200
Changeset: a4610825635e336a8135964ce942247016d24685
Modified Files:
libssh/PLIST
Removed Files:
libssh/TODO
Log Message:
libssh: finish update
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a4610825635e336a8135964ce942247016d24685
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
libssh/PLIST | 2 +-
libssh/TODO | 22 ----------------------
2 files changed, 1 insertion(+), 23 deletions(-)
diffs:
diff --git a/libssh/PLIST b/libssh/PLIST
index 37cb611448..bf85c8e551 100644
--- a/libssh/PLIST
+++ b/libssh/PLIST
@@ -13,5 +13,5 @@ lib/cmake/libssh/libssh-config-version.cmake
lib/cmake/libssh/libssh-config.cmake
lib/libssh.so
lib/libssh.so.4
-lib/libssh.so.4.10.5
+lib/libssh.so.4.11.1
lib/pkgconfig/libssh.pc
diff --git a/libssh/TODO b/libssh/TODO
deleted file mode 100644
index 0e53afbe16..0000000000
--- a/libssh/TODO
+++ /dev/null
@@ -1,22 +0,0 @@
-Doesn't build on NetBSD-11 and -current:
-
-===> Building for libssh-0.12.1
-[1/3] Building C object src/CMakeFiles/ssh.dir/mlkem_crypto.c.o
-FAILED: [code=1] src/CMakeFiles/ssh.dir/mlkem_crypto.c.o
-/tmp/security/libssh/work/.cwrapper/bin/gcc -DLIBSSH_EXPORTS -I/tmp/security/libssh/work/libssh-0.12.1/cmake-pkgsrc-build/src -I/tmp/security/libssh/work/libssh-0.12.1/src -I/tmp/security/libssh/work/libssh-0.12.1/includ
-e -I/tmp/security/libssh/work/libssh-0.12.1/cmake-pkgsrc-build/include -I/tmp/security/libssh/work/libssh-0.12.1/cmake-pkgsrc-build -O2 -g -fstack-clash-protection -I/usr/include/krb5 -I/usr/include -I/usr/pkg/include -s
-td=gnu99 -fPIC -fvisibility=hidden -Wpedantic -Wall -Wshadow -Wmissing-prototypes -Wcast-align -Werror=address -Wstrict-prototypes -Werror=strict-prototypes -Wwrite-strings -Werror=write-strings -Werror-implicit-function
--declaration -Wpointer-arith -Werror=pointer-arith -Wdeclaration-after-statement -Werror=declaration-after-statement -Wreturn-type -Werror=return-type -Wuninitialized -Werror=uninitialized -Wimplicit-fallthrough -Werror=
-strict-overflow -Wstrict-overflow=2 -Wno-format-zero-length -Wmissing-field-initializers -Wsign-compare -Wold-style-definition -Werror=old-style-definition -Wimplicit-int -Werror=implicit-int -Wint-conversion -Werror=int
--conversion -Wformat -Wformat-security -Werror=format-security -fno-common -fstack-protector-strong -fstack-clash-protection -MD -MT src/CMakeFiles/ssh.dir/mlkem_crypto.c.o -MF src/CMakeFiles/ssh.dir/mlkem_crypto.c.o.d -
-o src/CMakeFiles/ssh.dir/mlkem_crypto.c.o -c /tmp/security/libssh/work/libssh-0.12.1/src/mlkem_crypto.c
-/tmp/security/libssh/work/libssh-0.12.1/src/mlkem_crypto.c:31:10: fatal error: openssl/ml_kem.h: No such file or directory
- 31 | #include <openssl/ml_kem.h>
- | ^~~~~~~~~~~~~~~~~~
-compilation terminated.
-ninja: build stopped: subcommand failed.
-*** Error code 1
-
-because of
-
-https://gnats.netbsd.org/60511
Home |
Main Index |
Thread Index |
Old Index