Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update composer 1.2.x release series #2426

Merged
merged 1 commit into from Dec 7, 2016

Conversation

alcohol
Copy link
Contributor

@alcohol alcohol commented Dec 7, 2016

1.2.4 - 2016-12-06

  • Fixed regression in output handling of scripts from 1.2.3
  • Fixed support for LibreSSL detection as lib-openssl
  • Fixed issue with Zend Guard in the autoloader bootstrapping
  • Fixed support for loading partial provider repositories

@yosifkit
Copy link
Member

yosifkit commented Dec 7, 2016

diff --git a/composer_latest/Dockerfile b/composer_latest/Dockerfile
index 9c7a323..95c4686 100644
--- a/composer_latest/Dockerfile
+++ b/composer_latest/Dockerfile
@@ -8,7 +8,7 @@ RUN echo "memory_limit=-1" > "$PHP_INI_DIR/conf.d/memory-limit.ini" \
 ENV PATH "/composer/vendor/bin:$PATH"
 ENV COMPOSER_ALLOW_SUPERUSER 1
 ENV COMPOSER_HOME /composer
-ENV COMPOSER_VERSION 1.2.3
+ENV COMPOSER_VERSION 1.2.4
 
 RUN curl -s -f -L -o /tmp/installer.php https://raw.githubusercontent.com/composer/getcomposer.org/9184c4b85ed6ada94a298cf54e55cc252c970c28/web/installer \
  && php -r " \

Build test of #2426; 625e948 (composer):

$ bashbrew build composer:1.2.4
Building bashbrew/cache:4293317ab9d3e0d5ea7a4680e449dd71321c452aca2e5a1dfc84d3fb5d974d71 (composer:1.2.4)
Tagging composer:1.2.4
Tagging composer:1.2
Tagging composer:1
Tagging composer:latest

$ test/run.sh composer:1.2.4
testing composer:1.2.4
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'composer' [5/5]...Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing symfony/process (v3.2.0)
    Downloading: 100%         

  - Installing symfony/finder (v3.2.0)
    Downloading: 100%         

  - Installing symfony/filesystem (v3.2.0)
    Downloading: 100%         

  - Installing psr/log (1.0.2)
    Downloading: 100%         

  - Installing symfony/debug (v3.2.0)
    Downloading: 100%         

  - Installing symfony/polyfill-mbstring (v1.3.0)
    Downloading: 100%         

  - Installing symfony/console (v3.2.0)
    Downloading: 100%         

  - Installing seld/phar-utils (1.0.1)
    Downloading: 100%         

  - Installing seld/jsonlint (1.5.0)
    Downloading: 100%         

  - Installing seld/cli-prompt (1.0.2)
    Downloading: 100%         

  - Installing justinrainbow/json-schema (2.0.5)
    Downloading: 100%         

  - Installing composer/spdx-licenses (1.1.5)
    Downloading: 100%         

  - Installing composer/semver (1.4.2)
    Downloading: 100%         

  - Installing composer/ca-bundle (1.0.6)
    Downloading: 100%         

  - Installing composer/composer (1.2.4)
    Downloading: 100%         

symfony/console suggests installing symfony/event-dispatcher ()
composer/composer suggests installing ext-zip (Enabling the zip extension allows you to unzip archives)
Writing lock file
Generating autoload files
passed


$ bashbrew build composer:1.1.3
Building bashbrew/cache:03d0a78c454c5982c30ab9d1a895111178f2ae29165bdf359585acb355ff3cf7 (composer:1.1.3)
Tagging composer:1.1.3
Tagging composer:1.1

$ test/run.sh composer:1.1.3
testing composer:1.1.3
	'utc' [1/5]...passed
	'cve-2014--shellshock' [2/5]...passed
	'no-hard-coded-passwords' [3/5]...passed
	'override-cmd' [4/5]...passed
	'composer' [5/5]...Loading composer repositories with package information
Updating dependencies (including require-dev)
  - Installing symfony/process (v3.2.0)
    Downloading: 100%         

  - Installing symfony/finder (v3.2.0)
    Downloading: 100%         

  - Installing symfony/filesystem (v3.2.0)
    Downloading: 100%         

  - Installing psr/log (1.0.2)
    Downloading: 100%         

  - Installing symfony/debug (v3.2.0)
    Downloading: 100%         

  - Installing symfony/polyfill-mbstring (v1.3.0)
    Downloading: 100%         

  - Installing symfony/console (v3.2.0)
    Downloading: 100%         

  - Installing seld/phar-utils (1.0.1)
    Downloading: 100%         

  - Installing seld/jsonlint (1.5.0)
    Downloading: 100%         

  - Installing seld/cli-prompt (1.0.2)
    Downloading: 100%         

  - Installing justinrainbow/json-schema (2.0.5)
    Downloading: 100%         

  - Installing composer/spdx-licenses (1.1.5)
    Downloading: 100%         

  - Installing composer/semver (1.4.2)
    Downloading: 100%         

  - Installing composer/ca-bundle (1.0.6)
    Downloading: 100%         

  - Installing composer/composer (1.2.4)
    Downloading: 100%         

symfony/console suggests installing symfony/event-dispatcher ()
composer/composer suggests installing ext-zip (Enabling the zip extension allows you to unzip archives)
Writing lock file
Generating autoload files
passed

@yosifkit yosifkit merged commit 893d006 into docker-library:master Dec 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants