tox: bump version (#13432)

This commit is contained in:
nilFinx
2025-12-21 15:42:04 +09:00
committed by GitHub
parent a1a55e7841
commit d4cde030c7
3 changed files with 20 additions and 23 deletions

View File

@@ -1,21 +0,0 @@
From bf1bcf205099592e3f1298bc9496c2f96219ee60 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Fri, 24 Mar 2023 13:12:39 +0100
Subject: Haiku: find libnetwork
diff --git a/cmake/Dependencies.cmake b/cmake/Dependencies.cmake
index fb49944..7eeb3cc 100644
--- a/cmake/Dependencies.cmake
+++ b/cmake/Dependencies.cmake
@@ -11,6 +11,7 @@ find_package(Threads REQUIRED)
find_library(NSL_LIBRARIES nsl )
find_library(RT_LIBRARIES rt )
find_library(SOCKET_LIBRARIES socket )
+find_library(SOCKET_LIBRARIES network )
# For toxcore.
pkg_use_module(LIBSODIUM libsodium )
--
2.37.3

View File

@@ -0,0 +1,18 @@
From bf1bcf205099592e3f1298bc9496c2f96219ee60 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Fri, 24 Mar 2023 13:12:39 +0100
Subject: Haiku: find libnetwork
diff --git a/cmake/Dependencies.cmake b/cmake/Dependencies.cmake
index fb30fdc..82bb084 100644
--- a/cmake/Dependencies.cmake
+++ b/cmake/Dependencies.cmake
@@ -9,6 +9,7 @@ find_package(PkgConfig REQUIRED)
find_library(NSL_LIBRARIES nsl )
find_library(RT_LIBRARIES rt )
find_library(SOCKET_LIBRARIES socket)
+find_library(SOCKET_LIBRARIES network)
find_package(pthreads QUIET)
if(NOT TARGET PThreads4W::PThreads4W)

View File

@@ -8,9 +8,9 @@ HOMEPAGE="https://tox.chat/"
COPYRIGHT="2013-2022 Tox Project"
LICENSE="GNU GPL v3
MIT"
REVISION="3"
REVISION="1"
SOURCE_URI="https://github.com/TokTok/c-toxcore/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="1fba883638fd18985fd41acd35fed198c2cdd6e91651eb1c3fe602b610b535fe"
CHECKSUM_SHA256="4919f85b7ab076fb64a9d18b7e951bced2709a870a7553529948a21d472f3c0b"
SOURCE_DIR="c-toxcore-$portVersion"
srcGitRev2="e836703291392aba9db92b46fb47929521fac71f"
SOURCE_URI_2="https://github.com/camgunz/cmp/archive/$srcGitRev2.tar.gz"