pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-olm



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Aug 21 17:54:51 UTC 2025

Modified Files:
        pkgsrc/security/py-olm: distinfo
Added Files:
        pkgsrc/security/py-olm/patches: patch-libolm_CMakeLists.txt

Log Message:
py-olm: fix build with cmake 4


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/py-olm/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/security/py-olm/patches/patch-libolm_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/py-olm/distinfo
diff -u pkgsrc/security/py-olm/distinfo:1.5 pkgsrc/security/py-olm/distinfo:1.6
--- pkgsrc/security/py-olm/distinfo:1.5 Fri Apr 18 11:25:57 2025
+++ pkgsrc/security/py-olm/distinfo     Thu Aug 21 17:54:51 2025
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.5 2025/04/18 11:25:57 adam Exp $
+$NetBSD: distinfo,v 1.6 2025/08/21 17:54:51 wiz Exp $
 
 BLAKE2s (python-olm-3.2.16.tar.gz) = 58792cb971a7c886bc267e9349cad60c8352210a4c38b22f17a241f411a1b8b9
 SHA512 (python-olm-3.2.16.tar.gz) = e8c763577fe87387e1c3559b35db17766fe3c20acd8ff59ec118c33f040f980f7a6afde40a9adf4d9626782c904644a577c60d16f31cf05f0fb698e4b6cbffcf
 Size (python-olm-3.2.16.tar.gz) = 2705522 bytes
+SHA1 (patch-libolm_CMakeLists.txt) = f648a81096c7d1a6c5f543555fb6efff9186c37d
 SHA1 (patch-libolm_include_olm_list.hh) = 493ba58d2c792c0403b6e8a6ea99fba299ebbdde
 SHA1 (patch-libolm_tests_include_doctest.h) = c2855771dcf9139ad3923257f75129508ad95ae9

Added files:

Index: pkgsrc/security/py-olm/patches/patch-libolm_CMakeLists.txt
diff -u /dev/null pkgsrc/security/py-olm/patches/patch-libolm_CMakeLists.txt:1.1
--- /dev/null   Thu Aug 21 17:54:51 2025
+++ pkgsrc/security/py-olm/patches/patch-libolm_CMakeLists.txt  Thu Aug 21 17:54:51 2025
@@ -0,0 +1,12 @@
+$NetBSD: patch-libolm_CMakeLists.txt,v 1.1 2025/08/21 17:54:51 wiz Exp $
+
+Fix build with cmake 4.
+
+--- libolm/CMakeLists.txt.orig 2025-08-21 17:53:15.985875596 +0000
++++ libolm/CMakeLists.txt
+@@ -1,4 +1,4 @@
+-cmake_minimum_required(VERSION 3.4)
++cmake_minimum_required(VERSION 3.5)
+ 
+ project(olm VERSION 3.2.16 LANGUAGES CXX C)
+ 



Home | Main Index | Thread Index | Old Index