Skip to Content.
Sympa Menu

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

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 (ed123d77b35408c9c95aee4f4b54cbaf345ce3c6)
  • Date: Wed, 9 Nov 2016 14:56:13 +0000

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

devel/nodejs/DEPENDS | 9 +++++++--
devel/nodejs/DETAILS | 4 ++--
devel/nodejs/HISTORY | 4 ++++
3 files changed, 13 insertions(+), 4 deletions(-)

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

nodejs: => 0.10.48 [security]

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

nodejs: added compatibility with LibreSSL

(cherry picked from commit 0b566638854ee3b3e62ce1d7927eaa064782e95e)

Conflicts:
devel/nodejs/HISTORY

diff --git a/devel/nodejs/DEPENDS b/devel/nodejs/DEPENDS
index 9f0df12..119cf85 100755
--- a/devel/nodejs/DEPENDS
+++ b/devel/nodejs/DEPENDS
@@ -2,7 +2,12 @@ depends -sub CXX gcc &&
depends python &&
depends zlib '--shared-zlib' &&

-optional_depends openssl \
+optional_depends c-ares \
+ "--shared-cares" \
+ "" \
+ "to use system c-ares library instead of bundled" &&
+
+optional_depends SSL \
"--shared-openssl" \
"" \
- "to use system OpenSSL library instead of bundled"
+ "to use system SSL library instead of bundled"
diff --git a/devel/nodejs/DETAILS b/devel/nodejs/DETAILS
index d329215..458b00d 100755
--- a/devel/nodejs/DETAILS
+++ b/devel/nodejs/DETAILS
@@ -1,7 +1,7 @@
SPELL=nodejs
SPELLX=${SPELL/js}
- VERSION=0.10.44
- SECURITY_PATCH=1
+ VERSION=0.10.48
+ SECURITY_PATCH=2
SOURCE=$SPELLX-v$VERSION.tar.gz
SOURCE_URL[0]=http://nodejs.org/dist/v$VERSION/$SOURCE

SOURCE_HASH=sha512:a6a4351dc1eca13b8a8afc406946bec225216726436e8197af5773c47d9a7518eae71d39385354479b5915fe34c8daebd60eb021899e617733ad456c4b7b00b5
diff --git a/devel/nodejs/HISTORY b/devel/nodejs/HISTORY
index 2f35116..0a251cd 100644
--- a/devel/nodejs/HISTORY
+++ b/devel/nodejs/HISTORY
@@ -1,3 +1,7 @@
+2016-11-09 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.10.48; SECURITY_PATCH++
+ * DEPENDS: should be libressl-compatible; added c-ares optional
dependency
+
2016-04-13 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.10.44
SECURITY_PATCH++



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (ed123d77b35408c9c95aee4f4b54cbaf345ce3c6), Vlad Glagolev, 11/09/2016

Archive powered by MHonArc 2.6.24.

Top of Page