]> 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)
committerMartti Rannanjärvi <martti.rannanjarvi@dovecot.fi>
Thu, 23 Mar 2017 07:32:05 +0000 (09:32 +0200)
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 eaaf63469121ede862cff37d3596b985f321a504..98e5766ddc436cc9b59b43f8a3af5189908f5ccc 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 > $@