Accepting request 737921 from home:pmonrealgonzalez:branches:Java:packages
- Update pom files with those from Maven repository. OBS-URL: https://build.opensuse.org/request/show/737921 OBS-URL: https://build.opensuse.org/package/show/Java:packages/bouncycastle?expand=0&rev=52
This commit is contained in:
parent
daf896ac30
commit
f70e0bf39f
@ -1,46 +1,90 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcmail-jdk15on</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Bouncy Castle S/MIME API</name>
|
||||
<version>1.64</version>
|
||||
<description>The Bouncy Castle Java S/MIME APIs for handling S/MIME protocols. This jar contains S/MIME APIs for JDK 1.5 to JDK 1.8. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs. The JavaMail API and the Java activation framework will also be needed.</description>
|
||||
<url>https://www.bouncycastle.org/java.html</url>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Bouncy Castle Licence</name>
|
||||
<url>https://www.bouncycastle.org/licence.html</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<scm>
|
||||
<url>https://github.com/bcgit/bc-java</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/bcgit/bc-java/issues</url>
|
||||
</issueManagement>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>feedback-crypto</id>
|
||||
<name>The Legion of the Bouncy Castle Inc.</name>
|
||||
<email>feedback-crypto@bouncycastle.org</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcprov-jdk15on</artifactId>
|
||||
<version>1.64</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcpkix-jdk15on</artifactId>
|
||||
<version>1.64</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
|
||||
<artifactId>bcmail-jdk15on</artifactId>
|
||||
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Bouncy Castle S/MIME API</name>
|
||||
|
||||
<version>1.64</version>
|
||||
|
||||
<description>The Bouncy Castle Java S/MIME APIs for handling S/MIME protocols. This jar contains S/MIME APIs for JDK 1.5 to JDK 11. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs. The JavaMail API and the Java activation framework will also be needed.</description>
|
||||
|
||||
<url>https://www.bouncycastle.org/java.html</url>
|
||||
|
||||
<licenses>
|
||||
|
||||
<license>
|
||||
|
||||
<name>Bouncy Castle Licence</name>
|
||||
|
||||
<url>https://www.bouncycastle.org/licence.html</url>
|
||||
|
||||
<distribution>repo</distribution>
|
||||
|
||||
</license>
|
||||
|
||||
</licenses>
|
||||
|
||||
<scm>
|
||||
|
||||
<url>https://github.com/bcgit/bc-java</url>
|
||||
|
||||
</scm>
|
||||
|
||||
<issueManagement>
|
||||
|
||||
<system>GitHub</system>
|
||||
|
||||
<url>https://github.com/bcgit/bc-java/issues</url>
|
||||
|
||||
</issueManagement>
|
||||
|
||||
<developers>
|
||||
|
||||
<developer>
|
||||
|
||||
<id>feedback-crypto</id>
|
||||
|
||||
<name>The Legion of the Bouncy Castle Inc.</name>
|
||||
|
||||
<email>feedback-crypto@bouncycastle.org</email>
|
||||
|
||||
</developer>
|
||||
|
||||
</developers>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
|
||||
<artifactId>bcprov-jdk15on</artifactId>
|
||||
|
||||
<version>1.64</version>
|
||||
|
||||
<type>jar</type>
|
||||
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
|
||||
<artifactId>bcpkix-jdk15on</artifactId>
|
||||
|
||||
<version>1.64</version>
|
||||
|
||||
<type>jar</type>
|
||||
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
@ -1,45 +1,88 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcpg-jdk15on</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Bouncy Castle OpenPGP API</name>
|
||||
<version>1.64</version>
|
||||
<description>The Bouncy Castle Java API for handling the OpenPGP protocol. This jar contains the OpenPGP API for JDK 1.5 to JDK 1.8. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.</description>
|
||||
<url>https://www.bouncycastle.org/java.html</url>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Bouncy Castle Licence</name>
|
||||
<url>https://www.bouncycastle.org/licence.html</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
<license>
|
||||
<name>Apache Software License, Version 1.1</name>
|
||||
<url>https://www.apache.org/licenses/LICENSE-1.1</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<scm>
|
||||
<url>https://github.com/bcgit/bc-java</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/bcgit/bc-java/issues</url>
|
||||
</issueManagement>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>feedback-crypto</id>
|
||||
<name>The Legion of the Bouncy Castle Inc.</name>
|
||||
<email>feedback-crypto@bouncycastle.org</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcprov-jdk15on</artifactId>
|
||||
<version>1.64</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
|
||||
<artifactId>bcpg-jdk15on</artifactId>
|
||||
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Bouncy Castle OpenPGP API</name>
|
||||
|
||||
<version>1.64</version>
|
||||
|
||||
<description>The Bouncy Castle Java API for handling the OpenPGP protocol. This jar contains the OpenPGP API for JDK 1.5 to JDK 11. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.</description>
|
||||
|
||||
<url>https://www.bouncycastle.org/java.html</url>
|
||||
|
||||
<licenses>
|
||||
|
||||
<license>
|
||||
|
||||
<name>Bouncy Castle Licence</name>
|
||||
|
||||
<url>https://www.bouncycastle.org/licence.html</url>
|
||||
|
||||
<distribution>repo</distribution>
|
||||
|
||||
</license>
|
||||
|
||||
<license>
|
||||
|
||||
<name>Apache Software License, Version 1.1</name>
|
||||
|
||||
<url>https://www.apache.org/licenses/LICENSE-1.1</url>
|
||||
|
||||
<distribution>repo</distribution>
|
||||
|
||||
</license>
|
||||
|
||||
</licenses>
|
||||
|
||||
<scm>
|
||||
|
||||
<url>https://github.com/bcgit/bc-java</url>
|
||||
|
||||
</scm>
|
||||
|
||||
<issueManagement>
|
||||
|
||||
<system>GitHub</system>
|
||||
|
||||
<url>https://github.com/bcgit/bc-java/issues</url>
|
||||
|
||||
</issueManagement>
|
||||
|
||||
<developers>
|
||||
|
||||
<developer>
|
||||
|
||||
<id>feedback-crypto</id>
|
||||
|
||||
<name>The Legion of the Bouncy Castle Inc.</name>
|
||||
|
||||
<email>feedback-crypto@bouncycastle.org</email>
|
||||
|
||||
</developer>
|
||||
|
||||
</developers>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
|
||||
<artifactId>bcprov-jdk15on</artifactId>
|
||||
|
||||
<version>1.64</version>
|
||||
|
||||
<type>jar</type>
|
||||
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
@ -1,40 +1,78 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcpkix-jdk15on</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs</name>
|
||||
<version>1.64</version>
|
||||
<description>The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation. This jar contains APIs for JDK 1.5 to JDK 1.8. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.</description>
|
||||
<url>https://www.bouncycastle.org/java.html</url>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Bouncy Castle Licence</name>
|
||||
<url>https://www.bouncycastle.org/licence.html</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<scm>
|
||||
<url>https://github.com/bcgit/bc-java</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/bcgit/bc-java/issues</url>
|
||||
</issueManagement>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>feedback-crypto</id>
|
||||
<name>The Legion of the Bouncy Castle Inc.</name>
|
||||
<email>feedback-crypto@bouncycastle.org</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcprov-jdk15on</artifactId>
|
||||
<version>1.64</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
|
||||
<artifactId>bcpkix-jdk15on</artifactId>
|
||||
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs</name>
|
||||
|
||||
<version>1.64</version>
|
||||
|
||||
<description>The Bouncy Castle Java APIs for CMS, PKCS, EAC, TSP, CMP, CRMF, OCSP, and certificate generation. This jar contains APIs for JDK 1.5 to JDK 11. The APIs can be used in conjunction with a JCE/JCA provider such as the one provided with the Bouncy Castle Cryptography APIs.</description>
|
||||
|
||||
<url>https://www.bouncycastle.org/java.html</url>
|
||||
|
||||
<licenses>
|
||||
|
||||
<license>
|
||||
|
||||
<name>Bouncy Castle Licence</name>
|
||||
|
||||
<url>https://www.bouncycastle.org/licence.html</url>
|
||||
|
||||
<distribution>repo</distribution>
|
||||
|
||||
</license>
|
||||
|
||||
</licenses>
|
||||
|
||||
<scm>
|
||||
|
||||
<url>https://github.com/bcgit/bc-java</url>
|
||||
|
||||
</scm>
|
||||
|
||||
<issueManagement>
|
||||
|
||||
<system>GitHub</system>
|
||||
|
||||
<url>https://github.com/bcgit/bc-java/issues</url>
|
||||
|
||||
</issueManagement>
|
||||
|
||||
<developers>
|
||||
|
||||
<developer>
|
||||
|
||||
<id>feedback-crypto</id>
|
||||
|
||||
<name>The Legion of the Bouncy Castle Inc.</name>
|
||||
|
||||
<email>feedback-crypto@bouncycastle.org</email>
|
||||
|
||||
</developer>
|
||||
|
||||
</developers>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
|
||||
<artifactId>bcprov-jdk15on</artifactId>
|
||||
|
||||
<version>1.64</version>
|
||||
|
||||
<type>jar</type>
|
||||
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
@ -1,40 +1,78 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bctls-jdk15on</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<name>Bouncy Castle JSSE provider and TLS/DTLS API</name>
|
||||
<version>1.64</version>
|
||||
<description>The Bouncy Castle Java APIs for TLS and DTLS, including a provider for the JSSE.</description>
|
||||
<url>https://www.bouncycastle.org/java.html</url>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>Bouncy Castle Licence</name>
|
||||
<url>https://www.bouncycastle.org/licence.html</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<scm>
|
||||
<url>https://github.com/bcgit/bc-java</url>
|
||||
</scm>
|
||||
<issueManagement>
|
||||
<system>GitHub</system>
|
||||
<url>https://github.com/bcgit/bc-java/issues</url>
|
||||
</issueManagement>
|
||||
<developers>
|
||||
<developer>
|
||||
<id>feedback-crypto</id>
|
||||
<name>The Legion of the Bouncy Castle Inc.</name>
|
||||
<email>feedback-crypto@bouncycastle.org</email>
|
||||
</developer>
|
||||
</developers>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcprov-jdk15on</artifactId>
|
||||
<version>1.64</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
|
||||
<artifactId>bctls-jdk15on</artifactId>
|
||||
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>Bouncy Castle JSSE provider and TLS/DTLS API</name>
|
||||
|
||||
<version>1.64</version>
|
||||
|
||||
<description>The Bouncy Castle Java APIs for TLS and DTLS, including a provider for the JSSE.</description>
|
||||
|
||||
<url>https://www.bouncycastle.org/java.html</url>
|
||||
|
||||
<licenses>
|
||||
|
||||
<license>
|
||||
|
||||
<name>Bouncy Castle Licence</name>
|
||||
|
||||
<url>https://www.bouncycastle.org/licence.html</url>
|
||||
|
||||
<distribution>repo</distribution>
|
||||
|
||||
</license>
|
||||
|
||||
</licenses>
|
||||
|
||||
<scm>
|
||||
|
||||
<url>https://github.com/bcgit/bc-java</url>
|
||||
|
||||
</scm>
|
||||
|
||||
<issueManagement>
|
||||
|
||||
<system>GitHub</system>
|
||||
|
||||
<url>https://github.com/bcgit/bc-java/issues</url>
|
||||
|
||||
</issueManagement>
|
||||
|
||||
<developers>
|
||||
|
||||
<developer>
|
||||
|
||||
<id>feedback-crypto</id>
|
||||
|
||||
<name>The Legion of the Bouncy Castle Inc.</name>
|
||||
|
||||
<email>feedback-crypto@bouncycastle.org</email>
|
||||
|
||||
</developer>
|
||||
|
||||
</developers>
|
||||
|
||||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
|
||||
<artifactId>bcprov-jdk15on</artifactId>
|
||||
|
||||
<version>1.64</version>
|
||||
|
||||
<type>jar</type>
|
||||
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 12 17:27:09 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||
|
||||
- Update pom files with those from Maven repository.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 10 16:29:27 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user