-
Notifications
You must be signed in to change notification settings - Fork 96
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
openssl-1.1: update to 1.1.1zb+p2 #9670
base: stable
Are you sure you want to change the base?
Conversation
rationale of switch to this new upstream:
|
Switched to https://github.com/kzalewski/openssl-1.1.1 for security update backported from OpenSSL 3. OpenSSL no longer provide free security update to OpenSSL 1.1.1 after 1.1.1w.
385c228
to
ef5e3c2
Compare
Dickens-topic report: openssl-1.1 upgraded from 1.1.1w to 1.1.1zb-p2~pre20250213T000007Z on amd64, arm64, loongarch64, loongson3, ppc64el, riscv64: No changes, size +2.79 MB (+37.5%) |
@@ -40,7 +40,7 @@ fi | |||
abinfo "Running Configure ..." | |||
"$SRCDIR"/Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \ | |||
shared zlib ${ARCH_OPTS}\ | |||
"-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS}" | |||
"-Wa,--noexecstack -Wno-implicit-function-declaration ${CPPFLAGS} ${CFLAGS}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is still quite suspect, I would recommend digging deeper.
my $value; | ||
$value = '-mips2' if ($target =~ /mips32/); | ||
- $value = '-mips3' if ($target =~ /mips64/); | ||
+ $value = '-mips64r2' if ($target =~ /mips64/); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make this architecturally conditional - our other mips64el port, loongson2f, is mips3.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, would this be something to do also for openssl (the main 3.x package)? cc @chenx97 @FlyGoat @rickliu2000
Topic Description
Switched to https://github.com/kzalewski/openssl-1.1.1 for security update backported from OpenSSL 3.
OpenSSL no longer provide free security update to OpenSSL 1.1.1 after 1.1.1w.
Package(s) Affected
Security Update?
No
Build Order
Test Build(s) Done
Primary Architectures
amd64
arm64
loongarch64
Secondary Architectures
loongson3
ppc64el
riscv64