summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2018-05-02 07:50:19 -0400
committerVlad Glagolev2018-05-02 07:52:22 -0400
commit43acc2ba22302bd7c41ece26d9e900625633284d (patch)
treedf8db2b3d6a845b996a8da3c2c64020f653e007a
parent9a6107dd200c9093f52679b5f4954dba83c8a044 (diff)
transmission: => 2.94 [security]
(cherry picked from commit 592b5b984e584df85d3047874370a8cc42725dda)
-rwxr-xr-xftp/transmission/DETAILS4
-rw-r--r--ftp/transmission/HISTORY4
-rwxr-xr-xftp/transmission/PRE_BUILD1
-rw-r--r--ftp/transmission/libressl.patch20
-rw-r--r--ftp/transmission/transmission-2.93.tar.xz.sigbin287 -> 0 bytes
-rw-r--r--ftp/transmission/transmission-2.94.tar.xz.sigbin0 -> 287 bytes
6 files changed, 6 insertions, 23 deletions
diff --git a/ftp/transmission/DETAILS b/ftp/transmission/DETAILS
index 972225032c..f17156b7d4 100755
--- a/ftp/transmission/DETAILS
+++ b/ftp/transmission/DETAILS
@@ -1,6 +1,6 @@
SPELL=transmission
- VERSION=2.93
- SECURITY_PATCH=3
+ VERSION=2.94
+ SECURITY_PATCH=4
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=https://github.com/${SPELL}/${SPELL}-releases/raw/master/${SOURCE}
SOURCE_GPG=gurus.gpg:$SOURCE.sig
diff --git a/ftp/transmission/HISTORY b/ftp/transmission/HISTORY
index 4a1a515cd8..64851eee97 100644
--- a/ftp/transmission/HISTORY
+++ b/ftp/transmission/HISTORY
@@ -1,3 +1,7 @@
+2018-05-02 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 2.94; SECURITY_PATCH++
+ * libressl.patch: dropped, fixed by upstream
+
2018-02-18 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 2.93; updated source URL
* PRE_BUILD: apply patch
diff --git a/ftp/transmission/PRE_BUILD b/ftp/transmission/PRE_BUILD
index 6ebe271a70..25db3aa711 100755
--- a/ftp/transmission/PRE_BUILD
+++ b/ftp/transmission/PRE_BUILD
@@ -1,5 +1,4 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
-patch -p0 < "$SPELL_DIRECTORY/libressl.patch" &&
patch -p0 < "$SPELL_DIRECTORY/no-utp.patch"
diff --git a/ftp/transmission/libressl.patch b/ftp/transmission/libressl.patch
deleted file mode 100644
index 258fe2afbb..0000000000
--- a/ftp/transmission/libressl.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- libtransmission/crypto-utils-openssl.c.orig
-+++ libtransmission/crypto-utils-openssl.c
-@@ -147,7 +147,7 @@
- ****
- ***/
-
--#if OPENSSL_VERSION_NUMBER < 0x0090802fL
-+#if OPENSSL_VERSION_NUMBER < 0x0090802fL || defined(LIBRESSL_VERSION_NUMBER)
-
- static EVP_CIPHER_CTX *
- openssl_evp_cipher_context_new (void)
-@@ -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,
diff --git a/ftp/transmission/transmission-2.93.tar.xz.sig b/ftp/transmission/transmission-2.93.tar.xz.sig
deleted file mode 100644
index bba4b027be..0000000000
--- a/ftp/transmission/transmission-2.93.tar.xz.sig
+++ /dev/null
Binary files differ
diff --git a/ftp/transmission/transmission-2.94.tar.xz.sig b/ftp/transmission/transmission-2.94.tar.xz.sig
new file mode 100644
index 0000000000..9976e22d39
--- /dev/null
+++ b/ftp/transmission/transmission-2.94.tar.xz.sig
Binary files differ