# HG changeset patch # User Martti Rannanjärvi # Date 1490217591 -7200 # Node ID cc18acb777cbd27b9b9d0267e3998ccb94ebdde5 # Parent e3b32123b0c2d30cdceb3af0fbfe9aef6dd39e3c lib: Download unicode.org files from dovecot.org diff -r e3b32123b0c2 -r cc18acb777cb src/lib-fts/Makefile.am --- a/src/lib-fts/Makefile.am Fri Mar 17 23:39:33 2017 +0100 +++ b/src/lib-fts/Makefile.am Wed Mar 22 23:19:51 2017 +0200 @@ -42,12 +42,12 @@ stopwords/stopwords_malformed.txt WordBreakProperty.txt: - test -f WordBreakProperty.txt || wget http://www.unicode.org/Public/UNIDATA/auxiliary/WordBreakProperty.txt + test -f WordBreakProperty.txt || wget https://dovecot.org/res/WordBreakProperty.txt $(srcdir)/word-boundary-data.c: word-properties.pl WordBreakProperty.txt perl word-properties.pl boundaries WordBreakProperty.txt > $@ PropList.txt: - test -f PropList.txt || wget http://www.unicode.org/Public/UNIDATA/PropList.txt + test -f PropList.txt || wget https://dovecot.org/res/PropList.txt $(srcdir)/word-break-data.c: word-properties.pl PropList.txt perl word-properties.pl breaks PropList.txt > $@ diff -r e3b32123b0c2 -r cc18acb777cb src/lib/Makefile.am --- a/src/lib/Makefile.am Fri Mar 17 23:39:33 2017 +0100 +++ b/src/lib/Makefile.am Wed Mar 22 23:19:51 2017 +0200 @@ -5,7 +5,7 @@ EXTRA_DIST = unicodemap.c unicodemap.pl UnicodeData.txt UnicodeData.txt: - test -f UnicodeData.txt || wget http://www.unicode.org/Public/UNIDATA/UnicodeData.txt + test -f UnicodeData.txt || wget https://dovecot.org/res/UnicodeData.txt $(srcdir)/unicodemap.c: unicodemap.pl UnicodeData.txt perl $(srcdir)/unicodemap.pl < UnicodeData.txt > $@