[Gpg4win-commits] r1665 - in trunk: . packages src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Apr 27 19:32:43 CEST 2011


Author: colinleroy
Date: 2011-04-27 19:32:42 +0200 (Wed, 27 Apr 2011)
New Revision: 1665

Modified:
   trunk/ChangeLog
   trunk/packages/packages.current
   trunk/src/Makefile.am
Log:
2011-04-27  Colin Leroy <colin at colino.net>

        * src/Makefile.am: Add iconv support to libxml build. Fixes Claws
          Mail bug #2397, "Gtkhtml2 viewer ignores message encoding"
        * packages/packages.current: Update Claws Mail RSSyl plugin (wrong
          escaping of strings breaks UTF-8 encodings)


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2011-04-09 20:55:30 UTC (rev 1664)
+++ trunk/ChangeLog	2011-04-27 17:32:42 UTC (rev 1665)
@@ -1,3 +1,10 @@
+2011-04-27  Colin Leroy <colin at colino.net>
+
+	* src/Makefile.am: Add iconv support to libxml build. Fixes Claws
+	  Mail bug #2397, "Gtkhtml2 viewer ignores message encoding"
+	* packages/packages.current: Update Claws Mail RSSyl plugin (wrong
+	  escaping of strings breaks UTF-8 encodings)
+
 2011-04-09  Colin Leroy <colin at colino.net>
 
 	* packages/packages.current: Update Claws Mail and plugins (new

Modified: trunk/packages/packages.current
===================================================================
--- trunk/packages/packages.current	2011-04-09 20:55:30 UTC (rev 1664)
+++ trunk/packages/packages.current	2011-04-27 17:32:42 UTC (rev 1665)
@@ -134,8 +134,8 @@
 file   notification_plugin-0.27.tar.gz
 chk    5cd73146fdf8d8a25a087839dff3879e65a864e7
 
-file   rssyl-0.30.tar.gz
-chk    f70cd4cabbcdcac87e3265fdefb08844e5f0b958
+file   rssyl-0.30cvs3.tar.gz
+chk    8117976ebc58d73225b418c48a21225347f4448e
 
 file   tnef_parse-0.3.10.tar.gz
 chk    be976153b7f9f5dfc7c03d14176127c3ec77a44d

Modified: trunk/src/Makefile.am
===================================================================
--- trunk/src/Makefile.am	2011-04-09 20:55:30 UTC (rev 1664)
+++ trunk/src/Makefile.am	2011-04-27 17:32:42 UTC (rev 1665)
@@ -246,7 +246,7 @@
   --with-gnutls --without-ca-bundle --with-libiconv-prefix=$(idir)
 
 gpg4win_pkg_libxml2_configure = \
-  --enable-shared --without-python
+  --enable-shared --without-python --with-iconv=$(idir)
 
 # The CFLAGS are needed to find pthread-w32.
 gpg4win_pkg_libetpan_configure = --with-gnutls \



More information about the Gpg4win-commits mailing list