Skip to content
Snippets Groups Projects
  1. Jun 24, 2020
  2. Jun 23, 2020
  3. Jun 22, 2020
  4. Jun 21, 2020
    • David Beitey's avatar
      tos3to4: fix postrm script error · 989656a2
      David Beitey authored
      The original script errored, trying to execute the command
      `luci-app-squid` because of the use of backticks in the string in the
      shell script being interpreted as evaluation.
      
      The error looked like so:
      
      ```
          INFO:Running postrm of tos3to4
          /usr/lib/opkg/info//tos3to4.postrm: line 1: luci-app-squid: not found
          /usr/lib/opkg/info//tos3to4.postrm: line 20: syntax error: unexpected "}"
          INFO:Running postrm of cznic-repo-keys-test
          INFO:Cleaning up control files
          ERROR:Failed operations:
          tos3to4/postrm: /usr/lib/opkg/info//tos3to4.postrm: line 1: luci-app-squid: not found
          /usr/lib/opkg/info//tos3to4.postrm: line 20: syntax error: unexpected "}"
      ```
      
      This fix simply removes the backticks and simplifies the shell output.
      
      This fixes #617, tos3to4: fix postrm script error - trying to execute
      luci-app-squid.
      989656a2
  5. Jun 19, 2020
    • Josef Schlehofer's avatar
      knot-resolver: disable libcap-ng · 77bd3ca4
      Josef Schlehofer authored
      In OpenWrt master (and in upcoming 20.xx), there was added library
      libcap-ng. When libcap-ng is built before knot-resolver, it is detected
      by the build system and knot-resolver requires to add libcap-ng to
      depends. However, libcap-ng can restrict privileges also while Knot
      Resolver is running under root. Because of that, disable libcap-ng
      Verified
      77bd3ca4
  6. Jun 18, 2020
  7. Jun 16, 2020
  8. Jun 12, 2020
  9. Jun 11, 2020
  10. Jun 10, 2020
Loading