This includes:
- Fix PKINIT cert matching data construction.
- Fix default enctype order in docs.
- Remove unused SAM setup code in KDC.
- Updates for krb5-1.17-prelease (doc and #define changes).
This is a major release that updates all kernels to support password
and salt length up to 256 characters. Previous hand-optimized kernels
are still available but only support passwords up to 32 characters.
Changes: https://hashcat.net/forum/thread-6965.html
We're currently working towards redesigning the entire polling/event
handling subsystem of CloudABI. This release of the CloudABI definitions
includes the first cut of changes in that area.
Reviewed by: mat
Differential Revision: https://reviews.freebsd.org/D12751
Fixed typedef of pointer-to-function
A typedef like:
typedef void (*f)(int)
now works correctly.
Added CONFIGURATION FILE section
The cdecl(1) man page now contains a CONFIGURATION FILE section.
Availability release of WSJT-X Version 1.8.0.
Changes since "Release Candidate 3" (wsjtx-1.8.0-rc3) are very minor; they are
described in the Release Notes posted here:
http://physics.princeton.edu/pulsar/k1jt/Release_Notes_1.8.0.txt
Installation packages for Windows, Linux, Macintosh, and Raspian Jessie
have been posted on the WSJT web site here:
http://physics.princeton.edu/pulsar/k1jt/wsjtx.html
You can also download the packages from our SourceForge site:
https://sourceforge.net/projects/wsjt/files/wsjtx-1.8.0-rc3/
(It may take a short time for the SourceForge site to be updated.)
If you are upgrading from -rc1, you will need to do a one-time reset of
the default list of suggested operating frequencies. Go to
*File->Settings->Frequencies*, right click on the table and select *Reset*.
We hope you will enjoy using WSJT-X Version 1.8.0.
-- 73, Joe, K1JT, for the WSJT Development Group
Like other manifests, without this, it still references the stage
directory. This error is reported when DEVELOPER=YES is set.
While here, strip `bin/rls`.
Reported by: bar@, cpm@
Details:
In recent lame versions, the arrays samplerate_table and
bitrate_table are internal and must be accessed by provided
functions lame_get_bitrate() and lame_get_samplerate()
- Added signal handler to CegoAdmAction. Now, ( long ) running
tableset export and import requests can be aborted in a controlled
way via Ctrl-C command.
- Fix in CegoXPorter, export file will be removed, if any exception
occurs. So it is ensured, that the written export file is consistent
and complete
- fixes in CegoXPorter for CLOB handling ( was not checked for plain exports )
Submitted by: Bjoern Lemke <lemke@lemke-it.com>
Install shared libraries, and use them (except for e2fsck, which links it
statically so it can be used from /sbin), requested by pgf@ and fsu@.
To that end, we need to add LIB_DEPENDS and tweak CONFIGURE_ARGS (notably
LDFLAGS need to be passed there already, not in MAKE_ARGS, so that we can find
libuuid/libblkid).
Use @comment trick in pkg-plist to ignore not-to-install libraries (libss,
libblkid - these have their own ports) while shutting up make check-plist and
poudriere checks at the same time.
Reported by: pgf@, fsu@ [1]
On FreeBSD 10.x/11.0 daemon(8) doesn't have -s,-l,-t, so starting
gitea would fail. We partially revert the change from r453018 and use
the old behavior on these versions and don't log stdout/stderr to
syslog.
PR: 223283
Approved by: stb@lassitu.de (maintainer)