- Update to the latest version.
Changelog: http://www.dhondt.de/new_calc.htm
- Attempt to make the build reproducible concerning the date in the executable.
- Drop temporarily) the taucs dependency. It brings a secondary dependency
on metis4 which we are not packaging. We will bring taucs back when it
depends on metis5
- Pet portlint.
PR: 234146
Approved by: thierry (mentor)
* CVE-2019-10691: Trying to login with 8bit username containing
invalid UTF8 input causes auth process to crash if auth policy is
enabled. This could be used rather easily to cause a DoS. Similar
crash also happens during mail delivery when using invalid UTF8 in
From or Subject header when OX push notification driver is used.
MFH: 2019Q2
Security: CVE-2019-10691
This plugin provides tools to create and access a Swagger specification file
for a Dancer REST web service.
Overview of Dancer::Plugin::Swagger's features:
* Can create a /swagger.json REST specification file.
* Can auto-discover routes and add them to the swagger file.
* Can provide a Swagger UI version of the swagger documentation.
WWW: https://metacpan.org/pod/Dancer::Plugin::Swagger
PR: 237109
Submitted by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19919
Lizard (formerly LZ5) is an efficient compressor with very fast
decompression. It achieves compression ratio that is comparable to
zip/zlib and zstd/brotli (at low and medium compression levels) at
decompression speed of 1000 MB/s and faster.
WWW: https://github.com/inikep/lizard
PR: 237310
Submitted by: Hiroki Tagato <tagattie@yandex.com>
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19933
Openbox includes a Python script (openbox-xdg-autostart)
which implements the XDG autostart spec
(https://www.freedesktop.org/wiki/Specifications/autostart-spec/).
The switch of the default Python to 3.6 in ports r498529 broke the script.
The added patch makes the script work again with both Python 2 and 3.
Luckily the only problem was "print" being changed from a keyword
to a regular function.
PR: 237319
Submitted by: Sebastian Schwarz
It otherwise looks like an options helper that appears after
bsd.port.options.mk which will be flagged as a DEV_ERROR after
D19553. Rename LMDB_INCLUDES too for consistency.
The stop command fails because it cannot connect to activemq, so
the rc script currently always kills activemq which might lead to
lost data, database corruption, left-over lock files, etc. Run the
stop command under the activemq user too like the jps command in
activemq_check_pidfile() so that it can actually shutdown activemq.
- While here fix log files location
PR: 207881
Reported by: bwilliamson@bex.net
Commit ded6410 is 0.1-90-gded6410. Already many commits over 0.1
and just 3 commits of documentation updates short of 0.2 so this
is not a significant update.
- Clean up port
- Use release tarball
- Actually declare a lib dependency on libargp.so
- Drop bogus libxml2, glib dependencies; they were also unused in 0.1_6
- Do not install the docs; the man page already contains the same
information