Changes:
- Added cleanup routines to take care of removing the challenge files
when complete.
- Fixed a bug where the 'mailto' scheme was not added to the registraion
calls.
- Fixed bug with the order of execution of setgid and setuid
- Refactored logging
- Lowered dependency version
- Typos
c-icap-0.4.3 changes
- ci_membuf_write: do not warn user about writting after eof, if
not actualy someone try to write
- Man pages spelling errors
- Fix ModulesDir and ServicesDir default locations for some architectures
- Crashes for modules if null argument passed to ci_list_first,
ci_list_head and ci_list_tail macros
- Fix allow204 outside preview responses
- Use poll instead of select for polling network sockets and pipes
- Fix core dumps inside client_parse_icap_header()
c-icap-modules-0.4.3 changes
- Fix content_filtering service config and template file permissions
- Bug fixes in srv_content_filtering body data structures
- Bug fix: The second argument of srv_content_filtering.Action never accepted
Change:
- (master+mount) added fix for bug in FreeBSD kernel (kernel sends
truncate before first close - FreeBSD only)
PR: 209109
Submitted by: freebsd@moosefs.com (maintainer)
Naval Robocode is a programming game, where the goal is to develop a robot
battle ship to battle against other ships in Java or .NET. The robot battles
are running in real-time and on-screen.
Naval Robocode is based on Robocode v1.9.2.x.
WWW: http://robo-code.blogspot.com.br
PR: 200753
Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
- Runs as dspam:dspam instead of root:mail. The dspam UID/GID were created
in r168311 when the UIDs/GIDs files were added but the port had always
used root:mail. This had prevented running the dspam webUI under Apache
with suexec due to a minimal requirement of UID/GID of 100. The original
unsecure behavior is available with the SETUID option.
- Default run directory is now /var/run/dspam. This follows the default
upstream behavior and removes the patch to dspam.c as a result. Use
RUN_DIR and correct the dspam.conf.sample file accordingly.
- Default daemon/client communication port is now 2424.
- Regen patches while here (portlint)
UPDATING: Document privilege separated dspam
PR: 115957
Reported by: tedm@ipinc.net, support@ipinc.net
Submitted by: Danny Warren <danny@dannywarren.com> (maintainer)
Update MULTILIB_DESC which now matches newer gcc* ports.
Only override CONFIGURE_TARGET for amd64 which is x86-64/x86_64 for the
rest of the world including GNU and GCC. For all other architectures
it already defaults to the value we were setting.