-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 Ubuntu for CVE-2014-0224 #84
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@e616a1cc0831:/stackbrew/stackbrew# ./brew-cli --debug -b CVE-2014-0224 --targets ubuntu git://github.com/tianon/stackbrew
2014-06-18 19:55:01,459 DEBUG Cloning repo_url=git://github.com/tianon/stackbrew, ref=CVE-2014-0224
2014-06-18 19:55:01,461 DEBUG folder = /tmp/tmp24Kb39
2014-06-18 19:55:01,461 DEBUG Cloning git://github.com/tianon/stackbrew into /tmp/tmp24Kb39
2014-06-18 19:55:01,461 DEBUG Executing "git clone git://github.com/tianon/stackbrew ." in /tmp/tmp24Kb39
Cloning into '.'...
remote: Reusing existing pack: 764, done.
remote: Counting objects: 9, done.
remote: Compressing objects: 100% (9/9), done.
remote: Total 773 (delta 2), reused 0 (delta 0)
Receiving objects: 100% (773/773), 118.37 KiB | 0 bytes/s, done.
Resolving deltas: 100% (416/416), done.
Checking connectivity... done.
2014-06-18 19:55:02,661 DEBUG Checkout ref:CVE-2014-0224 in /tmp/tmp24Kb39
2014-06-18 19:55:02,662 DEBUG Executing "git checkout CVE-2014-0224" in /tmp/tmp24Kb39
Branch CVE-2014-0224 set up to track remote branch CVE-2014-0224 from origin.
Switched to a new branch 'CVE-2014-0224'
2014-06-18 19:55:02,668 DEBUG latest: git://github.com/tianon/docker-brew-ubuntu-core@487c2e834faee181ff5c15d15f57842a610f56da 14.04
2014-06-18 19:55:02,668 DEBUG trusty: git://github.com/tianon/docker-brew-ubuntu-core@487c2e834faee181ff5c15d15f57842a610f56da 14.04
2014-06-18 19:55:02,669 DEBUG 14.04: git://github.com/tianon/docker-brew-ubuntu-core@487c2e834faee181ff5c15d15f57842a610f56da 14.04
2014-06-18 19:55:02,669 DEBUG precise: git://github.com/tianon/docker-brew-ubuntu-core@487c2e834faee181ff5c15d15f57842a610f56da 12.04.4
2014-06-18 19:55:02,669 DEBUG 12.04: git://github.com/tianon/docker-brew-ubuntu-core@487c2e834faee181ff5c15d15f57842a610f56da 12.04.4
2014-06-18 19:55:02,669 DEBUG quantal: git://github.com/tianon/docker-brew-ubuntu-core@487c2e834faee181ff5c15d15f57842a610f56da 12.10
2014-06-18 19:55:02,669 DEBUG 12.10: git://github.com/tianon/docker-brew-ubuntu-core@487c2e834faee181ff5c15d15f57842a610f56da 12.10
2014-06-18 19:55:02,669 DEBUG raring: git://github.com/tianon/docker-brew-ubuntu-core@487c2e834faee181ff5c15d15f57842a610f56da 13.04
2014-06-18 19:55:02,669 DEBUG 13.04: git://github.com/tianon/docker-brew-ubuntu-core@487c2e834faee181ff5c15d15f57842a610f56da 13.04
2014-06-18 19:55:02,669 DEBUG saucy: git://github.com/tianon/docker-brew-ubuntu-core@487c2e834faee181ff5c15d15f57842a610f56da 13.10
2014-06-18 19:55:02,669 DEBUG 13.10: git://github.com/tianon/docker-brew-ubuntu-core@487c2e834faee181ff5c15d15f57842a610f56da 13.10
2014-06-18 19:55:02,669 DEBUG ubuntu: latest,trusty,14.04
2014-06-18 19:55:02,669 DEBUG ubuntu: precise,12.04
2014-06-18 19:55:02,669 DEBUG ubuntu: saucy,13.10
2014-06-18 19:55:02,669 DEBUG ubuntu: raring,13.04
2014-06-18 19:55:02,670 DEBUG ubuntu: quantal,12.10
2014-06-18 19:55:02,670 DEBUG Cloning repo_url=git://github.com/tianon/docker-brew-ubuntu-core, ref=487c2e834faee181ff5c15d15f57842a610f56da
2014-06-18 19:55:02,670 DEBUG folder = /tmp/tmpxkjCpn
2014-06-18 19:55:02,670 DEBUG Cloning git://github.com/tianon/docker-brew-ubuntu-core into /tmp/tmpxkjCpn
2014-06-18 19:55:02,670 DEBUG Executing "git clone git://github.com/tianon/docker-brew-ubuntu-core ." in /tmp/tmpxkjCpn
Cloning into '.'...
remote: Counting objects: 83, done.
remote: Compressing objects: 100% (65/65), done.
remote: Total 83 (delta 28), reused 69 (delta 17)
Receiving objects: 100% (83/83), 211.21 MiB | 1.15 MiB/s, done.
Resolving deltas: 100% (28/28), done.
Checking connectivity... done.
2014-06-18 19:58:15,980 DEBUG Checkout ref:487c2e834faee181ff5c15d15f57842a610f56da in /tmp/tmpxkjCpn
2014-06-18 19:58:15,980 DEBUG Executing "git checkout 487c2e834faee181ff5c15d15f57842a610f56da" in /tmp/tmpxkjCpn
Note: checking out '487c2e834faee181ff5c15d15f57842a610f56da'.
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 487c2e8... CVE-2014-0224
2014-06-18 19:58:17,115 INFO Build start: ubuntu ('git://github.com/tianon/docker-brew-ubuntu-core', '487c2e834faee181ff5c15d15f57842a610f56da', '14.04')
2014-06-18 19:59:25,683 INFO Build success: 96c8e7cdb41a (ubuntu:latest)
2014-06-18 19:59:25,688 INFO Build success: 96c8e7cdb41a (ubuntu:trusty)
2014-06-18 19:59:25,692 INFO Build success: 96c8e7cdb41a (ubuntu:14.04)
2014-06-18 19:59:25,695 DEBUG Checkout ref:487c2e834faee181ff5c15d15f57842a610f56da in /tmp/tmpxkjCpn
2014-06-18 19:59:25,695 DEBUG Executing "git checkout 487c2e834faee181ff5c15d15f57842a610f56da" in /tmp/tmpxkjCpn
HEAD is now at 487c2e8... CVE-2014-0224
2014-06-18 19:59:25,700 INFO Build start: ubuntu ('git://github.com/tianon/docker-brew-ubuntu-core', '487c2e834faee181ff5c15d15f57842a610f56da', '12.04.4')
2014-06-18 20:00:21,372 INFO Build success: 8d35ac098056 (ubuntu:precise)
2014-06-18 20:00:21,376 INFO Build success: 8d35ac098056 (ubuntu:12.04)
2014-06-18 20:00:21,380 DEBUG Checkout ref:487c2e834faee181ff5c15d15f57842a610f56da in /tmp/tmpxkjCpn
2014-06-18 20:00:21,380 DEBUG Executing "git checkout 487c2e834faee181ff5c15d15f57842a610f56da" in /tmp/tmpxkjCpn
HEAD is now at 487c2e8... CVE-2014-0224
2014-06-18 20:00:21,384 INFO Build start: ubuntu ('git://github.com/tianon/docker-brew-ubuntu-core', '487c2e834faee181ff5c15d15f57842a610f56da', '13.10')
2014-06-18 20:01:07,647 INFO Build success: 62d1e8023664 (ubuntu:saucy)
2014-06-18 20:01:07,652 INFO Build success: 62d1e8023664 (ubuntu:13.10)
2014-06-18 20:01:07,656 DEBUG Checkout ref:487c2e834faee181ff5c15d15f57842a610f56da in /tmp/tmpxkjCpn
2014-06-18 20:01:07,656 DEBUG Executing "git checkout 487c2e834faee181ff5c15d15f57842a610f56da" in /tmp/tmpxkjCpn
HEAD is now at 487c2e8... CVE-2014-0224
2014-06-18 20:01:07,660 INFO Build start: ubuntu ('git://github.com/tianon/docker-brew-ubuntu-core', '487c2e834faee181ff5c15d15f57842a610f56da', '13.04')
2014-06-18 20:01:38,944 INFO Build success: 404555b79ebd (ubuntu:raring)
2014-06-18 20:01:38,948 INFO Build success: 404555b79ebd (ubuntu:13.04)
2014-06-18 20:01:38,952 DEBUG Checkout ref:487c2e834faee181ff5c15d15f57842a610f56da in /tmp/tmpxkjCpn
2014-06-18 20:01:38,952 DEBUG Executing "git checkout 487c2e834faee181ff5c15d15f57842a610f56da" in /tmp/tmpxkjCpn
HEAD is now at 487c2e8... CVE-2014-0224
2014-06-18 20:01:38,957 INFO Build start: ubuntu ('git://github.com/tianon/docker-brew-ubuntu-core', '487c2e834faee181ff5c15d15f57842a610f56da', '12.10')
2014-06-18 20:02:08,639 INFO Build success: a2975934b99c (ubuntu:quantal)
2014-06-18 20:02:08,643 INFO Build success: a2975934b99c (ubuntu:12.10) |
LGTM |
legolaz8451
pushed a commit
to legolaz8451/official-images
that referenced
this pull request
Mar 14, 2024
Fix "gpg" usage to stop relying on deprecated and insecure behavior
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.