Skip to content

Commit eebe819

Browse files
committed
Consistently use highlight sh' instead of highlight bash'
1 parent f378907 commit eebe819

18 files changed

+53
-53
lines changed

de/news/_posts/2014-03-29-heap-overflow-in-yaml-uri-escape-parsing-cve-2014-2525.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Betroffen sind alle Versionen von psych, die gegen libyaml `<= 0.1.5` gelinkt si
3232

3333
Die verwendete Version von libyaml kann festgestellt werden mit:
3434

35-
{% highlight bash %}
35+
{% highlight sh %}
3636
$ ruby -rpsych -e 'p Psych.libyaml_version'
3737
[0, 1, 5]
3838
{% endhighlight %}
@@ -43,15 +43,15 @@ Nutzer, die libyaml systemweit installiert haben, sollten libyaml auf die
4343
Version `0.1.6` aktualisieren. Beim erneuten Kompilieren von Ruby muss der
4444
Pfad der aktualisierten Version angegeben werden:
4545

46-
{% highlight bash %}
46+
{% highlight sh %}
4747
$ ./configure --with-yaml-dir=/path/to/libyaml
4848
{% endhighlight %}
4949

5050
Nutzer ohne eine systemweite Installation von libyaml verwenden die in psych
5151
eingebundene Version. Diesen Nutzern wird empfohlen, psych auf die Version `2.0.5`
5252
zu aktualisieren, die libyaml `0.1.6` ausliefert:
5353

54-
{% highlight bash %}
54+
{% highlight sh %}
5555
$ gem install psych
5656
{% endhighlight %}
5757

de/news/_posts/2014-04-10-severe-openssl-vulnerability.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ Von diesem Angriff betroffen sind die OpenSSL-Versionen 1.0.1 bis
3535
1.0.1f (eingeschlossen). Sie können wie folgt herausfinden, mit welcher
3636
Version der OpenSSL-Bibliothek Ruby gelinkt wurde:
3737

38-
{% highlight bash %}
38+
{% highlight sh %}
3939
ruby -v -ropenssl -rfiddle -e 'puts Fiddle::Function.new(Fiddle.dlopen(nil)["SSLeay_version"], [Fiddle::TYPE_INT], Fiddle::TYPE_VOIDP).call(0)'
4040
{% endhighlight %}
4141

4242
Um herauszufinden, welche Version von OpenSSL momentan mit Ruby
4343
installiert ist, gehen Sie so vor:
4444

45-
{% highlight bash %}
45+
{% highlight sh %}
4646
ruby -ropenssl -e 'puts OpenSSL::OPENSSL_VERSION'
4747
{% endhighlight %}
4848

@@ -71,7 +71,7 @@ müssen. Wenn Sie Ruby selbst kompilieren, benutzen Sie die
7171
`--with-openssl-dir`-Option, um gegen das aktualisierte
7272
OpenSSL-Installationsverzeichnis zu linken.
7373

74-
{% highlight bash %}
74+
{% highlight sh %}
7575
$ ./configure --with-openssl-dir=/path/to/openssl
7676
$ make
7777
$ make install

en/news/_posts/2014-03-29-heap-overflow-in-yaml-uri-escape-parsing-cve-2014-2525.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ And, these versions of Ruby bundle an affected version of libyaml:
3535

3636
You can verify the version of libyaml used by running:
3737

38-
{% highlight bash %}
38+
{% highlight sh %}
3939
$ ruby -rpsych -e 'p Psych.libyaml_version'
4040
[0, 1, 5]
4141
{% endhighlight %}
@@ -45,14 +45,14 @@ $ ruby -rpsych -e 'p Psych.libyaml_version'
4545
Users who install libyaml to the system are recommended to update libyaml to `0.1.6`.
4646
When recompiling Ruby, point to the newly updated libyaml:
4747

48-
{% highlight bash %}
48+
{% highlight sh %}
4949
$ ./configure --with-yaml-dir=/path/to/libyaml
5050
{% endhighlight %}
5151

5252
Users without a system libyaml rely on the embedded libyaml and are recommended
5353
to update psych to `2.0.5` which vendors libyaml `0.1.6`:
5454

55-
{% highlight bash %}
55+
{% highlight sh %}
5656
$ gem install psych
5757
{% endhighlight %}
5858

en/news/_posts/2014-04-10-severe-openssl-vulnerability.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ OpenSSL versions 1.0.1 through 1.0.1f (inclusive) are vulnerable to this
2929
attack. To verify which version of the OpenSSL library you link to Ruby,
3030
use the following:
3131

32-
{% highlight bash %}
32+
{% highlight sh %}
3333
ruby -v -ropenssl -rfiddle -e 'puts Fiddle::Function.new(Fiddle.dlopen(nil)["SSLeay_version"], [Fiddle::TYPE_INT], Fiddle::TYPE_VOIDP).call(0)'
3434
{% endhighlight %}
3535

3636
To verify the version of OpenSSL currently installed with Ruby,
3737
use the following:
3838

39-
{% highlight bash %}
39+
{% highlight sh %}
4040
ruby -ropenssl -e 'puts OpenSSL::OPENSSL_VERSION'
4141
{% endhighlight %}
4242

@@ -61,7 +61,7 @@ This means updating any tools used to build Ruby such as RVM or ruby-build.
6161
If you build Ruby yourself, use the `--with-openssl-dir` option at
6262
compile time to link an upgraded OpenSSL install directory.
6363

64-
{% highlight bash %}
64+
{% highlight sh %}
6565
$ ./configure --with-openssl-dir=/path/to/openssl
6666
$ make
6767
$ make install

es/news/_posts/2014-03-29-heap-overflow-in-yaml-uri-escape-parsing-cve-2014-2525.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Estas versiones de Ruby contienen una versión afectada de libyaml:
3737

3838
Puedes verificar la versión de libyaml usada ejecutando:
3939

40-
{% highlight bash %}
40+
{% highlight sh %}
4141
$ ruby -rpsych -e 'p Psych.libyaml_version'
4242
[0, 1, 5]
4343
{% endhighlight %}
@@ -47,15 +47,15 @@ $ ruby -rpsych -e 'p Psych.libyaml_version'
4747
Se recomienda a los usuarios que instalaron libyaml en el sistema que lo actualicen
4848
a `0.1.6`. Al recompilar Ruby se hará referencia a la versión actualizada de libyaml:
4949

50-
{% highlight bash %}
50+
{% highlight sh %}
5151
$ ./configure --with-yaml-dir=/path/to/libyaml
5252
{% endhighlight %}
5353

5454
Se recomienda a los usuarios sin una version libyaml en su sistema y que confían en la versión
5555
incluida en Ruby que actualicen psych a la versión `2.0.5` la cual contiene
5656
la versión `0.1.6` de libyaml:
5757

58-
{% highlight bash %}
58+
{% highlight sh %}
5959
$ gem install psych
6060
{% endhighlight %}
6161

es/news/_posts/2014-04-10-severe-openssl-vulnerability.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ Las versions de OpenSSL 1.0.1 a 1.0.1f (inclusiva) son vulnerables a este ataque
3030
Para verificar que versión de la librería OpenSSL está siendo ligada dinámicamente a Ruby,
3131
ejecuta lo siguiente:
3232

33-
{% highlight bash %}
33+
{% highlight sh %}
3434
ruby -v -ropenssl -rfiddle -e 'puts Fiddle::Function.new(Fiddle.dlopen(nil)["SSLeay_version"], [Fiddle::TYPE_INT], Fiddle::TYPE_VOIDP).call(0)'
3535
{% endhighlight %}
3636

3737
Para verificar la versión de OpenSSL instalada con Ruby, ejecuta lo siguiente:
3838

39-
{% highlight bash %}
39+
{% highlight sh %}
4040
ruby -ropenssl -e 'puts OpenSSL::OPENSSL_VERSION'
4141
{% endhighlight %}
4242

@@ -62,7 +62,7 @@ Esto significa actualizar cualquier herramienta que se utiliza para compilar
6262
Ruby como RVM o ruby-build. Si tu compilaste Ruby, utiliza la opción `--with-openssl-dir`
6363
al momento de compilar para ligar al directorio con la versión actualizada de OpenSLL.
6464

65-
{% highlight bash %}
65+
{% highlight sh %}
6666
$ ./configure --with-openssl-dir=/path/to/openssl
6767
$ make
6868
$ make install

fr/news/_posts/2014-04-10-severe-openssl-vulnerability.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Les versions OpenSSL 1.0.1 à 1.0.1f (inclus) sont concernées par cette faille.
2929
Pour vérifier quelle version de la bibliothèque OpenSSL est utilisée par Ruby,
3030
exécutez ceci :
3131

32-
{% highlight bash %}
32+
{% highlight sh %}
3333
ruby -v -ropenssl -rfiddle -e 'puts Fiddle::Function.new(Fiddle.dlopen(nil)["SSLeay_version"], [Fiddle::TYPE_INT], Fiddle::TYPE_VOIDP).call(0)'
3434
{% endhighlight %}
3535

3636
Pour vérifier la version d'OpenSSL installée avec Ruby, exécutez ceci :
3737

38-
{% highlight bash %}
38+
{% highlight sh %}
3939
ruby -ropenssl -e 'puts OpenSSL::OPENSSL_VERSION'
4040
{% endhighlight %}
4141

@@ -61,7 +61,7 @@ RVM ou ruby-build.
6161
Si vous installez Ruby vous-même, utilisez l'option `--with-openssl-dir` durant
6262
la compilation pour lier l'installation corrigée d'OpenSSL
6363

64-
{% highlight bash %}
64+
{% highlight sh %}
6565
$ ./configure --with-openssl-dir=/path/to/openssl
6666
$ make
6767
$ make install

it/news/_posts/2014-03-29-heap-overflow-in-yaml-uri-escape-parsing-cve-2014-2525.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ versioni di psych con link su libyaml `<= 0.1.5` sono affette.
3131

3232
Potete verificare la versione di libyaml in uso eseguendo:
3333

34-
{% highlight bash %}
34+
{% highlight sh %}
3535
$ ruby -rpsych -e 'p Psych.libyaml_version'
3636
[0, 1, 5]
3737
{% endhighlight %}
@@ -42,14 +42,14 @@ Agli utenti che installano libyaml a livello di sistema si consiglia di
4242
aggiornare libyaml alla versione `0.1.6`. Ricompilando Ruby, puntare alla
4343
versione aggiornata della libreria:
4444

45-
{% highlight bash %}
45+
{% highlight sh %}
4646
$ ./configure --with-yaml-dir=/path/to/libyaml
4747
{% endhighlight %}
4848

4949
Gli utenti senza una libyaml di sistema o che usano libyaml embedded sono
5050
pregati di aggiornare psych alla `2.0.5` che fornisce libyaml `0.1.6`:
5151

52-
{% highlight bash %}
52+
{% highlight sh %}
5353
$ gem install psych
5454
{% endhighlight %}
5555

it/news/_posts/2014-04-10-severe-openssl-vulnerability.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ Versioni di OpenSSL dalla 1.0.1 fino alla 1.0.1f (compresa) sono vulnerabili
3232
a questo attacco. Per verificare quale versione della libreria OpenSSL è
3333
linkata a Ruby, utilizza il seguente comando:
3434

35-
{% highlight bash %}
35+
{% highlight sh %}
3636
ruby -v -ropenssl -rfiddle -e 'puts Fiddle::Function.new(Fiddle.dlopen(nil)["SSLeay_version"], [Fiddle::TYPE_INT], Fiddle::TYPE_VOIDP).call(0)'
3737
{% endhighlight %}
3838

3939
Per verificare la versione di OpenSSL attualmente installata con Ruby,
4040
utilizza il seguente comando:
4141

42-
{% highlight bash %}
42+
{% highlight sh %}
4343
ruby -ropenssl -e 'puts OpenSSL::OPENSSL_VERSION'
4444
{% endhighlight %}
4545

@@ -66,7 +66,7 @@ Questo implica l'aggiornamento di ogni tool usato per compilare Ruby come
6666
RVM e ruby-build. Se compili Ruby manualmente usa l'opzione
6767
`--with-openssl-dir` per linkare una directory contenente OpenSSL aggiornato.
6868

69-
{% highlight bash %}
69+
{% highlight sh %}
7070
$ ./configure --with-openssl-dir=/path/to/openssl
7171
$ make
7272
$ make install

ja/news/_posts/2014-03-29-heap-overflow-in-yaml-uri-escape-parsing-cve-2014-2525.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Ruby 1.9.3-p0 以上にはデフォルトの YAML パーサとして psych が
3535

3636
以下の方法で実行時に使用される libyaml のバージョンを確認できます:
3737

38-
{% highlight bash %}
38+
{% highlight sh %}
3939
$ ruby -rpsych -e 'p Psych.libyaml_version'
4040
[0, 1, 5]
4141
{% endhighlight %}
@@ -45,13 +45,13 @@ $ ruby -rpsych -e 'p Psych.libyaml_version'
4545
libyaml をシステムにインストールしているユーザは libyaml を `0.1.6` にアップデートすることが推奨されます。
4646
Ruby を再コンパイルする際にアップデートした新しい libyaml を指定してください:
4747

48-
{% highlight bash %}
48+
{% highlight sh %}
4949
$ ./configure --with-yaml-dir=/path/to/libyaml
5050
{% endhighlight %}
5151

5252
システムに libyaml がインストールされていないユーザは、Ruby 同梱の libyaml を使用しているので、 libyaml `0.1.6` を提供している psych `2.0.5` にアップデートすることが推奨されます:
5353

54-
{% highlight bash %}
54+
{% highlight sh %}
5555
$ gem install psych
5656
{% endhighlight %}
5757

ko/news/_posts/2014-03-29-heap-overflow-in-yaml-uri-escape-parsing-cve-2014-2525.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ libyaml의 버전은 다음 명령을 실행하여 확인할 수 있습니다.
3636
* 루비 2.0.0-p451 이전
3737
* 루비 2.1.0, 루비 2.1.1
3838

39-
{% highlight bash %}
39+
{% highlight sh %}
4040
$ ruby -rpsych -e 'p Psych.libyaml_version'
4141
[0, 1, 5]
4242
{% endhighlight %}
@@ -47,14 +47,14 @@ libyaml을 시스템에 설치하신 분들은 0.1.6 버전으로 업데이트
4747
바랍니다. 루비를 리컴파일 할 때, 업데이트된 libyaml을 지정해
4848
주세요.
4949

50-
{% highlight bash %}
50+
{% highlight sh %}
5151
./configure --with-yaml-dir=/path/to/libyaml
5252
{% endhighlight %}
5353

5454
시스템 libyaml를 사용하지 않고 내장된 libyaml을 사용하시는 분들은
5555
libyaml `0.1.6`를 사용하는 psych `2.0.5`로 업데이트하시길 바랍니다.
5656

57-
{% highlight bash %}
57+
{% highlight sh %}
5858
$ gem install psych
5959
{% endhighlight %}
6060

ko/news/_posts/2014-04-10-severe-openssl-vulnerability.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ OpenSSL 구현에 심각한 취약점이 있습니다.
3030
OpenSSL 버전 1.0.1에서 1.0.1f까지 이 공격에 취약합니다. Ruby에 연결된
3131
OpenSSL이 어떤 버전을 사용하는지 확인하려면 이렇게 하세요.
3232

33-
{% highlight bash %}
33+
{% highlight sh %}
3434
ruby -v -ropenssl -rfiddle -e 'puts Fiddle::Function.new(Fiddle.dlopen(nil)["SSLeay_version"], [Fiddle::TYPE_INT], Fiddle::TYPE_VOIDP).call(0)'
3535
{% endhighlight %}
3636

3737
루비와 함께 설치된 OpenSSL의 버전을 확인하려면 이렇게 하세요.
3838

39-
{% highlight bash %}
39+
{% highlight sh %}
4040
ruby -ropenssl -e 'puts OpenSSL::OPENSSL_VERSION'
4141
{% endhighlight %}
4242

@@ -60,7 +60,7 @@ OpenSSL이 패치 되었는지, 관계없는 버전을 사용하는지 확인하
6060
만약 직접 루비를 빌드하셨다면, 컴파일할 때 `--with-openssl-dir` 옵션으로
6161
업그레이드된 OpenSSL 설치 디렉터리를 지정하세요.
6262

63-
{% highlight bash %}
63+
{% highlight sh %}
6464
$ ./configure --with-openssl-dir=/path/to/openssl
6565
$ make
6666
$ make install

pl/news/_posts/2014-03-29-heap-overflow-in-yaml-uri-escape-parsing-cve-2014-2525.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Każda wersja psych złączona z libyamlem `<= 0.1.5` jest podatna.
3131

3232
Możesz sprawdzić używaną wersję libyamla poprzez:
3333

34-
{% highlight bash %}
34+
{% highlight sh %}
3535
$ ruby -rpsych -e 'p Psych.libyaml_version'
3636
[0, 1, 5]
3737
{% endhighlight %}
@@ -42,14 +42,14 @@ Użytkownikom, którzy zainstalowali libyaml do systemu zaleca się aktualizacj
4242
libyamla do `0.1.6`.
4343
Podczas przebudowy Rubiego należy wskazać na nowo zaktualizowanego libyamla:
4444

45-
{% highlight bash %}
45+
{% highlight sh %}
4646
$ ./configure --with-yaml-dir=/path/to/libyaml
4747
{% endhighlight %}
4848

4949
Użytkownikom bez systemowego libyamla bezujący na wbudowanym libyaml zaleca się
5050
aktualizację psych do `2.0.5` używającego libyaml `0.1.6`:
5151

52-
{% highlight bash %}
52+
{% highlight sh %}
5353
$ gem install psych
5454
{% endhighlight %}
5555

pl/news/_posts/2014-04-10-severe-openssl-vulnerability.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ Wersje OpenSSL od 1.0.1 do 1.0.1f (włącznie) są podatne na ten atak.
2929
By zweryfikować jaka wersja biblioteki OpenSSL jest podłączona do Rubiego,
3030
użyj poniższego:
3131

32-
{% highlight bash %}
32+
{% highlight sh %}
3333
ruby -v -ropenssl -rfiddle -e 'puts Fiddle::Function.new(Fiddle.dlopen(nil)["SSLeay_version"], [Fiddle::TYPE_INT], Fiddle::TYPE_VOIDP).call(0)'
3434
{% endhighlight %}
3535

3636
By zweryfikować wersję OpenSSL obecnie zainstalowaną z Rubim,
3737
użyj poniższego:
3838

39-
{% highlight bash %}
39+
{% highlight sh %}
4040
ruby -ropenssl -e 'puts OpenSSL::OPENSSL_VERSION'
4141
{% endhighlight %}
4242

@@ -62,7 +62,7 @@ lub ruby-build.
6262
Jeśli budujesz Rubiego osobiście, użyj opcji `--with-openssl-dir` podczas
6363
kompilacji by wskazać katalog zaktualizowanego OpenSSL.
6464

65-
{% highlight bash %}
65+
{% highlight sh %}
6666
$ ./configure --with-openssl-dir=/path/to/openssl
6767
$ make
6868
$ make install

ru/news/_posts/2014-03-29-heap-overflow-in-yaml-uri-escape-parsing-cve-2014-2525.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Ruby 1.9.3-p0 и новее используют psych в качестве па
2929

3030
Проверить версию libyaml можно так:
3131

32-
{% highlight bash %}
32+
{% highlight sh %}
3333
$ ruby -rpsych -e 'p Psych.libyaml_version'
3434
[0, 1, 5]
3535
{% endhighlight %}
@@ -39,14 +39,14 @@ $ ruby -rpsych -e 'p Psych.libyaml_version'
3939
Пользователи, установившие libyaml в систему, могут обновиться до версии `0.1.6`.
4040
Во время пересборки Ruby надо указать на новую версию:
4141

42-
{% highlight bash %}
42+
{% highlight sh %}
4343
$ ./configure --with-yaml-dir=/path/to/libyaml
4444
{% endhighlight %}
4545

4646
Пользователи, полагающиеся на встроенную версию, могут обновиться до версии
4747
psych `2.0.5`, которая содержит libyaml `0.1.6`:
4848

49-
{% highlight bash %}
49+
{% highlight sh %}
5050
$ gem install psych
5151
{% endhighlight %}
5252

0 commit comments

Comments
 (0)