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.
ld.bfd(1) does not understand library-specs(7), i.e. `-lestdc++>=17'
but both ports pass them through CXXLIB on non-clang arches.
Use c++ to link, disable examples, update libcdada and fix CXXLIB handling
for libcdada detection in pmacct.
From Brad Smith, thanks!
Prodded by my ugly hack to remove library-specs(7)
OK sthen
The "sqlite3" flavour failed:
> In file included from duktape.h:196,
> from duktape.c:189:
> duk_config.h:1981:2: error: #error cannot determine intptr type
Defines are already there for these architectures but not used in this
piece of code.
OK robert