openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
3.88k stars 3.39k forks source link

unbound: Update to 1.20.0 #24368

Closed Ra2-IFV closed 1 week ago

Ra2-IFV commented 2 weeks ago

Maintainer: @EricLuehrsen Compile tested: aarch64 generic 5be9a8790c62a6dca7a4547cd306f54d9bb812d9 Run tested: aarch64 generic 5be9a8790c62a6dca7a4547cd306f54d9bb812d9

Description: Previous faulty PR: https://github.com/openwrt/packages/pull/24364

Ra2-IFV commented 1 week ago

Should I merge master branch🤔

1715173329 commented 1 week ago

these changes should be done in a single commit.

Should I merge master branch🤔

  1. Not required if there's no conflict.
  2. Do rebase, not merge.
1715173329 commented 1 week ago
  1. These changes should be done in a single commit
  2. If you removed patch(es), please explain why in commit message.
Ra2-IFV commented 1 week ago

Commit rebased and updated. Thanks, thanks again for your guidance. There are lots of things to learn more than the contributing guide ;)

hardfalcon commented 1 week ago

Why does this PR contain a change to utils/lvm2/patches/900-support-gcc14.patch?

Ra2-IFV commented 1 week ago

Removed the wrong file. Another tip: do not always use git add ., use git status more often :(