pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/libssh
Module Name: pkgsrc
Committed By: pho
Date: Tue Jan 7 05:56:17 UTC 2025
Modified Files:
pkgsrc/security/libssh: distinfo
Added Files:
pkgsrc/security/libssh/patches: patch-CompilerChecks.cmake
Log Message:
security/libssh: Fix build with option "libgcrypt"
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/security/libssh/distinfo
cvs rdiff -u -r0 -r1.4 \
pkgsrc/security/libssh/patches/patch-CompilerChecks.cmake
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/libssh/distinfo
diff -u pkgsrc/security/libssh/distinfo:1.32 pkgsrc/security/libssh/distinfo:1.33
--- pkgsrc/security/libssh/distinfo:1.32 Fri Dec 27 11:15:39 2024
+++ pkgsrc/security/libssh/distinfo Tue Jan 7 05:56:17 2025
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.32 2024/12/27 11:15:39 adam Exp $
+$NetBSD: distinfo,v 1.33 2025/01/07 05:56:17 pho Exp $
BLAKE2s (libssh-0.11.1.tar.xz) = 097094811bc8708196c48f9b237d2da6ebd5d3b48cf19d0d6f69e8cec83a5cd9
SHA512 (libssh-0.11.1.tar.xz) = 284d376ad9ea30b0274b4ac754b27d168286dca862ece43ef15ca6d89e66865ad7a6703cc12dd4a8564a60b8449ae9b36e6496fd51d34cc27ac4030f6cf216d6
Size (libssh-0.11.1.tar.xz) = 621108 bytes
+SHA1 (patch-CompilerChecks.cmake) = 8a650be5b69e956a0a54f54b71c4927ce685b8ca
SHA1 (patch-examples_sshd__direct-tcpip.c) = 62de8625d58dbc03c38b0eb23f6e7f20a46e91de
SHA1 (patch-tests_CMakeLists.txt) = 61d9e21d612545766b00f577b3d342eb20a0a9a5
SHA1 (patch-tests_torture.c) = 2c70e9d827f15ec36a62e0d0f5dd98774f24f79e
Added files:
Index: pkgsrc/security/libssh/patches/patch-CompilerChecks.cmake
diff -u /dev/null pkgsrc/security/libssh/patches/patch-CompilerChecks.cmake:1.4
--- /dev/null Tue Jan 7 05:56:17 2025
+++ pkgsrc/security/libssh/patches/patch-CompilerChecks.cmake Tue Jan 7 05:56:17 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-CompilerChecks.cmake,v 1.4 2025/01/07 05:56:17 pho Exp $
+
+Fix build with option libgcrypt: src/libgcrypt/libgcrypt.c fails to compile
+with -Werror=unused-variable.
+
+--- CompilerChecks.cmake.orig 2025-01-07 05:51:07.479870562 +0000
++++ CompilerChecks.cmake
+@@ -48,7 +48,6 @@ if (UNIX)
+ add_c_compiler_flag("-Werror=implicit-int" SUPPORTED_COMPILER_FLAGS)
+ add_c_compiler_flag("-Wint-conversion" SUPPORTED_COMPILER_FLAGS)
+ add_c_compiler_flag("-Werror=int-conversion" SUPPORTED_COMPILER_FLAGS)
+- add_c_compiler_flag("-Werror=unused-variable" SUPPORTED_COMPILER_FLAGS)
+
+ check_c_compiler_flag("-Wformat" REQUIRED_FLAGS_WFORMAT)
+ if (REQUIRED_FLAGS_WFORMAT)
Home |
Main Index |
Thread Index |
Old Index