I have jumped in over my head with maintaining the port, both in terms of my
skills with significantly modifying a port (particularly in getting the port
from 2.4.5 to 2.6.0), not using snort enough to really test the full package,
and not enough time to improve the port.
With that said, there still is ports/99862 that is still open (re: bring
security/snort to 2.6.0) which I have it the wall on trying to get the port
to deinstall cleanly due to the optional nature of some components. I will
continue to help out with other ports that I can take on and those that I
can still take on maintainership.
PR: ports/101526
Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (maintainer)
- Include most of the post-STABLE2 changes/bugfixes published at
<http://www.squid-cache.org/Versions/v2/2.6/changesets/>.
- Remove the local fix for the problem that ipfw(4) support was not
working because the problem was fixed upstream.
- Remove the SQUID_IPFW option again, ipfw(4) should now work out
of the box as in earlier Squid versions.
- Add ICAP support.
PR: ports/101422
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
* Add a check for direct use of sysctl(8). [1]
* Add a check for use of the deprecated macro INSTALLS_SHLIB, and point people
to USE_LDCONFIG instead. [2]
* Add a check for plists with less than 6 items, and point people to
PLIST_FILES instead. [3]
PR: 100472 [1]
91933 [2]
100190 [3]
Submitted by: Babak Farrokhi <babak@farrokhi.net> [1]
portlint;
- deinstall share/locale/sl, which is not defined in
/etc/mtree/BSD.local.dist.
PR: ports/101497
Submitted by: Stanislav Sedov <ssedov (at) mbsd.msk.ru>
Museek+ (or Museek-Plus) is an enhanced fork of Museek, a file-sharing
application for the Soulseek peer-to-peer network. The actual SoulSeek
client and the GUI are separate programs that communicate via Unix or
network sockets.
Approved by: arved (mentor)
- Use magic MASTER_SITES
- Use BUILD_DEPENDS=${RUN_DEPENDS} to avoid extra dependencies
- Use versioned package dependency
- Now requires perl from ports
- Update to 2.17
Short changelog:
- Add "-x NAME" to readelf in addition to "-x NUMBER".
- Add -i and -t switches to cxxfilt. -i disables the display of implementation
specific extra demangling information (if any) and -t disables the demangling
of types.
- Add support for the "@<file>" syntax to the command lines of all tools, so
that extra switches can be read from <file>.
- Add "-W/--dwarf" to objdump to display the contents of the DWARF
debug sections.
- Add "-t/--section-details" to readelf to display section details.
"-N/--full-section-name" is deprecated.
- powerpc-linux ld now supports a variant form of PLT and GOT for the security
conscious. This form will automatically be chosen when ld detects that all
code in regular object files was generated by gcc -msecure-plt. The old PLT
and GOT may be forced by a new ld option, --bss-plt.
- Add "-i/--inlines" to addr2line to print enclosing scope information
for inlined function chains, back to first non-inlined function.
- Add "-N/--full-section-name" to readelf to display full section name.
- Add "-M entry:<addr>" switch to objdump to specify a function entry address
when disassembling VAX binaries.
- Add "--globalize-symbol <name>" and "--globalize-symbols <filename>" switches
to objcopy to convert local symbols into global symbols.
PR: ports/101447
Submitted by: Stanislav Sedov (maintainer)
- Remove a mirror that was not kept up to date for quite some time now.
- Remove a no longer needed workaround for a compilation issue because
the problem was fixed upstream.
PR: 101419
Submitted by: Thomas-Martin Seck <tmseck@netcologne.de> (maintainer)
splitting, matching. It is independent from the Str library, and can
replace Str in many cases. Unlike Str, xstr is thread-safe. xstr does
not implement regular expressions in general, but an important subset.
Some operations of xstr are performed as quickly as by Str; if the string
to be processed is small, xstr is often faster than Str; if the string is
big, xstr is upto half as fast than Str.
Author: Gerd Stolpmann <gerd@gerd-stolpmann.de>
WWW: http://www.ocaml-programming.de/packages/
PR: ports/101032
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
will be linked against it anyway, not against a system one.
PR: ports/101440
Submitted by: Stanislav Sedov <ssedov at mbsd.msk.ru>
Approved by: Herbert J. Skuhra <h.skuhra at gmail.com> (maintainer)