opentechinstitute / commotion-feed

Feed of Commotion components to be pulled in by OpenWRT
GNU Affero General Public License v3.0
5 stars 11 forks source link

Dashboard helper rewrite #38

Closed areynold closed 10 years ago

areynold commented 10 years ago

To be tested in conjunction with opentechinstitute/commotion-dashboard-helper#10

Updates dependencies for commotion dashboard helper. To test:

  1. During build, after running setup but before running make, ensure that openwrt/packages/cyassl DOES NOT EXIST.
  2. After build, ensure that the cyassl (libcyassl?) package in openwrt/bin/ar71xx/packages/ shows version 2.8, not 1.6.5
  3. After flashing node, ensure that the node's https pages display and function correctly (since this is a major openssl update)
  4. Continue with dashboard helper test procedures.
westbywest commented 10 years ago

Sorry for adding this comment late, but wanted to share recent discover that tinc, the lightweight VPN client occasionally discussed on commotion-dev listserv has a hard dependency on libopenssl. Members of tinc devel listserv say likely no (easy) options for running tinc with the embedded SSL implementations like cyassl or polarssl. This likely may be moot for Commotion if you end up using Serval to provide a VPN layer.