46 Commits

Author SHA256 Message Date
b429e4d095 Accepting request 1287864 from X11:common:Factory
OBS-URL: https://build.opensuse.org/request/show/1287864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=41
2025-06-24 18:47:03 +00:00
2b10ae9386 Accepting request 1287655 from home:krop:branches:X11:common:Factory
Update to 0.10.9

OBS-URL: https://build.opensuse.org/request/show/1287655
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libofx?expand=0&rev=29
2025-06-23 08:02:38 +00:00
150b2bfb8e Accepting request 975136 from X11:common:Factory
OBS-URL: https://build.opensuse.org/request/show/975136
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=40
2022-05-05 21:07:07 +00:00
4a92fbe322 Accepting request 975135 from home:cgiboudeaux:branches:X11:common:Factory
- Update to 0.10.5
  * Fix missing include for ptrdiff_t on Homebrew
  * Fix parallel builds by fixing the man-page build
  * Remove all "using namespace std" directives
  * Fix some minor memory leaks
  * Revert typos fixes

OBS-URL: https://build.opensuse.org/request/show/975135
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libofx?expand=0&rev=27
2022-05-05 09:51:53 +00:00
65cb716e64 Accepting request 930485 from X11:common:Factory
OBS-URL: https://build.opensuse.org/request/show/930485
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=39
2021-11-09 22:55:03 +00:00
cd8531304e Accepting request 930473 from home:dimstar:Factory
- Require libofx7 from the devel package: requiring the library as
  the target to the .so symlink is mandatory.

OBS-URL: https://build.opensuse.org/request/show/930473
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libofx?expand=0&rev=26
2021-11-09 15:33:13 +00:00
0f1ba6bb1f Accepting request 925657 from X11:common:Factory
OBS-URL: https://build.opensuse.org/request/show/925657
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=38
2021-10-16 20:47:17 +00:00
eeac81ea28 Accepting request 925226 from home:cgiboudeaux:branches:X11:common:Factory
- Update to 0.10.3:
  * Fix gmt offset seconds
  * Fix various typos in source code

- Update to 0.10.2
  * Improved imported date stability
  * Respect --libdir for opensp. Don't override docdir.

OBS-URL: https://build.opensuse.org/request/show/925226
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libofx?expand=0&rev=25
2021-10-16 09:53:51 +00:00
09873245ec Accepting request 877993 from X11:common:Factory
OBS-URL: https://build.opensuse.org/request/show/877993
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=37
2021-03-10 07:57:30 +00:00
5f45e39555 Accepting request 877827 from home:dirkmueller:Factory
- update to 0.10.1:
  * Correct casting of iconv input argument
  * Let ofxdump also return an error value on error
  * Code cleanup towards normal C++

OBS-URL: https://build.opensuse.org/request/show/877827
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libofx?expand=0&rev=23
2021-03-09 13:07:19 +00:00
dbbdc4c5d0 Accepting request 867216 from X11:common:Factory
OBS-URL: https://build.opensuse.org/request/show/867216
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=36
2021-01-27 17:58:29 +00:00
44e62cc4bc Accepting request 866386 from home:dirkmueller:branches:X11:common:Factory
- update to 0.10.0:
  * fixed: Remove unimplemented function from libofx.h header
  * fixed: Return error value if file parsing is unsuccessful in libofx_proc_file
  * fixed: Use given parameter for actual file type in libofx_proc_file
  * Large contribution adding investment / security handling in OFX files, by jeffjl74.
    ABI-breaking change, hence MINOR version incremented (due to MAJOR still at zero), 
  but libofx.h API should only have additions
  * jeffjl74 Enhanced handling of investments in OFX files (support not added to OFC)
  * increased OFX_SECNAME_LENGTH to match the OFX spec (ABI-breaking change,
  hence MINOR version incremented) OfxSecurityData now includes:
   - an enum for the type of the security (stock, bond, fund, option)
    - the optional <SECINFO> fields
    - the mandatory <DEBTINFO> and <OPTINFO> fields
    - the optional <DEBTINFO> and <OPTINFO> fields
  * added <INVBAL> parsing for cash balances in investment accounts
    - usefulness depends upon how the broker uses these fields
	- Vanguard fund account puts the market value in there instead of the cash balance
	- other tested brokers use it appropriately, though the date of the
	  balance is sometimes inconsistent usually due to unsettled trades,
          i.e. the "as of" date will say "today" but the cash
	  balance will actually be from a couple of days ago with the
          difference being unsettled trades.
  * <STMTTRN> fields under an <INVBANKTRAN> are now parsed into an
  OfxInvestmentTransactionContainer
  * added the fields from section 13.9.2.4.2 of OFX spec 2.1.1 to OfxTransactionData
  * added <INVPOS> support to provide balances for securities
  * added <CURRENCY>, <ORIGCURRENCY>, <CURRATE> and <CURSYM> parsing and fields to
    transactions, securities, and positions
  * added a new account type OfxAccountData::OFX_401K
  * added a fix for sourceforge bug #46 account callback on <TRANSFER>

OBS-URL: https://build.opensuse.org/request/show/866386
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libofx?expand=0&rev=21
2021-01-27 15:10:35 +00:00
52a62f21e5 Accepting request 828308 from X11:common:Factory
- update to 0.9.15:
- Fix segfault on uninitialized iconv
- Make file format less stringent
- Minor fixes in the build system
- Fix proprietary tags striping eating the content of the previous tag if
  proprietary tag is in the middle of the line
- Don't output invalid line numbers on the console before SGML processing starts
- Fix potential heap overflow
  - Fix crash on some malformed ofx files
  - Fix crash in ofxconnect on missing command line arguments
  - Fix for daylight savings time handling
  - Easier compile on macos:  obey LIBTOOLIZE env variable, and fallback to glibtoolize
  - Fix compile on win32 (mingw-w64)
  - Performance an reliability fixes in header parsing
  - Strip CATEGORY tag added by Chase bank
- remove libofx-CVE-2017-14731.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/828308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=35
2020-08-21 17:06:21 +00:00
7b28056e5c - update to 0.9.15:
- Fix segfault on uninitialized iconv
- Make file format less stringent
- Minor fixes in the build system
- Fix proprietary tags striping eating the content of the previous tag if
  proprietary tag is in the middle of the line
- Don't output invalid line numbers on the console before SGML processing starts
- Fix potential heap overflow
  - Fix crash on some malformed ofx files
  - Fix crash in ofxconnect on missing command line arguments
  - Fix for daylight savings time handling
  - Easier compile on macos:  obey LIBTOOLIZE env variable, and fallback to glibtoolize
  - Fix compile on win32 (mingw-w64)
  - Performance an reliability fixes in header parsing
  - Strip CATEGORY tag added by Chase bank
- remove libofx-CVE-2017-14731.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libofx?expand=0&rev=19
2020-08-20 21:47:13 +00:00
b573a5458e Accepting request 598062 from X11:common:Factory
OBS-URL: https://build.opensuse.org/request/show/598062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=34
2018-04-19 13:32:47 +00:00
945a1c48a2 Accepting request 598033 from home:jengelh:branches:X11:common:Factory
- Trim history from description. Remove ineffective --with-pic
  (applies to static libs only). Rectify RPM groups.

OBS-URL: https://build.opensuse.org/request/show/598033
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libofx?expand=0&rev=17
2018-04-19 08:22:20 +00:00
fb79e89530 Accepting request 593415 from X11:common:Factory
OBS-URL: https://build.opensuse.org/request/show/593415
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=33
2018-04-05 13:32:32 +00:00
4de625becd Accepting request 593271 from home:dimstar:Factory
- Update to version 0.9.12:
  + Fixing a buffer overflow (CVE-2017-2816).
- Add libofx-CVE-2017-14731.patch: Fix a buffer overflow on
  unexpected tag names (CVE-2017-14731, boo#1060437).

OBS-URL: https://build.opensuse.org/request/show/593271
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libofx?expand=0&rev=15
2018-04-04 08:26:41 +00:00
f19365c620 Accepting request 427718 from home:fcrozat:branches:X11:common:Factory
- Update to version 0.9.11:
  + Add support for client uid, from kde#366326 bug.
- Rename libofx6 subpackage to libofx7, following the soname bump.
- Delete backup files that should not be in the tarball.

OBS-URL: https://build.opensuse.org/request/show/427718
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libofx?expand=0&rev=14
2016-09-19 10:21:51 +00:00
6dfbbf7949 Accepting request 364985 from X11:common:Factory
1

OBS-URL: https://build.opensuse.org/request/show/364985
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=32
2016-03-07 12:26:48 +00:00
7705c6baef Accepting request 364898 from home:dimstar:Factory
- Replace libxmll++-devel BuildRequires with
  pkgconfig(libxml++-2.6) in order to be ready for the
  compatibility package introduction (libxml++ goes 3.0).

OBS-URL: https://build.opensuse.org/request/show/364898
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libofx?expand=0&rev=12
2016-03-02 20:28:20 +00:00
e0101e3247 Accepting request 283460 from X11:common:Factory
1

OBS-URL: https://build.opensuse.org/request/show/283460
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=31
2015-01-30 16:50:45 +00:00
7ea3ecb0ed Accepting request 283456 from home:Zaitor:branches:X11:common:Factory
- Update to version 0.9.10:
  + Fix missing balance dates (ledger_balance_date,
    available_balance_date).

OBS-URL: https://build.opensuse.org/request/show/283456
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libofx?expand=0&rev=10
2015-01-30 13:42:11 +00:00
Stephan Kulow
05bcd3d777 Accepting request 212082 from X11:common:Factory
- Update to version 0.9.9:
  + Fix missing increment of SO_CURRENT number in libofx-0.9.6 to
    avoid crashes when mixing this with older applications.
  + bug#41: Fix a crash that occurs while importing a possibly
    invalid OFX file.
- Rename libofx5 subpackage to libofx6, following the soname bump.
- Delete backup files that should not be in the tarball.

Not sure I solved this one the best way possible, comments wanted. (forwarded request 212037 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/212082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=29
2013-12-23 21:16:30 +00:00
d948e58925 Accepting request 212037 from home:Zaitor:branches:X11:common:Factory
- Update to version 0.9.9:
  + Fix missing increment of SO_CURRENT number in libofx-0.9.6 to
    avoid crashes when mixing this with older applications.
  + bug#41: Fix a crash that occurs while importing a possibly
    invalid OFX file.
- Rename libofx5 subpackage to libofx6, following the soname bump.
- Delete backup files that should not be in the tarball.

Not sure I solved this one the best way possible, comments wanted.

OBS-URL: https://build.opensuse.org/request/show/212037
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libofx?expand=0&rev=8
2013-12-23 10:46:12 +00:00
Stephan Kulow
ae36e7e59e Accepting request 175869 from X11:common:Factory
Update to 0.9.8 (forwarded request 175782 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/175869
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=27
2013-05-16 16:17:26 +00:00
4b6e18637e Accepting request 175782 from home:dimstar:branches:X11:common:Factory
Update to 0.9.8

OBS-URL: https://build.opensuse.org/request/show/175782
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libofx?expand=0&rev=6
2013-05-16 13:26:26 +00:00
Stephan Kulow
e4f8a76181 Accepting request 162063 from X11:common:Factory
Update to ver 0.9.6 (forwarded request 162048 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/162063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=26
2013-04-02 10:25:14 +00:00
91878a9cb6 Accepting request 162048 from home:Zaitor:branches:X11:common:Factory
Update to ver 0.9.6

OBS-URL: https://build.opensuse.org/request/show/162048
OBS-URL: https://build.opensuse.org/package/show/X11:common:Factory/libofx?expand=0&rev=4
2013-04-02 07:33:52 +00:00
Stephan Kulow
2c6dd3b1c8 Accepting request 109916 from X11:common:Factory
Fix build with gcc 4.7 - Please work with upstream to resolve it in upstream code base. There is also a chance that a newer version of the package might have this fixed already. (forwarded request 109346 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/109916
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=23
2012-03-20 10:28:46 +00:00
Stephan Kulow
c8cd7b4e23 Accepting request 99712 from GNOME:Factory
Update to 0.9.5 (forwarded request 99709 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/99712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=22
2012-01-12 14:30:38 +00:00
Stephan Kulow
6fe86717b7 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=21
2011-12-06 17:24:48 +00:00
Sascha Peilicke
971f60a5c7 Autobuild autoformatter for 77321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=19
2011-07-28 11:10:56 +00:00
Sascha Peilicke
e318131a67 Accepting request 77321 from GNOME:Factory
Fix build

OBS-URL: https://build.opensuse.org/request/show/77321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=18
2011-07-28 11:10:43 +00:00
Sascha Peilicke
473c074280 Autobuild autoformatter for 73970
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=17
2011-06-17 09:15:29 +00:00
Sascha Peilicke
00c8906851 Accepting request 73970 from GNOME:Factory
Drop _service (forwarded request 73953 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/73970
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=16
2011-06-17 09:15:19 +00:00
Sascha Peilicke
0e1dbe4ab9 Autobuild autoformatter for 69773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=15
2011-05-06 13:45:22 +00:00
Sascha Peilicke
f84295d128 Accepting request 69773 from GNOME:Factory
New upstream release

OBS-URL: https://build.opensuse.org/request/show/69773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=14
2011-05-06 13:45:13 +00:00
OBS User autobuild
4701416a7a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=10 2010-03-18 15:04:23 +00:00
OBS User autobuild
8e6cf41987 Accepting request 23860 from GNOME:Factory
Copy from GNOME:Factory/libofx based on submit request 23860 from user dimstar

OBS-URL: https://build.opensuse.org/request/show/23860
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=9
2009-11-10 09:50:11 +00:00
OBS User unknown
496bbec546 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=7 2009-02-12 17:28:50 +00:00
OBS User unknown
3b915f1ed1 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=6 2009-01-19 01:10:07 +00:00
OBS User unknown
efb8d7cadc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=4 2008-02-04 00:02:12 +00:00
OBS User unknown
68b70dbc16 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=3 2007-11-13 20:16:35 +00:00
OBS User unknown
ab24d79ba2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=2 2007-10-04 22:36:00 +00:00
OBS User unknown
4b97cc91bd OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=1 2007-01-15 23:22:36 +00:00