Package Release Info

alpine-2.24-bp152.4.3.1

Update Info: openSUSE-2021-695
Available in Package Hub : 15 SP2 Update

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

alpine
pico
pilot

Change Logs

Version: 2.24-bp151.5.3.1
* Fri Jan 15 2021 Jan Engelhardt <jengelh@inai.de>
- Update to release 2.24
  * A few crash fixes
  * Implementation of XOAUTH2 for Yahoo! Mail.
* Fri Oct 02 2020 Jan Engelhardt <jengelh@inai.de>
- Update to release 2.23.2
  * Expansion of the configuration screen for XOAUTH2 to include
    username, and tenant.
  * Alpine uses the domain in the From: header of a message
    to generate a message-id and suppresses all information
    about Alpine, version, revision, and time of generation
    of the message-id from this header.
  * Alpine does not generate Sender or X-X-Sender by default by
    enabling [X] Disable Sender as the default.
  * Alpine does not disclose User Agent by default by enabling
    [X] Suppress User Agent by default.
  * When messages are selected, pressing the ';' command to
    broaden or narrow a search, now offers the possibility to
    completely replace the search, and is almost equivalent to
    being a shortcut to "unselect all messages, and select
    again".
* Mon Sep 07 2020 Jan Engelhardt <jengelh@inai.de>
- Update to release 2.23
  * Fixes bsc#1173281, CVE-2020-14929: Alpine silently proceeds to
    use an insecure connection after a /tls is sent in certain
    circumstances.
  * Implementation of XOAUTH2 authentication support for Outlook.
  * Add support for the OAUTHBEARER authentication method in Gmail.
  * Support for the SASL-IR IMAP extension.
  * Alpine can pass an HTML message to an external web browser,
    by using the "External" command in the ATTACHMENT INDEX
    screen.
- Drop extern.diff (merged)
* Sun Jun 07 2020 Jan Engelhardt <jengelh@inai.de>
- Add extern.diff.
- Mark license texts as %license.
* Thu May 07 2020 Jan Engelhardt <jengelh@inai.de>
- Update to release 2.22
  * Support for XOAUTH2 authentication method in Gmail.
  * NTLM authentication support with the ntlm library.
  * Added the "/tls1_3" flag for servers that support it.
  * Add the "g" option to the select command that works in IMAP
    servers that implement the X-GM-EXT-1 capability (such as the
    one offered by Gmail).
  * Added "/auth=XYZ" to the way to define a server. This allows
    users to select the method to authenticate to an IMAP, SMTP
    or POP3 server. Examples are /auth=plain, or /auth=gssapi,
    etc.
  * When a message is of type multipart/mixed, and its first part
    is multipart/signed, Alpine will include the text of the
    original message in a reply message, instead of including a
    multipart attachment.
  * Added backward search in the index screen.
  * pico: Add -dict option to Pico, which allows users to choose a
    dictionary when spelling.
- Drop /usr/bin/mailutil, it is not built by default anymore.
- Remove alpine-pinepw.patch (merged upstream)
- Add description files for patches 600-616. These live in a
  separate file because (a) upstream does not offer the description
  as part of the patch file, (b) redownloading the patches would
  nuke any added description due to <a>.
* Mon Aug 26 2019 Jan Engelhardt <jengelh@inai.de>
- Add return-values.diff to unbreak build.
- Use more macros for standard dirs in the build recipe.
Version: 2.21-bp150.3.3.1
* Thu May 02 2019 Reinhard Max <max@suse.com>
- Fix initialisation of encrypted password store (bsc#1133597,
  alpine-pinepw.patch).
* Thu Nov 08 2018 Michal Svec <msvec@suse.com>
- updated upstream URL
Version: 2.21-bp150.2.2
* Mon Jul 03 2017 jengelh@inai.de
- imap is bundled with alpine since a while, so there is no need
  for imap-devel anymore (whose removal is planned for
  openSUSE:Factory).
* Tue Mar 21 2017 opensuse@dstoecker.de
- add chappa patch to add own rules (chappa-rules.patch)
- add chappa patch to change from header (chappa-fromheader.patch)
- add chappa patch to better justify paragraphs (chappa-fillpara.patch)
- drop empty lint.diff
* Tue Mar 21 2017 max@suse.com
- New version 2.21:
  * New SHORTSUBJECT, SHORTSUBJKEY and SHORTSUBJKEYINIT token for
    index format
  * New SMARTTIME24 token for index screen.
  * Added support for RFC 2971 - IMAP ID extension.
  * SMIME: Upgrade the default signature digest from SHA-1 to
    SHA-256.
  * SMIME: Turn off automatic signing and encrypting of a message
    when bouncing.
  * The complete change list can be viewed by pressing "R"
    in the Alpine main menu.
- Updated "Chappa" patches to the latest version.
- Obsolete patches:
  * alpine-no-add-needed.patch
  * chappa-ignoresize.patch
  * chappa-unixnullbug.patch
  * pico-stripwhitespace.diff
  * pine-nonvoid-function.patch
* Mon Apr 04 2016 kukuk@suse.de
- Remove BuildRequires for libgssglue (via libgssapi provides),
  unused since krb5_gssapi is used.
* Fri Mar 04 2016 olaf@aepfle.de
- Remove timestamp from binary
  alpine-timestamp.patch
Version: 2.20-6.1
* Wed Mar 25 2015 jengelh@inai.de
- Update to new upstream release 2.20
  * Upgrade UW-IMAP to Panda IMAP from github.com/jonabbey/panda-imap
  * S/MIME: Add screen to manage certificates.
  * S/MIME: Signatures are validated using the user's certificates
  instead of the ones included in the message. Behavior can be
  disabled by disabling the option "Validate Using Certificate
  Store Only" which is enabled by default.
  * S/MIME: add the sender certificate to the list of certificates
  in encrypted messages to make it possible for the sender to
  decrypt the message they sent.
  * S/MIME: Forwarding a message will include the signed part as part
  of the text and not as a multipart message, just as the reply
  command does.
  * Add support to selective expunge through a subcommand of the
  select-apply commands.
  * Pico: New subcommand of the search command, allows to reverse the
  direction of search.
  * Add /tls1, /tls1_1, /tls1_2 and /dtls1 to the definition of a
  server to use different ways to connect using ssl, for example
  {server.com/tls1} will attempt to connect to server.com at the
  ssl imap port (port 993) and establish a connection using TLSv1.
  These flags can be used in conjunction with the /ssl flag, the
  ssl flag is redundant. Conversely, however, the /ssl flag does
  not imply any of these flags; the /ssl flag means SSLv3 or, if
  not available, SSLv2 in the SSL port.
  * Alpine does not attempt to automatically reopen a collection that
  was not opened due to cancellation by the user. Instead, the user
  must try to open it explicitly.
  * Experimental: Write the content-type of a message in lowercase,
  as some non-compliant servers do not understand uppercase
  content-type.
  * Opening a folder updates recent count in maildrops (this
  already works for other types of folders)
  * Pico: Justification works without need of a predefined quote
  string. This allows justification of blocks of text that are
  indented with spaces.
  * Decode the name of attachment names, so they can be written as
  part of the description of the part.
  * Replace tabs by spaces in From and Subject fields to control for
  size in screen of these fields. Change only in index screen
  display.
- Drop alpine-month_name-utf8.patch (solved differently upstream),
  drop alpine-mime-type-workaround.patch (merged upstream)
- Add lint.diff to workaround new source code problems
* Mon Mar 03 2014 jengelh@inai.de
- The pico and pilot standalone programs have version numbers of
  their own; expose these in the .spec file
* Wed Jan 22 2014 max@suse.com
- Add alpine-mime-type-workaround.patch:
  Send mime type in lowercase to work around MUAs that can't cope
  with upper case mime type strings in the Content-Type header
  such as the webmailer of GMX.  This is a backport from the
  current development release and will become obsolete with the
  next version upgrade.
* Mon Sep 02 2013 jengelh@inai.de
- Update to new upstream release 2.11
  * Increase encryption of S/MIME encrypted messages.
  * Pico: Improvements in justification of paragraphs: lines that
  begin with a quote string, followed by a space were considered
  individual paragraphs, now they are considered part of a paragraph.
  * Unix Alpine: Allow local .pinerc file to be a symbolic link.
  * Experimental extended support of recognition of UTF-8 in urls
  * Added recognition of ws and wss URIs.
  * Add ability to color folder names, directory names, and text in
  the FOLDER SCREEN.
  * Add the ability to color any token used in the display of the
  INDEX SCREEN.
  * New option preserve-original-fields that adds the ability to
  preserve To: and Cc: fields when replying to a message, as
  specified by original sender.
  * Added Quota subcommands for printing, forwarding, saving, etc.
- Refresh from homepage (and save as unified): chappa-*.patch
- Refresh for -p1: operation-may-be-undefined-warning.diff,
  fix-implicit.patch, alpine-gcc44.diff
- Drop quilt-patches/alpine-2.00-as_needed.patch (merged upstream)
* Wed May 22 2013 jengelh@inai.de
- Update to new upstream release 2.10
  * Quota report for IMAP folders that support it
  (press the "@" command in the index screen of such folder).
  * Search a folder for the content of any header with the ";"
  command.
  * Foreign characters are decoded correctly in IMAP folders.
  * Recognition of proper mime type for docx, xlsx, and pptx files.
  * When composing a message, Alpine will create a new thread when
  the subject is erased.
- Uncompress patches, since quilt does not like working with them
- Remove because merged upstream: chappa-filterflagbug.patch(.gz),
  chappa-nlinfobug.patch(.gz), chappa-replacebug.patch(.gz),
  chappa-searchheader.patch(.gz), chappa-streamlock.patch(.gz)
- Rediff to clear fuzz: alpine-no-add-needed.patch,
  pine-nonvoid-function.patch
- Remove because no longer applies and total lack of description
  as per Patch Guidelines:
  alpine-no-add-needed.patch
* Wed May 22 2013 jengelh@inai.de
- Remove old SUSE definitions
* Fri Jul 27 2012 aj@suse.de
- Include sys/resource.h for getrlimit.
* Wed Feb 08 2012 puzel@suse.com
- clean up spec file
* Mon Oct 17 2011 max@suse.com
- Fix two instances of premature closedir() and a potential buffer
  overflow in the maildir handler (alpine-maildir-closedir.patch).
* Tue Oct 11 2011 max@suse.com
- Fix and extend operation-may-be-undefined-warning.diff
  (bnc#558841)
- Overhaul RPM summary and description.
- Month names containing non-ASCII characters were rendered
  incorrectly in non-UTF8 locales (bnc#597744).
* Mon Oct 10 2011 max@suse.com
- Explicitly set the ssl prefix dir to fix build on ARM.
* Fri Sep 30 2011 coolo@suse.com
- add libtool as buildrequire to make the spec file more reliable
* Sat Sep 17 2011 jengelh@medozas.de
- Remove redundant tags/sections from specfile
- Use %_smp_mflags for parallel build
* Sat Sep 03 2011 crrodriguez@opensuse.org
- Fix build with no-add-needed
* Tue Nov 03 2009 coolo@novell.com
- updated patches to apply with fuzz=0
* Wed Jul 29 2009 max@suse.de
- Included the latest bugfix-patches from Eduardo Chappa:
- replacebug: Fix a bug in Pico which makes it not update the
  screen.
- unixnullbug: Fix a bug that makes Alpine crash when opening a
  unix type folder.
- streamlock: Fix a bug that makes Alpine crash when suspending it.
- filterflagbug: Fix a bug in Alpine that makes it not to set a
  flag in a filtered message (bnc#342075).
- nlinfobug: Fix a bug in Pico and Pilot that makes them crash
  for bad locale information.
- unverified: Fix a bug that makes Alpine not to give a warning
  if the Newsgroup header is present
* Sat Jun 20 2009 cmorve69@yahoo.es
- fixed build with --as-needed
* Tue Jun 02 2009 coolo@suse.de
- fix compilation with gcc44
* Wed Oct 15 2008 max@suse.de
- lzma is no longer needed for building.
* Thu Oct 09 2008 meissner@suse.de
- added unistd.h for prototypes