-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v0.1.7 What's Changed - Feature: + supported in ORIGIN by @Dajamante in #70 - Add changelog enforcer by @Urhengulas in #71 - CI: Install Rust manually by @Urhengulas in #72 - Update CI by @Urhengulas in #74 - End of year refactoring by @Urhengulas in #75 - Goodbye bors by @Urhengulas in #77 - Summer cleanup by @Urhengulas in #79 - Release v0.1.7 by @Urhengulas in #80 v0.1.6 What's Changed - Print a message when linking normally fails by @jonas-schievink in #58 - Add entry to change log by @justahero in #59 - Update to Rust 2021 🎉 by @Urhengulas in #60 - Update CHANGELOG.md by @Urhengulas in #61 - search linker scripts in cwd first by @spookyvision in #63 - ci: cache cargo registry & build artifacts by @japaric in #64 - v0.1.6 by @japaric in #68
- Loading branch information
Showing
3 changed files
with
128 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,16 @@ | ||
# $NetBSD: Makefile,v 1.1 2023/05/09 21:58:30 nikita Exp $ | ||
# $NetBSD: Makefile,v 1.2 2023/09/11 08:01:59 pin Exp $ | ||
|
||
DISTNAME= flip-link-0.1.5 | ||
DISTNAME= flip-link-0.1.7 | ||
CATEGORIES= devel | ||
MAINTAINER= [email protected] | ||
MASTER_SITES= ${MASTER_SITE_GITHUB:=knurling-rs/} | ||
GITHUB_PROJECT= flip-link | ||
GITHUB_TAG= v${PKGVERSION_NOREV} | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://github.com/knurling-rs/flip-link/ | ||
COMMENT= Zero-cost stack overflow protection for embedded programs | ||
LICENSE= apache-2.0 OR mit | ||
|
||
.include "cargo-depends.mk" | ||
|
||
INSTALLATION_DIRS= bin | ||
|
||
do-install: | ||
${INSTALL_PROGRAM} ${WRKSRC}/target/release/flip-link ${DESTDIR}${PREFIX}/bin | ||
|
||
.include "../../lang/rust/cargo.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,37 @@ | ||
# $NetBSD: cargo-depends.mk,v 1.1 2023/05/09 21:58:30 nikita Exp $ | ||
# $NetBSD: cargo-depends.mk,v 1.2 2023/09/11 08:01:59 pin Exp $ | ||
|
||
CARGO_CRATE_DEPENDS+= assert_cmd-2.0.0 | ||
CARGO_CRATE_DEPENDS+= bstr-0.2.16 | ||
CARGO_CRATE_DEPENDS+= aho-corasick-1.0.2 | ||
CARGO_CRATE_DEPENDS+= anstyle-1.0.1 | ||
CARGO_CRATE_DEPENDS+= assert_cmd-2.0.12 | ||
CARGO_CRATE_DEPENDS+= bstr-1.6.0 | ||
CARGO_CRATE_DEPENDS+= cfg-if-1.0.0 | ||
CARGO_CRATE_DEPENDS+= difflib-0.4.0 | ||
CARGO_CRATE_DEPENDS+= doc-comment-0.3.3 | ||
CARGO_CRATE_DEPENDS+= either-1.6.1 | ||
CARGO_CRATE_DEPENDS+= env_logger-0.9.0 | ||
CARGO_CRATE_DEPENDS+= getrandom-0.2.3 | ||
CARGO_CRATE_DEPENDS+= itertools-0.10.1 | ||
CARGO_CRATE_DEPENDS+= lazy_static-1.4.0 | ||
CARGO_CRATE_DEPENDS+= libc-0.2.99 | ||
CARGO_CRATE_DEPENDS+= log-0.4.14 | ||
CARGO_CRATE_DEPENDS+= memchr-2.4.1 | ||
CARGO_CRATE_DEPENDS+= object-0.26.1 | ||
CARGO_CRATE_DEPENDS+= predicates-2.0.2 | ||
CARGO_CRATE_DEPENDS+= predicates-core-1.0.2 | ||
CARGO_CRATE_DEPENDS+= predicates-tree-1.0.3 | ||
CARGO_CRATE_DEPENDS+= proc-macro2-1.0.28 | ||
CARGO_CRATE_DEPENDS+= quote-1.0.9 | ||
CARGO_CRATE_DEPENDS+= regex-automata-0.1.10 | ||
CARGO_CRATE_DEPENDS+= rstest-0.11.0 | ||
CARGO_CRATE_DEPENDS+= either-1.8.1 | ||
CARGO_CRATE_DEPENDS+= env_logger-0.10.0 | ||
CARGO_CRATE_DEPENDS+= getrandom-0.2.10 | ||
CARGO_CRATE_DEPENDS+= glob-0.3.1 | ||
CARGO_CRATE_DEPENDS+= itertools-0.10.5 | ||
CARGO_CRATE_DEPENDS+= libc-0.2.147 | ||
CARGO_CRATE_DEPENDS+= log-0.4.19 | ||
CARGO_CRATE_DEPENDS+= memchr-2.5.0 | ||
CARGO_CRATE_DEPENDS+= object-0.31.1 | ||
CARGO_CRATE_DEPENDS+= predicates-3.0.3 | ||
CARGO_CRATE_DEPENDS+= predicates-core-1.0.6 | ||
CARGO_CRATE_DEPENDS+= predicates-tree-1.0.9 | ||
CARGO_CRATE_DEPENDS+= proc-macro2-1.0.66 | ||
CARGO_CRATE_DEPENDS+= quote-1.0.31 | ||
CARGO_CRATE_DEPENDS+= regex-1.9.1 | ||
CARGO_CRATE_DEPENDS+= regex-automata-0.3.3 | ||
CARGO_CRATE_DEPENDS+= regex-syntax-0.7.4 | ||
CARGO_CRATE_DEPENDS+= relative-path-1.8.0 | ||
CARGO_CRATE_DEPENDS+= rstest-0.18.1 | ||
CARGO_CRATE_DEPENDS+= rstest_macros-0.18.1 | ||
CARGO_CRATE_DEPENDS+= rustc_version-0.4.0 | ||
CARGO_CRATE_DEPENDS+= semver-1.0.4 | ||
CARGO_CRATE_DEPENDS+= syn-1.0.74 | ||
CARGO_CRATE_DEPENDS+= treeline-0.1.0 | ||
CARGO_CRATE_DEPENDS+= unicode-xid-0.2.2 | ||
CARGO_CRATE_DEPENDS+= semver-1.0.18 | ||
CARGO_CRATE_DEPENDS+= serde-1.0.173 | ||
CARGO_CRATE_DEPENDS+= syn-2.0.26 | ||
CARGO_CRATE_DEPENDS+= termtree-0.4.1 | ||
CARGO_CRATE_DEPENDS+= unicode-ident-1.0.11 | ||
CARGO_CRATE_DEPENDS+= wait-timeout-0.2.0 | ||
CARGO_CRATE_DEPENDS+= wasi-0.10.2+wasi-snapshot-preview1 | ||
CARGO_CRATE_DEPENDS+= wasi-0.11.0+wasi-snapshot-preview1 |
Oops, something went wrong.