FreeBSD Bugzilla – Attachment 178214 Details for
Bug 215507
[MAINTAINER] java/bouncycastle15: Update to 1.56
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 1.56
bouncycastle15.diff (text/plain), 4.44 KB, created by
Eugene Grosbein
on 2016-12-23 08:10:17 UTC
(
hide
)
Description:
Update to 1.56
Filename:
MIME Type:
Creator:
Eugene Grosbein
Created:
2016-12-23 08:10:17 UTC
Size:
4.44 KB
patch
obsolete
>diff -urN bouncycastle15.orig/Makefile bouncycastle15/Makefile >--- bouncycastle15.orig/Makefile 2016-10-27 17:54:43.155020000 +0700 >+++ bouncycastle15/Makefile 2016-12-23 14:47:29.497125000 +0700 >@@ -2,11 +2,10 @@ > # $FreeBSD: head/java/bouncycastle15/Makefile 420839 2016-08-25 10:35:41Z amdmi3 $ > > PORTNAME= bouncycastle >-PORTVERSION= 1.55 >+PORTVERSION= 1.56 > CATEGORIES= java security >-MASTER_SITES= http://downloads.bouncycastle.org/java/ \ >- http://polydistortion.net/bc/download/ \ >- http://bouncycastle.gva.es/download/ >+MASTER_SITES= http://www.bouncycastle.org/download/ \ >+ http://polydistortion.net/bc/download/ > PKGNAMESUFFIX= 15 > DISTNAME= crypto-${DVERSION} > >@@ -21,7 +20,10 @@ > RUN_DEPENDS= ${JAVALIBDIR}/activation.jar:java/jaf \ > ${JAVALIBDIR}/mail.jar:java/javamail > >-OPTIONS_DEFINE= DOCS >+OPTIONS_DEFINE= DOCS ZIPSRC >+OPTIONS_DEFAULT= ZIPSRC >+OPTIONS_SUB= yes >+ZIPSRC_DESC= Install bundled ZIP source files > CONFLICTS_INSTALL= bouncycastle-1.4* > DVERSION= ${PORTVERSION:S/.//} > NO_ARCH= yes >@@ -38,23 +40,27 @@ > ALL_TARGET= build-provider build zip-src > > JARS_SRC= bcmail bcpkix bcprov bcpg >-JARS_DOCS= ${JARS_SRC} bctest >+JARS_DOCS= ${JARS_SRC} bctest bctls > JARS= ${JARS_DOCS} bcprov-ext > > PORTDOCS= * > >+.include <bsd.port.options.mk> >+ > do-install: >- @${MKDIR} ${STAGEDIR}${DATADIR} > .for jar in ${JARS} > ${INSTALL_DATA} ${WRKSRC}/build/artifacts/jdk${JDKMVERSION}/jars/${jar}-jdk${JDKNVERSION}on-${DVERSION}.jar \ > ${STAGEDIR}${JAVAJARDIR}/${jar}.jar > .endfor >+ ${INSTALL_DATA} ${WRKSRC}/jars/bcprov-jdk${JDKNVERSION}on-${DVERSION}.jar \ >+ ${STAGEDIR}${JAVAJARDIR}/bcprov.jar >+.if ${PORT_OPTIONS:MZIPSRC} >+ @${MKDIR} ${STAGEDIR}${DATADIR} > .for jar in ${JARS_SRC} > ${INSTALL_DATA} ${WRKSRC}/build/artifacts/jdk${JDKMVERSION}/${jar}-jdk${JDKNVERSION}on-${DVERSION}/src.zip \ > ${STAGEDIR}${DATADIR}/${jar}-src.zip > .endfor >- ${INSTALL_DATA} ${WRKSRC}/jars/bcprov-jdk${JDKNVERSION}on-${DVERSION}.jar \ >- ${STAGEDIR}${JAVAJARDIR}/bcprov.jar >+.endif > > do-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} >diff -urN bouncycastle15.orig/distinfo bouncycastle15/distinfo >--- bouncycastle15.orig/distinfo 2016-08-25 12:59:09.851719000 +0700 >+++ bouncycastle15/distinfo 2016-12-23 13:32:05.923734000 +0700 >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1472104749 >-SHA256 (crypto-155.tar.gz) = a14fad87697463deda91f84c1eb51d6a4abf26cfc122ee6af832feca3adf85a6 >-SIZE (crypto-155.tar.gz) = 117160658 >+TIMESTAMP = 1482474725 >+SHA256 (crypto-156.tar.gz) = 2c80ae39b8c76d35b959d6d7b4e54176f899e8d3f4a21ce5b3eb69ab47450d37 >+SIZE (crypto-156.tar.gz) = 114207297 >diff -urN bouncycastle15.orig/pkg-descr bouncycastle15/pkg-descr >--- bouncycastle15.orig/pkg-descr 2016-07-30 01:59:10.092296000 +0700 >+++ bouncycastle15/pkg-descr 2016-12-23 13:35:47.361266000 +0700 >@@ -4,14 +4,20 @@ > . A provider for the JCE and JCA. > . A clean room implementation of the JCE 1.2.1. > . A library for reading and writing encoded ASN.1 objects. >+. Lightweight APIs for TLS (RFC 2246, RFC 4346) and DTLS (RFC 4347). > . Generators for Version 1 and Version 3 X.509 certificates, Version 2 CRLs, > and PKCS12 files. > . Generators for Version 2 X.509 attribute certificates. >-. Generators/Processors for S/MIME and CMS (PKCS7). >+. Generators/Processors for S/MIME and CMS (PKCS7/RFC 3852). > . Generators/Processors for OCSP (RFC 2560). >-. Generators/Processors for TSP (RFC 3161). >+. Generators/Processors for TSP (RFC 3161 & RFC 5544). >+. Generators/Processors for CMP and CRMF (RFC 4210 & RFC 4211). > . Generators/Processors for OpenPGP (RFC 2440). >-. A signed jar version suitable for JDK 1.4/1.5 and the Sun JCE. >+. Generators/Processors for Extended Access Control (EAC). >+. Generators/Processors for Data Validation and Certification Server (DVCS) - >+ RFC 3029. >+. Generators/Processors for DNS-based Authentication of Named Entities (DANE). >+. A signed jar version suitable for JDK 1.4-1.8 and the Sun JCE. > > It's distributed under a modified X license. > >diff -urN bouncycastle15.orig/pkg-plist bouncycastle15/pkg-plist >--- bouncycastle15.orig/pkg-plist 2016-07-30 01:59:10.092774000 +0700 >+++ bouncycastle15/pkg-plist 2016-12-23 14:38:38.784820000 +0700 >@@ -4,7 +4,8 @@ > %%JAVAJARDIR%%/bcprov.jar > %%JAVAJARDIR%%/bcprov-ext.jar > %%JAVAJARDIR%%/bctest.jar >-%%DATADIR%%/bcmail-src.zip >-%%DATADIR%%/bcpg-src.zip >-%%DATADIR%%/bcpkix-src.zip >-%%DATADIR%%/bcprov-src.zip >+%%JAVAJARDIR%%/bctls.jar >+%%ZIPSRC%%%%DATADIR%%/bcmail-src.zip >+%%ZIPSRC%%%%DATADIR%%/bcpg-src.zip >+%%ZIPSRC%%%%DATADIR%%/bcpkix-src.zip >+%%ZIPSRC%%%%DATADIR%%/bcprov-src.zip
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 215507
: 178214