Your ROOT_URL in app.ini is unix://git.lalonde.me:3000/ but you are visiting https://git.lalonde.me/matth/coreboot_buildroot_project/commit/c3af2f1a4d9471f33b9159060eee23a23cd37678?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
4 additions and
4 deletions
@ -1,6 +1,7 @@
config BR2_PACKAGE_TLSDATE
config BR2_PACKAGE_TLSDATE
bool "tlsdate"
bool "tlsdate"
depends on BR2_i386 || BR2_x86_64
depends on BR2_PACKAGE_LIBEVENT
depends on BR2_PACKAGE_OPENSSL
help
help
tlsdate: secure parasitic rdate replacement
tlsdate: secure parasitic rdate replacement
@ -11,4 +12,3 @@ config BR2_PACKAGE_TLSDATE
feed you malicious time information.
feed you malicious time information.
https://github.com/ioerror/tlsdate
https://github.com/ioerror/tlsdate
@ -5,8 +5,8 @@
################################################################################
################################################################################
TLSDATE_VERSION = master
TLSDATE_VERSION = master
TLSDATE_SITE = https://github.com/ioerror/tlsdate/archive/master.zip
TLSDATE_SITE = https://github.com/ioerror/tlsdate.git
TLSDATE_LICENSE = Other
TLSDATE_LICENSE = git
TLSDATE_LICENSE_FILES = LICENSE
TLSDATE_LICENSE_FILES = LICENSE
TLSDATE_CFLAGS = $( TARGET_CFLAGS) -I$( @D)
TLSDATE_CFLAGS = $( TARGET_CFLAGS) -I$( @D)
TLSDATE_CXXFLAGS = $( TARGET_CXXFLAGS) -I$( @D)
TLSDATE_CXXFLAGS = $( TARGET_CXXFLAGS) -I$( @D)