public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] gnupg: Update to 1.4.21
@ 2016-08-20 10:44 Matthias Fischer
  2016-08-22  1:49 ` Michael Tremer
  0 siblings, 1 reply; 5+ messages in thread
From: Matthias Fischer @ 2016-08-20 10:44 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1768 bytes --]

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 config/rootfiles/common/gnupg | 2 --
 lfs/gnupg                     | 6 +++---
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/config/rootfiles/common/gnupg b/config/rootfiles/common/gnupg
index 9aecc41..edd2bec 100644
--- a/config/rootfiles/common/gnupg
+++ b/config/rootfiles/common/gnupg
@@ -13,6 +13,4 @@ usr/lib/gnupg/gpgkeys_ldap
 #usr/share/info/gnupg1.info
 #usr/share/man/man1/gpg-zip.1
 #usr/share/man/man1/gpg.1
-#usr/share/man/man1/gpg.ru.1
 #usr/share/man/man1/gpgv.1
-#usr/share/man/man7/gnupg.7
diff --git a/lfs/gnupg b/lfs/gnupg
index e5e34c1..aa76042 100644
--- a/lfs/gnupg
+++ b/lfs/gnupg
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2015  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2016  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.4.19
+VER        = 1.4.21
 
 THISAPP    = gnupg-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3af4ab5b3113b3e28d3551ecf9600785
+$(DL_FILE)_MD5 = 9bdeabf3c0f87ff21cb3f9216efdd01d
 
 install : $(TARGET)
 
-- 
2.9.3


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gnupg: Update to 1.4.21
  2016-08-20 10:44 [PATCH] gnupg: Update to 1.4.21 Matthias Fischer
@ 2016-08-22  1:49 ` Michael Tremer
  2016-08-22 16:39   ` Matthias Fischer
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Tremer @ 2016-08-22  1:49 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 2386 bytes --]

Hi,

this won't apply since we have only 1.4.18 in next.

Why are our trees out of sync?

Best,
-Michael

On Sat, 2016-08-20 at 12:44 +0200, Matthias Fischer wrote:
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
>  config/rootfiles/common/gnupg | 2 --
>  lfs/gnupg                     | 6 +++---
>  2 files changed, 3 insertions(+), 5 deletions(-)
> 
> diff --git a/config/rootfiles/common/gnupg
> b/config/rootfiles/common/gnupg
> index 9aecc41..edd2bec 100644
> --- a/config/rootfiles/common/gnupg
> +++ b/config/rootfiles/common/gnupg
> @@ -13,6 +13,4 @@ usr/lib/gnupg/gpgkeys_ldap
>  #usr/share/info/gnupg1.info
>  #usr/share/man/man1/gpg-zip.1
>  #usr/share/man/man1/gpg.1
> -#usr/share/man/man1/gpg.ru.1
>  #usr/share/man/man1/gpgv.1
> -#usr/share/man/man7/gnupg.7
> diff --git a/lfs/gnupg b/lfs/gnupg
> index e5e34c1..aa76042 100644
> --- a/lfs/gnupg
> +++ b/lfs/gnupg
> @@ -1,7 +1,7 @@
>  ####################################################################
> ###########
>  #                                                                   
>           #
>  # IPFire.org - A linux based
> firewall                                         #
> -# Copyright (C) 2015  Michael Tremer & Christian
> Schmidt                      #
> +# Copyright (C) 2007-2016  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.4.19
> +VER        = 1.4.21
>  
>  THISAPP    = gnupg-$(VER)
>  DL_FILE    = $(THISAPP).tar.bz2
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = 3af4ab5b3113b3e28d3551ecf9600785
> +$(DL_FILE)_MD5 = 9bdeabf3c0f87ff21cb3f9216efdd01d
>  
>  install : $(TARGET)
>  

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gnupg: Update to 1.4.21
  2016-08-22  1:49 ` Michael Tremer
@ 2016-08-22 16:39   ` Matthias Fischer
  2016-08-22 18:25     ` Michael Tremer
  0 siblings, 1 reply; 5+ messages in thread
From: Matthias Fischer @ 2016-08-22 16:39 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 337 bytes --]

Hi,

On 22.08.2016 03:49, Michael Tremer wrote:
> Hi,
> 
> this won't apply since we have only 1.4.18 in next.
> 
> Why are our trees out of sync?

Definitely my fault.

It seems that I built 1.4.19 around 27.05.2016 but somehow forgot to push.

I'll start all over again with a clean 'gnupg' branch - work in progress.

Best,
Matthias


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gnupg: Update to 1.4.21
  2016-08-22 16:39   ` Matthias Fischer
@ 2016-08-22 18:25     ` Michael Tremer
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Tremer @ 2016-08-22 18:25 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 527 bytes --]

Don't worry too much. I just notice this and wanted to point it out.

Best,
-Michael

On Mon, 2016-08-22 at 18:39 +0200, Matthias Fischer wrote:
> Hi,
> 
> On 22.08.2016 03:49, Michael Tremer wrote:
> > 
> > Hi,
> > 
> > this won't apply since we have only 1.4.18 in next.
> > 
> > Why are our trees out of sync?
> 
> Definitely my fault.
> 
> It seems that I built 1.4.19 around 27.05.2016 but somehow forgot to
> push.
> 
> I'll start all over again with a clean 'gnupg' branch - work in
> progress.
> 
> Best,
> Matthias
> 

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] gnupg: Update to 1.4.21
@ 2016-08-23 16:30 Matthias Fischer
  0 siblings, 0 replies; 5+ messages in thread
From: Matthias Fischer @ 2016-08-23 16:30 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1860 bytes --]

Second try:

Update from 1.4.18 to 1.4.21, based on current 'next'.

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
---
 config/rootfiles/common/gnupg | 2 --
 lfs/gnupg                     | 6 +++---
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/config/rootfiles/common/gnupg b/config/rootfiles/common/gnupg
index 9aecc41..edd2bec 100644
--- a/config/rootfiles/common/gnupg
+++ b/config/rootfiles/common/gnupg
@@ -13,6 +13,4 @@ usr/lib/gnupg/gpgkeys_ldap
 #usr/share/info/gnupg1.info
 #usr/share/man/man1/gpg-zip.1
 #usr/share/man/man1/gpg.1
-#usr/share/man/man1/gpg.ru.1
 #usr/share/man/man1/gpgv.1
-#usr/share/man/man7/gnupg.7
diff --git a/lfs/gnupg b/lfs/gnupg
index 29835e0..aa76042 100644
--- a/lfs/gnupg
+++ b/lfs/gnupg
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2014  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2016  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.4.18
+VER        = 1.4.21
 
 THISAPP    = gnupg-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 54db1be9588b11afbbdd8b82d4ea883a
+$(DL_FILE)_MD5 = 9bdeabf3c0f87ff21cb3f9216efdd01d
 
 install : $(TARGET)
 
-- 
2.9.3


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-08-23 16:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-20 10:44 [PATCH] gnupg: Update to 1.4.21 Matthias Fischer
2016-08-22  1:49 ` Michael Tremer
2016-08-22 16:39   ` Matthias Fischer
2016-08-22 18:25     ` Michael Tremer
2016-08-23 16:30 Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox