c79d8cb72c
This is a maintenance release includes important security updates that fixes possible vulnerability in URL decoding (see the report attached below). All the qDecoder users are recommended to upgrade to this version as soon as possible. Fix CVE-2022-32265 Update hash of COPYING (change in year and URL removed:51bdcc2c15
745878212d
) https://github.com/wolkykim/qdecoder/releases/tag/v12.1.0 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
16 lines
452 B
Makefile
16 lines
452 B
Makefile
################################################################################
|
|
#
|
|
# qdecoder
|
|
#
|
|
################################################################################
|
|
|
|
QDECODER_VERSION = 12.1.0
|
|
QDECODER_SITE = $(call github,wolkykim,qdecoder,v$(QDECODER_VERSION))
|
|
QDECODER_LICENSE = BSD-2-Clause
|
|
QDECODER_LICENSE_FILES = COPYING
|
|
QDECODER_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'
|
|
|
|
QDECODER_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|