changeset 3266:7dc2cc238ccc

new version of libidn
author John W. Eaton <jwe@octave.org>
date Wed, 16 Oct 2013 22:59:06 -0400
parents 4ffe93bd5b54
children cce4bedf4c3d
files index.html src/libidn.mk
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.html	Wed Oct 16 22:57:02 2013 -0400
+++ b/index.html	Wed Oct 16 22:59:06 2013 -0400
@@ -1578,7 +1578,7 @@
     </tr>
     <tr>
         <td id="libidn-package">libidn</td>
-        <td id="libidn-version">1.25</td>
+        <td id="libidn-version">1.28</td>
         <td id="libidn-website"><a href="http://www.gnu.org/software/libidn/">Libidn</a></td>
     </tr>
     <tr>
--- a/src/libidn.mk	Wed Oct 16 22:57:02 2013 -0400
+++ b/src/libidn.mk	Wed Oct 16 22:59:06 2013 -0400
@@ -3,7 +3,7 @@
 
 PKG             := libidn
 $(PKG)_IGNORE   :=
-$(PKG)_CHECKSUM := 92e64fd5a6428bda6ade2c3cde475b76455cd7dd
+$(PKG)_CHECKSUM := 725587211b229c156e29fa2ad116b0ef71a7ca17
 $(PKG)_SUBDIR   := libidn-$($(PKG)_VERSION)
 $(PKG)_FILE     := libidn-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := ftp://ftp.gnu.org/gnu/libidn/$($(PKG)_FILE)