ports GCC and link to libestdc++.
Currently, this still breaks mail/mozilla-thunderbird, which will be taken care
of shortly.
feedback/testing from jsg landry mmcc semarie aja naddy (hope I didn't forget
anyone)
ok landry robert
- use 'sed -i' instead of perl
- use gnu make, needed for tests
- enable tests and set TEST_TARGET
- disable pylint tests, our version is too old
- disable sscs and python3 tests
OK aja@
- switch HOME_PAGE and MASTER_SITES to www.gnu.org
- update license info
- add dependencies to devel/gdiff
- use CONFIGURE_STYLE=autoconf to ensure gdiff and gdiff3 are use
- add pre-install target to ensure the g* commands are used in the wrapper scripts
- ensure that tests find g* commands
feedback and OK aja@
This release fixes a security hole in PSCP, in the old-style SCP
protocol. A server sending a malformed header before the contents of the
file could overrun a buffer exploitably in PSCP. [CVE-2016-2563]
plus "Assorted other fixes for crash-type bugs (but none known to be
exploitable)".
This class, which extends Barcode::DataMatrix, is used to create
graphical representations of Data Matrix (IEC16022) barcodes in PNG
format. Potential applications include graphically oriented documents
such as PDF, printable web documents, invoices, packing lists,
shipping labels, etc.
This class is used to generate data for Data Matrix (IEC16022) 2d barcodes.
It is primarily useful as a data source for modules that do rendering, such
as Barcode::DataMatrix::PNG or HTML::Barcode::DataMatrix. You can easily
make a version that renders an image, PDF, or anything else.
upstream repo. Add a dodgy hack to avoid corruption with larger compressed
streams. With these I can now work with some PDFs directly with PDF::API2
that I previously had to preprocess with mutool clean.
License changed from public domain to WTFPL
Upsteam code changes are mostly bug fixes. Port changes are:
* switch to GH_* infrastructure (-bzip2 bdep, no WRKDIST fixing)
* drop PDF manual (which doesn't add much to comments in headers)
* tests are no longer interactive
OK sthen@