fastports

rage 0.11.2

security/rage-encryption

Simple, modern, and secure file encryption tool, using the age format

Category
security
Maintainer
ehaupt@FreeBSD.org
WWW
https://github.com/str4d/rage
License
APACHE20 MIT
USES
cargo

Description

A secure, modern file encryption tool and Rust library utilizing the age
format, offering small explicit keys, no configuration options, and
UNIX-style composability.

Dependencies

Commit History

may be incomplete — full history at freebsd-ports on GitHub

Commit Credits Log message
0.11.2
d2443c176c files touched
Emanuel Haupt (ehaupt)
security/rage-encryption: Update to 0.11.2
0.11.1
43f5b4a72f files touched
Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.94.0
PR:		293615
0.11.1
3d631100e8 files touched
Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.93.0
PR:		292360
0.11.1
5e496c7707 files touched
Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.92.0
PR:		291582
0.11.1
d6b6027df6 files touched
Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.91.1
PR:		290816
0.11.1
97b5de4ffc files touched
Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.90.0
PR:		289709
0.11.1
b21956d7db files touched
Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.89.0
PR:		288923
0.11.1
f3f7e555b0 files touched
Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.88.0
PR:		287766
0.11.1
3ed29b8185 files touched
Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.87.0
PR:		286829
0.11.1
2a5976aebe files touched
Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.86.0
PR:		285840
0.11.1
cf7c4b037d files touched
Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.85.0
PR:		284884
0.11.1
fccaa1b326 files touched
Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.84.0
PR:		283962
0.11.1
15a40de900 files touched
Emanuel Haupt (ehaupt)
security/rage-encryption: Update to 0.11.1
0.11.0
1d1fd15a3e files touched
Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.83.0
PR:		283000
0.11.0
ca048c2884 files touched
Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.82.0
PR:		282516
0.11.0
6e2da9672f files touched
Robert Clausecker (fuz)
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.

Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.

Approved by:	portmgr (rene)
Reviewed by:	mat
Pull Request:	https://github.com/freebsd/freebsd-ports/pull/302
PR:		281988
0.11.0
148aa6b71e files touched
Emanuel Haupt (ehaupt)
security/rage-encryption: Update to 0.11.0
0.10.0
f99a708957 files touched
Yuri Victorovich (yuri)
Mk/Uses/cargo.mk: Remove cross-compilation options for Rust-based ports
Reasons:
* Port build shouldn't use cross-compilation mode
  because it buids for the same architecture.
* RUSTFLAGS isn't passed to the build of all or some Rust ports
  in the cross-compilation mode.

Essential changes:
* Remove the CARGO_BUILD_TARGET make variable.
* Remove CARGO_BUILD_TARGET and CARGO_TARGET_* from CARGO_ENV.
* Update many ports that used CARGO_BUILD_TARGET.
* Build paths now don't include the architecture triplet part.

Immadiate benefits:
* Unbreak build on architectures like i386 that sometimes require
  special RUSTFLAGS that were not effective in the cross-compilation
  mode.

Ports that really need cross-compilation for some reason should
enable it on case-by-case basis. Example: net-p2p/cncli
(Not sure why does net-p2p/cncli actually need it, but it only
builds with these options.)

PR:		280305
Approved by:	rust@FreeBSD.org (maintainer's timeout; 98 days)
0.10.0
89ab81d0e2 files touched
Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.81.0
PR:		281300
0.10.0
7a55f95425 files touched
Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.80.1
PR:		280490
0.10.0
21476ca8a9 files touched
Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.79.0
PR:		279707
0.10.0
2322b66100 files touched
Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.78.0
PR:		278834
0.10.0
d632fbe55e files touched
Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.77.0
PR:		277786
0.10.0
7f5a7b0e52 files touched
Mikael Urankar (mikael)
lang/rust: Bump revisions after 1.76.0
PR:		276920
0.10.0
5d6de99c9b files touched
Emanuel Haupt (ehaupt)
security/rage-encryption: Update to 0.10.0
0.9.2
0f15301331 files touched
Emanuel Haupt (ehaupt)
security/rust-rage: Rename to security/rage-encryption
Renamed as per the preferred fallback name suggested by upstream.

Issue:		https://github.com/str4d/rage/pull/467