Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (26379a3bdb5ef26bb41726b5e71de99d3a3cc1a7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (26379a3bdb5ef26bb41726b5e71de99d3a3cc1a7)
  • Date: Thu, 9 Feb 2017 22:57:30 +0000

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

crypto/gnupg-exp/DEPENDS | 1 +
crypto/gnupg-exp/HISTORY | 3 +++
2 files changed, 4 insertions(+)

New commits:
commit 26379a3bdb5ef26bb41726b5e71de99d3a3cc1a7
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

gnupg-exp: Depends on npth

configure:
***
*** It is now required to build with support for the
*** New Portable Threads Library (nPth). Please install this
*** library first. The library is for example available at
*** ftp://ftp.gnupg.org/gcrypt/npth/
*** (at least version 1.2 (API 1) is required).

diff --git a/crypto/gnupg-exp/DEPENDS b/crypto/gnupg-exp/DEPENDS
index b9bbe78..985b748 100755
--- a/crypto/gnupg-exp/DEPENDS
+++ b/crypto/gnupg-exp/DEPENDS
@@ -3,6 +3,7 @@ depends libgpg-error &&
depends libgcrypt &&
depends libassuan &&
depends libksba &&
+depends npth &&

optional_depends openldap \
"--enable-ldap" \
diff --git a/crypto/gnupg-exp/HISTORY b/crypto/gnupg-exp/HISTORY
index 484f0bc..f3c9407 100644
--- a/crypto/gnupg-exp/HISTORY
+++ b/crypto/gnupg-exp/HISTORY
@@ -1,3 +1,6 @@
+2017-02-09 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on npth
+
2017-01-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.1.17




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (26379a3bdb5ef26bb41726b5e71de99d3a3cc1a7), Eric Sandall, 02/09/2017

Archive powered by MHonArc 2.6.24.

Top of Page