Port details |
- s2n C99 implementation of the TLS/SSL protocols
- 1.3.20,1 security
=1 1.3.20,1Version of this port present on the latest quarterly branch.
- Maintainer: eduardo@FreeBSD.org
- Port Added: 2015-10-23 22:48:42
- Last Update: 2022-09-13 15:16:48
- Commit Hash: 79a0481
- People watching this port, also watch:: tmux, proggy_fonts-ttf, monit
- License: APACHE20
- WWW:
- https://github.com/aws/s2n-tls
- Description:
- s2n is a C99 implementation of the TLS/SSL protocols that
is designed to be simple, small, fast, and with security as
a priority. It is released and licensed under the Apache Software License 2.0.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: s2n
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1661353352
SHA256 (aws-s2n-tls-v1.3.20_GH0.tar.gz) = 9d05578e881005db18ab979780b6af6c6099bae60bb6081b57e21c5e0615771d
SIZE (aws-s2n-tls-v1.3.20_GH0.tar.gz) = 4415231
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
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for s2n-1.3.20,1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- security_s2n
- USES:
- cmake ssl
- pkg-message:
- For install:
- If s2n fails due mlock(2) syscall try to increase vm.max_wired.
Example:
- sysctl vm.max_wired=1572864
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.20,1 13 Sep 2022 15:16:48 |
Nuno Teixeira (eduardo) Author: Daniel Engberg |
security/s2n-tls: Various improvements
- Define LICENSE_FILE
- Use ports framework for unit testing
- Add option for assembly optimization and LTO
- Disable building tests by default
- Disable assembly optimization by default (requires AVX2 and BMI2 support
without runtime detection)
- Use CMake helpers provided by framework
- Rename s2n -> s2n-tls to match upstream name
PR: 266397 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
1.3.20,1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.3.20,1 24 Aug 2022 15:23:13 |
Nuno Teixeira (eduardo) |
security/s2n: Adopt/Update to 1.3.20
- pet portclippy
ChangeLog: https://github.com/aws/s2n-tls/releases/tag/v1.3.20 |
1.3.19,1 22 Aug 2022 07:27:59 |
Danilo Egea Gondolfo (danilo) |
security/s2n: Update to 1.3.19
Drop maintainership |
1.3.4,1 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
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 ) |
1.3.4,1 21 Jan 2022 18:38:50 |
Danilo Egea Gondolfo (danilo) |
security/s2n: Update to 1.3.4 |
1.1.2,1 25 Oct 2021 14:04:49 |
Danilo Egea Gondolfo (danilo) |
security/s2n: Update to 1.1.2
- Update WWW |
0.10.23,1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.10.23,1 06 Jan 2021 13:50:10 |
pkubaj |
security/s2n: disable pg-crypto where it's not supported
/wrkdirs/usr/ports/security/s2n/work/s2n-0.10.23/pq-crypto/sike_r2/config.h:69:2:
error: #error -- "Unsupported ARCHITECTURE" |
0.10.23,1 05 Jan 2021 14:10:03 |
danilo |
security/s2n: Update to 0.10.23 |
20180802 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
20180802 08 Aug 2018 14:23:53 |
danilo |
- Update to 20180802
- Use cmake
- Remove ONLY_FOR_ARCHS (reported by greg@unrelenting.technology) [1]
- Add TEST option and patch to disable tests
- Fix build on i386
PR: 230421 [1] |
20170425 07 May 2017 21:43:57 |
danilo |
- Update to 20170425 |
20170410 13 Apr 2017 14:24:32 |
danilo |
- Update to 20170410 |
20170202 06 Feb 2017 02:26:26 |
danilo |
- Set ONLY_FOR_ARCHS=amd64 for now. The code is not building on i386 due inline
assembly and sometimes clang is crashing. |
20170202 04 Feb 2017 20:54:04 |
danilo |
- Update to 20170202 |
20160628 09 Jan 2017 13:16:50 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
20160628 29 Jun 2016 19:25:41 |
danilo |
- Update to 20160628
- Change USE_OPENSSL by USES=ssl |
20160407 16 Jun 2016 13:23:13 |
mat |
Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.
WITH_OPENSSL_* can't be set after bsd.port.pre.mk.
Fold all other usage into using SSL_DEFAULT == foo
PR: 210149
Submitted by: mat
Exp-run by: antoine
Sponsored by: The FreeBSD Foundation, Absolight
Differential Revision: https://reviews.freebsd.org/D6577 |
20160407 09 Apr 2016 17:52:50 |
danilo |
- Update to 20160407 |
20160303 06 Mar 2016 00:35:23 |
danilo |
- Update to 20160303 |
20160222 23 Feb 2016 02:29:47 |
danilo |
- Update to 20160222 |
20160204 06 Feb 2016 13:29:20 |
danilo |
- Update to 20160204 |
20160120 23 Jan 2016 21:44:29 |
danilo |
- Update to 20160120 |
20150909 29 Dec 2015 14:30:47 |
mat |
Cleanup GH_* and variables order.
Sponsored by: Absolight |
20150909 23 Oct 2015 22:48:34 |
danilo |
- New port: security/s2n
s2n is a C99 implementation of the TLS/SSL protocols that
is designed to be simple, small, fast, and with security as
a priority. It is released and licensed under the Apache Software License 2.0.
WWW: https://github.com/awslabs/s2n |