Skip to content

Commit

Permalink
Updated AmiSSL version to 4.5 on both images, m68k and ppc
Browse files Browse the repository at this point in the history
  • Loading branch information
walkero-gr committed Mar 30, 2020
1 parent 8975742 commit b26e04f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Changelog
All notable changes to this project will be documented in this file.

## docker4amigavbcc [future]
## docker4amigavbcc v1.4 - 2020-03-30
### Added
- Added on PPC image the clib2 includes
- Added MCC_GuiGfx installation at the PPC image
- Added FlexCat 2.18 on both images, m68k and ppc

### Changed
- Fixes on m68k image on MCC_GuiGfx copy
- Updated AmiSSL version to 4.5 on both images, m68k and ppc

## docker4amigavbcc v1.3 - 2020-03-02
### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The **docker4amigavbcc:latest-m68k** image contains the following:
| MCC_GuiGfx | 19.2 | http://aminet.net/package/dev/mui/MCC_Guigfx
| MCC_TextEditor | 15.53 | http://aminet.net/package/dev/mui/MCC_TextEditor-15.53
| Roadshow SDK | 1.4 (15.3.2019) | https://www.amigafuture.de/app.php/dlext/?view=detail&df_id=3658
| AmiSSL SDK | 4.4 | https://github.com/jens-maus/amissl/releases/tag/4.4
| AmiSSL SDK | 4.5 | https://github.com/jens-maus/amissl/releases/tag/4.5
| Posix Lib | 2.6 | http://aminet.net/package/dev/c/vbcc_PosixLib
| FlexCat | 2.18 | https://github.com/adtools/flexcat/releases/tag/2.18

Expand All @@ -31,7 +31,7 @@ The **docker4amigavbcc:latest-ppc** image contains the following:
| vasm | 1.8g (04-Oct-2019) | http://sun.hasenbraten.de/vasm/
| AmigaOS 4 SDK | 53.30 | http://www.hyperion-entertainment.com/
| MUI 5.x dev | 5.0-2019R4 | http://muidev.de/downloads
| AmiSSL SDK | 4.4 | https://github.com/jens-maus/amissl/releases/tag/4.4
| AmiSSL SDK | 4.5 | https://github.com/jens-maus/amissl/releases/tag/4.5
| FlexCat | 2.18 | https://github.com/adtools/flexcat/releases/tag/2.18

## How to create a docker container
Expand Down
2 changes: 1 addition & 1 deletion m68k/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ENV TCP_INC="/opt/sdk/Roadshow-SDK/include"
ENV NET_INC="/opt/sdk/Roadshow-SDK/netinclude"

# Install AMISSL SDK
RUN curl -fSL "https://github.com/jens-maus/amissl/releases/download/4.4/AmiSSL-4.4.lha" -o /tmp/AmiSSL.lha; \
RUN curl -fSL "https://github.com/jens-maus/amissl/releases/download/4.5/AmiSSL-4.5.lha" -o /tmp/AmiSSL.lha; \
cd /tmp; \
lhasa -xfq2 AmiSSL.lha; \
mv ./AmiSSL/Developer /opt/sdk/AmiSSL;
Expand Down
2 changes: 1 addition & 1 deletion ppc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ RUN curl -fSL "http://aminet.net/dev/mui/MCC_Guigfx.lha" -o /tmp/MCC_Guigfx.lha;
cp ./MCC_Guigfx/Developer/C/Include/MUI/* /opt/sdk/MUI_5.0/C/include/mui;

# Install AMISSL SDK
RUN curl -fSL "https://github.com/jens-maus/amissl/releases/download/4.4/AmiSSL-4.4.lha" -o /tmp/AmiSSL.lha; \
RUN curl -fSL "https://github.com/jens-maus/amissl/releases/download/4.5/AmiSSL-4.5.lha" -o /tmp/AmiSSL.lha; \
cd /tmp; \
lhasa -xfq2 AmiSSL.lha; \
mv ./AmiSSL/Developer /opt/sdk/AmiSSL;
Expand Down

0 comments on commit b26e04f

Please sign in to comment.