New package: hctl-0.2.6
Testing the changes
- I tested the changes in this PR: YES
note:
xlintreports no problems- tested with
XBPS_CHECK_PKGS=yesand-Q
New package
- This new package conforms to the package requirements: YES
Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- [x] aarch64-glibc
- [x] armv7l-glibc
- [x] armv6l-glibc
- [x] i686-glibc
note:
- not tested on void
*-muslbut, on alpine succeeds with all arches including riscv64
About: This tool allows to manage host domain blocking (hostlist generation from multiple sources, record de-duplication). It operates in parallel. Also it's optimized for memory. It's cool comparing to some nasty scripts or sed especially when you count records in millions.
Info:
Alpine Linux Package request - uses musl, may be helpful for bug tracing, accepted to testing
Disclaimer: I'm a hctl author.
Have a nice day!
Do you need Cargo.lock, or this approach is acceptable?
it is recommended rust crate practice to track cargo.lock in git for applications.
Also, we prefer that package template maintainers are not the upstream maintainers unless they use Void.
Ok, so required changes are:
- add Cargo.toml now as a separate file. (With next stable release I'll include it upstream)
- last line of template should not be empty (my nasty editor had to add it on save)
I'll amend and fore push
Questions:
- Do you wish to change commit message to some specific?
- Alpine uses cargo-auditable, should it be used here?
Void glibc is my default desktop OS, but you decide.
Done:
- see CONTRIBUTING.md
- no archs= is equivalent with "all archs"
hostmakedepends="pkg-config"- for now, it's better to just use
cargo generate-lockfilefor this
@classabbyamp Is there anything else I need to do?
Updated to 0.2.4, as promised now Cargo.lock is upstream
@classabbyamp Updated to 0.2.5 and rebased, is there anything else I can do?
LGTM now..?
LGTM now..?
Update to 0.2.6
- Semi-important dependencies update
- New features
- Requires rust 1.74+
Also, all desired features are highlighted, published a roadmap to 1.0.0
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
BUMP! And merge plz