summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-01-10 22:37:08 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-01-10 22:37:08 (GMT)
commitab0195692902782250cd9e683fde804060f6ee97 (patch)
tree2c72f6f3c8201f7730802d5a2cc9d2c503a68055
parent6a23015a93aaf562300fa0cb8192fe620c6752e4 (diff)
downloadmxe-ab0195692902782250cd9e683fde804060f6ee97.zip
mxe-ab0195692902782250cd9e683fde804060f6ee97.tar.gz
mxe-ab0195692902782250cd9e683fde804060f6ee97.tar.bz2
update package libidn
-rw-r--r--src/libidn-1-fixes.patch8
-rw-r--r--src/libidn.mk4
2 files changed, 6 insertions, 6 deletions
diff --git a/src/libidn-1-fixes.patch b/src/libidn-1-fixes.patch
index e172cce..d2f4ee0 100644
--- a/src/libidn-1-fixes.patch
+++ b/src/libidn-1-fixes.patch
@@ -3,17 +3,17 @@ See doc/index.html for further information.
Contains ad hoc patches for cross building.
-From ef2bf697ac36cd6b1729fef9c9f994d26d913d60 Mon Sep 17 00:00:00 2001
+From 2d8680323de1e709bfec5194db0119a7395ab78a Mon Sep 17 00:00:00 2001
From: mingw-cross-env
Date: Fri, 25 Nov 2011 15:58:28 +0100
Subject: [PATCH] fix Libs.private
diff --git a/libidn.pc.in b/libidn.pc.in
-index 50ad3ca..57efa8b 100644
+index a69d5d3..2d36472 100644
--- a/libidn.pc.in
+++ b/libidn.pc.in
-@@ -20,5 +20,5 @@ Description: IETF stringprep, nameprep, punycode, IDNA text processing.
+@@ -19,5 +19,5 @@ Description: IETF stringprep, nameprep, punycode, IDNA text processing.
URL: http://www.gnu.org/software/libidn/
Version: @VERSION@
Libs: -L${libdir} -lidn
@@ -21,5 +21,5 @@ index 50ad3ca..57efa8b 100644
+Libs.private: -lintl -liconv
Cflags: -I${includedir}
--
-1.7.7.3
+1.7.8
diff --git a/src/libidn.mk b/src/libidn.mk
index 62e836c..221bc34 100644
--- a/src/libidn.mk
+++ b/src/libidn.mk
@@ -4,8 +4,8 @@
# Libidn
PKG := libidn
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.23
-$(PKG)_CHECKSUM := 98b00aeb8240a7a6e02f338edd6ef08adbc31a34
+$(PKG)_VERSION := 1.24
+$(PKG)_CHECKSUM := 4251c108966375ede4df15d76a1bd9a4440f44ee
$(PKG)_SUBDIR := libidn-$($(PKG)_VERSION)
$(PKG)_FILE := libidn-$($(PKG)_VERSION).tar.gz
$(PKG)_WEBSITE := http://www.gnu.org/software/libidn/