Port details |
- boringssl Fork of OpenSSL
- 0.0.0.0.2025.04.11.01 security
=3 0.0.0.0.2025.03.27.01_1Version of this port present on the latest quarterly branch. - Maintainer: osa@FreeBSD.org
 - Port Added: 2017-06-29 15:51:11
- Last Update: 2025-04-11 17:31:47
- Commit Hash: 05dd21a
- People watching this port, also watch:: xrdp, telegram-desktop, osv-scanner, memcached, R
- License: OpenSSL
- WWW:
- https://boringssl.googlesource.com/boringssl/
- Description:
- Fork of OpenSSL that is designed to meet Google's needs.
Although BoringSSL is an open source project, it is not intended for general
use, as OpenSSL is. We don't recommend that third parties depend upon it.
Doing so is likely to be frustrating because there are no guarantees of API
or ABI stability.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- boringssl>0:security/boringssl
- Conflicts:
- CONFLICTS_INSTALL:
- libressl
- libressl-devel
- openssl
- openssl111
- openssl3[12345]
- openssl-quictls
- openssl31-quictls
- To install the port:
- cd /usr/ports/security/boringssl/ && make install clean
- To add the package, run one of these commands:
- pkg install security/boringssl
- pkg install boringssl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: boringssl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1744371270
SHA256 (filippo.io/edwards25519/@v/v1.1.0.zip) = 9ac43a686d06fdebd719f7af3866c87eb069302272dfb131007adf471c308b65
SIZE (filippo.io/edwards25519/@v/v1.1.0.zip) = 55809
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- go124 : lang/go124
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_boringssl
- USES:
- cmake:insource cpe go:no_targets,1.24 localbase perl5
- 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 |
0.0.0.0.2021.12.21.01_3 05 Jan 2022 17:11:14
    |
Sergey A. Osokin (osa)  |
security/boringssl: take maintainership |
0.0.0.0.2021.12.21.01_3 05 Jan 2022 10:33:30
    |
Sergey A. Osokin (osa)  |
security/boringssl: update CONFLICTS
Suggested by: ashish |
0.0.0.0.2021.12.21.01_2 05 Jan 2022 00:59:02
    |
Sergey A. Osokin (osa)  |
security/boringssl: remove backup files |
0.0.0.0.2021.12.21.01_1 05 Jan 2022 00:50:57
    |
Sergey A. Osokin (osa)  |
security/boringssl: update pkg-plist, bump PORTREVISION |
0.0.0.0.2021.12.21.01 04 Jan 2022 22:20:11
    |
Sergey A. Osokin (osa)  |
security/boringssl: update to the recent commit.
Based on patches submitted by: Ashish SHUKLA <ashish@FreeBSD.org> |
0.0.0.0.2020.04.29.01_1 25 Sep 2021 20:28:58
    |
Bernhard Froehlich (decke)  |
security/boringssl: Add CPE information
Approved by: portmgr (blanket) |
0.0.0.0.2020.04.29.01_1 13 Apr 2021 20:17:16
    |
Adriaan de Groot (adridg)  |
security/boringssl: fix plist
One missing header file. Bump PORTREVISION for including that one. |
0.0.0.0.2020.04.29.01 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.0.0.0.2020.04.29.01 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.0.0.0.2020.04.29.01 13 Mar 2021 22:35:39
  |
swills  |
www/boringssl: drop maintainership since I no longer use this |
0.0.0.0.2020.04.29.01 25 Jun 2020 03:06:40
  |
osa  |
Update to the 2020.04.29.01.
Approved by: swills (maintainer) |
0.0.0.0.2019.12.02.01 02 Dec 2019 19:29:08
  |
swills  |
security/boringssl: update to new snapshot [1]
While here, fix build on aarch64 [2]
PR: 242388 [2]
Submitted by: mikael.urankar@gmail.com [2] |
0.0.0.0.2018.10.30.01 29 Jun 2019 03:51:14
  |
tobik  |
Convert all Go ports to USES=go
This allows for port testing with lang/go-devel via GO_PORT, setting
up the Go build environment in a single place, and is step one in
simplifying Go ports that often define too complicated do-build
targets themselves.
USES=go gains new arguments 'run' to add lang/go to RUN_DEPENDS and
'no_targets' for ports with composite builds that call 'go' themselves
and do not need the do-build/do-install targets of USES=go.
PR: 238849
Submitted by: dg@syrec.org (also D20745)
Reviewed by: mat, tobik
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20746 |
0.0.0.0.2018.10.30.01 25 Dec 2018 20:25:40
  |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
0.0.0.0.2018.10.30.01 30 Oct 2018 15:45:33
  |
swills  |
security/boringssl: update to new snapshot |
0.0.0.0.2018.01.10.01 10 Jan 2018 19:44:08
  |
swills  |
security/boringssl: update to new snapshot |
0.0.0.0.2017.12.07.01 07 Dec 2017 19:42:28
  |
swills  |
security/boringssl: update to new snapshot |
0.0.0.0.2017.10.13.01 16 Oct 2017 13:40:09
  |
swills  |
security/boringssl: update to new snapshot |
0.0.0.0.2017.06.28.01 29 Jun 2017 21:16:02
  |
swills  |
Fix test
Reported by: mat |
0.0.0.0.2017.06.28.01 29 Jun 2017 15:51:01
  |
swills  |
security/boringssl: create port
Fork of OpenSSL that is designed to meet Google's needs
WWW: https://github.com/google/boringssl |