dnstable (0.11.2)
* Fix memory leaks while skipping rows of data during offset processing.
* Fix minor leak in dnstable_lookup printing.
* Add more dnstable_lookup tests.
dnstable (0.11.1)
* Change dnstable_query_set_skip to ..._offset. Note that the
ABI library revision was not bumped.
* Change dnstable_lookup parameter for offset from -s to -O
* Added unit tests for some exposed dnstable functionality, including
for filter and query timeouts.
Sponsored by: Farsight Security, Inc.
* Pet portlint while I'm here.
Changelog:
* Parallel editing of multiple entries in different browser tabs supported
* LAM supports the progressive web app standard which allows to install LAM
as an icon on home screen.
* Unix: Password management can be disabled in module settings
* LAM Pro:
* Bind DLZ: entry table can show record data (use special attribute
"#records" in server profile)
* Fixed bugs:
* No drop-down filter box for account status (200)
PR: 238943
Submitted by: basil@vpm.net.ua (maintainer)
* The project moved to Gitlab and the old site has vanished.
* Update the distinfo accordingly, the new tarball is cleaner and doesn't
contain patch backup files, generated config.h headers, etc. Apart from
that there are no differences regarding the source code.
* Also add "gnome" to USES while I'm here as using USE_GNOME alone is
deprecated.
PR: 237875
Reported by: Nick Godson <resistor@peakusage.net>
Reviewed by: tcberner
MFH: 2019Q3
Differential Revision: https://reviews.freebsd.org/D20856
Makefile
- pygtk2 is now gtk30 (upstream);
- python:2.7 became python:3.6+;
- option helpers changed to follow '5.13 Makefile Options'.
pkg-plist
- hatari_profile is installed by default (upstream);
- manpages and doc up to date, removed fr/ versions;
- all tools/ available, with respective docs.
* https://hatari.tuxfamily.org/doc/release-notes.txt
Reported by: swills
Differential Revision: https://reviews.freebsd.org/D19628
basE91 is an advanced method for encoding binary data as ASCII characters.
It is similar to UUencode or base64, but is more efficient.
The overhead produced by basE91 depends on the input data. It amounts at most
to 23% (versus 33% for base64) and can range down to 14%, which typically
occurs on 0-byte blocks.
This makes basE91 very useful for transferring larger files over binary unsafe
connections like e-mail or terminal lines.
WWW: http://base91.sourceforge.net/
PR: 238202
Submitted by: takefu@airport.fm
Reviewed by: miwi, tcberner
Differential Revision: https://reviews.freebsd.org/D20803