From: Martti Rannanjärvi Date: Wed, 22 Mar 2017 21:19:51 +0000 (+0200) Subject: lib: Download unicode.org files from dovecot.org X-Git-Tag: 2.2.29.rc1~114 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c75172b93b1adb0a9e113dae92741325e8bf41f;p=thirdparty%2Fdovecot%2Fcore.git lib: Download unicode.org files from dovecot.org --- diff --git a/src/lib-fts/Makefile.am b/src/lib-fts/Makefile.am index 91f905fa49..7e3d1a2a1c 100644 --- a/src/lib-fts/Makefile.am +++ b/src/lib-fts/Makefile.am @@ -42,12 +42,12 @@ EXTRA_DIST = \ 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 --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 97e174bd75..8c34c3f7b6 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -5,7 +5,7 @@ BUILT_SOURCES = unicodemap.c 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 > $@