30/06/2019

 Linux underground

Ebuild dev notes about Google fork of tlsdate

Original tlsdate : https://github.com/ioerror/tlsdate.
Current tlsdate used : https://chromium.googlesource.com/chromiumos/third_party/tlsdate.

Hardened flag

Why hardened USE flag is enabled by default :
$ cat configure.ac | grep -n 'hardened flags'

Simple test of tlsdate

$ tlsdate -v -V -n -H encrypted.google.com

-n : don't set clock

Improve ebuild

Before eautoreconf do : mkdir config
See autogen.sh file.
Several scripts will be generated. We probably could do test in ebuild with test-driver script.

Yet another tlsdate fork

https://github.com/akiernan/tlsdate.


Contact