pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/qca2
Module Name: pkgsrc
Committed By: wiz
Date: Fri Aug 22 14:24:40 UTC 2025
Modified Files:
pkgsrc/security/qca2: distinfo
pkgsrc/security/qca2/patches: patch-CMakeLists.txt
Log Message:
qca2: fix build with cmake 4
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/qca2/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/qca2/patches/patch-CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/qca2/distinfo
diff -u pkgsrc/security/qca2/distinfo:1.13 pkgsrc/security/qca2/distinfo:1.14
--- pkgsrc/security/qca2/distinfo:1.13 Sun Aug 17 09:01:06 2025
+++ pkgsrc/security/qca2/distinfo Fri Aug 22 14:24:39 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2025/08/17 09:01:06 wiz Exp $
+$NetBSD: distinfo,v 1.14 2025/08/22 14:24:39 wiz Exp $
BLAKE2s (qca-2.2.1.tar.xz) = 57889a6b3f467251c27084e8d40b376209127141d3622dcc0953109a68a18c8b
SHA512 (qca-2.2.1.tar.xz) = 3a0e8aa7cf3ea9a7244facaf1d521ebca2753af37636e7bf5f21c57ae880ac9682ae7d6d9fa5ce41b73568ff9538214956b89cd41228c2cb828d9068c2031a9c
Size (qca-2.2.1.tar.xz) = 691676 bytes
-SHA1 (patch-CMakeLists.txt) = f9eaec016b4d933238314f019bb09969d24ddd6b
+SHA1 (patch-CMakeLists.txt) = 563d6e4d03c616a0eacb1e7bfb33404b95eef281
Index: pkgsrc/security/qca2/patches/patch-CMakeLists.txt
diff -u pkgsrc/security/qca2/patches/patch-CMakeLists.txt:1.2 pkgsrc/security/qca2/patches/patch-CMakeLists.txt:1.3
--- pkgsrc/security/qca2/patches/patch-CMakeLists.txt:1.2 Sun Aug 17 09:01:06 2025
+++ pkgsrc/security/qca2/patches/patch-CMakeLists.txt Fri Aug 22 14:24:40 2025
@@ -1,4 +1,4 @@
-$NetBSD: patch-CMakeLists.txt,v 1.2 2025/08/17 09:01:06 wiz Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.3 2025/08/22 14:24:40 wiz Exp $
Fix build with cmake 4.
@@ -6,7 +6,14 @@ Add mozilla-rootcerts certstore to list
--- CMakeLists.txt.orig 2019-04-24 12:58:14.000000000 +0000
+++ CMakeLists.txt
-@@ -14,10 +14,6 @@ set(QCA_LIB_MAJOR_VERSION "2")
+@@ -8,16 +8,12 @@ endif(NOT CMAKE_INSTALL_PREFIX)
+
+ project(qca)
+
+-cmake_minimum_required(VERSION 3.4)
++cmake_minimum_required(VERSION 3.5)
+
+ set(QCA_LIB_MAJOR_VERSION "2")
set(QCA_LIB_MINOR_VERSION "2")
set(QCA_LIB_PATCH_VERSION "1")
Home |
Main Index |
Thread Index |
Old Index