Skip to content
Snippets Groups Projects
  1. Dec 10, 2020
    • Josef Schlehofer's avatar
      README: add g++-multilib as requirement · d9543166
      Josef Schlehofer authored
      While building node packages on Ubuntu 20.04 LTS, node fails because of:
      
      In file included from /usr/include/c++/9/deque:60,
                       from /usr/include/c++/9/queue:60,
                       from ../deps/v8/src/libplatform/default-foreground-task-runner.h:8,
                       from ../deps/v8/src/libplatform/default-foreground-task-runner.cc:5:
      /usr/include/c++/9/bits/stl_algobase.h:59:10: fatal error: bits/c++config.h: No such file or directory
         59 | #include <bits/c++config.h>
            |          ^~~~~~~~~~~~~~~~~~
      compilation terminated.
      
      This can be solved by installing g++-multilib
      d9543166
    • Josef Schlehofer's avatar
  2. Dec 08, 2020
  3. Dec 05, 2020
  4. Dec 03, 2020
  5. Nov 24, 2020
  6. Nov 16, 2020
  7. Nov 12, 2020
  8. Nov 10, 2020
  9. Nov 09, 2020
  10. Nov 08, 2020
    • Josef Schlehofer's avatar
      lists: nas: transmission-daemon: drop OpenSSL variant · ca66d769
      Josef Schlehofer authored
      In OpenWrt master, there were dropped SSL variants of transmission.
      We backported change to have life easier and luckily for us,
      Transmission list works even there is daemon-openssl.
      
      This just ensures that transmission-daemon will be installed, if we will
      remove some day fix package for Turris OS 5.x.
      
      Fixes: 37e45862
      ("patches/backport/transmission: add patch to remove package variants")
      Verified
      ca66d769
  11. Nov 05, 2020
  12. Nov 04, 2020
  13. Nov 03, 2020
  14. Oct 29, 2020
  15. Oct 28, 2020
  16. Oct 20, 2020
  17. Oct 18, 2020
  18. Oct 15, 2020
  19. Oct 13, 2020
    • Karel Koci's avatar
      patches/openwrt: disable root account · 16e891a9
      Karel Koci authored and Karel Koci's avatar Karel Koci committed
      This disables root account.
      
      Placing of this patch expects it to be caried for a long time so it was
      moved to second possition while current second patch was moved to thid.
      That makes it of same number as existing patch but that patch is going
      to be dropped in future so no harm to have them with same number for
      now.
      Verified
      16e891a9
  20. Oct 06, 2020
  21. Sep 24, 2020
  22. Sep 23, 2020
    • Karel Koci's avatar
      helpers/new_release: fix invalid match for modification date · 62b88ab7
      Karel Koci authored
      Fields should be compared case insensitive as they can be in any such
      format. Using awk instead to compare and correctly parse HTTP head
      format.
      
      There is known problem with this code and that is it can't parse
      date-time formats with colons. The reason is that printing original
      string ($0) in awk sneaks in to it some unwanted characters such as \r
      and probably others that are not considered as whitespaces by date
      command. This way we take only text.
      Verified
      62b88ab7
  23. Sep 16, 2020
  24. Sep 13, 2020
  25. Sep 07, 2020
  26. Aug 12, 2020
  27. Aug 11, 2020
  28. Aug 08, 2020
Loading