mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 20:51:23 +00:00
gost_engine: adapt to new engine build config
This adapts the package to the new include/openssl-module.mk, and updated runtime configuration. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
@@ -1,19 +1,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/openssl-engine.mk
|
||||
include $(INCLUDE_DIR)/openssl-module.mk
|
||||
|
||||
PKG_NAME:=gost_engine
|
||||
ifeq ($(ENGINES_DIR),engines-1.1)
|
||||
PKG_VERSION:=1.1.0.3
|
||||
PKG_HASH:=fff725052e82c9adb5b738729b30141f61ac91fa457a4f4b5de18b8b24092f75
|
||||
PKG_LICENSE:=OpenSSL
|
||||
PATCH_DIR=./patches-1.1
|
||||
else
|
||||
PKG_VERSION:=3.0.1
|
||||
PKG_HASH:=bfeac85883724cfbe0ecc6d942ac0524b908143e019ab3d3b6abe47a3466a628
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
PATCH_DIR=./patches-3
|
||||
endif
|
||||
PKG_RELEASE:=7
|
||||
PKG_VERSION:=3.0.1
|
||||
PKG_HASH:=bfeac85883724cfbe0ecc6d942ac0524b908143e019ab3d3b6abe47a3466a628
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
PATCH_DIR=./patches-3
|
||||
PKG_RELEASE:=8
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/gost-engine/engine/archive/v$(PKG_VERSION)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
[gost]
|
||||
[gost_sect]
|
||||
default_algorithms = ALL
|
||||
# CRYPT_PARAMS: OID of default GOST 28147-89 parameters It allows the
|
||||
# user to choose between different parameter sets of symmetric cipher
|
||||
|
||||
Reference in New Issue
Block a user