CVS log for pkgsrc/security/erlang-fast_tls/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / security / erlang-fast_tls
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Apr 25 11:21:16 2025 UTC (5 days, 3 hours ago) by gdt
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -2
lines
security/erlang-fast_tls: Update to 1.1.22
# Version 1.1.22
* Add finish_handshake() function
Revision 1.23: download - view: text, markup, annotated - select for diffs
Thu Aug 22 05:47:32 2024 UTC (8 months, 1 week ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1,
pkgsrc-2024Q4-base,
pkgsrc-2024Q4,
pkgsrc-2024Q3-base,
pkgsrc-2024Q3
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -6
lines
erlang-fast_tls: updated to 1.1.21
Version 1.1.21
Add support for FIPS mode in openssl3
Version 1.1.20
Updating p1_utils to version 1.0.26.
Fix compilation on LibreSSL
Add function for conversion of p12 certificates
Version 1.1.19
Fix problem with get_peer_certificate in R27
Version 1.1.18
Fix hex release process
Version 1.1.17
Add support for tls-exporter
Send alert messages on handshake failures
Fix double free in setup_dh
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Oct 24 22:10:47 2023 UTC (18 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -1
lines
*: bump for openssl 3
Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Oct 15 12:01:57 2022 UTC (2 years, 6 months ago) by triaxx
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +3 -4
lines
erlang-fast_tls: Update to 1.1.16
upstream changes:
-----------------
Version 1.1.16
o Fix compilations on windows
o Reintroduce blocking of renegotions for Openssl < 1.1.0h
Version 1.1.15
o Fix compilation on pre c99 systems
Version 1.1.14
o Updating p1_utils to version 1.0.25.
o Improve compatibility with OpenSSL 3.0
o Improve compatiblity with LibreSSL >= 3.5
o Add 'keyfile', 'dh' and 'fips_mode' options
Version 1.1.13
o Updating p1_utils to version 1.0.23.
o Switch from using Travis to Github Actions as CI
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri May 21 10:48:55 2021 UTC (3 years, 11 months ago) by triaxx
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -3
lines
erlang-fast_tls: Remove useless variable from MAKE_ENV
pkgsrc changes:
---------------
* Actually REBAR is already defined in MAKE_FLAGS of lang/erlang/modules.
* Bump revision.
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri May 21 07:49:52 2021 UTC (3 years, 11 months ago) by triaxx
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +5 -3
lines
erlang-fast_tls: Update to 1.1.12
pkgsrc changes:
---------------
o Add a patch to localize the path of rebar by defining the REBAR
variable in MAKE_ENV.
upstream changes:
-----------------
Version 1.1.12
o Updating p1_utils to version 1.0.22.
Version 1.1.11
o Add missing applicaitons in fast_tls.app
Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Jan 15 23:44:15 2021 UTC (4 years, 3 months ago) by triaxx
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -3
lines
erlang-fast_tls: Update to 1.1.10
upstream changes:
-----------------
Version 1.1.10
* Updating p1_utils to version 1.0.21.
Version 1.1.9
* Exclude old OTP releases in Travis
* Update hex to compile ejabberd with rebar3
Version 1.1.8
* Updating p1_utils to version 1.0.20.
Version 1.1.7
* Add fix and test with Erlang/OTP 23.0
Version 1.1.6
* Updating p1_utils to version 1.0.19.
* Change nif loading to make test more reliable
Version 1.1.5
* Don't require providing client side certificate when acting as client.
* Simplify code for loading nif component by using -on_load
* Add API endpoint for retrieving information required for channel binding
Version 1.1.4
* Updating p1_utils to version 1.0.18.
* Update copyright year
Version 1.1.3
* Updating p1_utils to version 1.0.17.
* Do not report several other badly formed hello packets
Version 1.1.2
* Updating p1_utils to version 1.0.16.
* Remove warnings about unused functions on openssl 1.1
* Make it possible to get DER-encoded certificate
* Use thread-safe function to retrieve error reason
Version 1.1.1
* Updating p1_utils to version 1.0.15.
Version 1.1.0
* Updating p1_utils to version 1.0.14.
* Add contribution guide
* Make more processing to c code side
* Properly handle partial procesing in SSL_read/write
* Make recv() with non-zero length return shorted result when there is no connection error
Version 1.0.25
* Updating p1_utils to version 1.0.13.
Version 1.0.24
* Updating p1_utils to version 6ff85e8.
* Add support for tls 1.1.1 and tls1.3
Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Jan 18 21:50:36 2020 UTC (5 years, 3 months ago) by jperkin
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -1
lines
*: Recursive revision bump for openssl 1.1.1.
Revision 1.16: download - view: text, markup, annotated - select for diffs
Fri Jul 20 09:02:12 2018 UTC (6 years, 9 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +3 -3
lines
security/erlang-fast_tls: Update to 1.0.23.
- Updating p1_utils to version 1.0.12.
- Add ability to get cipher user by connection
Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu May 17 13:30:00 2018 UTC (6 years, 11 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
security/erlang-fast_tld: Update to 1.0.22.
- Don't check mtime of certificates, and make cerificate update explicit.
- Add ability to specify CA for accepting client certificates.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Mar 24 16:07:24 2018 UTC (7 years, 1 month ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -3
lines
security/erlang-fast_tls: Update to 1.0.21.
- Updating p1_utils to version 1.0.11.
- Fix compilation with rebar3
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jan 16 12:16:22 2018 UTC (7 years, 3 months ago) by fhajny
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2
lines
Update security/fast_tls to 1.0.20.
Version 1.0.20
- Include uthash.h in hex package
Version 1.0.19
- Fix couple memory leaks
- Switch hashmap to uthash library
- Use system allocator in openssl
- Update ciphers and option to safer defaults
Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Jan 3 20:48:28 2018 UTC (7 years, 3 months ago) by fhajny
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
Update security/erlang-fast_tls to 1.0.18.
- Do not report badly formed Client Hello as a TLS error
- Report meaningful error when SNI callback fails
- Add Server Name Indication support for server connections
- Libressl only offer pre 1.1 api even if it present version > 1.1
- Fix crash on Mac OS X High Sierra due to replacement of system
OpenSSL with BoringSSL
Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Dec 14 20:44:14 2017 UTC (7 years, 4 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
Update security/erlang-fast_tls to 1.0.17.
- Fix case clause introduced after migration to NIF.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Oct 17 14:48:53 2017 UTC (7 years, 6 months ago) by fhajny
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +3 -3
lines
Update security/erlang-fast_tls to 1.0.16.
- Updating p1_utils to version 1.0.10.
- Fix couple memory leaks
- Make ECDH work on openssl < 1.0.2
- Add SNI and ALPN support for client connections
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Aug 20 12:26:32 2017 UTC (7 years, 8 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
Update security/erlang-fast_tls to 1.0.15
Version 1.0.15
- Fix Hex packaging
Version 1.0.14
- Improve ECDH curve handling (thanks to user pitchum)
- Fix bug in handling protocol_options option
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jul 30 22:32:21 2017 UTC (7 years, 9 months ago) by wiz
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
Switch github HOMEPAGEs to https.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jul 7 09:36:50 2017 UTC (7 years, 9 months ago) by fhajny
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -5
lines
Update security/erlang-fast_tls to 1.0.13.
1.0.13
- Add nif version of tls module
1.0.12
- depends on p1_utils-1.0.9
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Mar 30 14:31:00 2017 UTC (8 years, 1 month ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -3
lines
Update security/erlang-fast_tls to 1.0.11.
- coveralls:convert_file is not 4 arg function
- Resolve vars.config relative to SCRIPT
- Comment debug line
- Fix a couple typos in the README's macOS/OS X section
- Small typo fix on readme
- Deprecate hash functions in favor of crypto:hash/2
- Fix certificate decoding to OTP format
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Jan 21 20:13:48 2017 UTC (8 years, 3 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Update security/erlang-fast_tls to 1.0.10.
- Add ability to use system installed deps instead fetching them from git.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 3 18:27:38 2017 UTC (8 years, 3 months ago) by fhajny
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3
lines
Update security/erlang-fast_tls to 1.0.9.
Version 1.0.9
- Fix problem with compilation agains libressl
- Make tests use localy build c library instead of system one
Version 1.0.8
- Use p1_utils 1.0.6
- Make it possible to decode certificate to OTP format
- Make sure p1_sha isn't compiled to native code
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Aug 12 09:25:49 2016 UTC (8 years, 8 months ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3
lines
Update security/erlang-fast_tls to 1.0.7.
Version 1.0.7
- Use p1_utils 1.0.5
- Do not log warning on sha1 nif reload attempt
Version 1.0.6
- Fix compilation on rebar3
Version 1.0.5
- OpenSSL 1.1.0 compliance
- Use p1_utils 1.0.4
Version 1.0.4
- Better compliance with R17 and R18
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Apr 29 18:14:24 2016 UTC (9 years ago) by fhajny
Branches: MAIN
CVS tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
Update security/erlang-fast_tls to 1.0.3.
Version 1.0.3
- Do not call internal erlang erl_exit function (Christophe Romain)
Version 1.0.2
- Add support for cafile option (Evgeny Khramtsov)
- Better error checks (Michael Santos)
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Apr 25 14:28:42 2016 UTC (9 years ago) by fhajny
Branches: MAIN
Import fast_tls-1.0.1 as security/erlang-fast_tls.
Fast TLS is a native TLS / SSL driver for Erlang / Elixir. It is
based on OpenSSL, a proven and efficient TLS implementation. It
is designed for efficiency, speed and compliance.
CVSweb <webmaster@jp.NetBSD.org>