transmission: update to 2.93

fixes CVE-2018-5702

Closes: #11526 [via git-merge-pr]
This commit is contained in:
Helmut Pozimski 2018-02-10 11:31:57 +01:00 committed by Michael Gehring
parent 94e01bbd4f
commit 665b873633
2 changed files with 15 additions and 4 deletions

View file

@ -0,0 +1,11 @@
--- libtransmission/crypto-utils-openssl.c 2018-02-10 11:23:12.597680584 +0100
+++ libtransmission/crypto-utils-openssl.c 2018-02-10 11:27:01.843383653 +0100
@@ -230,7 +230,7 @@
****
***/
-#if OPENSSL_VERSION_NUMBER < 0x10100000
+#if OPENSSL_VERSION_NUMBER < 0x10100000 || defined(LIBRESSL_VERSION_NUMBER)
static inline int
DH_set0_pqg (DH * dh,
BIGNUM * p,

View file

@ -1,17 +1,17 @@
# Template file for 'transmission'
pkgname=transmission
version=2.92
revision=9
version=2.93
revision=1
build_style=gnu-configure
configure_args="--enable-nls --enable-cli --enable-daemon --enable-utp --without-systemd-daemon"
hostmakedepends="pkg-config intltool"
makedepends="zlib-devel libressl-devel dbus-glib-devel libcurl-devel libevent-devel gtk+3-devel"
short_desc="A fast, easy, and free BitTorrent client"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.transmissionbt.com/"
homepage="https://www.transmissionbt.com"
license="MIT, GPL-2"
distfiles="https://github.com/transmission/transmission-releases/raw/master/${pkgname}-${version}.tar.xz"
checksum=3a8d045c306ad9acb7bf81126939b9594553a388482efa0ec1bfb67b22acd35f
checksum=8815920e0a4499bcdadbbe89a4115092dab42ce5199f71ff9a926cfd12b9b90b
# Create transmission system user/group
system_accounts="transmission"