summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/transmission/files
diff options
context:
space:
mode:
authorLiu Yiding <liuyd.fnst@fujitsu.com>2026-02-06 13:09:52 +0800
committerKhem Raj <raj.khem@gmail.com>2026-02-06 10:06:27 -0800
commit3c81ff5859809ee40abecb8e524c9091ebbbfacf (patch)
treeb17074e404c834ff2cfa5091dc4a6b1ee39381f5 /meta-oe/recipes-connectivity/transmission/files
parentd0aadb1f353e50b8d99619c8a82962ee09286b77 (diff)
downloadmeta-openembedded-3c81ff5859809ee40abecb8e524c9091ebbbfacf.tar.gz
transmission: upgrade 4.0.6 -> 4.1.0
1.ChangeLog https://github.com/transmission/transmission/releases/tag/4.1.0 2. Remove following patches as they were merged upstream 0001-build-bump-CMake-version-to-3.10-4.patch 0001-miniupnpc-bump-CMake-version-to-3.14.patch 0001-build-set-minimum-required-CMake-to-3.5.patch 3. Change LICENSE Checksum as Copyright year has changed. Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/transmission/files')
-rw-r--r--meta-oe/recipes-connectivity/transmission/files/0001-build-bump-CMake-version-to-3.10-4.patch26
-rw-r--r--meta-oe/recipes-connectivity/transmission/files/0001-build-set-minimum-required-CMake-to-3.5.patch31
-rw-r--r--meta-oe/recipes-connectivity/transmission/files/0001-miniupnpc-bump-CMake-version-to-3.14.patch21
3 files changed, 0 insertions, 78 deletions
diff --git a/meta-oe/recipes-connectivity/transmission/files/0001-build-bump-CMake-version-to-3.10-4.patch b/meta-oe/recipes-connectivity/transmission/files/0001-build-bump-CMake-version-to-3.10-4.patch
deleted file mode 100644
index a08366a36d..0000000000
--- a/meta-oe/recipes-connectivity/transmission/files/0001-build-bump-CMake-version-to-3.10-4.patch
+++ /dev/null
@@ -1,26 +0,0 @@
1From a18ae078a32e08a7193d0bae20190060bd1e8b85 Mon Sep 17 00:00:00 2001
2From: Yat Ho <lagoho7@gmail.com>
3Date: Thu, 1 May 2025 09:14:19 +0800
4Subject: [PATCH] build: bump CMake version to 3.10 (#4)
5
6CMake < 3.5 compatibility has been removed from CMake 4.0 and CMake < 3.10 compatibility has been deprecated in CMake 3.31.
7
8https://cmake.org/cmake/help/latest/release/4.0.html
9https://cmake.org/cmake/help/latest/release/3.31.html
10
11Upstream-Status: Backport [https://github.com/transmission/dht/commit/38c9f261d9b58b76b9eaf85f84ec1b35151a1eac]
12Signed-off-by: Khem Raj <raj.khem@gmail.com>
13---
14 CMakeLists.txt | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17diff --git a/CMakeLists.txt b/CMakeLists.txt
18index 6d4aa99..596dbfb 100644
19--- a/CMakeLists.txt
20+++ b/CMakeLists.txt
21@@ -1,4 +1,4 @@
22-cmake_minimum_required(VERSION 2.8)
23+cmake_minimum_required(VERSION 3.10)
24 project(dht C)
25
26 add_library(${PROJECT_NAME} STATIC
diff --git a/meta-oe/recipes-connectivity/transmission/files/0001-build-set-minimum-required-CMake-to-3.5.patch b/meta-oe/recipes-connectivity/transmission/files/0001-build-set-minimum-required-CMake-to-3.5.patch
deleted file mode 100644
index 887bc21114..0000000000
--- a/meta-oe/recipes-connectivity/transmission/files/0001-build-set-minimum-required-CMake-to-3.5.patch
+++ /dev/null
@@ -1,31 +0,0 @@
1From 9c5ed3204bdb722b5624f6b9dbfba240a50b336c Mon Sep 17 00:00:00 2001
2From: fanquake <fanquake@gmail.com>
3Date: Fri, 12 Jan 2024 10:25:27 +0000
4Subject: [PATCH] build: set minimum required CMake to 3.5
5
6Avoids:
7```bash
8CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
9 Compatibility with CMake < 3.5 will be removed from a future version of
10 CMake.
11
12 Update the VERSION argument <min> value or use a ...<max> suffix to tell
13 CMake that the project does not need compatibility with older versions.
14```
15
16Upstream-Status: Backport [https://github.com/miniupnp/libnatpmp/pull/43]
17Signed-off-by: Khem Raj <raj.khem@gmail.com>
18---
19 CMakeLists.txt | 2 +-
20 1 file changed, 1 insertion(+), 1 deletion(-)
21
22diff --git a/CMakeLists.txt b/CMakeLists.txt
23index 3034df8..e7cffe5 100644
24--- a/CMakeLists.txt
25+++ b/CMakeLists.txt
26@@ -1,4 +1,4 @@
27-cmake_minimum_required(VERSION 2.8)
28+cmake_minimum_required(VERSION 3.5)
29 project(natpmp C)
30
31 add_definitions(-DNATPMP_STATICLIB -DENABLE_STRNATPMPERR)
diff --git a/meta-oe/recipes-connectivity/transmission/files/0001-miniupnpc-bump-CMake-version-to-3.14.patch b/meta-oe/recipes-connectivity/transmission/files/0001-miniupnpc-bump-CMake-version-to-3.14.patch
deleted file mode 100644
index 1714ad1b99..0000000000
--- a/meta-oe/recipes-connectivity/transmission/files/0001-miniupnpc-bump-CMake-version-to-3.14.patch
+++ /dev/null
@@ -1,21 +0,0 @@
1From aa19cb131c953e4520be5284d86964f371ee059f Mon Sep 17 00:00:00 2001
2From: Yat Ho <lagoho7@gmail.com>
3Date: Mon, 13 May 2024 16:21:28 +0800
4Subject: [PATCH] miniupnpc: bump CMake version to 3.14
5
6Upstream-Status: Backport [https://github.com/transmission/miniupnpc/commit/e7b0fa83c313c50a66da76ad6fb446e5bfdb482f]
7Signed-off-by: Khem Raj <raj.khem@gmail.com>
8---
9 CMakeLists.txt | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
11
12diff --git a/CMakeLists.txt b/CMakeLists.txt
13index 0a53e27..2c713b5 100644
14--- a/CMakeLists.txt
15+++ b/CMakeLists.txt
16@@ -1,4 +1,4 @@
17-cmake_minimum_required (VERSION 2.6)
18+cmake_minimum_required (VERSION 3.14)
19
20 project (miniupnpc C)
21 set (MINIUPNPC_VERSION 2.0)