diff options
author | wiz <wiz@pkgsrc.org> | 2019-07-20 23:14:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-07-20 23:14:40 +0000 |
commit | bbc300d85684f43eeaf4883e9e2a62d2407deb8b (patch) | |
tree | e46738afa3fcbb2e090095b5447baf11eefbde15 /net/transmission/patches | |
parent | 32b1fd3c396ff87383c822fb0677bb8464edaf08 (diff) | |
download | pkgsrc-bbc300d85684f43eeaf4883e9e2a62d2407deb8b.tar.gz |
transmission*: update to 2.94
Changes:
Fix building against LibreSSL (#284, #486, #570)
Fix building against mbedTLS (#115, #528)
Fix torrents ETA calculation (#522)
Fix cross-compilation issues caused by miniupnpc configuration test (#475)
Qt Client
Fix bad downloaded percentage in DetailsDialog (#547)
Web Client
Fix tracker error XSS in inspector (CVE pending; found by Rory McNamara of Gotham Digital Science)
Fix torrent name HTML-escaping in trackers inspector tab
Diffstat (limited to 'net/transmission/patches')
-rw-r--r-- | net/transmission/patches/patch-qt_qtr.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/transmission/patches/patch-qt_qtr.pro b/net/transmission/patches/patch-qt_qtr.pro index 6afa620171b..21a7843f369 100644 --- a/net/transmission/patches/patch-qt_qtr.pro +++ b/net/transmission/patches/patch-qt_qtr.pro @@ -1,4 +1,7 @@ -$NetBSD: patch-qt_qtr.pro,v 1.5 2017/07/13 13:38:59 wiz Exp $ +$NetBSD: patch-qt_qtr.pro,v 1.6 2019/07/20 23:14:40 wiz Exp $ + +1. Fix man page installation path. +2. add openssl cflags/ldflags (still needed?) --- qt/qtr.pro.orig 2015-12-29 00:47:32.464150631 +0000 +++ qt/qtr.pro |