* [PATCH] libgcrypt: update to 1.8.4
@ 2019-02-23 16:58 Peter Müller
2019-02-26 9:54 ` Michael Tremer
0 siblings, 1 reply; 4+ messages in thread
From: Peter Müller @ 2019-02-23 16:58 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1834 bytes --]
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
config/rootfiles/common/libgcrypt | 2 +-
lfs/libgcrypt | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/config/rootfiles/common/libgcrypt b/config/rootfiles/common/libgcrypt
index e092ebbc7..efd9ac46a 100644
--- a/config/rootfiles/common/libgcrypt
+++ b/config/rootfiles/common/libgcrypt
@@ -6,7 +6,7 @@
#usr/lib/libgcrypt.la
#usr/lib/libgcrypt.so
usr/lib/libgcrypt.so.20
-usr/lib/libgcrypt.so.20.2.3
+usr/lib/libgcrypt.so.20.2.4
#usr/share/aclocal/libgcrypt.m4
#usr/share/info/gcrypt.info
#usr/share/info/gcrypt.info-1
diff --git a/lfs/libgcrypt b/lfs/libgcrypt
index ec99d936b..5beefbf12 100644
--- a/lfs/libgcrypt
+++ b/lfs/libgcrypt
@@ -1,7 +1,7 @@
###############################################################################
# #
# IPFire.org - A linux based firewall #
-# Copyright (C) 2007-2018 IPFire Team <info(a)ipfire.org> #
+# Copyright (C) 2007-2019 IPFire Team <info(a)ipfire.org> #
# #
# This program is free software: you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
@@ -24,7 +24,7 @@
include Config
-VER = 1.8.3
+VER = 1.8.4
THISAPP = libgcrypt-$(VER)
DL_FILE = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-$(DL_FILE)_MD5 = 3139c2402e844985a67fb288a930534d
+$(DL_FILE)_MD5 = fbfdaebbbc6d7e5fbbf6ffdb3e139573
install : $(TARGET)
--
2.16.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] libgcrypt: update to 1.8.4
2019-02-23 16:58 [PATCH] libgcrypt: update to 1.8.4 Peter Müller
@ 2019-02-26 9:54 ` Michael Tremer
0 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2019-02-26 9:54 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 2009 bytes --]
Merged :)
> On 23 Feb 2019, at 16:58, Peter Müller <peter.mueller(a)ipfire.org> wrote:
>
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> config/rootfiles/common/libgcrypt | 2 +-
> lfs/libgcrypt | 6 +++---
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/config/rootfiles/common/libgcrypt b/config/rootfiles/common/libgcrypt
> index e092ebbc7..efd9ac46a 100644
> --- a/config/rootfiles/common/libgcrypt
> +++ b/config/rootfiles/common/libgcrypt
> @@ -6,7 +6,7 @@
> #usr/lib/libgcrypt.la
> #usr/lib/libgcrypt.so
> usr/lib/libgcrypt.so.20
> -usr/lib/libgcrypt.so.20.2.3
> +usr/lib/libgcrypt.so.20.2.4
> #usr/share/aclocal/libgcrypt.m4
> #usr/share/info/gcrypt.info
> #usr/share/info/gcrypt.info-1
> diff --git a/lfs/libgcrypt b/lfs/libgcrypt
> index ec99d936b..5beefbf12 100644
> --- a/lfs/libgcrypt
> +++ b/lfs/libgcrypt
> @@ -1,7 +1,7 @@
> ###############################################################################
> # #
> # IPFire.org - A linux based firewall #
> -# Copyright (C) 2007-2018 IPFire Team <info(a)ipfire.org> #
> +# Copyright (C) 2007-2019 IPFire Team <info(a)ipfire.org> #
> # #
> # This program is free software: you can redistribute it and/or modify #
> # it under the terms of the GNU General Public License as published by #
> @@ -24,7 +24,7 @@
>
> include Config
>
> -VER = 1.8.3
> +VER = 1.8.4
>
> THISAPP = libgcrypt-$(VER)
> DL_FILE = $(THISAPP).tar.bz2
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>
> $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>
> -$(DL_FILE)_MD5 = 3139c2402e844985a67fb288a930534d
> +$(DL_FILE)_MD5 = fbfdaebbbc6d7e5fbbf6ffdb3e139573
>
> install : $(TARGET)
>
> --
> 2.16.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] libgcrypt: update to 1.8.4
2019-03-04 18:32 Peter Müller
@ 2019-03-05 9:45 ` Michael Tremer
0 siblings, 0 replies; 4+ messages in thread
From: Michael Tremer @ 2019-03-05 9:45 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1578 bytes --]
Hi,
Thank you for submitting this patch. Sadly, it does not build. I am getting:
checking for gpg-error-config... /usr/bin/gpg-error-config
checking for GPG Error - version >= 1.25... no
configure: error: libgpg-error is needed.
See ftp://ftp.gnupg.org/gcrypt/libgpg-error/ .
Could you please add libgpg-error-devel >= 1.25 as dependency? The package is already available in 1.27, but the build system should know which one it is supposed to use.
Best,
-Michael
> On 4 Mar 2019, at 18:32, Peter Müller <peter.mueller(a)ipfire.org> wrote:
>
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> libgcrypt/libgcrypt.nm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/libgcrypt/libgcrypt.nm b/libgcrypt/libgcrypt.nm
> index a0488a20c..b1d313777 100644
> --- a/libgcrypt/libgcrypt.nm
> +++ b/libgcrypt/libgcrypt.nm
> @@ -4,11 +4,11 @@
> ###############################################################################
>
> name = libgcrypt
> -version = 1.8.1
> +version = 1.8.4
> release = 1
>
> groups = System/Libraries
> -url = http://www.gnupg.org/
> +url = https://gnupg.org/software/libgcrypt/index.html
> license = LGPLv2.1+
> summary = A general-purpose cryptography library.
>
> @@ -18,7 +18,7 @@ description
> in GNU Privacy Guard.
> end
>
> -source_dl = ftp://ftp.gnupg.org/gcrypt/libgcrypt/
> +source_dl = https://gnupg.org/ftp/gcrypt/libgcrypt/
> sources = %{thisapp}.tar.bz2
>
> build
> --
> 2.16.4
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] libgcrypt: update to 1.8.4
@ 2019-03-04 18:32 Peter Müller
2019-03-05 9:45 ` Michael Tremer
0 siblings, 1 reply; 4+ messages in thread
From: Peter Müller @ 2019-03-04 18:32 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 946 bytes --]
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
libgcrypt/libgcrypt.nm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libgcrypt/libgcrypt.nm b/libgcrypt/libgcrypt.nm
index a0488a20c..b1d313777 100644
--- a/libgcrypt/libgcrypt.nm
+++ b/libgcrypt/libgcrypt.nm
@@ -4,11 +4,11 @@
###############################################################################
name = libgcrypt
-version = 1.8.1
+version = 1.8.4
release = 1
groups = System/Libraries
-url = http://www.gnupg.org/
+url = https://gnupg.org/software/libgcrypt/index.html
license = LGPLv2.1+
summary = A general-purpose cryptography library.
@@ -18,7 +18,7 @@ description
in GNU Privacy Guard.
end
-source_dl = ftp://ftp.gnupg.org/gcrypt/libgcrypt/
+source_dl = https://gnupg.org/ftp/gcrypt/libgcrypt/
sources = %{thisapp}.tar.bz2
build
--
2.16.4
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-03-05 9:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-23 16:58 [PATCH] libgcrypt: update to 1.8.4 Peter Müller
2019-02-26 9:54 ` Michael Tremer
2019-03-04 18:32 Peter Müller
2019-03-05 9:45 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox