Skip to content

Commit

Permalink
QATAPP-24525: Update README for v0.4.7 release
Browse files Browse the repository at this point in the history
Signed-off-by: Chengfei Zhu <chengfei.zhu@intel.com>
  • Loading branch information
zhangp8x authored and cfzhu committed Nov 19, 2021
1 parent 796c273 commit d9823cd
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,46 +74,46 @@ This release was validated on the following:

* Asynch Mode for NGINX\* has been tested with the latest Intel&reg; QuickAssist Acceleration Driver.
Please download the QAT driver from the link https://01.org/intel-quickassist-technology
* OpenSSL-1.1.1k
* QAT engine v0.6.6
* QATzip v1.0.5
* OpenSSL-1.1.1l
* QAT engine v0.6.10
* QATzip v1.0.6

## Additional Information

* Asynch Mode for NGINX\* is developed based on Nginx-1.18.0.
* Asynch Mode for NGINX\* is developed based on Nginx-1.20.1.

* Generate patch against official Nginx-1.18.0.
* Generate patch against official Nginx-1.20.1.

```bash
git clone https://github.com/intel/asynch_mode_nginx.git
wget http://nginx.org/download/nginx-1.18.0.tar.gz
tar -xvzf nginx-1.18.0.tar.gz
diff -Naru -x .git nginx-1.18.0 asynch_mode_nginx > async_mode_nginx_1.18.0.patch
wget http://nginx.org/download/nginx-1.20.1.tar.gz
tar -xvzf nginx-1.20.1.tar.gz
diff -Naru -x .git nginx-1.20.1 asynch_mode_nginx > async_mode_nginx_1.20.1.patch
```

* Apply patch to official Nginx-1.18.0.
* Apply patch to official Nginx-1.20.1.

```bash
wget http://nginx.org/download/nginx-1.18.0.tar.gz
tar -xvzf nginx-1.18.0.tar.gz
patch -p0 < async_mode_nginx_1.18.0.patch
wget http://nginx.org/download/nginx-1.20.1.tar.gz
tar -xvzf nginx-1.20.1.tar.gz
patch -p0 < async_mode_nginx_1.20.1.patch
```

* Generate patch against github official read-only mirror

```bash
git clone https://github.com/intel/asynch_mode_nginx.git
wget https://github.com/nginx/nginx/archive/release-1.18.0.tar.gz
tar -xvzf release-1.18.0.tar.gz
diff -Naru -x .git -x .hgtags nginx-release-1.18.0 asynch_mode_nginx > async_mode_nginx_1.18.0.patch
wget https://github.com/nginx/nginx/archive/release-1.20.1.tar.gz
tar -xvzf release-1.20.1.tar.gz
diff -Naru -x .git -x .hgtags nginx-release-1.20.1 asynch_mode_nginx > async_mode_nginx_1.20.1.patch
```

* Apply patch to the github release pachage.

```bash
wget https://github.com/nginx/nginx/archive/release-1.18.0.tar.gz
tar -xvzf release-1.18.0.tar.gz
patch -p0 < async_mode_nginx_1.18.0.patch
wget https://github.com/nginx/nginx/archive/release-1.20.1.tar.gz
tar -xvzf release-1.20.1.tar.gz
patch -p0 < async_mode_nginx_1.20.1.patch
```

* Asynch Mode for NGINX\* SSL engine framework provides new directives:
Expand Down

0 comments on commit d9823cd

Please sign in to comment.