46 Commits

Author SHA256 Message Date
9422434ba8 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
e01f96ee42 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
d7f13a35b1 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
7007810cf2 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
db15dd5000 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
1fb1e0c0df 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
4d09a152d9 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
32b0028ed9 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
22e47cac58 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
48c88f8691 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
a010e7fa53 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
61fd49f419 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
fcf6ea8961 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
de134d51c9 - 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
865b973404 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
efe3967e84 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
06a0a33e32 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
2b4d489cb9 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
8f32439be3 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
724fa1c880 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
e83eb083ab 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
8f76469a5d 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
509fb2d060 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
5179f1c74e 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
4548404983 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
5660eaea6b 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
df3de3c0d3 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
f10ffea253 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
cc5d19bccd 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
913cefd587 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
d880ecfd01 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
dd14514ca3 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
d9436e47b5 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
5c151975b2 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
499423094f 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
e32dbf6c1b 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
8a888a4031 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
9db679d129 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
1f146aab03 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
f84283c411 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
f7290ac463 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
0979248b38 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
737d30a302 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
52265351f9 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
85ca0784f7 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
4420357aaa OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libofx?expand=0&rev=1 2007-01-15 23:22:36 +00:00