Port details on branch 2025Q2 |
- rubygem-ed25519 Ruby binding to the Ed25519 (RFC 8032)
- 1.4.0 security
=0 1.4.0Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2025-05-26 14:40:23
- Last Update: 2025-05-26 14:19:49
- Commit Hash: c2187f8
- Also Listed In: rubygems
- License: MIT
- WWW:
- https://github.com/RubyCrypto/ed25519
- Description:
- ed25519.rb is a Ruby binding to the Ed25519 elliptic curve public-key signature
system described in RFC 8032.
Two implementations are provided: a MRI C extension which uses the "ref10"
implementation from the SUPERCOP benchmark suite, and a pure Java version based
on str4d/ed25519-java.
Ed25519 is one of two notable algorithms implemented atop the Curve25519
elliptic curve. The x25519 gem is a related project of this one, and implements
the X25519 Diffie-Hellman key exchange algorithm on the Montgomery form of
Curve25519.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-ed25519>0:security/rubygem-ed25519
- To install the port:
- cd /usr/ports/security/rubygem-ed25519/ && make install clean
- To add the package, run one of these commands:
- pkg install security/rubygem-ed25519
- pkg install rubygem-ed25519
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-ed25519
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1747310910
SHA256 (rubygem/ed25519-1.4.0.gem) = 16e97f5198689a154247169f3453ef4cfd3f7a47481fde0ae33206cdfdcac506
SIZE (rubygem/ed25519-1.4.0.gem) = 182272
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Runtime dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby32 : lang/ruby32
- gem : devel/ruby-gems
-
- This port is required by:
- for Build
-
- www/gitlab
- for Run
-
- www/gitlab
Configuration Options:
- No options to configure
- Options name:
- security_rubygem-ed25519
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.0 26 May 2025 14:19:49
    |
Matthias Fechner (mfechner)  |
security/rubygem-ed25519: update to 1.4.0
Required for gitlab 18.0
Changes: https://github.com/RubyCrypto/ed25519/blob/main/CHANGES.md
PR: 286874
Approved by: sunpoet (maintainer)
(cherry picked from commit 5b6744a7045179ffb1f875e890580f2f2059c723) |
Number of commits found: 1
|