Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (637be1abae995ab1e720e18d854414bea7b88c39)

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 master grimoire by Vlad Glagolev (637be1abae995ab1e720e18d854414bea7b88c39)
  • Date: Thu, 5 Mar 2015 04:31:32 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

crypto/libressl/BUILD | 3 +++
crypto/libressl/CONFIGURE | 3 +++
crypto/libressl/DETAILS | 16 +++++++++++-----
crypto/libressl/HISTORY | 11 +++++++++++
crypto/libressl/UP_TRIGGERS | 10 ----------
crypto/libressl/libressl.gpg |binary
http/cadaver/DEPENDS | 4 ++--
http/cadaver/HISTORY | 4 ++--
8 files changed, 32 insertions(+), 19 deletions(-)

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

libressl: added SOURCE2 for gpg signature

commit 5227ecef4ad3367bc8288dc181a3e1f7e0a04f13
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

cadaver: use SSL provider

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

Revert "cadaver: depends SSL"

This reverts commit fff8ea025a4113fee15d08bfc1ef76c66a5c8119.

commit 84cae21d0c7242b615393654f092b913b5880bf1
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libressl: => 2.1.4

diff --git a/crypto/libressl/BUILD b/crypto/libressl/BUILD
new file mode 100755
index 0000000..1bbd905
--- /dev/null
+++ b/crypto/libressl/BUILD
@@ -0,0 +1,3 @@
+OPTS="$LIBRESSL_OPTS $OPTS" &&
+
+default_build
diff --git a/crypto/libressl/CONFIGURE b/crypto/libressl/CONFIGURE
new file mode 100755
index 0000000..17095fc
--- /dev/null
+++ b/crypto/libressl/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_option LIBRESSL_OPTS "Enable building the libtls library?" n \
+ "--enable-libtls" \
+ "--disable-libtls"
diff --git a/crypto/libressl/DETAILS b/crypto/libressl/DETAILS
index cf8a250..6443973 100755
--- a/crypto/libressl/DETAILS
+++ b/crypto/libressl/DETAILS
@@ -1,13 +1,19 @@
SPELL=libressl
- VERSION=2.1.3
-
SOURCE_HASH=sha512:d2806f6d147e4145a3ef7795d3a17bc6553b2673d488c47fec4d9ac87babeae3d8710f910d5ccb27e57a3d34c6e4cb7d94cd3862d92f378fa3376a6d2ebc6cd9
+ VERSION=2.1.4
+ SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- WEB_SITE=http://www.libressl.org/
+ SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/$SOURCE
+ SOURCE_URL[1]=http://sourcemage.ru/mirror/$SPELL/$SOURCE
+ SOURCE2_URL[0]=$SOURCE_URL.asc
+ SOURCE2_URL[1]=${SOURCE_URL[1]}.asc
+ SOURCE_GPG=libressl.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://www.libressl.org/
LICENSE[0]=BSD
ENTERED=20140819
- KEYWORDS=""
+ KEYWORDS="ssl tls"
SHORT="SSL/TLS protocol"
cat << EOF
LibreSSL is a FREE version of the SSL/TLS protocol forked from OpenSSL
diff --git a/crypto/libressl/HISTORY b/crypto/libressl/HISTORY
index 2dbd18c..f7c4cce 100644
--- a/crypto/libressl/HISTORY
+++ b/crypto/libressl/HISTORY
@@ -1,3 +1,14 @@
+2015-03-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.1.4; added forgotten SECURITY_PATCH for
+ 2.1.3 (CVE-2015-0206); quoting paths; updated KEYWORDS; converted to
+ upstream gpg checking; added the 2nd mirror
+ * PROVIDES: chmod +x
+ * BUILD: added, use LIBRESSL_OPTS
+ * CONFIGURE: added, for missing configure options
+ * UP_TRIGGERS: removed senseless triggers
+ * libressl.gpg: added, imported D5E4D8D5 public key (Brent Cook
+ <bcook AT rapid7.com>)
+
2015-03-01 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.1.3

diff --git a/crypto/libressl/PROVIDES b/crypto/libressl/PROVIDES
old mode 100644
new mode 100755
diff --git a/crypto/libressl/UP_TRIGGERS b/crypto/libressl/UP_TRIGGERS
deleted file mode 100755
index 5e5a48a..0000000
--- a/crypto/libressl/UP_TRIGGERS
+++ /dev/null
@@ -1,10 +0,0 @@
-# this makes ABI changes automatically cast those that depend on libressl
via an up_trigger
-
-spell_ok $SPELL && local OLD_SPELL_VERSION="$(installed_version $SPELL)" ||
return 0
-
-if [ "${VERSION/[a-z]*/}" != "${OLD_SPELL_VERSION/[a-z]*/}" ] || \
- [ "${VERSION%.*}" != "${OLD_SPELL_VERSION%.*}" ]; then
- for each in $(show_up_depends $SPELL 1); do
- up_trigger $each cast_self
- done
-fi
diff --git a/crypto/libressl/libressl.gpg b/crypto/libressl/libressl.gpg
new file mode 100644
index 0000000..f8cb3e4
Binary files /dev/null and b/crypto/libressl/libressl.gpg differ
diff --git a/http/cadaver/DEPENDS b/http/cadaver/DEPENDS
index a0cef80..d73d74b 100755
--- a/http/cadaver/DEPENDS
+++ b/http/cadaver/DEPENDS
@@ -6,13 +6,13 @@ optional_depends -sub DAV neon \
if ! is_depends_enabled $SPELL neon; then
config_query_list CADAVER_SSL "Which SSL backend do you want for SSL
support?" \
none \
- SSL \
+ openssl \
gnutls &&

case $CADAVER_SSL in
none) OPTS="--without-ssl $OPTS"
;;
- SSL) depends openssl "--with-ssl=openssl"
+ openssl) depends SSL "--with-ssl=openssl"
;;
gnutls) depends gnutls "--with-ssl=gnutls"
;;
diff --git a/http/cadaver/HISTORY b/http/cadaver/HISTORY
index d354f5e..5c3e592 100644
--- a/http/cadaver/HISTORY
+++ b/http/cadaver/HISTORY
@@ -1,5 +1,5 @@
-2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
- * DEPENDS: openssl => SSL
+2015-03-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: use SSL provider

2012-05-24 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: use DAV subdependency from neon



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (637be1abae995ab1e720e18d854414bea7b88c39), Vlad Glagolev, 03/05/2015

Archive powered by MHonArc 2.6.24.

Top of Page