From f29f3d3ff7d94c91e1b16dcbc5f1b69b0c4c2d61 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 20 Jan 2017 10:31:57 +0000 Subject: [PATCH] 3.2.0-r0 release PhpBB 3.2.0 contains notable changes since 3.1.10: - Bugs: - [PHPBB3-14588] - RTL Search Bar - [PHPBB3-14612] - Double .panel class on confirmation page (ajax error?) - [PHPBB3-14628] - CLI installer doesn't support the translatable error messages - [PHPBB3-14633] - Creating a new topic leaves a white page - [PHPBB3-14636] - BC compatibility broken using request_var - ... - Improvement: - [PHPBB3-10961] - "You are not authorised..." still sends HTTP status 200 instead of i.e. 403 - [PHPBB3-13709] - Fallback to english in email templates by extensions - [PHPBB3-14586] - phpBB Oauth V1 Wrapper Support - [PHPBB3-14595] - smtp port - [PHPBB3-14620] - Update docs/ for 3.2.x - ... - New Features: - [PHPBB3-12610] - Add a command to check if the board is up to date. - [PHPBB3-14484] - Support extensions in UI tests - [PHPBB3-14492] - Improve send stats page and include VigLink - [PHPBB3-14547] - Add Vagrant Support --- bitnami/phpbb/Dockerfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bitnami/phpbb/Dockerfile b/bitnami/phpbb/Dockerfile index c33092f2f028..01532bc9ec19 100644 --- a/bitnami/phpbb/Dockerfile +++ b/bitnami/phpbb/Dockerfile @@ -3,20 +3,20 @@ FROM gcr.io/stacksmith-images/minideb:jessie-r8 MAINTAINER Bitnami ENV BITNAMI_APP_NAME=phpbb \ - BITNAMI_IMAGE_VERSION=3.1.10-r6 \ + BITNAMI_IMAGE_VERSION=3.2.0-r0 \ PATH=/opt/bitnami/mysql/bin/:/opt/bitnami/php/bin/:$PATH # System packages required RUN install_packages libssl1.0.0 libaprutil1 libapr1 libc6 libuuid1 libexpat1 libpcre3 libldap-2.4-2 libsasl2-2 libgnutls-deb0-28 zlib1g libp11-kit0 libtasn1-6 libnettle4 libhogweed2 libgmp10 libffi6 libxslt1.1 libtidy-0.99-0 libreadline6 libncurses5 libtinfo5 libsybdb5 libmcrypt4 libstdc++6 libpng12-0 libjpeg62-turbo libbz2-1.0 libxml2 libcurl3 libfreetype6 libicu52 libgcc1 libgcrypt20 libgssapi-krb5-2 liblzma5 libidn11 librtmp1 libssh2-1 libkrb5-3 libk5crypto3 libcomerr2 libgpg-error0 libkrb5support0 libkeyutils1 # Additional modules required -RUN bitnami-pkg unpack apache-2.4.23-11 --checksum e4876fc1514082af221105319ddc8f069e7e2305dded70633bbf9a5973f2d9be -RUN bitnami-pkg unpack php-5.6.28-1 --checksum e6a6a80ccd36d3e6c4edd4c6dd97d6247534584f023bf89dda6d13728138ca37 -RUN bitnami-pkg install libphp-5.6.28-1 --checksum c7a1df270fad99fbcff23506574ec1467bac4e0f0f6d0bd34bf310446ec5d7f5 -RUN bitnami-pkg install mysql-client-10.1.19-1 --checksum 2d946c8ee3e2e845f68a5cf3751d6477d88af194d263842797fe50a44414a173 +RUN bitnami-pkg unpack apache-2.4.25-0 --checksum 8b46af7d737772d7d301da8b30a2770b7e549674e33b8a5b07480f53c39f5c3f +RUN bitnami-pkg unpack php-5.6.30-0 --checksum 93b852188bd8d111d7c2d2f2706df0b3f9de7fd37b48f1ef197c08fa07a9e118 +RUN bitnami-pkg install libphp-5.6.30-0 --checksum b9689caaab61862444c97756b1a9bf575731c4d0e71aa962d58518a231b33155 +RUN bitnami-pkg install mysql-client-10.1.21-0 --checksum 8e868a3e46bfa59f3fb4e1aae22fd9a95fd656c020614a64706106ba2eba224e # Install phpbb -RUN bitnami-pkg unpack phpbb-3.1.10-2 --checksum 553de139b63933cbff9d211efb29f9172c734e0a4eeec9abb05872c00f20d927 +RUN bitnami-pkg unpack phpbb-3.2.0-0 --checksum 6c85b636641492946e310f59a547a5095d724a11a1b434b7a25ae9da30e8aab6 COPY rootfs /