Update PCRE ftp url (#468)
This commit is contained in:
parent
695874725e
commit
80df884533
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.21.4 (Unreleased)
|
||||||
|
|
||||||
|
BUG FIXES:
|
||||||
|
|
||||||
|
When building NGINX from source, the original source FTP repository `ftp.pcre.org` is not available anymore, according to <http://pcre.org>. The FTP repository has been updated to use `ftp.exim.org` instead.
|
||||||
|
|
||||||
## 0.21.3 (October 25, 2021)
|
## 0.21.3 (October 25, 2021)
|
||||||
|
|
||||||
ENHANCEMENTS:
|
ENHANCEMENTS:
|
||||||
|
@ -127,7 +127,7 @@
|
|||||||
block:
|
block:
|
||||||
- name: Download PCRE dependency
|
- name: Download PCRE dependency
|
||||||
get_url:
|
get_url:
|
||||||
url: "https://ftp.pcre.org/pub/pcre/{{ pcre_version }}.tar.gz"
|
url: "https://ftp.exim.org/pub/pcre/{{ pcre_version }}.tar.gz"
|
||||||
dest: "/tmp/{{ pcre_version }}.tar.gz"
|
dest: "/tmp/{{ pcre_version }}.tar.gz"
|
||||||
mode: 0600
|
mode: 0600
|
||||||
register: pcre_source
|
register: pcre_source
|
||||||
|
Loading…
Reference in New Issue
Block a user