Update PCRE ftp url (#468)
This commit is contained in:
parent
695874725e
commit
80df884533
@ -1,5 +1,11 @@
|
||||
# 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)
|
||||
|
||||
ENHANCEMENTS:
|
||||
|
@ -127,7 +127,7 @@
|
||||
block:
|
||||
- name: Download PCRE dependency
|
||||
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"
|
||||
mode: 0600
|
||||
register: pcre_source
|
||||
|
Loading…
Reference in New Issue
Block a user