transmission: update to 2.93
fixes CVE-2018-5702 Closes: #11526 [via git-merge-pr]
This commit is contained in:
parent
94e01bbd4f
commit
665b873633
2 changed files with 15 additions and 4 deletions
11
srcpkgs/transmission/patches/libressl.patch
Normal file
11
srcpkgs/transmission/patches/libressl.patch
Normal 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,
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue