Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (5ad13c6e29bb9f9fe0d5695e0a7ce1628e62156f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (5ad13c6e29bb9f9fe0d5695e0a7ce1628e62156f)
  • Date: Mon, 27 Aug 2007 11:29:26 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

libs/libidn/BUILD | 3 +++
libs/libidn/DETAILS | 1 +
libs/libidn/HISTORY | 5 +++++
libs/libidn/idn-int.h.patch | 11 +++++++++++
4 files changed, 20 insertions(+)

New commits:
commit 5ad13c6e29bb9f9fe0d5695e0a7ce1628e62156f
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

libidn: Fix for bug 13857.

diff --git a/libs/libidn/BUILD b/libs/libidn/BUILD
new file mode 100755
index 0000000..5b9da2c
--- /dev/null
+++ b/libs/libidn/BUILD
@@ -0,0 +1,3 @@
+default_build &&
+cd $SOURCE_DIRECTORY &&
+patch -p0 < $SCRIPT_DIRECTORY/idn-int.h.patch
diff --git a/libs/libidn/DETAILS b/libs/libidn/DETAILS
index 5979280..456331a 100755
--- a/libs/libidn/DETAILS
+++ b/libs/libidn/DETAILS
@@ -6,6 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://josefsson.org/libidn/releases/$SOURCE
WEB_SITE=http://www.gnu.org/software/libidn/
ENTERED=20040824
+ PATCHLEVEL=1
LICENSE[0]=LGPL
KEYWORDS="libs"
SHORT="Internationalized Domain Names (IDN) implementation."
diff --git a/libs/libidn/HISTORY b/libs/libidn/HISTORY
index 92fee59..07806eb 100644
--- a/libs/libidn/HISTORY
+++ b/libs/libidn/HISTORY
@@ -1,3 +1,8 @@
+2007-08-27 George Sherwood <george AT beernabeer.com>
+ * DETAILS: PATCHLEVEL++
+ * BUILD: Added to patch idn-int.h. Bug #13857
+ * idn-int.h.patch: Added as a fix until fixed upstream.
+
2007-07-31 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.0

diff --git a/libs/libidn/idn-int.h.patch b/libs/libidn/idn-int.h.patch
new file mode 100644
index 0000000..7c62ad3
--- /dev/null
+++ b/libs/libidn/idn-int.h.patch
@@ -0,0 +1,11 @@
+--- lib/idn-int.h.org 2007-08-27 19:15:46.000000000 +0500
++++ lib/idn-int.h 2007-08-27 19:16:09.000000000 +0500
+@@ -44,7 +44,7 @@
+ in <inttypes.h> would reinclude us, skipping our contents because
+ _GL_STDINT_H is defined.
+ The include_next requires a split double-inclusion guard. */
+-# include_next <stdint.h>
++# include <stdint.h>
+ #endif
+
+ #if ! defined _GL_STDINT_H && ! defined _GL_JUST_INCLUDE_SYSTEM_STDINT_H




Archive powered by MHonArc 2.6.24.

Top of Page