I was suffering to found a way to update that bug in our servers, so reading a lot of topics and mainly the folling instructions by https://shellshocker.net/ a made a script to automate this task:
Also why do you install via zypper one at a time? zypper accepts more than one packages (separated by white space)
zypper in foo bar baz more
That said you need the devel_basis pattern for compiling things as a minimum requirement.
zypper in -t pattern devel_basis
Last but not the least, the packages are updated on the repos with the patch being applied ;).
Also bash 4.3 is not even the default version in “13.2 beta” so i wonder which server are you talking about.
On Wed 01 Oct 2014 11:56:01 PM CDT, jetchisel wrote:
Note that in your script you use -n, which is not a valid option to
zypper.
Hi
Ummm yes it is, -n is non-interactive coupled with in(stall), use it all
the time here…
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
openSUSE 13.1 (Bottle) (x86_64) GNOME 3.10.1 Kernel 3.11.10-21-desktop
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
**jetchisel, **Is there something that doesnt work in my script? I tested in all of my server and it works. I dont need install pattern devel_basis in any server.