Skip to content

Commit 80df884

Browse files
fernando-bossoalessfg
authored andcommitted
Update PCRE ftp url (#468)
1 parent 6958747 commit 80df884

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.21.4 (Unreleased)
4+
5+
BUG FIXES:
6+
7+
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.
8+
39
## 0.21.3 (October 25, 2021)
410

511
ENHANCEMENTS:

tasks/opensource/install-source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
block:
128128
- name: Download PCRE dependency
129129
get_url:
130-
url: "https://ftp.pcre.org/pub/pcre/{{ pcre_version }}.tar.gz"
130+
url: "https://ftp.exim.org/pub/pcre/{{ pcre_version }}.tar.gz"
131131
dest: "/tmp/{{ pcre_version }}.tar.gz"
132132
mode: 0600
133133
register: pcre_source

0 commit comments

Comments
 (0)