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.3.0.rc1~1904 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e64ac91c5a3eb2a55e0b18d8da832b29ec08289;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 eaaf634691..98e5766ddc 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 > $@