To use the patch file, apply it to the original. The patch command will create a backup with the extension .orig, and the original file will be updated:
1
2
3
4
5
6
~$patch-bmyfile<myfile.patch
~$ls
myfile
myfile.modified
myfile.orig
myfile.patch
You may need to add the flag –ignore-whitespace to the patch command.
As per ARS Technica: “An extremely critical vulnerability affecting most Linux distributions gives attackers the ability to execute malicious code on servers used to deliver e-mail, host webpages, and carry out other vital functions.” To patch, run: yum update glibc Article: http://arstechnica.com/security/2015/01/highly-critical-ghost-allowing-code-execution-affects-most-linux-systems/ Amazon Alert: https://alas.aws.amazon.com/ALAS-2015-473.html Original Advisory: http://www.openwall.com/lists/oss-security/2015/01/27/9
This is the standard upgrade method for AWS Linux AMI’s:
1
2
yum clean all
yum update bash
Or use this for the version 2012.09, 2012.03, or 2011.09 repositories:
1
2
yum clean all
yum--releasever=2013.03update bash
For older AWS Linux AMI’s, you may not be able to use the standard upgrade method as described in this link: https://alas.aws.amazon.com/ALAS-2014-419.html These are the steps needed to manually patch bash 4.1: […]
Today my mother got a replacement 2TB Time Capsule delivered from the Apple store. It turns out that unlike most other vendors of home networking equipment, they no longer provide a network patch cable. Considering the wholesale cost of a cat-5 cable is less than $1, the lack thereof on a $299 purchase in unforgivable.
Upgraded the OS on one of my Amazon server instances today. After rebooting I had the unpleasant experience of seeing my rpc.rstatd monitoring daemon stop functioning. It turns out that AWS changed the actual kernel version for this release, I guess to “celebrate” the fact that it is no longer “beta”. The difficulty is that […]
My systems got some TLC with the install of a variety of patches and software. Now at 10.6.3 – all seems well. Even re-installed Parallels to see if it still crashes my system. SO very happy to have a beta version of Unsanity’s Windowshade X working on Snow Leopard. Really huge productivity increase. Have no […]