notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
bearssl Implementation of TLS/SSL in C
0.6 security on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.6Version of this port present on the latest quarterly branch.
Maintainer: bapt@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-11-03 15:55:55
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
Also Listed In: devel
License: MIT
WWW:
https://bearssl.org/
Description:
BearSSL is an implementation of the SSL/TLS protocol (RFC 5246) written in C. It aims at offering the following features: - Be correct and secure. In particular, insecure protocol versions and choices of algorithms are not supported, by design; cryptographic algorithm implementations are constant-time by default. - Be small, both in RAM and code footprint. For instance, a minimal server implementation may fit in about 20 kilobytes of compiled code and 25 kilobytes of RAM. - Be highly portable. BearSSL targets not only "big" operating systems like Linux and Windows, but also small embedded systems and even special contexts like bootstrap code. - Be feature-rich and extensible. SSL/TLS has many defined cipher suites and extensions; BearSSL should implement most of them, and allow extra algorithm implementations to be added afterwards, possibly from third parties.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (22 items)
Collapse this list.
  1. /usr/local/share/licenses/bearssl-0.6/catalog.mk
  2. /usr/local/share/licenses/bearssl-0.6/LICENSE
  3. /usr/local/share/licenses/bearssl-0.6/MIT
  4. bin/brssl
  5. include/bearssl.h
  6. include/bearssl_aead.h
  7. include/bearssl_block.h
  8. include/bearssl_ec.h
  9. include/bearssl_hash.h
  10. include/bearssl_hmac.h
  11. include/bearssl_kdf.h
  12. include/bearssl_pem.h
  13. include/bearssl_prf.h
  14. include/bearssl_rand.h
  15. include/bearssl_rsa.h
  16. include/bearssl_ssl.h
  17. include/bearssl_x509.h
  18. lib/libbearssl.so.0
  19. lib/libbearssl.so
  20. @owner
  21. @group
  22. @mode
Collapse this list.
Dependency lines:
  • bearssl>0:security/bearssl
To install the port:
cd /usr/ports/security/bearssl/ && make install clean
To add the package, run one of these commands:
  • pkg install security/bearssl
  • pkg install bearssl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: bearssl
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1534785505 SHA256 (bearssl-0.6.tar.gz) = 6705bba1714961b41a728dfc5debbe348d2966c117649392f8c8139efc83ff14 SIZE (bearssl-0.6.tar.gz) = 765094

Packages (timestamps in pop-ups are UTC):
bearssl
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.60.60.60.60.6-0.6-
FreeBSD:13:quarterly0.60.60.60.60.60.60.60.6
FreeBSD:14:latest0.60.60.60.60.60.6-0.6
FreeBSD:14:quarterly0.60.6-0.60.60.60.60.6
FreeBSD:15:latest0.60.6n/a0.6n/a0.60.60.6
FreeBSD:15:quarterly--n/a-n/a---
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
security_bearssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://bearssl.org/
Collapse this list.

Number of commits found: 16

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.6
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.6
20 Jul 2022 14:22:56
commit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fecommit hash: 857c05f8674c5f4c990f49f9d0fb7034ebd340fe files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
security: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Kapranoff <kappa@rambler-co.ru>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Leidinger <netchild@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.6
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.6
18 Feb 2019 01:33:57
Revision:493232Original commit files touched by this commit
linimon search for other commits by this committer
This port doesn't build for submitter with threaded make (on powerpc64).
Add MAKE_JOBS_UNSAFE=yes to fix build.

While here, pet portlint.

PR:		235528
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
0.6
20 Aug 2018 17:20:05
Revision:477665Original commit files touched by this commit
bapt search for other commits by this committer
Update to 0.6
0.5
29 Sep 2017 15:24:58
Revision:450903Original commit files touched by this commit
bapt search for other commits by this committer
Update to 0.5 [1]

While here: port related changes:
- Respect PREFIX
- Build a real shared library (with SONAME)

PR:		222483 [1]
Submitted by:	takefu@airport.fm [1]
0.4_2
09 Apr 2017 20:05:37
Revision:438117Original commit files touched by this commit
feld search for other commits by this committer
security/bearssl: Fix build with Clang

Using MAKE_ARGS allows building with clang.

Submitted by:	bapt
0.4_1
09 Apr 2017 19:53:33
Revision:438116Original commit files touched by this commit
feld search for other commits by this committer
security/bearssl: Fix shared library installation

While here remove useless USES=compiler

Reported by:	bapt
0.4
09 Apr 2017 19:26:28
Revision:438115Original commit files touched by this commit
feld search for other commits by this committer
security/bearssl: Update to 0.4

Now requires GCC. The Clang build is not functional as it fails to link.
The cause is under investigation.
0.2_1
01 Apr 2017 15:23:32
Revision:437439Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
0.2
09 Jan 2017 20:14:08
Revision:431029Original commit files touched by this commit
feld search for other commits by this committer
security/bearssl: Update to 0.2

Changelog:	https://bearssl.org/changelog.html
0.1_2
20 Nov 2016 09:38:09
Revision:426566Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
0.1_1
04 Nov 2016 13:30:24
Revision:425321Original commit files touched by this commit
feld search for other commits by this committer
security/bearssl: Packaging improvements

Reported by:	mat
0.1
03 Nov 2016 16:06:30
Revision:425239Original commit files touched by this commit
feld search for other commits by this committer
security/bearssl: Fix build on FreeBSD 9.3
0.1
03 Nov 2016 15:55:46
Revision:425235Original commit files touched by this commit
feld search for other commits by this committer
BearSSL is an implementation of the SSL/TLS protocol (RFC 5246) written
in C. It aims at offering the following features:

- Be correct and secure. In particular, insecure protocol versions and
choices of algorithms are not supported, by design; cryptographic
algorithm implementations are constant-time by default.

- Be small, both in RAM and code footprint. For instance, a minimal server
implementation may fit in about 20 kilobytes of compiled code and 25
kilobytes of RAM.

- Be highly portable. BearSSL targets not only "big" operating systems
like Linux and Windows, but also small embedded systems and even special
contexts like bootstrap code.

- Be feature-rich and extensible. SSL/TLS has many defined cipher suites
and extensions; BearSSL should implement most of them, and allow extra
algorithm implementations to be added afterwards, possibly from third
parties.

WWW: https://bearssl.org/

Number of commits found: 16