It was designed from scratch to be easy to use and easier to maintain.
WWW: http://blogsum.obfuscurity.com/
PR: ports/140290
Submitted by: Johan Huldtgren <jhuldtgren@gmail.com>
- Implement additional options vor SQUID_KERB_AUTH and SQUID_NIS_AUTH; users
cannot be expected to duplicate src.conf(5) settings into make.conf(5).
Keep the test for the old make.conf(5) macros in place for POLA reasons.
See ports/139760.
PR: 140394
Submitted by: Thomas-Martin Seck <tmseck@web.de> (maintainer)
<ChangeLog>
Changes with nginx 0.8.24
*) Bugfix: nginx always added "Content-Encoding: gzip" response header
line in 304 responses sent by ngx_http_gzip_static_module.
*) Bugfix: nginx could not be built without the --with-debug option;
the bug had appeared in 0.8.23.
*) Bugfix: the "unix:" parameter of the "set_real_ip_from" directive
inherited incorrectly from previous level.
*) Bugfix: in resolving empty name.
Changes with nginx 0.8.23
*) Security: now SSL/TLS renegotiation is disabled.
Thanks to Maxim Dounin.
*) Bugfix: listen unix domain socket did not inherit while online
upgrade.
*) Bugfix: the "unix:" parameter of the "set_real_ip_from" directive
did not without yet another directive with any IP address.
*) Bugfix: segmentation fault and infinite looping in resolver.
*) Bugfix: in resolver.
Thanks to Artem Bokhan.
</ChangeLog>
Its low memory footprint allows it to handle several thousand users
on high-end servers, or a small private hub on embedded hardware.
WWW: http://www.extatic.org/uhub/
PR: 139670
Submitted by: Dmitry Yashin <yashin.dm@gmail.com>
The renderer in MuPDF is tailored for high quality anti-aliased graphics. It
renders text with metrics and spacing accurate to within fractions of a
pixel for the highest fidelity in reproducing the look of a printed page on
screen.
MuPDF has a small footprint. A binary that includes the standard Roman fonts
is only one megabyte. A build with full CJK support (including an Asian
font) is approximately five megabytes.
MuPDF has support for all non-interactive PDF 1.7 features, and the toolkit
provides a simple API for accessing the internal structures of the PDF
document. Example code for navigating interactive links and bookmarks,
encrypting PDF files, extracting fonts, images, and searchable text, and
rendering pages to image files is provided.
WWW: http://ccxvii.net/mupdf/
PR: 137559
Submitted by: Martin Dieringer <martin.dieringer@gmx.de>