summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-07-20 20:32:32 -0700
committerKhem Raj <raj.khem@gmail.com>2019-07-21 09:40:20 -0700
commit07db1c40eec5cb7abf8e5a63acf311edc7754676 (patch)
treee03763fa19f781bd35aa16381a6427295176f134 /meta-networking/recipes-connectivity
parented399faf315e67d8ea6ac937ef40b0224e3112a6 (diff)
downloadmeta-openembedded-07db1c40eec5cb7abf8e5a63acf311edc7754676.tar.gz
firewalld: Update to 0.6.3->0.6.4
Forward port patch to work with 0.6.4 and update the status Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/firewalld/files/0001-fix-building-in-a-separate-directory-outside-the-sou.patch19
-rw-r--r--meta-networking/recipes-connectivity/firewalld/firewalld_0.6.4.bb (renamed from meta-networking/recipes-connectivity/firewalld/firewalld_0.6.3.bb)8
2 files changed, 9 insertions, 18 deletions
diff --git a/meta-networking/recipes-connectivity/firewalld/files/0001-fix-building-in-a-separate-directory-outside-the-sou.patch b/meta-networking/recipes-connectivity/firewalld/files/0001-fix-building-in-a-separate-directory-outside-the-sou.patch
index 3f34ff2e4..28d590242 100644
--- a/meta-networking/recipes-connectivity/firewalld/files/0001-fix-building-in-a-separate-directory-outside-the-sou.patch
+++ b/meta-networking/recipes-connectivity/firewalld/files/0001-fix-building-in-a-separate-directory-outside-the-sou.patch
@@ -1,10 +1,8 @@
1firewalld: fix building in a separate directory outside the source tree 1firewalld: fix building in a separate directory outside the source tree
2 2
3Upstream-Status: Submitted [https://github.com/firewalld/firewalld/pull/456] 3Upstream-Status: Accepted [https://github.com/firewalld/firewalld/pull/456]
4Signed-off-by: Dan Callaghan <dan.callaghan@opengear.com> 4Signed-off-by: Dan Callaghan <dan.callaghan@opengear.com>
5 5
6diff --git a/config/Makefile.am b/config/Makefile.am
7index 7048d2ee..5270d408 100644
8--- a/config/Makefile.am 6--- a/config/Makefile.am
9+++ b/config/Makefile.am 7+++ b/config/Makefile.am
10@@ -377,11 +377,11 @@ install-config: 8@@ -377,11 +377,11 @@ install-config:
@@ -24,8 +22,6 @@ index 7048d2ee..5270d408 100644
24 22
25 uninstall-config: 23 uninstall-config:
26 rmdir $(DESTDIR)$(sconfdir)/icmptypes 24 rmdir $(DESTDIR)$(sconfdir)/icmptypes
27diff --git a/doc/xml/Makefile.am b/doc/xml/Makefile.am
28index 8c93ab9c..d0313e3e 100644
29--- a/doc/xml/Makefile.am 25--- a/doc/xml/Makefile.am
30+++ b/doc/xml/Makefile.am 26+++ b/doc/xml/Makefile.am
31@@ -69,7 +69,8 @@ edit = sed \ 27@@ -69,7 +69,8 @@ edit = sed \
@@ -38,25 +34,23 @@ index 8c93ab9c..d0313e3e 100644
38 34
39 transform-man.xsl: transform-man.xsl.in 35 transform-man.xsl: transform-man.xsl.in
40 $(edit) $< >$@ 36 $(edit) $< >$@
41diff --git a/doc/xml/firewall-cmd.xml.in b/doc/xml/firewall-cmd.xml.in
42index c2606553..24d77858 100644
43--- a/doc/xml/firewall-cmd.xml.in 37--- a/doc/xml/firewall-cmd.xml.in
44+++ b/doc/xml/firewall-cmd.xml.in 38+++ b/doc/xml/firewall-cmd.xml.in
45@@ -1,9 +1,9 @@ 39@@ -1,10 +1,10 @@
46 <?xml version="1.0" encoding="utf-8"?> 40 <?xml version="1.0" encoding="utf-8"?>
47 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" 41 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
48 [ 42 [
49-<!ENTITY authors SYSTEM "authors.xml"> 43-<!ENTITY authors SYSTEM "authors.xml">
50-<!ENTITY seealso SYSTEM "seealso.xml"> 44-<!ENTITY seealso SYSTEM "seealso.xml">
51-<!ENTITY notes SYSTEM "notes.xml"> 45-<!ENTITY notes SYSTEM "notes.xml">
46-<!ENTITY errorcodes SYSTEM "errorcodes.xml">
52+<!ENTITY authors SYSTEM "@SRCDIR@/authors.xml"> 47+<!ENTITY authors SYSTEM "@SRCDIR@/authors.xml">
53+<!ENTITY seealso SYSTEM "@SRCDIR@/seealso.xml"> 48+<!ENTITY seealso SYSTEM "@SRCDIR@/seealso.xml">
54+<!ENTITY notes SYSTEM "@SRCDIR@/notes.xml"> 49+<!ENTITY notes SYSTEM "@SRCDIR@/notes.xml">
55 <!ENTITY errorcodes SYSTEM "errorcodes.xml"> 50+<!ENTITY errorcodes SYSTEM "@SRCDIR@/errorcodes.xml">
56 ]> 51 ]>
57 52
58diff --git a/doc/xml/firewalld.xml.in b/doc/xml/firewalld.xml.in 53 <!--
59index de802059..3d319b04 100644
60--- a/doc/xml/firewalld.xml.in 54--- a/doc/xml/firewalld.xml.in
61+++ b/doc/xml/firewalld.xml.in 55+++ b/doc/xml/firewalld.xml.in
62@@ -1,9 +1,9 @@ 56@@ -1,9 +1,9 @@
@@ -72,6 +66,3 @@ index de802059..3d319b04 100644
72 ]> 66 ]>
73 67
74 <!-- 68 <!--
75--
762.20.1
77
diff --git a/meta-networking/recipes-connectivity/firewalld/firewalld_0.6.3.bb b/meta-networking/recipes-connectivity/firewalld/firewalld_0.6.4.bb
index e999fa7a5..5955072f1 100644
--- a/meta-networking/recipes-connectivity/firewalld/firewalld_0.6.3.bb
+++ b/meta-networking/recipes-connectivity/firewalld/firewalld_0.6.4.bb
@@ -4,12 +4,12 @@ BUGTRACKER = "https://github.com/firewalld/firewalld/issues"
4LICENSE = "GPLv2+" 4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 5LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6 6
7SRC_URI = "https://github.com/firewalld/firewalld/archive/v${PV}.tar.gz \ 7SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \
8 file://firewalld.init \
9 file://0001-fix-building-in-a-separate-directory-outside-the-sou.patch \ 8 file://0001-fix-building-in-a-separate-directory-outside-the-sou.patch \
9 file://firewalld.init \
10" 10"
11SRC_URI[md5sum] = "5ef954d9b6b244ffeabcd226be1867a0" 11SRC_URI[md5sum] = "e63bdd65a4d2f6338f60b31e91bb5525"
12SRC_URI[sha256sum] = "039ad56ea6d6553aadf33243ea5b39802d73519e46a89c80c648b2bd1ec78aeb" 12SRC_URI[sha256sum] = "5a82a72fd9ad4cbbfb805bae615faa9b91a27855245de0fef3bcb06439394852"
13 13
14# glib-2.0-native is needed for GSETTINGS_RULES autoconf macro from gsettings.m4 14# glib-2.0-native is needed for GSETTINGS_RULES autoconf macro from gsettings.m4
15# xmlto-native is needed to populate /etc/xml/catalog.xml in the sysroot so that xsltproc finds the docbook xslt 15# xmlto-native is needed to populate /etc/xml/catalog.xml in the sysroot so that xsltproc finds the docbook xslt