SHA256
1
0
forked from pool/alpine

Updating link to change in openSUSE:Factory/alpine revision 57

OBS-URL: https://build.opensuse.org/package/show/server:mail/alpine?expand=0&rev=12f748422c932853dd4dffc260e94441
This commit is contained in:
OBS User buildservice-autocommit 2022-09-09 16:28:01 +00:00 committed by Git OBS Bridge
parent 28e917644a
commit f1f62d4247
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 8 22:29:20 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Disable parallel build, fails to produce a result
-------------------------------------------------------------------
Fri Jun 10 15:51:07 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
@ -61,6 +66,9 @@ Sun Sep 19 12:26:48 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
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 <jengelh@inai.de>

View File

@ -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