Skip to content
Snippets Groups Projects
  1. Sep 13, 2021
  2. Sep 12, 2021
    • Bart Ribbers's avatar
      main/linux-postmarketos-allwinner: upgrade to 5.14.1_git20210908 (MR 2504) · 402ad5de
      Bart Ribbers authored and Oliver Smith's avatar Oliver Smith committed
      Fixes an issue where /dev/video2 can't be used by Megapixels (and thus
      Megapixels crashing) when having PipeWire installed. The problem was
      that the node could only be used by a single application, which was
      PipeWire in that case.
      
      [ci:skip-build]: just built successfully in CI
      Unverified
      402ad5de
    • Dylan Van Assche's avatar
      temp/modemmanager: drop, upstreamed to Alpine (MR 2490) · 8ae1039a
      Dylan Van Assche authored and Oliver Smith's avatar Oliver Smith committed
      All patches are merged upstream and released in the latest release.
      Drop our fork and use Alpine's version again.
      Unverified
      8ae1039a
    • Oliver Smith's avatar
      pine64-pinephone: fix pre-upgrade script (MR 2512) · 62453b9e
      Oliver Smith authored
      Use -f, so rm
      * does not complain if the file does not exist
      * does not exit with 1 if the file does not exist
      
      Remove the stdout/stderr redirect (not needed with -f).
      
      Add exit 0 at the end of the file, even though it clearly should not
      exit with anything other than 0 anymore, as it's common practice in
      these pre-upgrade etc. scripts.
      
      With the old script, the problem was that it would exit 1 as soon as the
      files did not exist at the time the script runs. Exit 1 in this
      pre-upgrade script causes apk to show an error, and it would not go away
      with 'apk fix' since it ran into the same problem.
      
      Fixes: 7c511d ("pine64-pinephone: remove old u-boot...")
      Unverified
      62453b9e
    • Oliver Smith's avatar
      Unverified
      fddf3176
    • Oliver Smith's avatar
      CI: shellcheck: remove apk upgrade command (MR 2511) · 1610a605
      Oliver Smith authored
      CI is currently failing at the "apk upgrade" line with the following
      error. It must be related to the openssl3 transition that is going on in
      Alpine:
      
      485B6261A57F0000:error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1882:
      ERROR: musl-1.2.2-r6: Permission denied
      485B6261A57F0000:error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1882:
      ERROR: busybox-1.34.0-r3: Permission denied
      485B6261A57F0000:error:0A000086:SSL routines:tls_post_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1882:
      ERROR: musl-utils-1.2.2-r6: Permission denied
      
      So let's get rid of it. It shouldn't be needed to install shellcheck
      anyway.
      Unverified
      1610a605
  3. Sep 11, 2021
  4. Sep 10, 2021
  5. Sep 08, 2021
  6. Sep 07, 2021
  7. Sep 06, 2021
  8. Sep 05, 2021
Loading