This support was removed in r416521. The revision message did not document the
removal nor justify patching out a major port feature.
This restores that support.
The earlier revision should probably be audited for other patches which (a) add
update burden to this already huge port and (b) remove expected functionality.
PR: 245250
Submitted by: Tamas Szakaly <sghctoma AT gmail.com>
Reported by: yuri@
Approved by: jrm
Differential Revision: https://reviews.freebsd.org/D24330
ofxparse is a parser for Open Financial Exchange (.ofx) format files. OFX
files are available from almost any online banking site, so they work well if
you want to pull together your finances from multiple sources. Online trading
accounts also provide account statements in OFX files.
There are three different types of OFX files, called BankAccount,
CreditAccount and InvestmentAccount files. This library has been tested with
real-world samples of all three types. If you find a file that does not work
with this library, please consider contributing the file so ofxparse can be
improved. See the Help! section below for directions on how to do this.
WWW: https://pypi.org/project/ofxparse/
This SDK is a programmatic interface into the eBay APIs. It simplifies
development and cuts development time by standardizing calls, response
processing, error handling, and debugging across the Finding, Shopping,
Merchandising & Trading APIs.
WWW: https://github.com/timotheus/ebaysdk-python
The commit in question causes miscompiliation of VirtualBox. Efforts to
create a reproducer are underway, but quite complicated.
Submitted by: kevans
Sponsored by: DARPA
Only a small nit here: psl should be declared extern and defined exactly
once.
-fno-common will become the default in GCC10/LLVM11.
Obtained from: src r359676 (kevans)
MFH: 2020Q2
2020.04.06:
- Removed support for the classes "RTSPServerSupportingHTTPStreaming" and "TCPStreamSink".
These were being used (in the "LIVE555 Media Server") for streaming using
"HTTP Live Streaming" (HLS). This was always a hack; it is better to use a dedicated
HTTP server to serve HLS segments, rather than trying to implement a HTTP server
(serving 'virtual HLS segments) within our own (primarily RTSP) server.
If you are looking for HLS support, note that we provide a source-code demo application
"testH264VideoToHLSSegments" that converts a (static) H.264 Elementary Stream file to
HLS segments, and the "LIVE555 HLS Proxy", which proxies a live RTSP/RTP stream
to HLS segments.
pyfixbuf is a Python API for libfixbuf, an implementation of the IPFIX protocol
used for building collecting and exporting processes.
WWW: https://tools.netsa.cert.org/pyfixbuf/