EricssonResearch / cerbero

OpenWebRTC cerbero fork
GNU Lesser General Public License v2.1
19 stars 58 forks source link

Recipes for openssl pointing to missing version #49

Closed ck3mp3r closed 8 years ago

ck3mp3r commented 8 years ago

1.0.2f doesn't exist anymore, had to replace it with 1.0.2g in the recipes to work.

diff --git a/recipes/openssl.recipe b/recipes/openssl.recipe index d0fc96a..9f59d9d 100644 --- a/recipes/openssl.recipe +++ b/recipes/openssl.recipe @@ -6,7 +6,7 @@ from cerbero.utils import shell, messages

class Recipe(recipe.Recipe): name = 'openssl'

ck3mp3r commented 8 years ago

50 does the trick...

stefanalund commented 8 years ago

Fixed now, thanks!