Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit c60a295

Browse files
aptalcathelamer
authored andcommitted
remove geoip2 patch
1 parent 9df85e4 commit c60a295

File tree

7 files changed

+5
-2
lines changed

7 files changed

+5
-2
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ RUN \
3535
nginx-mod-mail \
3636
nginx-mod-rtmp \
3737
nginx-mod-stream \
38+
nginx-mod-stream-geoip2 \
3839
nginx-vim \
3940
php7-bcmath \
4041
php7-bz2 \

Dockerfile.aarch64

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ RUN \
3535
nginx-mod-mail \
3636
nginx-mod-rtmp \
3737
nginx-mod-stream \
38+
nginx-mod-stream-geoip2 \
3839
nginx-vim \
3940
php7-bcmath \
4041
php7-bz2 \

Dockerfile.armhf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ RUN \
3535
nginx-mod-mail \
3636
nginx-mod-rtmp \
3737
nginx-mod-stream \
38+
nginx-mod-stream-geoip2 \
3839
nginx-vim \
3940
php7-bcmath \
4041
php7-bz2 \

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
267267

268268
## Versions
269269

270+
* **26.10.19:** - Add new package for stream-geoip2, remove geoip2 module patch.
270271
* **24.10.19:** - Add php7-pecl-imagick.
271272
* **23.10.19:** - Update Host header in `proxy.conf` to fix CSRF issues.
272273
* **12.10.19:** - Add linode dns validation plugin.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ app_setup_nginx_reverse_proxy_block: ""
126126

127127
# changelog
128128
changelogs:
129+
- { date: "26.10.19:", desc: "Add new package for stream-geoip2, remove geoip2 module patch." }
129130
- { date: "24.10.19:", desc: "Add php7-pecl-imagick." }
130131
- { date: "23.10.19:", desc: "Update Host header in `proxy.conf` to fix CSRF issues." }
131132
- { date: "12.10.19:", desc: "Add linode dns validation plugin." }

root/etc/nginx/modules/http_geoip2.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

root/etc/nginx/modules/stream_geoip2.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)