Skip to content

Commit

Permalink
openssl+32: update to 1.1.1q (Security, #3958, #4249)
Browse files Browse the repository at this point in the history
* Fixes CVE-2022-{1292,2068,2097};
* Disable tests for optenv32 building

Signed-off-by: Camber Huang <camber@poi.science>
  • Loading branch information
CamberLoid committed Nov 11, 2022
1 parent b99e983 commit 95aeceb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion extra-optenv32/openssl+32/autobuild/build
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ export PATH=/opt/32/bin:$PATH

export CC=i686-pc-linux-gnu-gcc
export CPPFLAGS="${CPPFLAGS} ${CFLAGS}"

# Disable tests to speed-up building process for optenv32
./Configure --prefix=/opt/32 --openssldir=/opt/32/etc/ssl --libdir=lib \
shared zlib enable-ssl2 \
shared zlib enable-ssl2 no-tests\
-Wa,--noexecstack linux-elf

make depend
Expand Down
4 changes: 2 additions & 2 deletions extra-optenv32/openssl+32/spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VER=1.1.1n
VER=1.1.1q
SRCS="tbl::https://openssl.org/source/openssl-$VER.tar.gz"
CHKSUMS="sha256::40dceb51a4f6a5275bde0e6bf20ef4b91bfc32ed57c0552e2e8e15463372b17a"
CHKSUMS="sha256::d7939ce614029cdff0b6c20f0e2e5703158a489a72b2507b8bd51bf8c8fd10ca"
CHKUPDATE="anitya::id=2566"

0 comments on commit 95aeceb

Please sign in to comment.