Port details |
- polarssl Open Source embedded SSL/TLS cryptographic library
- 1.2.19 security
=0 1.2.19Version of this port present on the latest quarterly branch.
- DEPRECATED: Upstream is ending support for 1.2.x
This port expired on: 2015-12-31
- Maintainer: jase@FreeBSD.org
- Port Added: 2009-12-12 12:33:20
- Last Update: 2016-02-07 09:58:59
- SVN Revision: 408358
- Also Listed In: devel
- License: GPLv2
- WWW:
- http://polarssl.org/
- Description:
- PolarSSL is a light-weight open source cryptographic and SSL/TLS library
written in C. PolarSSL is written with embedded systems in mind and has
been ported on a number of architectures, including ARM, PowerPC, MIPS
and Motorola 68000.
Features include:
* Small memory footprint
* Clean and simple API for integration
* Loose coupling of cryptographic code.
* Symmetric encryption algorithms: AES, Triple-DES, DES, ARC4, Camellia, XTEA
* Hash algorithms: MD2, MD4, MD5, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512
* HAVEGE random number generator
* RSA with PKCS#1 v1.5 padding
* SSL version 3 and TLS version 1 client support
* X.509 certificate and CRL reading from memory or disk in PEM and DER formats
* Over 900 regression and code coverage tests
* Example applications
LICENSE: GPL2
WWW: http://polarssl.org/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- polarssl>0:security/polarssl
- No installation instructions:
- This port has been deleted.
- PKGNAME: polarssl
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
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:
-
- gmake : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for polarssl-1.2.19:
DOCS=on: Build and/or install documentation
TEST=off: Build and/or run tests
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- cpe gmake tar:tgz
- 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 |
1.2.19 07 Feb 2016 09:58:59 |
delphij |
2015-12-31 security/polarssl: Upstream is ending support for 1.2.x |
1.2.19 07 Feb 2016 09:49:06 |
delphij |
Update to 1.2.19.
Bugfix
* Fix bug in certificate validation that caused valid chains to
be rejected when the first intermediate certificate has
pathLenConstraint=0. Found by Nicholas Wilson.
Introduced in mbed TLS 1.3.15. #280
* Removed potential leak in rsa_rsassa_pkcs1_v15_sign(), found
by JayaraghavendranK. #372
MFH: 2016Q1 |
1.2.18 09 Nov 2015 15:58:20 |
tijl |
- Update polarssl/mbedtls ports
- Mark polarssl 1.2.x deprecated
- Fix sparc64 build by removing -fpic (leaving only -fPIC)
MFH: 2015Q4
Security: https://tls.mbed.org/tech-updates/releases/mbedtls-2.2.0-2.1.3-1.3.15-and-polarssl.1.2.18-released |
1.2.17 15 Oct 2015 14:51:06 |
feld |
security/polarssl: Update to 1.2.17
Changelog: https://tls.mbed.org/tech-updates/releases/mbedtls-2.1.2-and-1.3.14-and-polarssl-1.2.17-released
Security: 07a1a76c-734b-11e5-ae81-14dae9d210b8
Security: CVE-2015-5291 |
1.2.14 20 Sep 2015 14:35:58 |
danfe |
Remove BROKEN on Tier-2 systems statements which no longer true at least
on PowerPC (verified for all of them) and some also on SPARC (whenever I
was able to test those on flame.freebsd.org) and even IA64 (which should
be OK to remove anyways, because it was never really supported system in
ports land and was officially killed in -CURRENT a while ago. |
1.2.14 28 Jul 2015 18:08:31 |
feld |
Update to 1.2.14
Includes backported security fixes
Changes: https://tls.mbed.org/tech-updates/releases/polarssl-1.2.14-released
PR: 201603
Security: d3216606-2b47-11e5-a668-080027ef73ec |
1.2.13 17 Mar 2015 21:01:57 |
pi |
security/polarssl: 1.2.12 -> 1.2.13
Changes:
https://tls.mbed.org/tech-updates/releases/polarssl-1.2.13-released
PR: 197780
Submitted by: takefu@airport.fm
Approved by: jase (maintainer timeout) |
1.2.12_1 19 Jan 2015 21:19:32 |
jase |
security/polarssl:
- Add upstream patch to address crafted certificates vulnerability
- Add USES cpe
MFH: 2015Q1
Security: CVE-2015-1182
Security: a5856eba-a015-11e4-a680-1c6f65c3c4ff |
1.2.12 27 Oct 2014 21:48:43 |
jase |
security/polarssl: Update to 1.2.12
While I am here:
- Remove fetch wrapper as it is no longer required
- Strip library shared object
- Remove @dirrm* from pkg-plist
Changes: https://raw.github.com/polarssl/polarssl/polarssl-1.2.12/ChangeLog |
1.2.10 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
1.2.10 21 Feb 2014 13:39:24 |
ehaupt |
Remove trailing whitespaces from category security |
1.2.10 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.2.10 18 Oct 2013 22:18:20 |
jase |
- Update to 1.2.10
- Add PORTSCOUT entry to limit checks to the 1.2 branch
Changes: https://raw.github.com/polarssl/polarssl/polarssl-1.2.10/ChangeLog |
1.2.9 01 Oct 2013 23:47:14 |
jase |
- Update to 1.2.9
- Add vuxml entry
- Prevent install target from copying patch backup files
Changes: https://raw.github.com/polarssl/polarssl/60ad84f43f46b0d3673eaca8b9847d7e01b83c5e/ChangeLog
Security: ccefac3e-2aed-11e3-af10-000c29789cb5
Security: CVE-2013-5915 |
1.2.8_1 30 Sep 2013 22:38:42 |
jase |
- Add patch to enable HAVEGE random generator
- While I'm here: enable stage support, replace USE_GMAKE with USES=gmake
PR: ports/182437
Submitted by: martymac |
1.2.8 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
1.2.8 14 Aug 2013 17:28:33 |
mandree |
Fix regression from my earlier commit r324675 which caused a
"make fetch" failure on non-POSIX-compliant SHELL:
1. Replace ${SHELL} by ${SH} so the fetchwrapper.sh gets executed with a
POSIX-compliant shell (such as /bin/sh)
2. Just because it's meant that way, add an svn:executable=* property
on files/fetchwrapper.sh.
PR: ports/181252
Reported by: Mike Harding (private email) |
1.2.8 13 Aug 2013 17:17:16 |
mandree |
Update to new version 1.2.8, fixing security issues (denial of service).
Fix fetching, by bypassing splash screen (adds files/fetchwrapper.sh).
Approved by: jase (maintainer)
Security: 72bf9e21-03df-11e3-bd8d-080027ef73ec
Security: CVE-2013-4623 |
1.2.7 11 May 2013 16:55:08 |
jase |
- Update to 1.2.7
Changes: https://raw.github.com/polarssl/polarssl/polarssl-1.2.7/ChangeLog |
1.2.6 11 Mar 2013 12:53:07 |
jase |
- Update to 1.2.6
Changes: https://raw.github.com/polarssl/polarssl/90f042d4cbdcbf398f347d5f7eef608cc11de5b5/ChangeLog |
1.2.5 03 Feb 2013 00:32:56 |
jase |
- Update to 1.2.5
Changes: https://raw.github.com/polarssl/polarssl/c7a2da437e5174dd9487c442c6315114c2029169/ChangeLog |
1.2.4 25 Jan 2013 20:58:08 |
jase |
- Update to 1.2.4
Changes: https://raw.github.com/polarssl/polarssl/14c56a3378683379ca1e589d7c9d78854d39707c/ChangeLog |
1.2.3 26 Nov 2012 19:49:23 |
jase |
- Update to 1.2.3
- Assume maintainership
Changes: https://raw.github.com/polarssl/polarssl/fb1ba781b398d39f4444515381babcc9e5a8dcd2/ChangeLog
Feature safe: yes |
1.1.4 18 Oct 2012 19:19:34 |
dinoex |
- drop maintainership
Feature safe: yes |
1.1.4 13 Oct 2012 13:39:59 |
dinoex |
- cleanup comments
Feature safe: yes |
1.1.4 01 Jun 2012 14:40:28 |
dinoex |
- update to 1.1.4 |
1.1.3 28 May 2012 17:54:47 |
dinoex |
- update to 1.1.3
Submitted by: osa |
1.1.2 13 May 2012 20:18:48 |
pav |
- Mark BROKEN: does not fetch
Reported by: pointyhat |
1.1.2 27 Apr 2012 10:07:42 |
dinoex |
- update to 1.1.2 |
1.1.1 30 Jan 2012 06:03:13 |
dinoex |
- update to 1.1.1 |
1.1.0 12 Jan 2012 15:44:37 |
dinoex |
- update to 1.1.0 |
1.0.0 13 Aug 2011 14:30:25 |
dinoex |
- update to 1.0.0 |
0.14.3 08 Apr 2011 03:48:02 |
dinoex |
- update to 0.14.3
PR: 156238
Submitted by: Takefu |
0.14.2 05 Mar 2011 11:27:09 |
dinoex |
- Security update to 0.14.2
Security: Fix possible "man in the middle" attack
- make portlint happy |
0.14.1 24 Feb 2011 13:49:49 |
dinoex |
- update to 0.14.1 |
0.14.0 17 Aug 2010 19:41:18 |
dinoex |
- update to 0.14.0 |
0.13.1_1 04 Aug 2010 14:26:57 |
dinoex |
- build shared lib too
PR: 149262
Submitted by: Takefu |
0.13.1 18 Jul 2010 11:38:06 |
dinoex |
- fix excuteable bits
- do not use devel/cmake
PR: 148617
Submitted by: Takefu |
0.13.1 05 Jun 2010 19:53:32 |
dinoex |
LICENSE GPLv2 |
0.13.1 03 Jun 2010 05:24:00 |
linimon |
Mark as broken on powerpc.
Hat: portmgr |
0.13.1 27 Mar 2010 21:05:08 |
dinoex |
- update to 0.13.1 |
0.13.0 23 Mar 2010 21:01:52 |
dinoex |
- update to 0.13.0 |
0.12.1 12 Dec 2009 12:32:58 |
dinoex |
PolarSSL is a light-weight open source cryptographic and SSL/TLS library
written in C. PolarSSL is written with embedded systems in mind and has
been ported on a number of architectures, including ARM, PowerPC, MIPS
and Motorola 68000.
Features include:
* Small memory footprint
* Clean and simple API for integration
* Loose coupling of cryptographic code.
* Symmetric encryption algorithms: AES, Triple-DES, DES, ARC4, Camellia, XTEA
* Hash algorithms: MD2, MD4, MD5, SHA-1, SHA-224, SHA-256, SHA-384, SHA-512
* HAVEGE random number generator
* RSA with PKCS#1 v1.5 padding
* SSL version 3 and TLS version 1 client support
* X.509 certificate and CRL reading from memory or disk in PEM and DER formats
* Over 900 regression and code coverage tests
* Example applications
LICENSE: GPL2
WWW: http://polarssl.org/ |