File tnef.changes of Package tnef
-------------------------------------------------------------------
Thu Jun 19 14:25:46 UTC 2025 - pgajdos@suse.com
- added patches
https://github.com/verdammelt/tnef/issues/48
+ tnef-gcc15.patch
-------------------------------------------------------------------
Tue Nov 7 10:10:22 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix build with RPM 4.19: unnumbered patches are no longer
supported.
-------------------------------------------------------------------
Tue Apr 25 06:19:33 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Add upstream patchfix: ca0d1a1.patch: Handle missing index/rindex
functions in path.c
- Use autosetup and make_build macros.
-------------------------------------------------------------------
Wed Sep 16 06:51:03 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 1.4.18:
* Improve safety of strdups
* Correct possible improper bitshift.
-------------------------------------------------------------------
Mon Feb 5 21:09:20 UTC 2018 - asterios.dramis@gmail.com
- Update to version 1.4.17:
* Fix embarrassing version number problem.
From version 1.4.16:
* Several documentation fixes.
* Small bug fix for UUID assertion.
-------------------------------------------------------------------
Wed Jul 5 21:24:42 UTC 2017 - asterios.dramis@gmail.com
- Update to version 1.4.15:
* Fix underflow problem (boo#1038837 CVE-2017-8911)
https://github.com/verdammelt/tnef/issues/23
From version 1.4.14:
* Use __builtin_mul_overflow when available.
* Fixing Unicode related bugs introduced in previous release.
https://github.com/verdammelt/tnef/issues/20
-------------------------------------------------------------------
Mon Feb 27 16:36:47 UTC 2017 - jengelh@inai.de
- Update to new upstream release 1.4.13
* Prevent against various cases of null derefences,
buffer overshooting, and fix some integer overflows.
-------------------------------------------------------------------
Tue Apr 7 01:03:51 UTC 2015 - p.drouand@gmail.com
- Update to version 1.4.12
* Fixing bug in distribution tarball.
https://github.com/verdammelt/tnef/issues/9
* Fixing autoconf warnings
https://github.com/verdammelt/tnef/issues/4
https://github.com/verdammelt/tnef/pull/10
* Fixing compilation warning on Fedora
https://github.com/verdammelt/tnef/pull/8
- Changes from version 1.4.11
* Fixing bug when parsing files with multiple value MAPI attributes
https://github.com/verdammelt/tnef/issues/3
* Fixing compilation warnings
https://github.com/verdammelt/tnef/issues/5
-------------------------------------------------------------------
Sun May 4 23:08:07 UTC 2014 - asterios.dramis@gmail.com
- Update to 1.4.10:
* Incorporating documentation patch from bentley.
* Fixing small problems from new versions of automake/gcc.
-------------------------------------------------------------------
Sun Mar 11 21:04:07 UTC 2012 - asterios.dramis@gmail.com
- Update to 1.4.9:
* Fix some memory leaks.
* Fixes for printing out MIME types.
-------------------------------------------------------------------
Wed Apr 27 17:31:59 UTC 2011 - asterios.dramis@gmail.com
- Update to 1.4.8:
* Applied patch for man page from Jari Aalto [patch sf#3104753].
- Minor spec file updates.
- Removed patch from upstream to fix some manpage errors (fixed in new
version).
-------------------------------------------------------------------
Sat Feb 19 13:37:18 UTC 2011 - asterios.dramis@gmail.com
- Update to 1.4.7:
* Reverting to older UTF decoding method.
* Updating main copyright date notice.
From 1.4.6:
* Including patch from Randy Diffenderfer for a variety of fixes & tweaks.
* Replacing my buggy/wrong UTF converter code with public domain UTF
converter code.
From 1.4.5:
* Fixing bug when reading from stdin [Bug #2126695]
From 1.4.4:
* Small updates after long absense
* Adding --ignore-checksum feature.
From 1.4.3:
* Fixing 'unicode string filename' bug [Bug #1546546].
From 1.4.2:
* Fixing 'garbage at end of file' bug [Bug# 1513940]. Now tries to handle
gracefully
* Fixing Solaris 10 empty libreplace.a bug [Bug# 1517789]. Now libreplace.a
never empty.
From 1.4.1:
* Applied patch from Tony Aiuto <tony@ics.com> to add the ability to list the
file mime types.
From 1.4:
* Code reorganization
* New MAPI property names
* Fixing parsing of multi-value MAPI properties [Bug# 1434145]
From 1.3.4:
* Fixing RTF message body saving [Bug# 1318728]. Fix courtesy of Eduardo
Subelman.
From 1.3.3:
* Fixing memory leak bug [Bug# 1168062]. GUIDs not being freed corrrectly.
* Fixing tnef.spec.in bug [Bug# 1200197]. Adding fix to RedHat package
building problem from John Simpson <jms1@users.sourceforge.net>
* Now saving message body data [RFE# 1033855]. Now optionally saves message
body data, generalizing the previous --save-rtf feature.
* Implementing Unicode handling [Patch# 666561]. Implementing code to
translate Unicode strings to uft8 as best as can be. Snitched code from
ytnef <URL: www.sourceforge.net/projects/ytnef> Thanks
yerase@users.sourceforge.net!
From 1.3.2:
* Fixing test buf [Bug# 1121539]. Tests failed due to 32 vs. 64 bit diff.
* Fixing compile bug [Bug# 1109683]. Basename declared incorrectly
* Fixing endian bug [Bug# 1117373]. GUIDs were not being parsed, only copied
out of stream, thus endianess was wrong left up to chance
From 1.3.1:
* Fixing dumb compiling bugs [BUG: #1108485]. GCC lets me write incorrect code!
* Small modifications to tnef.spec.in as suggested by jmsl@users.sf.net [BUG:
#1102128]
* Corrected type problems to improve portability to 64 bit systems and Mac.
From 1.3:
* Adding feature to allow for saving of RTF data.
- Spec file updates:
* Changes based on rpmdevtools templates and spec-cleaner run.
* Added Url: entry.
* Updates in %build and %install sections.
* Removed %changelog entries from spec file.
- Added a patch from upstream to fix some manpage errors.
-------------------------------------------------------------------
Wed Jan 25 21:42:14 CET 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
-------------------------------------------------------------------
Mon Aug 23 13:50:40 CEST 2004 - mmj@suse.de
- Update to 1.2.3.1 which obsoletes our patches
-------------------------------------------------------------------
Thu May 6 16:38:17 CEST 2004 - hmacht@suse.de
- added norootforbuild in specfile
-------------------------------------------------------------------
Thu Apr 22 12:14:11 CEST 2004 - pth@suse.de
- Fix configure.in and acinclude.m4.
- Define _GNU_SOURCE unconditionally to get basename declaration.
- Include headers where necessary.
-------------------------------------------------------------------
Wed Jun 18 12:06:15 CEST 2003 - coolo@suse.de
- use BuildRoot
-------------------------------------------------------------------
Wed Dec 5 13:48:13 CET 2001 - uli@suse.de
- update -> 1.1.1 (cosmetic, just to keep people from complaining)
-------------------------------------------------------------------
Thu Aug 16 17:08:38 CEST 2001 - uli@suse.de
- update -> 1.1
-------------------------------------------------------------------
Mon Apr 9 12:12:05 CEST 2001 - uli@suse.de
- update -> 1.0.1
-------------------------------------------------------------------
Thu Apr 5 11:15:17 CEST 2001 - uli@suse.de
- update -> 1.0
- fixed Group tag
-------------------------------------------------------------------
Tue Sep 19 16:50:58 CEST 2000 - uli@suse.de
- removed so-called "sanity check" which makes tnef virtually unusable
-------------------------------------------------------------------
Mon Jul 17 12:51:38 CEST 2000 - stark@suse.de
- added <unistd.h>
- fixed spec-file for compiling patched sources
-------------------------------------------------------------------
Mon Jul 3 17:45:02 CEST 2000 - uli@suse.de
- added secfix
-------------------------------------------------------------------
Tue Jun 27 17:10:12 MEST 2000 - dipa@suse.de
- add a customer dif-file
-------------------------------------------------------------------
Mon Sep 13 17:23:57 CEST 1999 - bs@suse.de
- ran old prepare_spec on spec file to switch to new prepare_spec.
-------------------------------------------------------------------
Tue Aug 10 18:01:51 MEST 1999 - uli@suse.de
- new package