Skip to content
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+p3 #9670

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion runtime-cryptography/openssl-1.1/autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PKGDEP="glibc zlib"
PKGDES="Open Source toolkit for Secure Sockets Layer and Transport Layer Security (1.1 compatibility runtime)"
PKGSEC=libs

NOPARALLEL=1
AB_FLAGS_O3=1

PKGBREAK="openssl<=1.1.1q-1"
Expand Down
3 changes: 0 additions & 3 deletions runtime-cryptography/openssl-1.1/autobuild/patch

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
From 7bc94b7861c09c5307af4dfcfdb6a3439b4d37bc Mon Sep 17 00:00:00 2001
From: Student Main <[email protected]>
Date: Wed, 12 Feb 2025 13:27:40 +0800
Subject: [PATCH] patch Configure for loongson3

---
Configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Configure b/Configure
index 78cc15d..d6484d5 100755
--- a/Configure
+++ b/Configure
@@ -1248,7 +1248,7 @@ if ($target =~ /linux.*-mips/ && !$disabled{asm}
# minimally required architecture flags for assembly modules
my $value;
$value = '-mips2' if ($target =~ /mips32/);
- $value = '-mips3' if ($target =~ /mips64/);
+ $value = '-mips64r2' if ($target =~ /mips64/);
unshift @{$config{cflags}}, $value;
unshift @{$config{cxxflags}}, $value if $config{CXX};
}
--
2.48.1

9 changes: 5 additions & 4 deletions runtime-cryptography/openssl-1.1/spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
VER=1.1.1w
SRCS="tbl::https://openssl.org/source/openssl-$VER.tar.gz"
CHKSUMS="sha256::cf3098950cb4d853ad95c0841f1f9c6d3dc102dccfcacd521d93925208b76ac8"
CHKUPDATE="anitya::id=2566"
UPSTREAM_VER=1.1.1zb_p3
VER=${UPSTREAM_VER/_/+}
SRCS="git::commit=tags/$UPSTREAM_VER::https://github.com/kzalewski/openssl-1.1.1.git"
CHKSUMS="SKIP"
CHKUPDATE="anitya::id=376743"