Commit Graph

64 Commits

Author SHA1 Message Date
boypt
a6e3e1ca07 bum version 2025-10-11 08:52:33 +08:00
boypt
e55d47b81f fix: openssl needs perl-Time-Piece to compile 2025-10-09 09:28:06 +08:00
boypt
8b6954299c bum version 2025-10-09 09:21:34 +08:00
boypt
3fc302b072 openssl 3.0.17; allow GH_PROXY with env 2025-07-09 09:54:30 +08:00
boypt
d1379453ae bump ver desc 2025-04-10 14:40:14 +08:00
boypt
8df98e5ebf bump openssh/openssl version 2025-02-18 17:45:50 +08:00
ChowRex
87327de45b Update script and intro an environment variable to using proxy for Github. (#35)
- Add `Dockerfile.rockylinux` to build Rocky Linux images
- Modify `pullsrc.sh`, add an environment variable to using proxy for Github.
- Modify `version.env`, sync environment variable.
- Modify `README.md`, sync doc.
- Modify `.github/workflows/build-images.yml`, sync Rocky Linux image.
2025-01-02 14:14:07 +08:00
boypt
219b5b8e59 bump openssl 3.0.15 / doc 2024-09-04 09:43:32 +08:00
BEN
9d2db89d8b Update README.md
added `--allowerasing` for yum install
2024-07-29 09:15:21 +08:00
ChowRex
7c83502a8c Refactoring logic and intro Github Actions (#26)
* Refactoring logic

- Modify all dockerfile files, unified replacement logic
- Fix `perl` required error.
- Add ignore file
- Fix CentOS 5 support, by change mirror from
  `http://archive.kernel.org` to `http://linuxsoft.cern.ch`

* Update README.md

- Add a short usage for docker

* Create Github Actions

- Add `build-images.yml` to auto build docker images. Support: CentOS 7/6/5, CentOS Stream 8/9, Amazon Linux 1/2/2023.

- Add `create-amd64-release.yml` to auto create amd64 release files.

- Add `create-arm64-release.yml` to auto create arm64 release files.

- Reformat release comment

Features:

- Using batch build and batch compile

- Using latest action version
2024-07-23 14:08:11 +08:00
BEN
f0d106ab13 Update README.md 2024-07-03 09:26:52 +08:00
boypt
0f2e3181dd bump 9.8p1 2024-07-02 09:11:44 +08:00
boypt
eaae38c5f5 bump openssl 3.0.14 2024-06-13 11:12:13 +08:00
ChowRex
f0b2bf7905 Important Version Updates (#19)
* Important Version Updates
- Add dockerfile support for centos 8 series.
- Modify Dockerfile.centos to add CentOS 8 support and fix the problem of CentOS 5 series not being able to build.
- Modify modify_yum_source.sh to add CentOS 8 support and fix CentOS 5 series yum source problem.

* Update CentOS Stream support                                                                           INT ✘  base 
- Changed compile.sh to add support for CentOS Stream 8/9 series.
- Modified docker.README.md to add Stream series description.
- Modified Dockerfile.amazonlinux to add cleanup operations and reduce image size.
- Modify Dockerfile.centos, add cleanup operation, reduce image size
- Added Dockerfile.centos-stream to support Stream series build images.
- Added modify_dnf_source.pl to add Stream series yum source modification function.
- Modified README.md to add Stream series test pass information and correct formatting and word spelling errors.

---------

Co-authored-by: Rex Zhou <zhouruixi@goldwind.com>
2024-06-04 17:01:06 +08:00
boypt
cd430750f3 update distro 2024-03-13 10:12:17 +08:00
boypt
bcb7035ca6 bump to ssh 9.7 2024-03-12 09:14:05 +08:00
boypt
5bc1cd376e update doc 2024-03-06 11:00:29 +08:00
boypt
698c55a0ed update doc 2024-03-05 16:56:24 +08:00
boypt
0b03b8619e update doc 2024-03-01 17:21:35 +08:00
boypt
f27f39b307 doc improv 2024-02-28 14:04:11 +08:00
boypt
5452edbacd add trouble shoot 2024-02-28 13:57:55 +08:00
boypt
741c6651b2 doc improve 2024-02-27 16:19:42 +08:00
boypt
244e91c729 doc improve 2024-02-27 16:19:04 +08:00
boypt
bf2bf15bb2 doc improve 2024-02-27 16:09:27 +08:00
boypt
27f64b6e22 sub cmd 2024-02-27 15:58:21 +08:00
boypt
6b2ce72937 doc imporv 2024-02-27 15:51:24 +08:00
boypt
b2f329c6b5 update install instructions 2024-02-27 13:52:07 +08:00
boypt
3964d561be script refactor 2024-02-27 13:41:34 +08:00
boypt
9d22d374b5 fix: rpmdir 2024-02-27 11:11:17 +08:00
boypt
56da7d401c update doc 2024-02-27 11:09:39 +08:00
boypt
6e30f23f9e add GETEL subcmd to compile 2024-02-27 10:43:33 +08:00
boypt
a145806035 script guess el version by glibc ver 2024-02-27 10:10:52 +08:00
BEN
fecceda7c4 merge pr with a lot fixes (#15)
* Add support for Amazon Linux and Docker (#13)

* Modify OpenSSL version to 3.0.8

Version `3.0.0` and `3.0.8` is recommanded by the official, which are FIPS validated. See more: [[ Downloads ] - /source/index.html](https://www.openssl.org/source/)

* Use OpenSSH 9.6p1 official file

Update the baseline file to 9.6p1
Add some comments

* Update README.md

Add a desc for CentOS 7 to install packages

* Update spec file
- Sync spec file to latest(9.6p1)

* Update requirement src
- Add Perl for CentOS 5

* Add support for Amazon Linux and Docker!
- Add support for Amazon Linux 1 / Amazon Linux 2 / Amazon Linux 2023
- Add Dockerfile for CentOS and Amazon Linux
- Fix compile.sh error for using CentOS 5

* only download perl5 when necessary

* only check perl 5 source on el5

* perl not need install in el5

* bump openssl verion

* add notes in pullsrc.sh when download fails

* fix: perl install inside build dir

---------

Co-authored-by: ChowRex <zrx879582094@gmail.com>
2024-02-26 15:51:18 +08:00
boypt
fe869126f9 fix typo, descs 2023-10-17 13:41:09 +08:00
Preston
34431405a1 Merge pull request #8 from jazzl0ver/main
added missing dependancy
2023-10-17 13:28:58 +08:00
boypt
3cd09a505a bump to openssh 9.5p1 2023-10-07 09:15:26 +08:00
boypt
90a2193a34 openssl bump to 3.0.11 2023-09-20 08:54:42 +08:00
jazzl0ver
7de1252bc6 added missing dependancy 2023-09-15 15:03:20 +03:00
pt
4420d5030c openssl 9.4/openssl 3.0.10 2023-09-12 11:13:46 +08:00
pt
2f993775fe openssl 1.1.1w 2023-09-12 09:10:05 +08:00
pt
ac142e550f openssl 9.4/openssl 1.1.1v 2023-08-10 15:16:01 +08:00
pt
3e40bfd232 ssh ver 9.3p2 2023-07-20 09:09:26 +08:00
boypt
5aef2e2c48 openssl ver up 2023-06-01 09:27:25 +08:00
boypt
24ba7fab84 add readme notes 2023-04-20 15:56:32 +08:00
Thomas Meier
979828ce45 bump versions 2023-04-19 11:05:32 +02:00
boypt
0ccbdb7bf9 ssl 1.1.1s 2022-11-02 13:41:54 +08:00
boypt
f1c9f34682 updated readme 2022-10-08 17:37:39 +08:00
Preston
5133ca377a Update README.md 2022-08-10 17:29:46 +08:00
boypt
3f5957c198 bump rpm rel version 2022-07-26 10:19:04 +08:00
boypt
d5aa9a1bf8 openssl 1.1.1o 2022-05-06 14:30:55 +08:00