library. It can build a concrete syntax tree for a source file and
efficiently update the syntax tree as the source file is edited.
Tree-sitter aims to be:
General enough to parse any programming language
Fast enough to parse on every keystroke in a text editor
Robust enough to provide useful results even in the presence of syntax
errors
Dependency-free so that the runtime library (which is written in pure
C) can be embedded in any application
with help from tracey@, sthen@ and semarie@
ok tracey@
MediaInfo is a library used for retrieving technical information and other
metadata about audio or video files.
A non-exhaustive list of the information MediaInfo can retrieve from media
files include:
- General: title, author, director, album, track number, date, duration...
- Video: codec, aspect, fps, bitrate...
- Audio: codec, sample rate, channels, language, bitrate...
- Text: language of subtitle
- Chapters: number of chapters, list of chapters
ok sthen@
ZenLib is a C++ utility library. It includes classes for handling
strings, configuration, bit streams, threading, translation, and
cross-platform operating system functions.
ok sthen@
- no need to disable SSLv2 and SSLv3
- no need to initialize the libraries explicitly anymore
- remove incomplete uninit code
- use TLS_method() instead of SSLv23_client_method()
from Brad
this please test and report back if you see problems; in the run-up
to OpenBSD 6.9 we dropped back to 9.16.10 due to problems in interim
releases
CVE-2021-25214: A broken inbound incremental zone update (IXFR)
can cause named to terminate unexpectedly
https://kb.isc.org/docs/cve-2021-25214
CVE-2021-25215: An assertion check can fail while answering queries for
DNAME records that require the DNAME to be processed to resolve itself
https://kb.isc.org/docs/cve-2021-25215
CVE-2021-25216: A second vulnerability in BIND's GSSAPI security policy
negotiation can be targeted by a buffer overflow attack
https://kb.isc.org/docs/cve-2021-25216
The old version was severely outdated, its HOMEPAGE is dead and its
build would break in an upcoming libssl change. Upstream has done a
lot of work, in particular idleconn now uses libevent/libeventextra.
command line tool for controlling OpenShift clusters
Description:
With OpenShift Client CLI (oc), you can create applications and
manage OpenShift resources. It is built on top of kubectl which
means it provides its full capabilities to connect with any kubernetes
compliant cluster, and on top adds commands simplifying interaction
with an OpenShift cluster.
Maintainer: Luca De Pandis <luca XXX depandis XXX protonmail XXX com>
WWW: https://www.openshift.com
Port from Luca De Pandis, ok gonzalo