From 17b523bb700ee1a81627682ce48a3ae63196fefd Mon Sep 17 00:00:00 2001 From: rmax <> Date: Sep 09 2022 17:28:01 +0000 Subject: Update alpine to rev 57 via SR 1002258 https://build.opensuse.org/request/show/1002258 by user rmax + dimstar_suse - Disable parallel build, fails to produce a result * bsc#1189316, CVE-2021-38370: The c-client library parses information from an IMAP server during non-authenticated state which could lead to denial of service. --- diff --git a/.files b/.files index a32dde2..0b996e5 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 0981e5c..a7e91ee 100644 --- a/.rev +++ b/.rev @@ -462,4 +462,16 @@ - Update to release 2.26 986005 + + cc52ad21a2e750ccd8e54294340db4a1 + unknown + + dimstar_suse + - Disable parallel build, fails to produce a result + + * bsc#1189316, CVE-2021-38370: The c-client library parses + information from an IMAP server during non-authenticated state + which could lead to denial of service. + 1002258 + diff --git a/.servicemark b/.servicemark index ee7a82d..ec6f999 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -f9209e02619bf65f3f74172ecb0bb8d6 +ff70292dfbc1f91c0f936692a650dc2b diff --git a/alpine.changes b/alpine.changes index 31b5544..4f593a2 100644 --- a/alpine.changes +++ b/alpine.changes @@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Sep 8 22:29:20 UTC 2022 - Jan Engelhardt + +- Disable parallel build, fails to produce a result + +------------------------------------------------------------------- Fri Jun 10 15:51:07 UTC 2022 - Jan Engelhardt - Update to release 2.26 @@ -61,6 +66,9 @@ Sun Sep 19 12:26:48 UTC 2021 - Jan Engelhardt that is an incomplete utf8 string in a local folder. * Fixed: When forwarding a message, replacing an attachment might make Alpine re-attach the original attachment. + * bsc#1189316, CVE-2021-38370: The c-client library parses + information from an IMAP server during non-authenticated state + which could lead to denial of service. ------------------------------------------------------------------- Tue May 25 11:44:38 UTC 2021 - Jan Engelhardt diff --git a/alpine.spec b/alpine.spec index 90da33c..2fc4aad 100644 --- a/alpine.spec +++ b/alpine.spec @@ -203,7 +203,8 @@ perl -i -pe 's{(define SYSTYPE) "LNX"}{$1 "'"$tag"'"}g' include/config.h # # imap does not use CFLAGS from configure, needs EXTRACFLAGS/EXTRALDFLAGS: # -%make_build EXTRACFLAGS="$CFLAGS" EXTRALDFLAGS="$EXTRALDFLAGS" MAILSPOOL="%{_localstatedir}/mail" +%make_build EXTRACFLAGS="$CFLAGS" EXTRALDFLAGS="$EXTRALDFLAGS" \ + MAILSPOOL="%{_localstatedir}/mail" -j1 %install %make_install