flatcar-scripts/chroot_version_hooks.d/36_rebuild_openssl
Elly Jones 983cd2058b [scripts] rebuild openssl
We need to rebuild binpkgs that depend on openssl.

Change-Id: I13c59a79700e5704b463b7d03ffbf19d83c5e2e7
Signed-off-by: Elly Jones <ellyjones@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/23743
Reviewed-by: David James <davidjames@chromium.org>
Reviewed-by: Mike Frysinger <vapier@chromium.org>
Tested-by: David James <davidjames@chromium.org>
2012-05-25 16:05:23 -07:00

10 lines
469 B
Plaintext

# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Rebuild openssl to pick up the 0.9.8 -> 1.0.1 ABI change. Fetch everything
# first, since this upgrade will break curl.
sudo ~/trunk/chromite/bin/parallel_emerge -uDNvgf --rebuilt-binaries world
sudo ~/trunk/chromite/bin/parallel_emerge -uDNvg --rebuilt-binaries world
sudo update-ca-certificates