Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6571c66487a93c30cc83946e20a472388041121a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6571c66487a93c30cc83946e20a472388041121a)
  • Date: Mon, 26 Oct 2015 20:23:42 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

ChangeLog | 1 +
crypto/mbedtls/BUILD | 2 ++
crypto/mbedtls/CONFLICTS | 1 +
crypto/mbedtls/DEPENDS | 2 ++
crypto/mbedtls/DETAILS | 14 ++++++++++++++
crypto/mbedtls/HISTORY | 4 ++++
crypto/mbedtls/PROVIDES | 1 +
crypto/polarssl/BUILD | 3 +--
crypto/polarssl/CONFLICTS | 1 +
crypto/polarssl/DEPENDS | 2 --
crypto/polarssl/DETAILS | 27 ++++++---------------------
crypto/polarssl/DOWNLOAD | 1 +
crypto/polarssl/HISTORY | 41 ++++-------------------------------------
crypto/polarssl/INSTALL | 1 +
crypto/polarssl/PREPARE | 2 --
crypto/polarssl/PRE_BUILD | 1 +
crypto/polarssl/UP_TRIGGERS | 1 +
17 files changed, 41 insertions(+), 64 deletions(-)

New commits:
commit 6571c66487a93c30cc83946e20a472388041121a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

deprecate crypto/polarssl [replaced by mbedtls]
SECURITY FIX

commit 165993ed658189045d1d6c405aa2b9e83e1f8fc7
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

mbedtls-2.1.2

diff --git a/ChangeLog b/ChangeLog
index 3b1acef..5ca3bc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2015-10-26 Treeve Jelbert <treeve AT sourcemage.org>
* kde5-apps/labplot: scientific data plotting
+ * crypto/mbedtls: embedded TLS, previously known as polarssl

2015-10-25 Treeve Jelbert <treeve AT sourcemage.org>
* python-pypi/borgbackup: new spell, deduplicating backup program
diff --git a/crypto/mbedtls/BUILD b/crypto/mbedtls/BUILD
new file mode 100755
index 0000000..a2559af
--- /dev/null
+++ b/crypto/mbedtls/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" -DUSE_SHARED_MBEDTSL_LIBRARY=On"
+cmake_build
diff --git a/crypto/mbedtls/CONFLICTS b/crypto/mbedtls/CONFLICTS
new file mode 100755
index 0000000..8ed53a1
--- /dev/null
+++ b/crypto/mbedtls/CONFLICTS
@@ -0,0 +1 @@
+conflicts polarssl y
diff --git a/crypto/mbedtls/DEPENDS b/crypto/mbedtls/DEPENDS
new file mode 100755
index 0000000..2a0f37c
--- /dev/null
+++ b/crypto/mbedtls/DEPENDS
@@ -0,0 +1,2 @@
+depends cmake &&
+optional_depends zlib '-DENABLE_ZLIB_SUPPORT=1' '' 'zlib support'
diff --git a/crypto/mbedtls/DETAILS b/crypto/mbedtls/DETAILS
new file mode 100755
index 0000000..68c80c9
--- /dev/null
+++ b/crypto/mbedtls/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=mbedtls
+ VERSION=2.1.2
+
SOURCE_HASH=sha512:b5869896dd66a4c0493f84dd01b9eb1f134ee4ab6fc559b260400d733f3c8a02a8b9fe50cdad6367c95a0a34995ca4d09270087e659552fcf264995d34d0b261
+ SECURITY_PATCH=3
+ SOURCE=$SPELL-$VERSION-gpl.tgz
+ SOURCE_URL[0]=https://tls.mbed.org/download/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=https://tls.mbed.org/
+ LICENSE[0]=GPL
+ ENTERED=20151026
+ SHORT="open source embedded SSL/TLS cryptographic library"
+cat << EOF
+Open Source embedded SSL/TLS cryptographic library.
+EOF
diff --git a/crypto/mbedtls/HISTORY b/crypto/mbedtls/HISTORY
new file mode 100644
index 0000000..0e60198
--- /dev/null
+++ b/crypto/mbedtls/HISTORY
@@ -0,0 +1,4 @@
+2015-10-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.1.2
+ fixes CVE-2015-5291
+ spell created, was previopusl called polarssl
diff --git a/crypto/mbedtls/PROVIDES b/crypto/mbedtls/PROVIDES
new file mode 100644
index 0000000..d0875b2
--- /dev/null
+++ b/crypto/mbedtls/PROVIDES
@@ -0,0 +1 @@
+TLS
diff --git a/crypto/polarssl/BUILD b/crypto/polarssl/BUILD
index 80aaeaf..27ba77d 100755
--- a/crypto/polarssl/BUILD
+++ b/crypto/polarssl/BUILD
@@ -1,2 +1 @@
-OPTS+=" -DUSE_SHARED_POLARSSL_LIBRARY=1"
-cmake_build
+true
diff --git a/crypto/polarssl/CONFLICTS b/crypto/polarssl/CONFLICTS
new file mode 100755
index 0000000..8ed53a1
--- /dev/null
+++ b/crypto/polarssl/CONFLICTS
@@ -0,0 +1 @@
+conflicts polarssl y
diff --git a/crypto/polarssl/DEPENDS b/crypto/polarssl/DEPENDS
deleted file mode 100755
index 2a0f37c..0000000
--- a/crypto/polarssl/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends cmake &&
-optional_depends zlib '-DENABLE_ZLIB_SUPPORT=1' '' 'zlib support'
diff --git a/crypto/polarssl/DETAILS b/crypto/polarssl/DETAILS
index 81b7a4e..bb0e1e7 100755
--- a/crypto/polarssl/DETAILS
+++ b/crypto/polarssl/DETAILS
@@ -1,24 +1,9 @@
-. "$GRIMOIRE/FUNCTIONS"
SPELL=polarssl
-if [[ "$POLARSSL_BRANCH" == scm ]]; then
- VERSION=$(get_scm_version)
- SOURCE_IGNORE=volatile
- FORCE_DOWNLOAD=on
- SOURCE=$SPELL-git.tar.bz2
- SOURCE_URL[0]=git://github.com/$SPELL/$SPELL.git:$SPELL-git
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
-else
- VERSION=1.3.9
-
SOURCE_HASH=sha512:eac720913ece5ac7da92773f64e21acce740474ae1c82d1b992c31a49b254852933970dd69a763a643ffcfa2189c2cd2e1f18a892b1253b1060fa049238f04c4
- SECURITY_PATCH=2
- SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=https://github.com/$SPELL/$SPELL/archive/$SOURCE
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$SPELL-$VERSION"
-fi
- WEB_SITE=http://polarssl.org/
- LICENSE[0]=GPL
- ENTERED=20110812
- SHORT="open source embedded SSL/TLS cryptographic library"
+ VERSION=0
+ PATCHLEVEL=9999
+ SECURITY_PATCH=1
+ SHORT="deprecated"
cat << EOF
-Open Source embedded SSL/TLS cryptographic library.
+deprecated spell [replaced by mbedtls]
EOF
+
diff --git a/crypto/polarssl/DOWNLOAD b/crypto/polarssl/DOWNLOAD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/crypto/polarssl/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/crypto/polarssl/HISTORY b/crypto/polarssl/HISTORY
index 42bfc65..88bbe2b 100644
--- a/crypto/polarssl/HISTORY
+++ b/crypto/polarssl/HISTORY
@@ -1,37 +1,4 @@
-2014-11-27 Ismael Luceno <ismael AT sourcemage.org>
- * DETAILS: updated spell to 1.3.9
- Fixed SOURCE_URL[0]
- * DETAILS, PREPARE: Added scm branch
-
-2013-10-15 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.3.1
-
-2013-06-28 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.2.8
- SECURITY_PATCH++, fixes:
- Denial of Service through Certificate message during handshake
-
-2013-04-25 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.2.7
-
-2013-03-20 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.2.6
-
-2013-02-21 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.2.5
- SECURITY_PATCH=1, fixes CVE-2013-0169
-
-2013-01-18 Treeve Jelbert <treeve AT sourcemage.org>
- * DETAILS: version 1.2.3
- * BUILD, DEPENDS: use cmake, zlib
- * INSTALL, PRE_BUILD: deleted
-
-2012-01-30 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 1.1.1
- * INSTALL: added
-
-2011-12-22 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS: 1.1.0
-
-2011-08-12 Ladislav Hagara <hgr AT vabo.cz>
- * DETAILS, PRE_BUILD, BUILD: spell created, version 1.0.0
+2015-10-26 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0
+ PATCHLEVEL=9999
+ spell deprecated [replaced by mbedtls]
diff --git a/crypto/polarssl/INSTALL b/crypto/polarssl/INSTALL
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/crypto/polarssl/INSTALL
@@ -0,0 +1 @@
+true
diff --git a/crypto/polarssl/PREPARE b/crypto/polarssl/PREPARE
deleted file mode 100755
index ba63470..0000000
--- a/crypto/polarssl/PREPARE
+++ /dev/null
@@ -1,2 +0,0 @@
-. "$GRIMOIRE/FUNCTIONS" &&
-prepare_select_branch stable scm
diff --git a/crypto/polarssl/PRE_BUILD b/crypto/polarssl/PRE_BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/crypto/polarssl/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/crypto/polarssl/UP_TRIGGERS b/crypto/polarssl/UP_TRIGGERS
new file mode 100755
index 0000000..80c073a
--- /dev/null
+++ b/crypto/polarssl/UP_TRIGGERS
@@ -0,0 +1 @@
+up_trigger mbedtls cast_self



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (6571c66487a93c30cc83946e20a472388041121a), Treeve Jelbert, 10/26/2015

Archive powered by MHonArc 2.6.24.

Top of Page