public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] libidn: Update to 1.33
@ 2016-10-03  6:58 Matthias Fischer
  2016-10-03 10:47 ` Michael Tremer
  0 siblings, 1 reply; 2+ messages in thread
From: Matthias Fischer @ 2016-10-03  6:58 UTC (permalink / raw)
  To: development

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

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

diff --git a/config/rootfiles/common/libidn b/config/rootfiles/common/libidn
index c8ee31a..3d46e96 100644
--- a/config/rootfiles/common/libidn
+++ b/config/rootfiles/common/libidn
@@ -10,7 +10,7 @@ usr/bin/idn
 #usr/lib/libidn.la
 usr/lib/libidn.so
 usr/lib/libidn.so.11
-usr/lib/libidn.so.11.5.28
+usr/lib/libidn.so.11.6.16
 #usr/lib/pkgconfig/libidn.pc
 #usr/share/emacs
 #usr/share/emacs/site-lisp
@@ -19,6 +19,7 @@ usr/lib/libidn.so.11.5.28
 #usr/share/info/libidn-components.png
 #usr/share/info/libidn.info
 #usr/share/man/man1/idn.1
+#usr/share/man/man3/idn_free.3
 #usr/share/man/man3/idna_strerror.3
 #usr/share/man/man3/idna_to_ascii_4i.3
 #usr/share/man/man3/idna_to_ascii_4z.3
diff --git a/lfs/libidn b/lfs/libidn
index 7ea2d46..53b256e 100644
--- a/lfs/libidn
+++ b/lfs/libidn
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007  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        = 0.6.14
+VER        = 1.33
 
 THISAPP    = libidn-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 040f012a45feb56168853998bb87ad4d
+$(DL_FILE)_MD5 = a9aa7e003665de9c82bd3f9fc6ccf308
 
 install : $(TARGET)
 
-- 
2.10.0


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

* Re: [PATCH] libidn: Update to 1.33
  2016-10-03  6:58 [PATCH] libidn: Update to 1.33 Matthias Fischer
@ 2016-10-03 10:47 ` Michael Tremer
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2016-10-03 10:47 UTC (permalink / raw)
  To: development

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

Thank you. Merged.

Source wasn't uploaded, but I did that for you.

Best,
-Michael

On Mon, 2016-10-03 at 08:58 +0200, Matthias Fischer wrote:
> Signed-off-by: Matthias Fischer <matthias.fischer(a)ipfire.org>
> ---
>  config/rootfiles/common/libidn | 3 ++-
>  lfs/libidn                     | 6 +++---
>  2 files changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/config/rootfiles/common/libidn b/config/rootfiles/common/libidn
> index c8ee31a..3d46e96 100644
> --- a/config/rootfiles/common/libidn
> +++ b/config/rootfiles/common/libidn
> @@ -10,7 +10,7 @@ usr/bin/idn
>  #usr/lib/libidn.la
>  usr/lib/libidn.so
>  usr/lib/libidn.so.11
> -usr/lib/libidn.so.11.5.28
> +usr/lib/libidn.so.11.6.16
>  #usr/lib/pkgconfig/libidn.pc
>  #usr/share/emacs
>  #usr/share/emacs/site-lisp
> @@ -19,6 +19,7 @@ usr/lib/libidn.so.11.5.28
>  #usr/share/info/libidn-components.png
>  #usr/share/info/libidn.info
>  #usr/share/man/man1/idn.1
> +#usr/share/man/man3/idn_free.3
>  #usr/share/man/man3/idna_strerror.3
>  #usr/share/man/man3/idna_to_ascii_4i.3
>  #usr/share/man/man3/idna_to_ascii_4z.3
> diff --git a/lfs/libidn b/lfs/libidn
> index 7ea2d46..53b256e 100644
> --- a/lfs/libidn
> +++ b/lfs/libidn
> @@ -1,7 +1,7 @@
>  #############################################################################
> ##
>  #                                                                            
>  #
>  # IPFire.org - A linux based
> firewall                                         #
> -# Copyright (C) 2007  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        = 0.6.14
> +VER        = 1.33
>  
>  THISAPP    = libidn-$(VER)
>  DL_FILE    = $(THISAPP).tar.gz
> @@ -40,7 +40,7 @@ objects = $(DL_FILE)
>  
>  $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
>  
> -$(DL_FILE)_MD5 = 040f012a45feb56168853998bb87ad4d
> +$(DL_FILE)_MD5 = a9aa7e003665de9c82bd3f9fc6ccf308
>  
>  install : $(TARGET)
>  

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

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

end of thread, other threads:[~2016-10-03 10:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-03  6:58 [PATCH] libidn: Update to 1.33 Matthias Fischer
2016-10-03 10:47 ` Michael Tremer

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