This includes OpenBSD specific fixes for gtest's own tests as well as
updates required by (future) consumers such as devel/abseil-cpp.
Fixes upstreamed, diff and tests (amd64, macppc) from Andrew Krasavin.
Similar diff and more tests incl. consumers from op.
Input on using ${version}pl${commit} from sthen and bentley.
OK op
Thanks to espie@ and schwarze@ for figuring out the problem about locale_t
portability issues on systems the typedef’s it to a void pointer and for
schwarze@ dealing with upstream.
tested in a bulk
Logging library written in C.
Simple and easy to use logging library. You can log messages to the
console, a file, Syslog, or a callback function.
Yder is mono-thread, which mean that you can use only one instance of
Yder log at the same time in your program.
ok sthen@
A small library intended to provide low-level functionalities used
in the author's other libraries and programs. Potluck with different
functions divided into 4 categories:
- String functions
- Pointer list structure
- Base64 functions
- Memory functions
ok sthen@
A singleton is a class that has only one instance in an application.
MooseX::Singleton lets you easily upgrade (or downgrade, as it were)
your Moose class to a singleton.
All you should need to do to transform your class is to change use Moose
to use MooseX::Singleton. This module uses metaclass roles to do its
magic, so it should cooperate with most other MooseX modules.
Currently spidermonkey78 depends on both python2 and python3. I was able
to build the current version without python2. Making this change will
remove python2 as dependency from a big chunk of the tree.
ok jasper@ (MAINTAINER)
* Mon Jan 17 2022 : Version 4.0.0
- Add support for SMB3 encryption
- Add support for Anonymous NTLMSSP logins
- Add support for readlink.
- Add API to notify application of changes to which filehandles are
used by libsmb2.
- Add suppport for Big Endian DCERPC and allow it to be controlled from
the URL.
- Add support for 3.1.1 signing
- Add support for PS2(EE) and PS3
- Fixes to UCS2 when compose characters are used.
- Various MacOS fixes
- Fix a few NULL dereferences
from Brad