This is an automated email from the ASF dual-hosted git repository.
rcordier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git
The following commit(s) were added to refs/heads/master by this push:
new 6688f0584c [RELEASE] JDKIM 0.4 release materials
6688f0584c is described below
commit 6688f0584c2fff81a0112d9a3dcf14b9c791f10e
Author: Benoit TELLIER <[email protected]>
AuthorDate: Fri Jul 26 15:07:46 2024 +0200
[RELEASE] JDKIM 0.4 release materials
---
src/homepage/_posts/2025-03-04-jdKim0.4.markdown | 18 ++++++++++++++++++
src/site/xdoc/download.xml | 16 ++++++++--------
2 files changed, 26 insertions(+), 8 deletions(-)
diff --git a/src/homepage/_posts/2025-03-04-jdKim0.4.markdown
b/src/homepage/_posts/2025-03-04-jdKim0.4.markdown
new file mode 100644
index 0000000000..4386afc382
--- /dev/null
+++ b/src/homepage/_posts/2025-03-04-jdKim0.4.markdown
@@ -0,0 +1,18 @@
+---
+layout: post
+title: "Apache James jDKIM 0.4"
+date: 2025-03-04 16:43:22 +0700
+categories: james update
+---
+
+The Apache James Project is happy to announce
+the release of version 0.4 of the Apache James jDKIM library.
+
+jDKIM is a DKIM implementation library written in Java. It provides
+both verification and signing.
+
+This release updates DNS Java to a non-vulnerable version.
+
+
+
+
diff --git a/src/site/xdoc/download.xml b/src/site/xdoc/download.xml
index 654a205692..0205ce1486 100644
--- a/src/site/xdoc/download.xml
+++ b/src/site/xdoc/download.xml
@@ -243,12 +243,12 @@
<section name="Apache jDKIM">
- <p>Apache James jDKIM 0.3 is the latest jDKIM stable version.</p>
+ <p>Apache James jDKIM 0.4 is the latest jDKIM stable version.</p>
<p>Sources:
- <a
href="https://www.apache.org/dyn/closer.lua/james/jdkim/apache-jdkim-project-0.3-source-release.zip">(Zip)</a>
- [<a
href="https://downloads.apache.org/james/jdkim/apache-jdkim-project-0.3-source-release.zip.sha512">SHA-512</a>]
- [<a
href="https://downloads.apache.org/james/jdkim/apache-jdkim-project-0.3-source-release.zip.asc">PGP</a>]
+ <a
href="https://www.apache.org/dyn/closer.lua/james/jdkim/apache-jdkim-project-0.4-source-release.zip">(Zip)</a>
+ [<a
href="https://downloads.apache.org/james/jdkim/apache-jdkim-project-0.4-source-release.zip.sha512">SHA-512</a>]
+ [<a
href="https://downloads.apache.org/james/jdkim/apache-jdkim-project-0.4-source-release.zip.asc">PGP</a>]
</p>
<p>You can directly use it with maven:</p>
@@ -258,15 +258,15 @@
<dependency>
<groupId>org.apache.james.jdkim</groupId>
<artifactId>apache-jdkim</artifactId>
- <version>0.3</version>
+ <version>0.4</version>
</dependency>
</code>
</pre>
<p>Direct download link:
- <a
href="https://www.apache.org/dyn/closer.lua/james/jdkim/apache-jdkim-0.3-bin.zip">(Zip)</a>
- [<a
href="https://downloads.apache.org/james/jdkim/apache-jdkim-0.3-bin.zip.sha512">SHA-512</a>]
- [<a
href="https://downloads.apache.org/james/jdkim/apache-jdkim-0.3-bin.zip.asc">PGP</a>]
+ <a
href="https://www.apache.org/dyn/closer.lua/james/jdkim/apache-jdkim-0.4-bin.zip">(Zip)</a>
+ [<a
href="https://downloads.apache.org/james/jdkim/apache-jdkim-0.4-bin.zip.sha512">SHA-512</a>]
+ [<a
href="https://downloads.apache.org/james/jdkim/apache-jdkim-0.4-bin.zip.asc">PGP</a>]
</p>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]