From d52a306bf696dd187fdbbfb61f1fd2ea5ec88b82 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 2 Jan 2023 15:57:57 +0000 Subject: [PATCH] Updated for 4.8 REL 31 --- README.md | 1 + scripts/configureInDocker1.sh | 8 +++++--- tak-md5checksum.txt | 3 ++- tak-sha1checksum.txt | 1 + 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7ac65e3..23b4c0d 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ The size blew up after 4.6 due to 900GB of DTED which was added to webtak. | takserver-docker-4.7-RELEASE-4.zip | 759385093 | 5b011b74dd5f598fa21ce8d737e8b3e6 | b688359659a05204202c21458132a64ec1ba0184 | | takserver-docker-4.7-RELEASE-18.zip | 759410768 | 44b6fa8d7795b56feda08ea7ab793a3e | cd56406d3539030ab9b9b3fbae08b56b352b9b53 | | takserver-docker-4.7-RELEASE-20.zip | 759389907 | 1cb0208c62d4551f1c3185d00a5fd8bf | f427ae3e860fddb8907047f157ada5764334c48d | +| takserver-docker-4.8-RELEASE-31.zip | 772606000 | c07f01d74960287bfc7dc08ecd6cbc3a | 387ea4f593763d3adcfda5128a89dda4fd82e937 | ## Requirements diff --git a/scripts/configureInDocker1.sh b/scripts/configureInDocker1.sh index 1ebe008..4f0b650 100755 --- a/scripts/configureInDocker1.sh +++ b/scripts/configureInDocker1.sh @@ -1,9 +1,11 @@ #!/bin/bash -# Added for 4.7 REL 18 where they broke DB auth -#sed -i 's/127.0.0.1\/32/0.0.0.0\/0/g' /opt/tak/db-utils/pg_hba.conf -# Removed inline options because these belong in postgres.conf +# Added for 4.7 REL 18 where they broke DB auth with TCP/IP hardening +# Commented out when they relaxed it in REL 4.7 20 because folks docker systems stopped working.. +# Re-added for 4.8 REL 31 because they got hard again. I can do this all day. +sed -i 's/127.0.0.1\/32/0.0.0.0\/0/g' /opt/tak/db-utils/pg_hba.conf +# Removed inline options because these belong in postgres.conf if [ -f "/var/lib/postgresql/data/postgresql.conf" ]; then echo "-------DB Exists-------" diff --git a/tak-md5checksum.txt b/tak-md5checksum.txt index b8364da..d15041f 100644 --- a/tak-md5checksum.txt +++ b/tak-md5checksum.txt @@ -1,4 +1,5 @@ dc63cb315f950025707dbccf05bdf183 takserver-docker-4.6-RELEASE-26.zip 5b011b74dd5f598fa21ce8d737e8b3e6 takserver-docker-4.7-RELEASE-4.zip 44b6fa8d7795b56feda08ea7ab793a3e takserver-docker-4.7-RELEASE-18.zip -1cb0208c62d4551f1c3185d00a5fd8bf takserver-docker-4.7-RELEASE-20.zip \ No newline at end of file +1cb0208c62d4551f1c3185d00a5fd8bf takserver-docker-4.7-RELEASE-20.zip +c07f01d74960287bfc7dc08ecd6cbc3a takserver-docker-4.8-RELEASE-31.zip \ No newline at end of file diff --git a/tak-sha1checksum.txt b/tak-sha1checksum.txt index 3997374..3472ab9 100644 --- a/tak-sha1checksum.txt +++ b/tak-sha1checksum.txt @@ -2,3 +2,4 @@ b688359659a05204202c21458132a64ec1ba0184 takserver-docker-4.7-RELEASE-4.zip cd56406d3539030ab9b9b3fbae08b56b352b9b53 takserver-docker-4.7-RELEASE-18.zip f427ae3e860fddb8907047f157ada5764334c48d takserver-docker-4.7-RELEASE-20.zip +387ea4f593763d3adcfda5128a89dda4fd82e937 takserver-docker-4.8-RELEASE-31.zip \ No newline at end of file