From changelog at:
https://mailman.caida.org/pipermail/scamper-announce/2016-August/000008.html
scamper
* support for PF firewall, usage documented in scamper man page
* for the IPFW firewall, take a mandatory parameter specifying
acceptable rule number range to use, usage documented in
scamper man page.
* support probing on upcoming FreeBSD 11 which now sends and
receives packets in network byte order on raw sockets
* if the user specifies a ip:port for a listening control socket,
do not free a temporary string before converting port part
to an integer
* if an unprintable character is received in an attached control
socket, free the source so the disconnection code will proceed
* fix memory leaks pointed out by clang
* when reading the kernel version string, be sure to get the last
number in the string, even if it is something like 6.0.1a
* when using kernel versions, ensure the assumed number of dots
are present
* when building in debug mode and with privsep, chroot.
* in privsep code, drop msg_accrights special case, which was
dead code, as solaris has had msg_accrights for a while now.
* fix unaligned memory access when processing ARP and NDP responses
* if traceroute probes no hops, still print out text record of
the attempt if scamper's text output mode is being used.
sc_filterpolicy
* fix spelling mistakes in sc_filterpolicy man page
PR: 212227
Submitted by: mjl@luckie.org.nz (maintainer)
To brooks: I caught this while investigating a stray error message on sparc64
builds. It has to do with the CONFIGURE_ENV+= CC="/usr/bin/clang" line which
should not be executed on tier-2. I do not know of the proper fix yet.
Per request [1], the IMAP and LDAP options have been set to ON by default.
The maintainer took the opportunity to upgrade the version [2].
I converted the options to their modern equivalents and made the
MASTER_SITES definition more generic to help future upgrades.
PR: 211862 [1]
Submitted by: David Stievenard
PR: 212222 [2]
Submitted by: maintainer
- Do not pass asm to configure (upstream default ON), fixes configure
- Disable EC optimizations on i386, fixes build
- Split options activation into upstream-default-enabled and -disabled
- Rework EC option handling
- Align order of Makefile with security/openssl
- Use improved patching from security/openssl
- Improve options descriptions
- Remove old PRECIOUSMAKEVARS
- Add pkg-message
* Add needed x11 and xext dependencies
Thanks to everyone who submitted patches, tested, and reviewed this update.
PR: 201340
Submitted by: Bengt Ahlgren <bengta at sics.se>, Kevin Bowling <kbowling@>,
Oleg <zoleg at vusovich.ru>,
Tomoaki AOKI <junchoon at dec.sakura.ne.jp>,
Ultima <Ultima1252 at gmail.com>
Tested by: Jeremy Cox <jeremy.m.cox at gmail.com>,
O. Hartmann <ohartman at zedat.fu-berlin.de>,
Tomoaki AOKI
Approved by: danfe
Differential Revision: https://reviews.freebsd.org/D7569
20160808
Cleanup: preserve the new file mtimes when installing Postfix.
Ond[m~Yej Lyson[m~[k. File: postfix-install. REVERTED 20160828.
20160819
Bugfix (introduced: Postfix 3.0): the makedefs script ignored
readme_directory=pathname overrides. Fix by Todd C. Olson.
File: makedefs.
20160821
Bugfix (introduced: Postfix 3.0): the tls_session_ticket_cipher
documentation says aes-256-cbc, but the implementation was
using aes-128-cbc (note that Postfix SMTP server and client
processes have a limited life time).
20160828
Bitrot: fixes for incompatible OpenSSL 1.1.0 API changes.
Viktor Dukhovni. Files: posttls-finger/posttls-finger.c,
tls/tls.h, tls/tls_dane.c, tls/tls_verify.c, tls/tls_server.c,
tls/tls_client.c.
Cleanup: disable reuse of ECDH ephemeral keys. Viktor
Dukhovni. File: tls/tls_misc.h.
MFH: 2016Q3
20160819
Bugfix (introduced: Postfix 3.0): the makedefs script ignored
readme_directory=pathname overrides. Fix by Todd C. Olson.
File: makedefs.
20160821
Bugfix (introduced: Postfix 3.0): the tls_session_ticket_cipher
documentation says aes-256-cbc, but the implementation was
using aes-128-cbc (note that Postfix SMTP server and client
processes have a limited life time).
20160828
Bitrot: fixes for incompatible OpenSSL 1.1.0 API changes.
Viktor Dukhovni. Files: posttls-finger/posttls-finger.c,
tls/tls.h, tls/tls_dane.c, tls/tls_verify.c, tls/tls_server.c,
tls/tls_client.c.
Abduco is another brilliant example featuring an "all" target that
depends on a "clean" target that runs concurrently with a build target
under -jX causing built object files to be deleted before they are
used. Presumably the fix would be to remove the useless dependency
on the "clean" target.
It appears the previous STORAGE ERROR was a compiler bug that got fixed
between the GCC 6.1 and 6.2 versions of gcc6-aux. Switch it and the
helper port devel/libspark2012 over to it, which are the last two ports
that depend on lang/gcc6-aux.
This port would build and install in the stage phase, but building is
supposed to be complete by then. Moreover, stage QA checks complain
about thousands of "orphaned" files and symbolic links with absolute
paths. Fix all the problems by installing in a temporary build directory
and moving just the lessc files over the stage directory, and fix the
symbolic link by defining a relative path instead.
Functionally, the new package is the same as the old one, so no revbump
is required.
PR: 210567
Approved by: maintainer timeout (2 months)