Skip to content

v1.4.0 openssl, interceptor updates #828

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Apr 9, 2020
Merged

v1.4.0 openssl, interceptor updates #828

merged 5 commits into from
Apr 9, 2020

Conversation

rnpridgeon
Copy link
Contributor

No description provided.

@rnpridgeon rnpridgeon requested a review from edenhill April 9, 2020 02:10
@rnpridgeon rnpridgeon changed the title V1.4.0 openssl, interceptor updates v1.4.0 openssl, interceptor updates Apr 9, 2020
Copy link
Contributor

@edenhill edenhill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what the point of the VERSION -> SUFFIX change is, but I dont like it.

@@ -6,7 +6,7 @@

# NOTE: Keep this updated to make sure we always build the latest
# version of OpenSSL in the 1.0 release train.
OPENSSL_VERSION=1.0.2t
OPENSSL_VERSION_SUFFIX=u
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? the suffix is not unique, only in combination with the version. revert this.

@@ -23,7 +23,7 @@ if ! grep -q "^VERSION=${OPENSSL_VERSION}$" build-openssl/Makefile ; then
rm -rf build-openssl
mkdir -p build-openssl
pushd build-openssl
curl -s -l https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz | \
curl -s -l https://www.openssl.org/source/old/1.0.2/openssl-${OPENSSL_VERSION}.tar.gz | \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lessons learned from librdkafka; do curl -fL <URL>, otherwise it will not fail on 404.

@@ -23,7 +23,7 @@ if ! grep -q "^VERSION=${OPENSSL_VERSION}$" build-openssl/Makefile ; then
rm -rf build-openssl
mkdir -p build-openssl
pushd build-openssl
curl -s -l https://www.openssl.org/source/old/1.0.2/openssl-${OPENSSL_VERSION}.tar.gz | \
curl -fl https://www.openssl.org/source/old/1.0.2/openssl-${OPENSSL_VERSION}.tar.gz | \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-fL

Copy link
Contributor

@edenhill edenhill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

incorrect curl flags

@rnpridgeon rnpridgeon merged commit c8a05db into master Apr 9, 2020
@rnpridgeon rnpridgeon deleted the v1.4.0rc1 branch April 9, 2020 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy