summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/librepo/librepo_1.11.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/librepo/librepo_1.11.2.bb')
-rw-r--r--meta/recipes-devtools/librepo/librepo_1.11.2.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/librepo/librepo_1.11.2.bb b/meta/recipes-devtools/librepo/librepo_1.11.2.bb
index 6a0a59f865..73a58f75e3 100644
--- a/meta/recipes-devtools/librepo/librepo_1.11.2.bb
+++ b/meta/recipes-devtools/librepo/librepo_1.11.2.bb
@@ -1,11 +1,14 @@
1SUMMARY = "A library providing C and Python (libcURL like) API \ 1SUMMARY = "A library providing C and Python (libcURL like) API \
2 for downloading linux repository metadata and packages." 2 for downloading linux repository metadata and packages."
3HOMEPAGE = "https://github.com/rpm-software-management/librepo"
4DESCRIPTION = "${SUMMARY}"
3LICENSE = "LGPLv2.1" 5LICENSE = "LGPLv2.1"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 6LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5 7
6SRC_URI = "git://github.com/rpm-software-management/librepo.git \ 8SRC_URI = "git://github.com/rpm-software-management/librepo.git;branch=master;protocol=https \
7 file://0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch \ 9 file://0002-Do-not-try-to-obtain-PYTHON_INSTALL_DIR-by-running-p.patch \
8 file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \ 10 file://0004-Set-gpgme-variables-with-pkg-config-not-with-cmake-m.patch \
11 file://CVE-2020-14352.patch \
9 " 12 "
10 13
11SRCREV = "67c2d1f83f1bf87be3f26ba730fce7fbdf0c9fba" 14SRCREV = "67c2d1f83f1bf87be3f26ba730fce7fbdf0c9fba"