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 27, 2022
1 parent ca01ac5 commit 639268a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions 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}"
./Configure --prefix=/opt/32 --openssldir=/opt/32/etc/ssl --libdir=lib \
shared zlib enable-ssl2 \

# Disable tests to speed-up building process for optenv32
"$SRCDIR"/Configure --prefix=/opt/32 --openssldir=/opt/32/etc/ssl --libdir=lib \
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 639268a

Please sign in to comment.