summaryrefslogtreecommitdiff
path: root/packages/gnupg/gnupg_1.4.2.2.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-03-20 19:59:23 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-20 19:59:23 +0000
commitcda6a1333699525ab6ee21ab1b45993e284aae20 (patch)
treefdfd9ec9dce58ff42784ba6e94bb8d8ab7a1ece9 /packages/gnupg/gnupg_1.4.2.2.bb
parent384a4813327cd08f337cc0043632e54f5da62569 (diff)
gnupg: added 1.4.2.2 which contain security fixes: CVE-2006-0049
Diffstat (limited to 'packages/gnupg/gnupg_1.4.2.2.bb')
-rw-r--r--packages/gnupg/gnupg_1.4.2.2.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/gnupg/gnupg_1.4.2.2.bb b/packages/gnupg/gnupg_1.4.2.2.bb
new file mode 100644
index 0000000000..07f62aba16
--- /dev/null
+++ b/packages/gnupg/gnupg_1.4.2.2.bb
@@ -0,0 +1,11 @@
+include gnupg.inc
+
+DEPENDS += "readline"
+EXTRA_OECONF += "--with-readline=${STAGING_LIBDIR}/.."
+# --without-readline do not support fancy command line editing
+
+SRC_URI += "file://15_free_caps.patch;patch=1 \
+ file://16_min_privileges.patch;patch=1 \
+ file://22_zero_length_mpi_fix.patch;patch=1 "
+
+S = "${WORKDIR}/gnupg-${PV}"