Skip to content

Commit

Permalink
Merge pull request #424 from Dennisbonke/openssl-fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisbonke authored Dec 24, 2024
2 parents 601d60a + f92b829 commit 11f16bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bootstrap.d/dev-libs.y4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2153,14 +2153,14 @@ packages:
source:
subdir: ports
git: 'https://github.com/openssl/openssl.git'
tag: 'OpenSSL_1_1_1q'
version: '1.1.1q'
tag: 'OpenSSL_1_1_1w'
version: '1.1.1w'
tools_required:
- system-gcc
pkgs_required:
- mlibc
- zlib
revision: 8
revision: 1
configure:
- args:
- '@THIS_SOURCE_DIR@/Configure'
Expand All @@ -2183,9 +2183,9 @@ packages:
environ:
DESTDIR: '@THIS_COLLECT_DIR@'
# Move the doc dir to a versioned directory
- args: ['mv', '@THIS_COLLECT_DIR@/usr/share/doc/openssl', '@THIS_COLLECT_DIR@/usr/share/doc/openssl-1.1.1q']
- args: ['mv', '@THIS_COLLECT_DIR@/usr/share/doc/openssl', '@THIS_COLLECT_DIR@/usr/share/doc/openssl-1.1.1w']
# Install more documentation
- args: ['cp', '-fr', '@THIS_SOURCE_DIR@/doc/.', '@THIS_COLLECT_DIR@/usr/share/doc/openssl-1.1.1q']
- args: ['cp', '-fr', '@THIS_SOURCE_DIR@/doc/.', '@THIS_COLLECT_DIR@/usr/share/doc/openssl-1.1.1w']

- name: pcre
labels: [aarch64, riscv64]
Expand Down

0 comments on commit 11f16bc

Please sign in to comment.