This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via dd349eda4c2f1cb3e618a2b5784b1dd4263f279e (commit) via 086d04c92c432109e879f6555b74b31892e03f13 (commit) from 1256357967f54ea08ff01e846038cabf2a468008 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit dd349eda4c2f1cb3e618a2b5784b1dd4263f279e Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Mar 9 15:40:15 2019 +0000
libgcrypt: Make sure that we are building with libgpg-error >= 1.25
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
commit 086d04c92c432109e879f6555b74b31892e03f13 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Mar 9 15:39:58 2019 +0000
gpgme: Update to 1.12.0
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: gpgme/gpgme.nm | 2 +- libgcrypt/libgcrypt.nm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
Difference in files: diff --git a/gpgme/gpgme.nm b/gpgme/gpgme.nm index 48d8d9ea4..f9a36a094 100644 --- a/gpgme/gpgme.nm +++ b/gpgme/gpgme.nm @@ -4,7 +4,7 @@ ###############################################################################
name = gpgme -version = 1.6.0 +version = 1.12.0 release = 1
groups = Applications/System diff --git a/libgcrypt/libgcrypt.nm b/libgcrypt/libgcrypt.nm index a0488a20c..7c322c05a 100644 --- a/libgcrypt/libgcrypt.nm +++ b/libgcrypt/libgcrypt.nm @@ -5,7 +5,7 @@
name = libgcrypt version = 1.8.1 -release = 1 +release = 2
groups = System/Libraries url = http://www.gnupg.org/ @@ -24,7 +24,7 @@ sources = %{thisapp}.tar.bz2 build requires gcc-c++ - libgpg-error-devel + libgpg-error-devel >= 1.25 end
configure_options += \
hooks/post-receive -- IPFire 3.x development tree