diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2016-07-29 19:23:55 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2016-07-29 19:23:55 +0800 |
commit | bebdae72adade768eb8462c12058fcf61057b5ab (patch) | |
tree | f26f62fe68c7e66abfa1f2a82b2abf009d91f746 /java/Makefile | |
parent | e69495bf47a11abaf3be222280cc4632880b2ba5 (diff) | |
download | freebsd-ports-gnome-bebdae72adade768eb8462c12058fcf61057b5ab.tar.gz freebsd-ports-gnome-bebdae72adade768eb8462c12058fcf61057b5ab.tar.zst freebsd-ports-gnome-bebdae72adade768eb8462c12058fcf61057b5ab.zip |
Version 1.54 of the Bouncy Castle Crypto APIs.
The FreeBSD Ports Collection already has 1.45 version of the Bouncy Castle and
this new port is based on java/bouncycastle.
Newer versions are not API-compatible with that older one. Some say they should
be given 2.x version numbers. So, this new version comes as distinct port
java/bouncycastle15 instead of update for existing java/bouncycastle15 to keep
old API version available.
This is neccessary dependency for other port updates, e.g. newer version of
iText PDF (devel/itext) requires new API of modern Bouncy Castle versions.
PR: 211316
Submitted by: Eugen Grosbein <eugen=at=grosbein.net>
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index a630dde9d7c1..ce75033b2530 100644 --- a/java/Makefile +++ b/java/Makefile @@ -9,6 +9,7 @@ SUBDIR += bluej SUBDIR += bootstrap-openjdk SUBDIR += bouncycastle + SUBDIR += bouncycastle15 SUBDIR += cacao SUBDIR += castor SUBDIR += classpath |