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

Rails version bump for security fix #168

Merged
merged 1 commit into from
Aug 21, 2014
Merged

Conversation

yosifkit
Copy link
Member

No description provided.

@tianon
Copy link
Member

tianon commented Aug 20, 2014

LGTM

root@26166ad81607:/stackbrew/stackbrew# ./brew-cli --debug --no-namespace -b rails --targets rails git://github.com/infosiftr/stackbrew  
2014-08-20 21:06:25,879 DEBUG Cloning repo_url=git://github.com/infosiftr/stackbrew, ref=rails
2014-08-20 21:06:25,881 DEBUG folder = /tmp/tmpr8fYGY
2014-08-20 21:06:25,881 DEBUG Cloning git://github.com/infosiftr/stackbrew into /tmp/tmpr8fYGY
2014-08-20 21:06:25,881 DEBUG Executing "git clone git://github.com/infosiftr/stackbrew ." in /tmp/tmpr8fYGY
Cloning into '.'...
remote: Counting objects: 1228, done.
remote: Compressing objects: 100% (553/553), done.
remote: Total 1228 (delta 687), reused 1180 (delta 663)
Receiving objects: 100% (1228/1228), 181.11 KiB | 0 bytes/s, done.
Resolving deltas: 100% (687/687), done.
Checking connectivity... done.
2014-08-20 21:06:26,863 DEBUG Checkout ref:rails in /tmp/tmpr8fYGY
2014-08-20 21:06:26,863 DEBUG Executing "git checkout rails" in /tmp/tmpr8fYGY
Branch rails set up to track remote branch rails from origin.
Switched to a new branch 'rails'
2014-08-20 21:06:26,869 DEBUG 4.1.5: git://github.com/docker-library/rails@2f86b2e73f46be25d780575f0b6e9ad03b60880e

2014-08-20 21:06:26,869 DEBUG 4.1: git://github.com/docker-library/rails@2f86b2e73f46be25d780575f0b6e9ad03b60880e

2014-08-20 21:06:26,869 DEBUG 4: git://github.com/docker-library/rails@2f86b2e73f46be25d780575f0b6e9ad03b60880e

2014-08-20 21:06:26,869 DEBUG latest: git://github.com/docker-library/rails@2f86b2e73f46be25d780575f0b6e9ad03b60880e

2014-08-20 21:06:26,869 DEBUG onbuild: git://github.com/docker-library/rails@7bb6ade7f97129cc58967d7d0ae17f4b62ae52eb onbuild

2014-08-20 21:06:26,869 DEBUG rails: 4.1.5,4.1,4,latest
2014-08-20 21:06:26,869 DEBUG rails: onbuild
2014-08-20 21:06:26,869 DEBUG Cloning repo_url=git://github.com/docker-library/rails, ref=2f86b2e73f46be25d780575f0b6e9ad03b60880e
2014-08-20 21:06:26,869 DEBUG folder = /tmp/tmplhUXyY
2014-08-20 21:06:26,870 DEBUG Cloning git://github.com/docker-library/rails into /tmp/tmplhUXyY
2014-08-20 21:06:26,870 DEBUG Executing "git clone git://github.com/docker-library/rails ." in /tmp/tmplhUXyY
Cloning into '.'...
remote: Counting objects: 30, done.
remote: Compressing objects: 100% (22/22), done.
Receiving objects: 100% (30/30), 4.68 KiB | 0 bytes/s, done.
Resolving deltas: 100% (6/6), done.
remote: Total 30 (delta 6), reused 30 (delta 6)
Checking connectivity... done.
2014-08-20 21:06:27,416 DEBUG Checkout ref:2f86b2e73f46be25d780575f0b6e9ad03b60880e in /tmp/tmplhUXyY
2014-08-20 21:06:27,416 DEBUG Executing "git checkout 2f86b2e73f46be25d780575f0b6e9ad03b60880e" in /tmp/tmplhUXyY
Note: checking out '2f86b2e73f46be25d780575f0b6e9ad03b60880e'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 2f86b2e... Update to Rails 4.1.5
2014-08-20 21:06:27,421 INFO Build start: rails ('git://github.com/docker-library/rails', '2f86b2e73f46be25d780575f0b6e9ad03b60880e', '.')
2014-08-20 21:07:43,424 INFO Build success: 7adcf56d1ad0 (rails:4.1.5)
2014-08-20 21:07:43,455 INFO Build success: 7adcf56d1ad0 (rails:4.1)
2014-08-20 21:07:43,493 INFO Build success: 7adcf56d1ad0 (rails:4)
2014-08-20 21:07:43,509 INFO Build success: 7adcf56d1ad0 (rails:latest)
2014-08-20 21:07:43,534 DEBUG Checkout ref:7bb6ade7f97129cc58967d7d0ae17f4b62ae52eb in /tmp/tmplhUXyY
2014-08-20 21:07:43,534 DEBUG Executing "git checkout 7bb6ade7f97129cc58967d7d0ae17f4b62ae52eb" in /tmp/tmplhUXyY
Previous HEAD position was 2f86b2e... Update to Rails 4.1.5
HEAD is now at 7bb6ade... Change the ONBUILD to be as special of a snowflake as Ruby itself is
2014-08-20 21:07:43,539 INFO Build start: rails ('git://github.com/docker-library/rails', '7bb6ade7f97129cc58967d7d0ae17f4b62ae52eb', 'onbuild')
2014-08-20 21:07:46,911 INFO Build success: b7d43af688cd (rails:onbuild)

@vieux
Copy link
Contributor

vieux commented Aug 20, 2014

LGTM

On Wed, Aug 20, 2014 at 4:11 PM, Tianon Gravi notifications@github.com
wrote:

LGTM

root@26166ad81607:/stackbrew/stackbrew# ./brew-cli --debug --no-namespace -b rails --targets rails git://github.com/infosiftr/stackbrew 2014-08-20 21:06:25,879 DEBUG Cloning repo_url=git://github.com/infosiftr/stackbrew, ref=rails2014-08-20 21:06:25,881 DEBUG folder = /tmp/tmpr8fYGY2014-08-20 21:06:25,881 DEBUG Cloning git://github.com/infosiftr/stackbrew into /tmp/tmpr8fYGY2014-08-20 21:06:25,881 DEBUG Executing "git clone git://github.com/infosiftr/stackbrew ." in /tmp/tmpr8fYGYCloning into '.'...remote: Counting objects: 1228, done.remote: Compressing objects: 100% (553/553), done.remote: Total 1228 (delta 687), reused 1180 (delta 663)Receiving objects: 100% (1228/1228), 181.11 KiB | 0 bytes/s, done.Resolving deltas: 100% (687/687), done.Checking connectivity... done.2014-08-20 21:06:26,863 DEBUG Checkout ref:rails in /tmp/tmpr8fYGY2014-08-20 21:06:26,863 DEBUG Executing "git checkout rails" in /tmp/tmpr8fYGYBranch rails set up to track remote branch rails from origin.Switched to a new branch 'rails'2014-08-20 21:06:26,869 DEBUG 4.1.5: git://github.com/docker-library/rails@2f86b2e73f46be25d780575f0b6e9ad03b60880e
2014-08-20 21:06:26,869 DEBUG 4.1: git://github.com/docker-library/rails@2f86b2e73f46be25d780575f0b6e9ad03b60880e
2014-08-20 21:06:26,869 DEBUG 4: git://github.com/docker-library/rails@2f86b2e73f46be25d780575f0b6e9ad03b60880e
2014-08-20 21:06:26,869 DEBUG latest: git://github.com/docker-library/rails@2f86b2e73f46be25d780575f0b6e9ad03b60880e
2014-08-20 21:06:26,869 DEBUG onbuild: git://github.com/docker-library/rails@7bb6ade7f97129cc58967d7d0ae17f4b62ae52eb onbuild
2014-08-20 21:06:26,869 DEBUG rails: 4.1.5,4.1,4,latest2014-08-20 21:06:26,869 DEBUG rails: onbuild2014-08-20 21:06:26,869 DEBUG Cloning repo_url=git://github.com/docker-library/rails, ref=2f86b2e73f46be25d780575f0b6e9ad03b60880e2014-08-20 21:06:26,869 DEBUG folder = /tmp/tmplhUXyY2014-08-20 21:06:26,870 DEBUG Cloning git://github.com/docker-library/rails into /tmp/tmplhUXyY2014-08-20 21:06:26,870 DEBUG Executing "git clone git://github.com/docker-library/rails ." in /tmp/tmplhUXyYCloning into '.'...remote: Counting objects: 30, done.remote: Compressing objects: 100% (22/22), done.Receiving objects: 100% (30/30), 4.68 KiB | 0 bytes/s, done.Resolving deltas: 100% (6/6), done.remote: Total 30 (delta 6), reused 30 (delta 6)Checking connectivity... done.2014-08-20 21:06:27,416 DEBUG Checkout ref:2f86b2e73f46be25d780575f0b6e9ad03b60880e in /tmp/tmplhUXyY2014-08-20 21:06:27,416 DEBUG Executing "git checkout 2f86b2e73f46be25d780575f0b6e9ad03b60880e" in /tmp/tmplhUXyYNote: checking out '2f86b2e73f46be25d780575f0b6e9ad03b60880e'.
You are in 'detached HEAD' state. You can look around, make experimentalchanges and commit them, and you can discard any commits you make in thisstate without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you maydo so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 2f86b2e... Update to Rails 4.1.52014-08-20 21:06:27,421 INFO Build start: rails ('git://github.com/docker-library/rails', '2f86b2e73f46be25d780575f0b6e9ad03b60880e', '.')2014-08-20 21:07:43,424 INFO Build success: 7adcf56d1ad0 (rails:4.1.5)2014-08-20 21:07:43,455 INFO Build success: 7adcf56d1ad0 (rails:4.1)2014-08-20 21:07:43,493 INFO Build success: 7adcf56d1ad0 (rails:4)2014-08-20 21:07:43,509 INFO Build success: 7adcf56d1ad0 (rails:latest)2014-08-20 21:07:43,534 DEBUG Checkout ref:7bb6ade7f97129cc58967d7d0ae17f4b62ae52eb in /tmp/tmplhUXyY2014-08-20 21:07:43,534 DEBUG Executing "git checkout 7bb6ade7f97129cc58967d7d0ae17f4b62ae52eb" in /tmp/tmplhUXyYPrevious HEAD position was 2f86b2e... Update to Rails 4.1.5HEAD is now at 7bb6ade... Change the ONBUILD to be as special of a snowflake as Ruby itself is2014-08-20 21:07:43,539 INFO Build start: rails ('git://github.com/docker-library/rails', '7bb6ade7f97129cc58967d7d0ae17f4b62ae52eb', 'onbuild')2014-08-20 21:07:46,911 INFO Build success: b7d43af688cd (rails:onbuild)


Reply to this email directly or view it on GitHub
#168 (comment).

Victor VIEUX
http://vvieux.com

shin- added a commit that referenced this pull request Aug 21, 2014
Rails version bump for security fix
@shin- shin- merged commit 615f1b0 into docker-library:master Aug 21, 2014
@tianon tianon deleted the rails branch August 21, 2014 14:31
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.

4 participants