From maintainer Aisha Tammy with input and oks from kmos@ and sthen@
pkg/DESCR:
Python bindings for controlling and probing the Knot DNS server.
These bindings provide an interface similar to knotc(8) and replies
via JSON for easy parsing.
`telegram-desktop` fails to restart since tdesktop fails to obtain
the executable path; apply upsteam patch to pass a hardcoded path
from the port to use in the restart code.
This makes restarts work as intended, e.g. after changing UI zoom
or language, when started via PATH lookup (the .desktop file does
that).
operations on lists of IPv4 addresses including merging/optimization,
finding commonalities in lists, and finding the differences between
lists of IPv4 addresses.
input and ok sthen@
DESCR:
u-msgpack-python is a lightweight MessagePack serializer and
deserializer module written in pure Python. u-msgpack-python is fully
compliant with the latest MessagePack specification. In particular, it
supports the new binary, UTF-8 string, and application-defined ext
types.
OK sthen@
cc -std=gnu99 -Iobj -I. -O2 -pipe -I/usr/local/include -pthread -fno-strict-aliasing -fno-strict-overflow -MMD -MP -o obj/lib/blake2s.o -c lib/blake2s.c
lib/blake2s.c:45: error: expected declaration specifiers or '...' before 'sizeof'
lib/blake2s.c:45: error: expected declaration specifiers or '...' before string constant
lib/blake2s.c:45: warning: data definition has no type or storage class
lib/blake2s.c:45: warning: type defaults to 'int' in declaration of '_Static_assert'
gmake: *** [Makefile:112: obj/lib/blake2s.o] Error 1
Switch to ports-gcc on base-gcc arches
Fixes the build on sparc64
Snowflake is a pluggable transport that can be used for Tor,
usually for accessing the network when a user is on a connection
with only partial internet access.
It uses WebRTC negotiations for NAT traversal to connect to mostly
short-lived volunteer proxies. These proxies can either be provided
by running a web browser extension or a standalone proxy.
Users behind restrictive access can use snowflake as a bridge,
e.g. by configuring it in Tor Browser.
Technical information is in
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/-/wikis/Technical%20Overview
This package provides a proxy, for those who would like to use their
internet connection to provide access to others via this protocol.