net/transmission: Refresh patches and minor tweaks

Refresh patches
Add patch to spoof git-version as release
Switch to xz tarball

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
This commit is contained in:
Daniel Engberg
2017-01-08 20:55:08 +01:00
parent 3b73eb19b0
commit 677492e02c
5 changed files with 35 additions and 10 deletions
@@ -1,7 +1,7 @@
--- a/libtransmission/bitfield.c
+++ b/libtransmission/bitfield.c
@@ -7,6 +7,8 @@
* $Id: bitfield.c 14646 2015-12-31 05:22:42Z mikedld $
@@ -6,6 +6,8 @@
*
*/
+#define __NEED_ssize_t
@@ -9,7 +9,7 @@
#include <assert.h>
#include <string.h> /* memset */
@@ -14,6 +16,7 @@
@@ -13,6 +15,7 @@
#include "bitfield.h"
#include "utils.h" /* tr_new0 () */
@@ -19,7 +19,7 @@
/****
--- a/libtransmission/fdlimit.h
+++ b/libtransmission/fdlimit.h
@@ -11,6 +11,8 @@
@@ -10,6 +10,8 @@
#error only libtransmission should #include this header.
#endif