mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:57:34 +00:00
Ports: Update OpenSSL port to version 1.1.1m
This commit is contained in:
parent
e9d26fb47d
commit
7110c0ecb0
4 changed files with 7 additions and 7 deletions
|
@ -130,7 +130,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
||||||
| [`ntbtls`](ntbtls/) | The Not Too Bad TLS Library | 0.2.0 | https://gnupg.org/software/ntbtls/index.html |
|
| [`ntbtls`](ntbtls/) | The Not Too Bad TLS Library | 0.2.0 | https://gnupg.org/software/ntbtls/index.html |
|
||||||
| [`nyancat`](nyancat/) | Nyancat | | https://github.com/klange/nyancat |
|
| [`nyancat`](nyancat/) | Nyancat | | https://github.com/klange/nyancat |
|
||||||
| [`openssh`](openssh/) | OpenSSH | 8.3-9ca7e9c | https://github.com/openssh/openssh-portable |
|
| [`openssh`](openssh/) | OpenSSH | 8.3-9ca7e9c | https://github.com/openssh/openssh-portable |
|
||||||
| [`openssl`](openssl/) | OpenSSL | 1.1.1k | https://www.openssl.org/ |
|
| [`openssl`](openssl/) | OpenSSL | 1.1.1m | https://www.openssl.org/ |
|
||||||
| [`openttd`](openttd/) | OpenTTD | 1.11.0 | https://www.openttd.org/ |
|
| [`openttd`](openttd/) | OpenTTD | 1.11.0 | https://www.openttd.org/ |
|
||||||
| [`openttd-opengfx`](openttd-opengfx/) | OpenGFX graphics for OpenTTD | 0.6.1 | https://www.openttd.org/ |
|
| [`openttd-opengfx`](openttd-opengfx/) | OpenGFX graphics for OpenTTD | 0.6.1 | https://www.openttd.org/ |
|
||||||
| [`openttd-opensfx`](openttd-opensfx/) | OpenSFX audio files for OpenTTD | 1.0.1 | https://www.openttd.org/ |
|
| [`openttd-opensfx`](openttd-opensfx/) | OpenSFX audio files for OpenTTD | 1.0.1 | https://www.openttd.org/ |
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
#!/usr/bin/env -S bash ../.port_include.sh
|
#!/usr/bin/env -S bash ../.port_include.sh
|
||||||
port=openssl
|
port=openssl
|
||||||
branch='1.1.1'
|
branch='1.1.1'
|
||||||
version="${branch}k"
|
version="${branch}m"
|
||||||
useconfigure=true
|
useconfigure=true
|
||||||
configscript=Configure
|
configscript=Configure
|
||||||
files="https://ftp.nluug.nl/security/openssl/openssl-${version}.tar.gz openssl-${version}.tar.gz 892a0875b9872acd04a9fde79b1f943075d5ea162415de3047c327df33fbaee5"
|
files="https://ftp.nluug.nl/security/openssl/openssl-${version}.tar.gz openssl-${version}.tar.gz f89199be8b23ca45fc7cb9f1d8d3ee67312318286ad030f5316aca6462db6c96"
|
||||||
auth_type=sha256
|
auth_type=sha256
|
||||||
|
|
||||||
depends=("zlib")
|
depends=("zlib")
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- openssl-1.1.1k/Configurations/10-main.conf 2021-03-25 21:28:38.000000000 +0800
|
--- openssl-1.1.1m/Configurations/10-main.conf 2021-03-25 21:28:38.000000000 +0800
|
||||||
+++ openssl-1.1.1k/Configurations/10-main.conf 2021-09-26 00:05:04.340004623 +0800
|
+++ openssl-1.1.1m/Configurations/10-main.conf 2021-09-26 00:05:04.340004623 +0800
|
||||||
@@ -627,6 +627,30 @@
|
@@ -627,6 +627,30 @@
|
||||||
shared_extension => ".so",
|
shared_extension => ".so",
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- openssl-1.1.1k/Configurations/shared-info.pl 2021-03-25 21:28:38.000000000 +0800
|
--- openssl-1.1.1m/Configurations/shared-info.pl 2021-03-25 21:28:38.000000000 +0800
|
||||||
+++ openssl-1.1.1k/Configurations/shared-info.pl 2021-09-26 00:05:04.340004623 +0800
|
+++ openssl-1.1.1m/Configurations/shared-info.pl 2021-09-26 00:05:04.340004623 +0800
|
||||||
@@ -34,6 +34,13 @@
|
@@ -34,6 +34,13 @@
|
||||||
shared_defflag => '-Wl,--version-script=',
|
shared_defflag => '-Wl,--version-script=',
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue