This is an automated email from the ASF dual-hosted git repository. elecharny pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-site.git
The following commit(s) were added to refs/heads/master by this push: new 52b6698 Updated the site for FTPServer 1.1.2 release 52b6698 is described below commit 52b6698917fcff573cc99dee43196853b5afbceb Author: emmanuel lecharny <elecha...@apache.org> AuthorDate: Mon Jan 3 14:16:21 2022 +0100 Updated the site for FTPServer 1.1.2 release --- config.toml | 2 +- source/downloads-ftpserver.md | 3 +- source/ftpserver-project/download_1.1.2.md | 71 ++++++++++++++++++++++++++++++ source/ftpserver-project/downloads.md | 3 +- 4 files changed, 76 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index c07c669..b111c96 100644 --- a/config.toml +++ b/config.toml @@ -36,6 +36,6 @@ date = ["date", ":filename", "publishDate", "lastmod"] version_asyncweb = "2.0.0-SNAPSHOT" version_mina_2_0 = "2.0.22" version_mina_2_1 = "2.1.5" -version_ftpserver = "1.1.1" +version_ftpserver = "1.1.2" version_sshd = "2.8.0" version_vysper = "0.7" diff --git a/source/downloads-ftpserver.md b/source/downloads-ftpserver.md index e836ef6..a8d71ec 100644 --- a/source/downloads-ftpserver.md +++ b/source/downloads-ftpserver.md @@ -4,10 +4,11 @@ title: Downloads # Latest FTPServer Releases -The latest release is the [Apache FtpServer 1.1.1 Release](ftpserver-project/download_1.1.1.html) +The latest release is the [Apache FtpServer 1.1.2 Release](ftpserver-project/download_1.1.2.html) # All Releases +* [Apache FtpServer 1.1.2 Release](ftpserver-project/download_1.1.2.html) * [Apache FtpServer 1.1.1 Release](ftpserver-project/download_1.1.1.html) * [Apache FtpServer 1.1.0 Release](ftpserver-project/download_1.1.0.html) * [Apache FtpServer 1.0.6 Release](ftpserver-project/download_1.0.6.html) diff --git a/source/ftpserver-project/download_1.1.2.md b/source/ftpserver-project/download_1.1.2.md new file mode 100644 index 0000000..d3a2007 --- /dev/null +++ b/source/ftpserver-project/download_1.1.2.md @@ -0,0 +1,71 @@ +--- +type: ftpserver +title: Apache FtpServer 1.1.2 Release +--- + +# Apache FtpServer 1.1.2 Release + +## New Features in 1.1.2 + +This release fixes the Log4J CVE by embedding the 2.17.0 version. + +## Changelog + + +## Getting the Binary Distributions + +| Description | Download Link | SHA1 hashes | PGP Signature file of download | +|---|---|---|---| +| zip distribution | [apache-ftpserver-1.1.2-bin.zip](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-bin.zip) | [SHA1](https://www.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-bin.zip.sha1) | [ASC](https://www.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-bin.zip.asc) | +| tar.gz distribution | [apache-ftpserver-1.1.2-bin.tar.gz](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-bin.tar.gz) | [SHA1](https://www.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-bin.tar.gz.sha1) | [ASC](https://www.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-bin.tar.gz.asc) | +| tar.bz2 distribution | [apache-ftpserver-1.1.2-bin.tar.bz2](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-bin.tar.bz2) | [SHA1](https://www.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-bin.tar.bz2.sha1) | [ASC](https://www.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-bin.tar.bz2.asc) | + +## Verify the Integrity of Downloads + +It is essential that you verify the integrity of the downloaded files using the PGP signatures. The PGP signatures can be verified using PGP or GPG. Begin by following these steps: + +1. Download the [KEYS](https://www.apache.org/mina/KEYS) +2. Download the asc signature file for the relevant distribution +3. Verify the signatures using the following commands, depending on your use of PGP or GPG: + + $ pgpk -a KEYS + $ pgpv apache-ftpserver-1.1.2-bin.tar.gz.asc + + or + + $ pgp -ka KEYS + $ pgp apache-ftpserver-1.1.2-bin.tar.gz.asc apache-ftpserver-1.1.2-bin.tar.gz + + or + + $ gpg --import KEYS + $ gpg --verify apache-ftpserver-1.1.2-bin.tar.gz.asc apache-ftpserver-1.1.2-bin.tar.gz + +## Getting the Binaries using Maven 2 + +To use this release in your maven project, the proper dependency configuration that you should use in your [Maven POM](https://maven.apache.org/guides/introduction/introduction-to-the-pom.html) is: + +```xml +<dependency> + <groupId>org.apache.ftpserver</groupId> + <artifactId>ftpserver-core</artifactId> + <version>1.1.2</version> +</dependency> +``` + +## Getting the Source Code + +### Source Distributions + +| Description | Download Link | SHA1 hashes | PGP Signature file of download | +|---|---|---|---| +| zip sources | [apache-ftpserver-1.1.2-src.zip](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-src.zip) | [SHA1](https://www.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-src.zip.sha1)| [ASC](https://www.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-src.zip.asc) | +| tar.gz sources | [apache-ftpserver-1.1.2-src.tar.gz](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-src.tar.gz) | [SHA1](https://www.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-src.tar.gz.sha1) | [ASC](https://www.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-src.tar.gz.asc) | +| tar.bz2 sources | [apache-ftpserver-1.1.2-src.tar.bz2](https://www.apache.org/dyn/closer.lua/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-src.tar.bz2) | [SHA1](https://www.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-src.tar.bz2.sha1) | [ASC](https://www.apache.org/mina/ftpserver/1.1.2/apache-ftpserver-1.1.2-src.tar.bz2.asc) | + +### Git Tag Checkout + + $ git clone https://gitbox.apache.org/repos/asf/mina-ftpserver.git + $ git checkout ftpserver-parent-1.1.2 + +You are now on 1.1.2 branch. diff --git a/source/ftpserver-project/downloads.md b/source/ftpserver-project/downloads.md index 02b9a99..26919ca 100644 --- a/source/ftpserver-project/downloads.md +++ b/source/ftpserver-project/downloads.md @@ -5,10 +5,11 @@ title: FtpServer Downloads # Latest FTPServer Releases -The latest release is the [Apache FtpServer 1.1.1 Release](download_1.1.1.html) +The latest release is the [Apache FtpServer 1.1.2 Release](download_1.1.2.html) # All Releases +* [Apache FtpServer 1.1.1 Release](download_1.1.2.html) * [Apache FtpServer 1.1.1 Release](download_1.1.1.html) * [Apache FtpServer 1.1.0 Release](download_1.1.0.html) * [Apache FtpServer 1.0.6 Release](download_1.0.6.html)