Commit Graph

8 Commits

Author SHA1 Message Date
Khem Raj
14c7d8a0d7 recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-04 17:41:45 -08:00
Richard Purdie
b402a3076f recipes: Update SRC_URI branch and protocols
This patch updates SRC_URIs using git to include branch=master if no branch is set
and also to use protocol=https for github urls as generated by the conversion script
in OE-Core.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03 06:57:49 -07:00
Khem Raj
c89d48972c transmission: Inherit pkgconfig
Fixes
configure: error: The pkg-config script could not be found or is too old.  Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-09-24 08:12:35 -07:00
Martin Jansa
c61dc077bb Convert to new override syntax
This is the result of automated script (0.9.1) conversion:

oe-core/scripts/contrib/convert-overrides.py .

converting the metadata to use ":" as the override character instead of "_".

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-08-03 10:21:25 -07:00
Khem Raj
0253865a6c transmission: Fix build with autotools 2.70+
Eventually when 3.1 is released autotools is replaced with cmake as per
[1], so we will have to migrate to cmake

[1] https://github.com/transmission/transmission/issues/1573

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-02-08 10:17:23 -08:00
Leon Anavi
77c02587fe transmission: Upgrade 2.94 -> 3.00
Upgrade to release 3.00:

- Allow the RPC server to listen on an IPv6 address
- Change TR_CURL_SSL_VERIFY to TR_CURL_SSL_NO_VERIFY and enable
  verification by default
- Go back to using hash as base name for resume and torrent files
  (those stored in configuration directory)
- Handle "fields" argument in "session-get" RPC request; if
  "fields" array is present in arguments, only return session
  fields specified; otherwise return all the fields as before
- Limit the number of incorrect authentication attempts in
  embedded web server to 100 to prevent brute-force attacks
- Set idle seed limit range to 1..40320 (4 weeks tops) in all
  clients
- Add Peer ID for Xfplay, PicoTorrent, Free Download Manager,
  Folx, Baidu Netdisk torrent clients
- Announce INT64_MAX as size left if the value is unknown
  (helps with e.g. Amazon S3 trackers)
- Add TCP_FASTOPEN support (should result in slight speedup)
- Improve ToS handling on IPv6 connections
- Abort handshake if establishing DH shared secret fails (leads
  to crash)
- Don't switch trackers while announcing (leads to crash)
- Improve completion scripts execution and error handling; add
  support for .cmd and .bat files on Windows
- Maintain a "session ID" file (in temporary directory) to better
  detect whether session is local or remote; return the ID as
  part of "session-get" response
- Change torrent location even if no data move is needed
- Support CIDR-notated blocklists
- Update the resume file before running scripts
- Make multiscrape limits adaptive
- Add labels support to libtransmission and transmission-remote
- Parse session-id header case-insensitively
- Sanitize suspicious path components instead of rejecting them
- Load CA certs from system store on Windows / OpenSSL
- Add support for mbedtls (formely polarssl) and wolfssl (formely
  cyassl), LibreSSL
- Fix building against OpenSSL 1.1.0+
- Fix quota support for uClibc-ng 1.0.18+ and DragonFly BSD
- Fix a number of memory leaks (magnet loading, session shutdown,
  bencoded data parsing)
- Bump miniupnpc version to 2.0.20170509
- CMake-related improvements (Ninja generator, libappindicator,
  systemd, Solaris and macOS)
- Switch to submodules to manage (most of) third-party
  dependencies
- Fail installation on Windows if UCRT is not installed

License-Update: Bump copyright to 2020

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-10-19 22:23:23 -07:00
Jacob Kroon
e921a2f251 meta-oe: Don't inherit 'features_check' in recipes that don't utilize it
Signed-off-by: Jacob Kroon <jacob.kroon@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-10 20:57:01 -07:00
Leon Anavi
b260aa7969 transmission: Add version 2.94
Transmission is a fast, easy, and free BitTorrent client. This
recipe provides it as a GTK+ application for X11, headless daemon
and a web user interface (UI).

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-15 08:31:09 -07:00