diff --git a/9.2/alpine/Dockerfile b/9.2/alpine/Dockerfile index d10e89514a..21fc2de642 100644 --- a/9.2/alpine/Dockerfile +++ b/9.2/alpine/Dockerfile @@ -82,8 +82,8 @@ RUN set -ex \ cd /usr/src/ossp-uuid \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ # explicitly update autoconf config.guess and config.sub so they support more arches/libcs - && wget -O config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \ - && wget -O config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \ + && wget -O config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \ + && wget -O config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \ && ./configure \ --build="$gnuArch" \ --prefix=/usr/local \ @@ -100,8 +100,8 @@ RUN set -ex \ && mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ # explicitly update autoconf config.guess and config.sub so they support more arches/libcs - && wget -O config/config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \ - && wget -O config/config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \ + && wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \ + && wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \ # configure options taken from: # https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5 && ./configure \ diff --git a/9.3/alpine/Dockerfile b/9.3/alpine/Dockerfile index 4114a690f7..263867c0b0 100644 --- a/9.3/alpine/Dockerfile +++ b/9.3/alpine/Dockerfile @@ -82,8 +82,8 @@ RUN set -ex \ cd /usr/src/ossp-uuid \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ # explicitly update autoconf config.guess and config.sub so they support more arches/libcs - && wget -O config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \ - && wget -O config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \ + && wget -O config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \ + && wget -O config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \ && ./configure \ --build="$gnuArch" \ --prefix=/usr/local \ @@ -100,8 +100,8 @@ RUN set -ex \ && mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ # explicitly update autoconf config.guess and config.sub so they support more arches/libcs - && wget -O config/config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \ - && wget -O config/config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \ + && wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \ + && wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \ # configure options taken from: # https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5 && ./configure \ diff --git a/9.4/alpine/Dockerfile b/9.4/alpine/Dockerfile index 70d8de9734..f9c2d07927 100644 --- a/9.4/alpine/Dockerfile +++ b/9.4/alpine/Dockerfile @@ -72,8 +72,8 @@ RUN set -ex \ && mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ # explicitly update autoconf config.guess and config.sub so they support more arches/libcs - && wget -O config/config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \ - && wget -O config/config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \ + && wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \ + && wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \ # configure options taken from: # https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5 && ./configure \ diff --git a/9.5/alpine/Dockerfile b/9.5/alpine/Dockerfile index d725f27cd1..99b09d3c22 100644 --- a/9.5/alpine/Dockerfile +++ b/9.5/alpine/Dockerfile @@ -72,8 +72,8 @@ RUN set -ex \ && mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ # explicitly update autoconf config.guess and config.sub so they support more arches/libcs - && wget -O config/config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \ - && wget -O config/config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \ + && wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \ + && wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \ # configure options taken from: # https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5 && ./configure \ diff --git a/9.6/alpine/Dockerfile b/9.6/alpine/Dockerfile index cf6a9828ea..8c998c110e 100644 --- a/9.6/alpine/Dockerfile +++ b/9.6/alpine/Dockerfile @@ -72,8 +72,8 @@ RUN set -ex \ && mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ # explicitly update autoconf config.guess and config.sub so they support more arches/libcs - && wget -O config/config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \ - && wget -O config/config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \ + && wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \ + && wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \ # configure options taken from: # https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5 && ./configure \ diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template index 9f65e5ddad..87e7415b22 100644 --- a/Dockerfile-alpine.template +++ b/Dockerfile-alpine.template @@ -74,8 +74,8 @@ RUN set -ex \ && mv src/include/pg_config_manual.h.new src/include/pg_config_manual.h \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ # explicitly update autoconf config.guess and config.sub so they support more arches/libcs - && wget -O config/config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \ - && wget -O config/config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \ + && wget -O config/config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \ + && wget -O config/config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \ # configure options taken from: # https://anonscm.debian.org/cgit/pkg-postgresql/postgresql.git/tree/debian/rules?h=9.5 && ./configure \ diff --git a/ossp-uuid.template b/ossp-uuid.template index 3a22d20a07..e52617d00c 100644 --- a/ossp-uuid.template +++ b/ossp-uuid.template @@ -13,8 +13,8 @@ cd /usr/src/ossp-uuid \ && gnuArch="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" \ # explicitly update autoconf config.guess and config.sub so they support more arches/libcs - && wget -O config.guess "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD" \ - && wget -O config.sub "http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD" \ + && wget -O config.guess 'https://git.savannah.gnu.org/cgit/config.git/plain/config.guess?id=7d3d27baf8107b630586c962c057e22149653deb' \ + && wget -O config.sub 'https://git.savannah.gnu.org/cgit/config.git/plain/config.sub?id=7d3d27baf8107b630586c962c057e22149653deb' \ && ./configure \ --build="$gnuArch" \ --prefix=/usr/local \