Jump to content

RSS Bot

Bot
  • Posts

    4252
  • Joined

  • Last visited

    Never

Everything posted by RSS Bot

  1. Bumps ossf/scorecard-action from 2.3.1 to 2.3.3. Release notes Sourced from ossf/scorecard-action's releases. v2.3.3 [!NOTE] There is no v2.3.2 release as a step was skipped in the release process. This was fixed and re-released under the v2.3.3 tag What's Changed :seedling: Bump github.com/ossf/scorecard/v4 (v4.13.1) to github.com/ossf/scorecard/v5 (v5.0.0-rc1) by @​spencerschrock in ossf/scorecard-action#1366 :seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc1 to v5.0.0-rc2 by @​spencerschrock in ossf/scorecard-action#1374 :seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to v5.0.0-rc2.0.20240509182734-7ce860946928 by @​spencerschrock in ossf/scorecard-action#1377 For a full changelist of what these include, see the v5.0.0-rc1 and v5.0.0-rc2 release notes. Documentation :book: Move token discussion out of main README. by @​spencerschrock in ossf/scorecard-action#1279 :book: link to ossf/scorecard workflow instead of maintaining an example by @​spencerschrock in ossf/scorecard-action#1352 :book: update api links to new scorecard.dev site by @​spencerschrock in ossf/scorecard-action#1376 Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.3.1...v2.3.3 Commits dc50aa9 :seedling: Bump docker tag for v2.3.3 release (#1368) 8ff5700 :seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to v5.0.0-rc2.0.... 8ba5e73 update api links to new scorecard.dev site (#1376) 92ddde3 Bump github.com/ossf/scorecard/v5 from v5.0.0-rc1 to v5.0.0-rc2 (#1374) 6c55905 :seedling: Bump golang.org/x/net from 0.24.0 to 0.25.0 (#1373) 09bb953 :seedling: Bump distroless/base in the docker-images group (#1372) 1511e13 :seedling: Bump the github-actions group across 1 directory with 6 updates (#... df66cd8 :seedling: Bump the docker-images group with 2 updates (#1370) fad9a3c :seedling: Bump distroless/base in the docker-images group (#1364) 1e01a30 :seedling: Bump the github-actions group with 3 updates (#1365) Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) View the full article
  2. Ethernet is supposedly broken by design. While Xunlong is working on a hw revision of this board it is to be expected that it will be released under the same name which will then ultimately contribute to users confusion why on some boards eth works and on others not. Therefore get rid of this one altogether. https://github.com/armbian/build/issues/6587 View the full article
  3. rk35xx: drop vendor-boogie-panthor BRANCH; it has been integrated into vendor rk35xx: drop vendor-boogie-panthor BRANCH; it has been integrated into vendor This reverts commit 5f59fe63f19391eea3f1d7f99e62db9bbc9c961f View the full article
  4. multiple boards: fixes for board file syntax / missing vars (fixing JSON matrix prepare) multiple boards: fixes for board file syntax / missing vars (fixing JSON matrix prepare) BOARD_MAINTAINER must exist Every board file needs some variables defined, since they're parsed directly (and sources/includes are not resolved) View the full article
  5. Description Same as #6588 for v24.05 branch View the full article
  6. Description Set correct video firmware based on the device being used. Fixes - https://forum.khadas.com/t/ffmpeg-and-hardware-h264-decode/19033/24 How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [X] Checked that the preload service starts correctly on vim4 and video_code.bin file points to correct firmware file. Checklist: Please delete options that are not relevant. [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  7. Description systemctl reload-or-restart ssh prevents botching job if sshd is started by socket How Has This Been Tested? Quite harmless change which broadens systemctl tolerance towards services, no negative impacts expected Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] My changes generate no new warnings View the full article
  8. Description systemd-resolved is installed and enabled by default - unfortunately a static /etc/resolv.conf nameserver 1.0.0.1 set up during debootstrap phase is preventing systemd-resolved to do its job Removing the file after chroot has been finalized in post-tweaks.sh enables systemd-resolved to symlink /etc/resolv.conf to /run/systemd/resolved/stub-resolv.conf on first boot How Has This Been Tested? [x] Rebuilt an booted an Orangepi5-plus debian trixie image from trunk Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] My changes generate no new warnings View the full article
  9. Description sid and unstable are synonyms of the same repository Credits: going --> https://forum.armbian.com/topic/37503-kali-linux-as-supported-distro/ [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code View the full article
  10. Description /boot/armbianEnv.txt for rockchip64 doesn't preconfigure any console output by default - so "console=both" has been added to config/sources/families/rockchip64.txt to enable serial and display console at build time How Has This Been Tested? [x] Rebuilt orange5-plus trunk and booted correctly Checklist: Please delete options that are not relevant. [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] My changes generate no new warnings View the full article
  11. Description Rewrite with: ./compile.sh rewrite-kernel-config BOARD=board BRANCH=branch How Has This Been Tested? [ ] CI Checklist: Please delete options that are not relevant. [ ] My changes generate no new warnings View the full article
  12. Description Added a call to losetup -f which would make sure that there is a loop device that exists and available for use. See #6568 Added doas support to is_root_or_sudo_prefix function. I will understand if this change would be asked to be removed, added just because I use doas. Jira reference number AR-2132 How Has This Been Tested? Building using the command ./compile.sh BOARD=orangepi5 BRANCH=legacy BUILD_DESKTOP=no BUILD_MINIMAL=no KERNEL_CONFIGURE=no KERNEL_GIT=shallow RELEASE=bookworm on my machine. For some reason fails on the first try, creating the device and not finding it, but the second run succeeds. Checklist: Please delete options that are not relevant. [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] My changes generate no new warnings View the full article
  13. Description remove kinetic, lunar, mantic fix armhf sid, noble, oracular How Has This Been Tested? [x] Manual tests on affected Checklist: [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  14. Description The vendor config of rk35xx is originally for rk3588 which doesn't need this driver. But rk3568 need it. CONFIG_NET_VENDOR_MOTORCOMM=y is introduced by rewrite-kernel-config, I guess it should be fine. How Has This Been Tested? Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration. [x] ./compile.sh BOARD=hinlink-hnas BRANCH=vendor BUILD_DESKTOP=yes BUILD_MINIMAL=yes DEB_COMPRESS=xz KERNEL_CONFIGURE=no RELEASE=jammy KERNEL_GIT=shallow [x] Tested on hinlink hnas which has 4 2.5 inch sata. Checklist: Please delete options that are not relevant. [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [x] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
  15. main-config.sh: workaround: set the default ARCH to arm64 (replacing armhf) main-config.sh: workaround: set the default ARCH to arm64 (replacing armhf) armhf was disabled for some releases and now we get spurious failures building certain artifacts (firmware) Signed-off-by: Ricardo Pardini ricardo@pardini.net View the full article
  16. Highlighting some of the key changes Collabora worked on with Valve to improve the system update tooling on SteamOS, including the move to Desync, making applying system updates significantly faster and more reliable. View the full article
  17. Description phytium_embedded: update phytium u-boot binary to support 50Mhz SDIO WiFi. Phytium has not open-sourced the u-boot they use, so I have to use the non-free u-boot binary file they provide. How Has This Been Tested? [x] Successfully built. [x] System startup. Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  18. Description Some boards needs to be re-promoted, some retired. Welcome to add commits to this PR by the end of February. Please check https://docs.armbian.com/User-Guide_Board-Support-Rules/ prior to proposing. Checklist: [x] My code follows the style guidelines of this project View the full article
  19. This year will be Collabora's first time exhibiting at IOTSWC, in partnership with STMicroelectronics. Collabora will be showcasing how the STM32MP2 is an ideal chip to enable edge AI solution in industrial environments. View the full article
  20. Description This speed up the process of rebuilding repository as we eos repositories are served as empty. Closing https://github.com/armbian/build/issues/6561 How Has This Been Tested? [x] Manual repository generation Cleanup: dropping unsupported Removing output/repository/public/dists/buster... Removing output/repository/public/pool/buster-desktop... Removing output/repository/public/pool/buster-utils... Cleaning up prefix "." components main... Published repository has been removed successfully. Removing output/repository/public/dists/focal... Removing output/repository/public/pool/focal-desktop... Removing output/repository/public/pool/focal-utils... Cleaning up prefix "." components main... Published repository has been removed successfully. Removing output/repository/public/dists/kinetic... Removing output/repository/public/pool/kinetic-desktop... Removing output/repository/public/pool/kinetic-utils... Cleaning up prefix "." components main... Published repository has been removed successfully. Removing output/repository/public/dists/lunar... Removing output/repository/public/pool/lunar-desktop... Removing output/repository/public/pool/lunar-utils... Cleaning up prefix "." components main... Published repository has been removed successfully. Adding: bookworm Publishing: bookworm Adding: bullseye Publishing: bullseye Publishing: buster Publishing: focal Adding: jammy Publishing: jammy Publishing: kinetic Publishing: lunar Adding: mantic Publishing: mantic Adding: noble Publishing: noble Adding: sid Publishing: sid Adding: trixie Publishing: trixie * [bookworm-desktop]: Armbian bookworm desktop (packages: 0) * [bookworm-utils]: Armbian bookworm utilities (packages: 0) * [bookworm]: Armbian main repository (packages: 0) * [bullseye-desktop]: Armbian bullseye desktop (packages: 0) * [bullseye-utils]: Armbian bullseye utilities (packages: 0) * [bullseye]: Armbian main repository (packages: 0) * [buster-desktop]: Armbian buster desktop (packages: 0) * [buster-utils]: Armbian buster utilities (packages: 0) * [buster]: Armbian main repository (packages: 0) * [focal-desktop]: Armbian focal desktop (packages: 0) * [focal-utils]: Armbian focal utilities (packages: 0) * [focal]: Armbian main repository (packages: 0) * [jammy-desktop]: Armbian jammy desktop (packages: 0) * [jammy-utils]: Armbian jammy utilities (packages: 0) * [jammy]: Armbian main repository (packages: 0) * [kinetic-desktop]: Armbian kinetic desktop (packages: 0) * [kinetic-utils]: Armbian kinetic utilities (packages: 0) * [kinetic]: Armbian main repository (packages: 0) * [lunar-desktop]: Armbian lunar desktop (packages: 0) * [lunar-utils]: Armbian lunar utilities (packages: 0) * [lunar]: Armbian main repository (packages: 0) * [mantic-desktop]: Armbian mantic desktop (packages: 0) * [mantic-utils]: Armbian mantic utilities (packages: 0) * [mantic]: Armbian main repository (packages: 0) * [noble-desktop]: Armbian noble desktop (packages: 0) * [noble-utils]: Armbian noble utilities (packages: 0) * [noble]: Armbian main repository (packages: 0) * [oracular-desktop]: Armbian oracular desktop (packages: 0) * [oracular-utils]: Armbian oracular utilities (packages: 0) * [oracular]: Armbian main repository (packages: 0) * [sid-desktop]: Armbian sid desktop (packages: 0) * [sid-utils]: Armbian sid utilities (packages: 0) * [sid]: Armbian main repository (packages: 0) * [trixie-desktop]: Armbian trixie desktop (packages: 0) * [trixie-utils]: Armbian trixie utilities (packages: 0) * [trixie]: Armbian main repository (packages: 0) Checklist: [x] My changes generate no new warnings View the full article
  21. Description Future Ubuntu development release, CSC. How Has This Been Tested? Builds, but we need to enable repository. Checklist: [x] My changes generate no new warnings View the full article
  22. Description Sakura Pi RK3308B board adds kernel 6.6 and 6.8 support. #6497 only supports the Sakura Pi RK3308B board running smoothly on kernel 6.2, while encountering a lack of device tree in kernel 6.6 and kernel 6.8. How Has This Been Tested? [x] Compiled and tested to boot on kernel 6.6. [x] Compiled and tested to boot on kernel 6.8. Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] My changes generate no new warnings View the full article
  23. thinkpad-x13s: drop steev's kernel; switch to jhovold's wip/sc8280xp-6.9-rcX thinkpad-x13s: drop steev's kernel; switch to jhovold's wip/sc8280xp-6.9-rcX update .config according to jhovold's defconfig, but keep network filesystems enabled View the full article
  24. Description phytium_embedded: update kernel config from phytium repo. The kernel repository has patched the rtw88 driver, so set EXTRAWIFI="no". How Has This Been Tested? [x] Successfully built. [x] System startup. Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
  25. Enable bcachefs filesystem support in rk3588 kernel config (copied from armbian rockpro64 edge config). Description This adds support for the bcachefs filesystem in the rk3588 edge kernel config. Bcachefs is a new and exciting filesystem that is similar to btrfs / zfs, but simpler to use. The relevant kernel options were already in other configs, such as the rockpro64 edge config, but not in the rk3588 edge one. This needs kernel version 6.7+. How Has This Been Tested? custom kernel build Checklist: Please delete options that are not relevant. [ ] My code follows the style guidelines of this project [ ] I have performed a self-review of my own code [ ] I have commented my code, particularly in hard-to-understand areas [ ] My changes generate no new warnings [ ] Any dependent changes have been merged and published in downstream modules View the full article
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines