diff options
| author | Andrey Zhizhikin <andrey.z@gmail.com> | 2020-01-27 23:11:31 +0000 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-01-27 15:47:22 -0800 | 
| commit | e8438689e95d8990b70fb157fe44cddbd93a4bc8 (patch) | |
| tree | 011bf2a9ab0bd28e1240d3ae401d51473c56d589 | |
| parent | e4a9859fb0d664c37a10ee28eb5fcec9989a8e04 (diff) | |
| download | meta-openembedded-e8438689e95d8990b70fb157fe44cddbd93a4bc8.tar.gz | |
dnssec-conf: delete, moved to meta-python2
dnssec-conf relies heavily on python2 code and was not updated since
2010.
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb | 2 | ||||
| -rw-r--r-- | meta-networking/recipes-support/dnssec-conf/dnssec-conf_2.02.bb | 35 | 
2 files changed, 1 insertions, 36 deletions
| diff --git a/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb b/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb index da2d5a2afc..fa9bf2db52 100644 --- a/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb +++ b/meta-networking/recipes-core/packagegroups/packagegroup-meta-networking.bb | |||
| @@ -112,7 +112,7 @@ RDEPENDS_packagegroup-meta-networking-support = "\ | |||
| 112 | iftop aoetools tcpslice tcpdump libtalloc memcached nuttcp netcat \ | 112 | iftop aoetools tcpslice tcpdump libtalloc memcached nuttcp netcat \ | 
| 113 | netcat-openbsd fetchmail yp-tools ypbind-mt yp-tools \ | 113 | netcat-openbsd fetchmail yp-tools ypbind-mt yp-tools \ | 
| 114 | arptables macchanger nghttp2 strongswan fping \ | 114 | arptables macchanger nghttp2 strongswan fping \ | 
| 115 | dnssec-conf libesmtp cifs-utils open-isns \ | 115 | libesmtp cifs-utils open-isns \ | 
| 116 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "libldb", "", d)} \ | 116 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "libldb", "", d)} \ | 
| 117 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "non-commercial", "netperf", "", d)} \ | 117 | ${@bb.utils.contains("LICENSE_FLAGS_WHITELIST", "non-commercial", "netperf", "", d)} \ | 
| 118 | ${@bb.utils.contains_any("TRANSLATED_TARGET_ARCH", "i586 x86-64", "spice", "", d)} \ | 118 | ${@bb.utils.contains_any("TRANSLATED_TARGET_ARCH", "i586 x86-64", "spice", "", d)} \ | 
| diff --git a/meta-networking/recipes-support/dnssec-conf/dnssec-conf_2.02.bb b/meta-networking/recipes-support/dnssec-conf/dnssec-conf_2.02.bb deleted file mode 100644 index ca59bd2170..0000000000 --- a/meta-networking/recipes-support/dnssec-conf/dnssec-conf_2.02.bb +++ /dev/null | |||
| @@ -1,35 +0,0 @@ | |||
| 1 | SUMMARY = "DNSSEC and DLV configuration and priming tool" | ||
| 2 | DESCRIPTION = "\ | ||
| 3 | DNSSEC configuration and priming tool. Keys are required until the root \ | ||
| 4 | is signed, as well as for local unpublished DNSSEC keys to be preloaded \ | ||
| 5 | into the recursive nameserver. These DNSSEC configuration files can be \ | ||
| 6 | directly included in the bind or unbound nameserver configuration files. \ | ||
| 7 | dnssec-conf includes a commandline configuration client for Bind and \ | ||
| 8 | Unbound, known DNSSEC keys, URL's to official publication pages of keys, \ | ||
| 9 | and harvested keys, as well a script to harvest DNSKEY's from DNS. \ | ||
| 10 | See also: system-config-dnssec" | ||
| 11 | HOMEPAGE = "https://github.com/xelerance/dnssec-conf" | ||
| 12 | SECTION = "net" | ||
| 13 | LICENSE = "GPLv2+" | ||
| 14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0636e73ff0215e8d672dc4c32c317bb3" | ||
| 15 | DEPENDS += "xmlto-native docbook-xml-dtd4-native \ | ||
| 16 | docbook-xsl-stylesheets-native libxslt-native" | ||
| 17 | |||
| 18 | SRC_URI = "git://github.com/xelerance/dnssec-conf.git" | ||
| 19 | SRCREV = "8e799683736b4a7b5e5e78f98fba0a6f48393537" | ||
| 20 | |||
| 21 | S = "${WORKDIR}/git" | ||
| 22 | |||
| 23 | do_install () { | ||
| 24 | rm -rf ${D} | ||
| 25 | make PREFIX=${prefix} DESTDIR=${D} ETCDIR=${D}${sysconfdir} install | ||
| 26 | # We no longer ship trust anchors. Most of these are in the DLV Registry now. | ||
| 27 | # and it prevents the problem of shipping outdated trust anchors. | ||
| 28 | # For DLV, we ship the ISC DLV Registry key | ||
| 29 | rm -rf ${D}${sysconfdir}/pki/dnssec-keys/harvest/* | ||
| 30 | rm -rf ${D}${sysconfdir}/pki/dnssec-keys/production/reverse/* | ||
| 31 | install -d -m 0755 ${D}${sysconfdir}/sysconfig | ||
| 32 | install -m 0644 packaging/fedora/dnssec.sysconfig ${D}${sysconfdir}/sysconfig/dnssec | ||
| 33 | } | ||
| 34 | |||
| 35 | RDEPENDS_${PN} = "python" | ||
