1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/package
Tianling Shen a0d7193425 openssl: fix uci config for built-in engines
Built-in engine configs are added in libopenssl-conf/install stage
already, postinst/add_engine_config is just duplicating them, and
due to the lack of `config` header it results a broken uci config:

> uci: Parse error (invalid command) at line 3, byte 0

```
config engine 'devcrypto'
        option enabled '1'
engine 'devcrypto'
        option enabled '1'
        option builtin '1'
```

Add `builtin` option in libopenssl-conf/install stage and remove
duplicate engine configuration in postinst/add_engine_config to
fix this issue.

Fixes: 0b70d55a64c39d ("openssl: make UCI config aware of built-in engines")
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
2023-06-03 21:15:11 +02:00
..
base-files base-files: enable BPF JIT kallsyms by default 2023-06-02 20:53:49 +02:00
boot grub2: enable EFI for armvirt 2023-06-02 11:36:12 +02:00
devel valgrind: update to 3.21.0 2023-06-03 11:28:49 +02:00
firmware ipq-wifi: bump to latest git HEAD 2023-05-26 13:05:02 +03:00
kernel netfilter: fix typo in kmod-nft-dup-inet 2023-06-03 13:09:27 +01:00
libs openssl: fix uci config for built-in engines 2023-06-03 21:15:11 +02:00
network netifd: Fix PKG_MIRROR_HASH 2023-06-03 14:40:03 +02:00
system selinux-policy: update to 1.2.5 2023-05-31 22:00:48 +02:00
utils firmware-utils: add missing build dependencies 2023-06-01 23:54:20 +02:00
Makefile build: generate index.json 2023-05-09 23:56:49 +02:00