$ aqhbci-tool4 getaccsepa -b 111111111 -a 2222222222
3:2018/02/18 08-02-57:gwen(32628):gui.c: 179: Cannot convert from "US-ASCII//TRANSLIT" to "UTF-8", Invalid argument
3:2018/02/18 08-02-57:gwen(32628):args.c: 71: Error parsing "-b"
ERROR: Could not parse arguments
Reported by: aqbanking-user mailing list (archives only available to subscribers)
- Separate implementation of USER controls for ComCtl32 v6.
- Multisample texture support in Direct3D.
- Support for HID gamepads.
- More event support in MSHTML.
- Obsolete DOS code removed.
- Various bug fixes.
There's no point in making old, unmaintained code be C++11 compliant, so just
build with -std=gnu++98.
qvideosurfacegstsink.cpp:345:73: error: constant expression evaluates to 4278190080 which cannot be narrowed to type 'int' [-Wc++11-narrowing]
{ QVideoFrame::Format_RGB32 , 32, 24, 4321, 0x0000FF00, 0x00FF0000, 0xFF000000, 0x00000000 },
^~~~~~~~~~
(and others)
In file included from application.cpp:16:
In file included from ./comparison.h:11:
In file included from ./lib/process_xml.h:10:
In file included from ../../zen/xml_io.h:10:
In file included from /usr/local/include/zenxml/xml.h:10:
In file included from /usr/local/include/zenxml/bind.h:12:
/usr/local/include/zenxml/parser.h:99:40: error: use of undeclared identifier 'hexify'
const auto hexDigits = hexify(c);
^
/usr/local/include/zenxml/parser.h:170:27: error: use of undeclared identifier 'unhexify'
output += unhexify(it[3], it[4]);
^
Reported by: pkg-fallout
Upstream has renamed its libraries and we no longer need to patch
devel/qscintilla-qt5 to create a library whose name does not conflict with
devel/qscintilla's. However, the library names are different so we need to bump
PORTREVISION in several ports (the SOVERSION has changed too).
Thanks to antoine for the exp-run.
PR: 225928
- This release contains fixes for security issues, everybody should upgrade!
- Removed origin attribute of Mojo::Cookie::Response.
- Removed deprecated data and remaining methods from Mojo::IOLoop::Delay.
- Added host_only attribute to Mojo::Cookie::Response.
- Improved all method in Mojo::Promise to resolve with no results if no
promises have been passed.
- Fixed a bug in Mojo::UserAgent::CookieJar where old cookies could be leaked.
(exp-innit, sri)
MFH: 2018Q1 (along with every update since the branch point)
Security: https://github.com/kraih/mojo/issues/1185