Port details |
- rpm-sequoia OpenPGP backend for rpm using Sequoia PGP
- 1.7.0_4 security =2 1.7.0_2Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2023-12-25 21:51:22
- Last Update: 2024-12-01 09:24:18
- Commit Hash: 1d1fd15
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: archivers
- License: GPLv2
- WWW:
- https://sequoia-pgp.org/
- https://github.com/rpm-software-management/rpm-sequoia
- Description:
- The rpm-sequoia library provides an implementation of the rpm's pgp
interface using Sequoia.
This library's crypto policy can be customized. It finds the
configuration file by checking the following in turn:
- the `RPM_SEQUOIA_CRYPTO_POLICY` environment variable,
- `/etc/crypto-policies/back-ends/rpm-sequoia.config`,
- the `SEQUOIA_CRYPTO_POLICY` environment variable, and finally,
- `/etc/crypto-policies/back-ends/sequoia.config`.
Only the first configuration file that is present is used. If an
environment is set to the empty string, then an empty configuration
file is used. That is, the default policy is used.
Thus, if `RPM_SEQUOIA_CRYPTO_POLICY` is not set, and
`/etc/crypto-policies/back-ends/rpm-sequoia.config`, the latter will
be used. In this case, `SEQUOIA_CRYPTO_POLICY` and
`/etc/crypto-policies/back-ends/sequoia.config` will be completely
ignored.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rpm-sequoia>0:security/rpm-sequoia
- To install the port:
- cd /usr/ports/security/rpm-sequoia/ && make install clean
- To add the package, run one of these commands:
- pkg install security/rpm-sequoia
- pkg install rpm-sequoia
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rpm-sequoia
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1720600210
SHA256 (rust/crates/aead-0.5.2.crate) = d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0
SIZE (rust/crates/aead-0.5.2.crate) = 15509
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rust>=1.83.0 : lang/rust
- pkgconf>=1.3.0_1 : devel/pkgconf
- llvm-config15 : devel/llvm15
- Library dependencies:
-
- libgmp.so : math/gmp
- libnettle.so : security/nettle
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_rpm-sequoia
- USES:
- cargo pkgconfig llvm:15
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.0_4 01 Dec 2024 09:24:18 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.83.0
PR: 283000 |
1.7.0_3 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
1.7.0_2 27 Oct 2024 20:47:07 |
Yuri Victorovich (yuri) |
security/rpm-sequoia: Update WWW |
1.7.0_2 23 Oct 2024 03:11:24 |
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: (Only the first 15 lines of the commit message are shown above ) |
1.7.0_2 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
1.7.0_1 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
1.7.0 10 Jul 2024 16:00:55 |
Yuri Victorovich (yuri) |
security/rpm-sequoia: update 1.5.0 → 1.7.0
Reported by: portscout |
1.5.0_6 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
1.5.0_5 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
1.5.0_4 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
1.5.0_3 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
1.5.0_2 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
1.5.0_1 26 Dec 2023 01:19:56 |
Yuri Victorovich (yuri) |
security/rpm-sequoia: Correct the location of the .pc file |
1.5.0 25 Dec 2023 21:49:06 |
Yuri Victorovich (yuri) |
security/rpm-sequoia: New port: OpenPGP backend for rpm using Sequoia PGP |