316 lines
11 KiB
Plaintext
316 lines
11 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Dec 4 08:54:21 UTC 2013 - werner@suse.de
|
|
|
|
- Crop off the brackets of an ipv6 addresse if found (bnc#853246)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 3 09:06:50 UTC 2013 - werner@suse.de
|
|
|
|
- Add patch mailx-12.5-ipv6.dif to enable mailx to parse IPv6 addresses
|
|
including a port. We do only support the [ipv6]:port syntax (bnc#853246)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 2 10:29:35 UTC 2013 - werner@suse.de
|
|
|
|
- Do not pseudo detect Latin nor UTF-8 in binary attachments (bnc#827010)
|
|
- Add patch mailx-12.5-parentheses.dif, that is try to tranquilize
|
|
gcc due warning about parentheses (please check!)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 25 11:58:06 UTC 2013 - coolo@suse.com
|
|
|
|
- buildrequire groff explicitly
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 11 07:51:37 UTC 2013 - cfarrell@suse.com
|
|
|
|
- license update: BSD-4-Clause and MPL-1.1
|
|
See COPYING. Fedora also uses this license designation
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 14 19:52:31 UTC 2012 - idonmez@suse.com
|
|
|
|
- Add BuildRequires on man to fix build for Factory
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 23 18:39:38 UTC 2012 - werner@suse.de
|
|
|
|
- Avoid header rewrite in case of specified ttycharset in wrong
|
|
locale but subject in ttycharset (bnc#753340)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 23 14:01:02 UTC 2012 - werner@suse.de
|
|
|
|
- Try to support not only UTF-8 but also latin text encodings (bnc#753340)
|
|
|
|
-------------------------------------------------------------------
|
|
Fri May 13 13:29:52 CEST 2011 - werner@suse.de
|
|
|
|
- Update to heirloom mailx 12.5
|
|
* Better detection of base64 encoded text if acrossed a line
|
|
* A null pointer dereference that lead to a segmentation fault
|
|
when the user hit return at a yes/no question has been fixed
|
|
* When both standard input and standard output refer to a
|
|
terminal, ignore SIGPIPE
|
|
* With the "-E" command line option or if the "skipemptybody"
|
|
variable is set, outgoing messages that contain no text in
|
|
their first or only part are not sent but silently discarded.
|
|
* When an attachment that would have a "text/something" content
|
|
type contains illegal byte sequences, it is now reliably sent
|
|
out with the "application/octet-stream" content type instead
|
|
* Fixed a bug that caused messages to be truncated with IMAP servers that
|
|
use LF as line ending in message data, such as Google Mail (reported by
|
|
Matthew L. Shobe).
|
|
* Do not run filename expansion for IMAP or POP3 mailboxes names, making
|
|
it possible to select mailboxes that contain both brackets and spaces
|
|
in their names (reported by Matthew L. Shobe).
|
|
* Fixed the format of the timezone in "Date" header fields for zones in
|
|
the Western Hemisphere whose offsets are not an integral number of hours
|
|
(patch by Matthew Fischer).
|
|
* Fixed a message corruption that occurred when the "inc" command was used
|
|
with a mbox format mailbox after encrypted messages had been viewed
|
|
(reported by Martin Neitzel).
|
|
* Fixed a condition that caused mailx to hang when looking at a message,
|
|
copying that message, and issuing a "z" command evaluating an uncached
|
|
portion of an IMAP folder.
|
|
* Make it compile with OpenSSL 1.0.0-beta2
|
|
* For RFC 2047 MIME "encoded-word" parts in headers, assume that the end of
|
|
each word resets the conversion state (Yedidyah Bar-David).
|
|
* When the ORGANIZATION variable has an empty value, do not generate an
|
|
"Organization:" header field. Previously, this condition resulted in
|
|
mailx refusing to send mail
|
|
- Fix my Reply-To patch found by milli
|
|
|
|
------------------------------------------------------------------
|
|
Sat Apr 9 21:30:46 UTC 2011 - crrodriguez@opensuse.org
|
|
|
|
- Allow mailx to compile properly when openSSL is built without
|
|
SSLv2 support.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 1 10:39:15 UTC 2011 - gber@opensuse.org
|
|
|
|
- only recommend smtp_daemon, mailx has builtin SMTP support
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 11 13:36:58 UTC 2010 - coolo@novell.com
|
|
|
|
- fix parallel make
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 19 16:55:31 CEST 2010 - meissner@suse.de
|
|
|
|
- fixed build issue with openssl 1.0
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 17 20:55:45 CET 2009 - jengelh@medozas.de
|
|
|
|
- enable parallel building
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 3 19:09:30 UTC 2009 - coolo@novell.com
|
|
|
|
- updated patches to apply with fuzz=0
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 17 15:25:22 CEST 2007 - werner@suse.de
|
|
|
|
- Update to heirloom mailx 12.2
|
|
- Add UTF-8 detection (bug #262658)
|
|
- Do not convert text attachments to terminal charset but send
|
|
character set (bug #262658)
|
|
- Improve the support of text/ MIME types other than text/plain
|
|
(bug #262658)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 15 13:32:38 CET 2006 - werner@suse.de
|
|
|
|
- Do not send the mail to a reply-to address (bug #218447)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 27 12:26:39 CEST 2006 - werner@suse.de
|
|
|
|
- Avoid to feed empty strings into mime if empty results leads
|
|
to an error like it does for an empty ORGANIZATION variable
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 20 17:59:06 CEST 2006 - werner@suse.de
|
|
|
|
- Update to mailx version 12.1 the successor of nail
|
|
* Better handling of base64 encoding
|
|
* Support for SendmailX
|
|
- Add a workaround for Ctrl-H used in kernel messages (#189974)
|
|
- Do not convert 8bit encodings to ASCII but use quoted printable
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:30:30 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jan 20 15:07:31 CET 2006 - schwab@suse.de
|
|
|
|
- Don't strip binaries.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 17 14:46:35 CEST 2005 - werner@suse.de
|
|
|
|
- Update to nail 11.25
|
|
* Port all out patches to this version
|
|
* Use dummy option for the reply-to patch because the double
|
|
colon feature of the glibc's getopt does not work
|
|
* New: ssl and krb5 support
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 30 16:18:54 CEST 2004 - werner@suse.de
|
|
|
|
- Update to bugfix release 11.4
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 19 12:27:56 CEST 2004 - werner@suse.de
|
|
|
|
- Make it option compatible with old mail program
|
|
- Update to 11.3
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 17 15:53:10 CEST 2004 - werner@suse.de
|
|
|
|
- Update to 11.2
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 26 11:41:03 CET 2004 - mmj@suse.de
|
|
|
|
- Add postfix to # neededforbuild
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 10 21:14:48 CET 2004 - adrian@suse.de
|
|
|
|
- add %defattr
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 8 17:14:56 CET 2003 - werner@suse.de
|
|
|
|
- Update to version 10.6
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 11 17:25:33 CET 2003 - werner@suse.de
|
|
|
|
- Fix handling of multiword e-mail addresses (bug #32115)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 30 12:27:08 CEST 2003 - werner@suse.de
|
|
|
|
- Use charset of locale as default encoding if not set
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 2 18:20:18 CEST 2003 - ro@suse.de
|
|
|
|
- added symlink /usr/bin/mail (again)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 2 17:26:42 CEST 2003 - werner@suse.de
|
|
|
|
- Update to nail 10.5
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 27 17:34:59 CET 2003 - werner@suse.de
|
|
|
|
- Fix replyto patch for Replay and replay case
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 3 12:19:22 CET 2003 - werner@suse.de
|
|
|
|
- Don't eat option id `+' isn't used anymore
|
|
- Accept comma seperated `to' list on command line
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 27 18:29:28 CET 2003 - sf@suse.de
|
|
|
|
- removed '+' from optarg string to be able to mix
|
|
argument order
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 19 16:18:23 CET 2002 - werner@suse.de
|
|
|
|
- Move from mail-8.1.1 to nail-10.3 due of getting RFC 2046
|
|
- Port the reply-to patch to nail-10.3 in extension to replyto
|
|
variable of nail configuration
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 7 13:21:53 CET 2002 - werner@suse.de
|
|
|
|
- Include, enhance and test the reply-to patch from poc@pocnet.net.
|
|
Useful for system notify mails behind firewalls or from header
|
|
rewrite because those mails arn't uniq without reply address.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat May 12 17:39:06 CEST 2001 - schwab@suse.de
|
|
|
|
- Fix missing declarations.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 22 12:53:09 CET 2000 - werner@suse.de
|
|
|
|
- Allow `/' within valid mail addresses
|
|
- Strip leading + of file name on command line
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 6 18:12:25 CEST 2000 - kukuk@suse.de
|
|
|
|
- change group tag
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 24 19:06:57 MEST 2000 - uli@suse.de
|
|
|
|
- moved docs to /usr/share
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 26 23:30:02 CET 2000 - kukuk@suse.de
|
|
|
|
- Move /usr/man -> /usr/share/man
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 20 18:15:01 CEST 1999 - ro@suse.de
|
|
|
|
- added requires smtp_daemon
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
|
|
|
|
- ran old prepare_spec on spec file to switch to new prepare_spec.
|
|
|
|
----------------------------------------------------------------------------
|
|
Mon Mar 22 22:05:33 MET 1999 - werner@suse.de
|
|
|
|
- Add pine format for date
|
|
|
|
----------------------------------------------------------------------------
|
|
Mon Mar 22 12:47:29 MET 1999 - werner@suse.de
|
|
|
|
- Add a security fix
|
|
- Correct a old security fix to make it work
|
|
|
|
----------------------------------------------------------------------------
|
|
Thu Jun 25 16:23:11 MEST 1998 - werner@suse.de
|
|
|
|
- No gid mail and not sgid mail: we do not use them
|
|
|
|
----------------------------------------------------------------------------
|
|
Thu Jun 25 15:34:17 MET DST 1998 - werner@suse.de
|
|
|
|
- Even if we are safe by dropping edid we want no buffer overflow
|
|
- Use IOSAFE implementation for glibc instead of fpurge
|
|
|
|
----------------------------------------------------------------------------
|
|
Wed Jun 24 22:23:26 MEST 1998 - werner@suse.de
|
|
|
|
- Move from old debian version 8.5.5 (5.5-kw) to OpenBSD 8.1 release
|
|
plus some changes from debian, redhat, and some own.
|
|
|
|
----------------------------------------------------------------------------
|
|
Wed Feb 5 19:19:30 MET 1997 - werner@suse.de
|
|
|
|
- Using mailx-5.5-kw/8.5.5-debian for mail
|
|
- Some changes to get emacs date mark on work in mail folders
|
|
- Some clean up in code
|