- The bas7.sd7 (basic interpreter) example program has been improved.
Support for CVD, CVDMBF, CVS, CVSMBF, HPLOT, MKD$, MKDMBF$, MKS$,
MKSMBF$, PLOT, SCREEN, SHARED and VARPTR$ has been improved.
Creating Cga, Ega and Vga images from arrays has been improved to
work also for float and double arrays.
- The functions bin32, compare, hashCode, float2Bits, bits2Float,
float2MbfBits and mbfBits2Float have been added to bin32.s7i. The
functions fourBytesLeToBin32 and fourBytesBeToBin32 have been
removed (The new function bin32 can be used instead).
- The functions bin64, compare, hashCode, float2Bits, bits2Float,
float2MbfBits and mbfBits2Float have been added to bin64.s7i. The
functions eightBytesLeToBin64 and eightBytesBeToBin64 have been
removed (The new function bin64 can be used instead).
- The program chkbin.sd7 has been added. This program checks the
correctness of the functions float2Bits, bits2Float, float2MbfBits,
mbfBits2Float, str, radix and RADIX.
- Checks for the function decompose have been added to chkflt.sd7.
- The compiler has been improved optimize expressions where several
terms are added or subtracted. It is possible to combine adjacent
constant terms at compile time. This simplifies overflow checks.
- The compiler has been improved to store NaN values as bin64
literals.
- The calc7 example program has been improved to support bin32 and
bin64 functions.
- The function decompose and the type floatElements have been added
to the library float.s7i. The function decompose splits a float into
a normalized fraction and an integral exponent for 2. The result
of decompose uses the type floatElements.
- The function integer (it converts a string to an integer) has been
added to integer.s7i.
- In the library seed7_05.s7i the undocumented function xalloc has
been replaced by the function create.
- The functions uintCmp and uintCmpGeneric have been added to
int_rtl.c.
- The configuration value FREXP_INFINITY_NAN_OKAY has been added to
cc_conf.s7i.
- The primitive action FLT_A2TAN has been renamed to FLT_ATAN2 in
interpreter, compiler and runtime library.
- Documentation comments have been improved in bitdata.s7i, arrlib.c,
binlib.c, bstlib.c, bst_rtl.c, fillib.c, kbdlib.c, literal.c.
- Interpreter and compiler have been improved to support the primitiv
actions BIN_CMP, FLT_BITS2DOUBLE, FLT_BITS2SINGLE, FLT_DECOMPOSE,
FLT_DOUBLE2BITS and FLT_SINGLE2BITS.
- The program chkccomp.c has been improved to define
FREXP_INFINITY_NAN_OKAY and to work for PostgreSQL version 9.5.
* migrate to the pd-miXedSon maintenance codebase due to breaking fork upstream: see https://github.com/electrickery/pd-miXedSon for details
* a test patch has been added to the [sampstoms~] object
* the [teeth~] object has been converted from an abstraction to an external
- While here, add LICENSE, silence MKDIR, fix whitespace
PR: 212208
Submitted by: brittlehaus@gmail.com (maintainer)
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.