- Remove Kerberos IV support, insecure and obsolete
- Mark BROKEN if KRB5_HOME is set and invalid
- Kill pre-configure, no longer needed
- Kill obsolete POP2 from make config menu, still available if given on make
command line
- Auto-detect KRB5_HOME if it's $LOCALBASE or /usr
- MARK_JOBS_SAFE=yes
- Cease messing with @cwd in pkg-plist
- Reduce asterisks on pkg-message.in, to avoid screen clutter on long $PREFIX
Rely on krb-config instead.
PR: 140100
Submitted by: Matthias Andree <matthias.andree@gmx.de>
Approved by: maintainer
Its goal is to provide all the niceties of modern GUI-based debuggers
in a more lightweight and keyboard-friendly package. PuDB allows you
to debug code right where you write and test it--in a terminal. If
you've worked with the excellent (but nowadays ancient) DOS-based
Turbo Pascal or C tools, PuDB's UI might look familiar.
WWW: http://pypi.python.org/pypi/pudb/
PR: ports/140166
Submitted by: Gea-Suan Lin <gslin at gslin.org>
It offers request dispatching (Routes) with url parameter support,
Templates, key/value Databases, a build-in HTTP Server and adapters
for many third party WSGI/HTTP-server and template engines.
All in a single file and with no dependencies other than the Python
Standard Library.
WWW: http://bottle.paws.de/
- Rename the patches to make them less confusing
- Add a hack to replace all %%LOCALBASE%% to ${LOCALBASE}
PR: 140233
Submitted by: Chris Petrik <chris@officialunix.com> (maintainer)
installing vim scripts.
Vimana provides a command-line interface much like the aptitude
program on Debian Linux, for you to search, download, install, and
upgrade scripts from http://www.vim.org/ (vimonline site).
WWW: http://search.cpan.org/dist/Vimana/
PR: ports/138158
Submitted by: Gea-Suan Lin <gslin@gslin.org>
<ChangeLog>
*) Feature: the "proxy_bind", "fastcgi_bind", and "memcached_bind"
directives.
*) Feature: the "access" and the "deny" directives support IPv6.
*) Feature: the "set_real_ip_from" directive supports IPv6 addresses in
request headers.
*) Feature: the "unix:" parameter of the "set_real_ip_from" directive.
*) Bugfix: nginx did not delete unix domain socket after configuration
testing.
*) Bugfix: nginx deleted unix domain socket while online upgrade.
*) Bugfix: the "!-x" operator did not work.
Thanks to Maxim Dounin.
*) Bugfix: a segmentation fault might occur in a worker process, if
limit_rate was used in HTTPS server.
Thanks to Maxim Dounin.
*) Bugfix: a segmentation fault might occur in a worker process while
$limit_rate logging.
Thanks to Maxim Dounin.
*) Bugfix: a segmentation fault might occur in a worker process, if
there was no "listen" directive in "server" block; the bug had
appeared in 0.8.21.
</ChangeLog>
* cli_add_graph.patch - Fixes command line syntax help in cli/add_graph.php
* snmp_invalid_response.patch - Properly rejects invalid responses from snmp
* template_duplication.patch - Addresses issue when templates are duplicated
and then exported. A new command line utility has been added to repair
any corrupted templates.
Requested by: linimon