]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib: Download unicode.org files from dovecot.org
authorMartti Rannanjärvi <martti.rannanjarvi@dovecot.fi>
Wed, 22 Mar 2017 21:19:51 +0000 (23:19 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 27 Mar 2017 09:43:40 +0000 (12:43 +0300)
src/lib-fts/Makefile.am
src/lib/Makefile.am

index 91f905fa496f603831e212a99dd01674a07f920b..7e3d1a2a1ca8650b08a6a0a22aef1791daf38929 100644 (file)
@@ -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 > $@
 
index 97e174bd754b06e1099d35f1171c275b745e564b..8c34c3f7b6cbac28c71c72d077c0293cda862045 100644 (file)
@@ -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 > $@