From 983cd2058b11f277b1ba4ab96967b7d1cd08f18b Mon Sep 17 00:00:00 2001 From: Elly Jones Date: Fri, 25 May 2012 16:53:49 -0400 Subject: [PATCH] [scripts] rebuild openssl We need to rebuild binpkgs that depend on openssl. Change-Id: I13c59a79700e5704b463b7d03ffbf19d83c5e2e7 Signed-off-by: Elly Jones Reviewed-on: https://gerrit.chromium.org/gerrit/23743 Reviewed-by: David James Reviewed-by: Mike Frysinger Tested-by: David James --- chroot_version_hooks.d/36_rebuild_openssl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 chroot_version_hooks.d/36_rebuild_openssl diff --git a/chroot_version_hooks.d/36_rebuild_openssl b/chroot_version_hooks.d/36_rebuild_openssl new file mode 100644 index 0000000000..82e7dd8bdc --- /dev/null +++ b/chroot_version_hooks.d/36_rebuild_openssl @@ -0,0 +1,9 @@ +# 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