Update PCRE ftp url (#468)

This commit is contained in:
Luiz Fernando Bosso 2021-11-18 20:55:51 -03:00 committed by alessfg
parent 695874725e
commit 80df884533
No known key found for this signature in database
GPG Key ID: 7E5B134EEDC42A56
2 changed files with 7 additions and 1 deletions

View File

@ -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:

View File

@ -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