Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (aa83d1300cb50ef315825c877c6e203a38b4446f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (aa83d1300cb50ef315825c877c6e203a38b4446f)
  • Date: Sun, 18 Feb 2018 16:07:22 +0000

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

dev/null |binary
devel/flex/HISTORY | 3 +++
devel/flex/PROVIDES | 1 +
ftp/transmission/DETAILS | 6 +++---
ftp/transmission/HISTORY | 21 ++++++++++++++++++++-
ftp/transmission/PRE_BUILD | 1 +
ftp/transmission/libressl.patch | 20 ++++++++++++++++++++
ftp/transmission/transmission-2.93.tar.xz.sig |binary
8 files changed, 48 insertions(+), 4 deletions(-)

New commits:
commit aa83d1300cb50ef315825c877c6e203a38b4446f
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

transmission: => 2.93

(cherry picked from commit ab45bf793b96d8f989ed8538e0c2878ebf588b11)

commit dd4788ab35a94e03c6c7ce3966bf3216a2b884da
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ftp/transmission: SECURITY_PATCH++, the CVE-2018-5702 fix

(cherry picked from commit 12c74710b331ae58b03e0538cfcd3ae16cda3c9c)

commit dd2ec74a00f3a0afa1505d3b2b861d0dd85b0479
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ftp/transmission: version 2.92

(cherry picked from commit 06e52e609c8ff5283bbcf8b88d7ea8e578e7b43c)

commit 54b0fef72a20866262a7b43bfa17cafb08634833
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ftp/transmission: version 2.91

(cherry picked from commit bd17ad733d7e77a3f3f2cb543a1fa8920ea0430c)

commit 6eeb06c00fea05e3e2dd9fd68bf062edf02573e2
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ftp/transmission: version 2.90

(cherry picked from commit e1d5c504a82ce4650574eabbbd75e4df03e4fb0e)

commit 698bf8cb8cbe01a5d48ab73f3d3b45741ea7ea40
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

flex: added PROVIDES

(cherry picked from commit 88263172db48d4fdd6bd3428f93ed587bc4fda02)

Conflicts:
devel/flex/HISTORY

diff --git a/devel/flex/HISTORY b/devel/flex/HISTORY
index 6a12985..c07ea5f 100644
--- a/devel/flex/HISTORY
+++ b/devel/flex/HISTORY
@@ -1,3 +1,6 @@
+2018-02-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * PROVIDES: added, provides LEXICAL-SCANNER
+
2014-04-07 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.5.39

diff --git a/devel/flex/PROVIDES b/devel/flex/PROVIDES
new file mode 100644
index 0000000..217e402
--- /dev/null
+++ b/devel/flex/PROVIDES
@@ -0,0 +1 @@
+LEXICAL-SCANNER
diff --git a/ftp/transmission/DETAILS b/ftp/transmission/DETAILS
index 0939061..9722250 100755
--- a/ftp/transmission/DETAILS
+++ b/ftp/transmission/DETAILS
@@ -1,8 +1,8 @@
SPELL=transmission
- VERSION=2.84
- SECURITY_PATCH=2
+ VERSION=2.93
+ SECURITY_PATCH=3
SOURCE=$SPELL-$VERSION.tar.xz
- SOURCE_URL[0]=http://download.transmissionbt.com/files/$SOURCE
+
SOURCE_URL[0]=https://github.com/${SPELL}/${SPELL}-releases/raw/master/${SOURCE}
SOURCE_GPG=gurus.gpg:$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.transmissionbt.com/
diff --git a/ftp/transmission/HISTORY b/ftp/transmission/HISTORY
index 37e8574..4a1a515 100644
--- a/ftp/transmission/HISTORY
+++ b/ftp/transmission/HISTORY
@@ -1,5 +1,24 @@
+2018-02-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.93; updated source URL
+ * PRE_BUILD: apply patch
+ * libressl.patch: added, backtported from Alpine to fix build
+ with older LibreSSL
+ * dns-rebinding.patch: dropped, fixed by upstream
+
+2018-01-16 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS, PRE_BUILD, dns-rebinding.patch: SECURITY_PATCH++,
(CVE-2018-5702)
+
+2016-03-07 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: updated spell to 2.92
+
+2016-03-06 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: updated spell to 2.91
+
+2016-02-29 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: updated spell to 2.90
+
2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: openssl => SSL
+ * DEPENDS: openssl => SSL

2014-07-02 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.84; SECURITY_PATCH++
diff --git a/ftp/transmission/PRE_BUILD b/ftp/transmission/PRE_BUILD
index 25db3aa..6ebe271 100755
--- a/ftp/transmission/PRE_BUILD
+++ b/ftp/transmission/PRE_BUILD
@@ -1,4 +1,5 @@
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
new file mode 100644
index 0000000..258fe2a
--- /dev/null
+++ b/ftp/transmission/libressl.patch
@@ -0,0 +1,20 @@
+--- 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.84.tar.xz.sig
b/ftp/transmission/transmission-2.84.tar.xz.sig
deleted file mode 100644
index 5ed119d..0000000
Binary files a/ftp/transmission/transmission-2.84.tar.xz.sig and /dev/null
differ
diff --git a/ftp/transmission/transmission-2.93.tar.xz.sig
b/ftp/transmission/transmission-2.93.tar.xz.sig
new file mode 100644
index 0000000..bba4b02
Binary files /dev/null and b/ftp/transmission/transmission-2.93.tar.xz.sig
differ



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (aa83d1300cb50ef315825c877c6e203a38b4446f), Vlad Glagolev, 02/18/2018

Archive powered by MHonArc 2.6.24.

Top of Page