-
Openssl 1.0.2 is the current LTS and goes EOL on 2019-12-31.
https://www.openssl.org/policies/releasestrat.html
This lists our current packages using openssl100:
Items marked with an asterisk (*)…
-
*[OMC summary: the requested feature is IKE protocol support]*
The description of the ECDSA signature and verification of the EC P256 P384 P521 three types of curves by RFC4754 clearly indicates th…
-
The setup component should be solved independently of the other components, so the decisions about constraints taken in the setup component should not be influenced by decisions taken in other compone…
-
Hello,
I am attempting to statically link a Haskell library that exports a C API. But I get the following errors if I pass the `-optl-static` flag:
```
/usr/lib/gcc/x86_64-alpine-linux-musl/10.3.…
-
L is meant to be modern.
Therefor it needs to be able to easily and natively process things like JSON.
Hence it needs object structures like Arrays and Dictionaries.
-
I'm running 9front on a raspberry pi.
```
----- cpu% mk install
echo '#define sexp_default_module_path "'/sys/lib/chibi-scheme'"' > include/chibi/install.h
echo '#define sexp_so_extension ".no-s…
-
-
Champion: @littledan
Spec Repo: https://github.com/tc39/proposal-bigint
Spec Text: https://tc39.github.io/proposal-bigint
Slides (to Stage 3 at May TC39 Meeting): https://docs.google.com/presentat…
-
GHC's wired-in packages are currently
https://gitlab.haskell.org/ghc/ghc/-/blob/master/compiler/GHC/Unit/Types.hs#L635-643
```
wiredInUnitIds =
[ primUnitId
, bignumUnitId
, ghcInte…
-
I tried to build MPICH with the Intel C++ compiler . The configure step fails in hwloc configure, specifically the C99 step. I extracted the configure test and reproduced the errors (see below).
…