CapnBry / HeaterMeter

HeaterMeter and LinkMeter Arduino BBQ Controller
https://tvwbb.com/forums/heatermeter-diy-bbq-controller.85/
MIT License
503 stars 83 forks source link

[wrt] update ca-certificates package to version 20160104 #29

Closed shmick closed 8 years ago

CapnBry commented 8 years ago

Thanks, Steve! After I do v13 release this week my 50% goal is to port everything to the latest OpenWrt so we'll get a few years before we start losing packages all the time like this. Is there a better way to have HTTPS support with curl without constantly updating root certs URLs?

shmick commented 8 years ago

Not really. Could always throw in a schedule task on boot to run something like curl https://curl.haxx.se/ca/cacert.pem -o /path/to/ca-bundle.crt which is only about 250KB

shmick commented 8 years ago

Aaaaand it looks like svn.openwrt.org has gone dark. Should probably have a copy of 12.09 r36422 sitting on github that can be easily cloned. I kept meaning to do this...

shmick commented 8 years ago

This looks to work ok and you end up on r36423 vs r36422

Everything compiled successfully and I've flashed the img without any probs.

git clone git://git.openwrt.org/12.09/openwrt.git openwrt
cd openwrt
git checkout f83d737

From git log

commit f83d737d3ece14a41782615ae068e328df909ac8
Author: jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date:   Thu Apr 25 09:36:00 2013 +0000

    AA: base-files: backport r36107

    git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@36423 3c298f89-4303-0410-b956-a3cf2f4a3e73
BusyBox v1.19.4 (2016-02-25 04:55:14 UTC) built-in shell (ash)
Enter 'help' for a list of built-in commands.

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 -----------------------------------------------------
 ATTITUDE ADJUSTMENT (Attitude Adjustment, r36423)
 -----------------------------------------------------
  * 1/4 oz Vodka      Pour all ingredients into mixing
  * 1/4 oz Gin        tin with ice, strain into glass.
  * 1/4 oz Amaretto
  * 1/4 oz Triple sec
  * 1/4 oz Peach schnapps
  * 1/4 oz Sour mix
  * 1 splash Cranberry juice
 -----------------------------------------------------
root@HM424:~#