[oe] [meta-networking][PATCH 00/11] More networking recipes

Paul Eggleton paul.eggleton at linux.intel.com
Mon Dec 3 17:44:06 UTC 2012


These are updated, rebased and extended versions of patches originally
submitted by Vladimir Redzhepoff and Yauhen Kharuzhy, now applied to
meta-networking after discussion with them. This series also moves
libnfnetlink to meta-networking and adds some additional netfilter
library recipes needed for current versions of the netfilter suite.

Note that the original patch for pure-ftpd said that it was an updated
version of a recipe from OE-Classic; there was no such recipe in
OE-Classic however so I have commented it as a new recipe.
The libnetfilter-queue recipe was written from scratch as I did not
notice it was in OE-Classic; neither version has anything particularly
interesting in it and this version is more up-to-date.


The following changes since commit 85ab35f4edac91ecc180161e97c6698f1c10928b:

  netperf: Correct license flags (2012-11-30 11:49:56 -0500)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib paule/networking2
  http://cgit.openembedded.org/cgit.cgi/meta-openembedded-contrib/log/?h=paule/networking2

Paul Eggleton (11):
  netcat: add from OE-Classic
  libnfnetlink: move to meta-networking and update to 1.0.1
  libmnl: add new recipe for version 1.0.3
  libnetfilter-conntrack: add from OE-Classic and update
  libnetfilter-cttimeout: add new recipe for version 1.0.0
  libnetfilter-cthelper: add new recipe for version 1.0.0
  libnetfilter-queue: add new recipe for version 1.0.2
  conntrack-tools: add from OE-Classic, update and tidy up
  ebtables: add from OE-Classic, update and tidy up
  pure-ftpd: add new recipe for 1.0.36
  pptp-linux: add from OE-Classic, update and tidy up

 ...coded-usr-local-includes-from-configure.a.patch |   38 ++++
 .../pure-ftpd/pure-ftpd/nostrip.patch              |   30 ++++
 .../recipes-daemons/pure-ftpd/pure-ftpd_1.0.36.bb  |   19 ++
 .../conntrack-tools/conntrack-tools_1.4.0.bb       |   33 ++++
 .../conntrack-tools/files/conntrack-failover       |   77 ++++++++
 .../recipes-filter/conntrack-tools/files/init      |   87 +++++++++
 .../ebtables-2.0.10-4/01debian_defaultconfig.patch |   50 ++++++
 .../ebtables/ebtables-2.0.10-4/ebtables.init       |  186 ++++++++++++++++++++
 .../ebtables-2.0.10-4/installnonroot.patch         |   43 +++++
 .../recipes-filter/ebtables/ebtables_2.0.10-4.bb   |   52 ++++++
 .../recipes-filter/libmnl/libmnl_1.0.3.bb          |   12 ++
 .../libnetfilter/libnetfilter-conntrack_1.0.2.bb   |   14 ++
 .../libnetfilter/libnetfilter-cthelper_1.0.0.bb    |   14 ++
 .../libnetfilter/libnetfilter-cttimeout_1.0.0.bb   |   13 ++
 .../libnetfilter/libnetfilter-queue_1.0.2.bb       |   14 ++
 .../libnfnetlink/libnfnetlink_1.0.1.bb             |   11 +-
 .../pptp-linux/pptp-linux-1.7.2/options.pptp       |   30 ++++
 .../pptp-linux/pptp-linux_1.7.2.bb                 |   29 +++
 .../recipes-support/netcat/netcat_0.7.1.bb         |   21 +++
 19 files changed, 768 insertions(+), 5 deletions(-)
 create mode 100644 meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/0001-Remove-hardcoded-usr-local-includes-from-configure.a.patch
 create mode 100644 meta-networking/recipes-daemons/pure-ftpd/pure-ftpd/nostrip.patch
 create mode 100644 meta-networking/recipes-daemons/pure-ftpd/pure-ftpd_1.0.36.bb
 create mode 100644 meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.0.bb
 create mode 100644 meta-networking/recipes-filter/conntrack-tools/files/conntrack-failover
 create mode 100644 meta-networking/recipes-filter/conntrack-tools/files/init
 create mode 100644 meta-networking/recipes-filter/ebtables/ebtables-2.0.10-4/01debian_defaultconfig.patch
 create mode 100755 meta-networking/recipes-filter/ebtables/ebtables-2.0.10-4/ebtables.init
 create mode 100644 meta-networking/recipes-filter/ebtables/ebtables-2.0.10-4/installnonroot.patch
 create mode 100644 meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
 create mode 100644 meta-networking/recipes-filter/libmnl/libmnl_1.0.3.bb
 create mode 100644 meta-networking/recipes-filter/libnetfilter/libnetfilter-conntrack_1.0.2.bb
 create mode 100644 meta-networking/recipes-filter/libnetfilter/libnetfilter-cthelper_1.0.0.bb
 create mode 100644 meta-networking/recipes-filter/libnetfilter/libnetfilter-cttimeout_1.0.0.bb
 create mode 100644 meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb
 rename meta-oe/recipes-connectivity/libnfnetlink/libnfnetlink_1.0.0.bb => meta-networking/recipes-filter/libnfnetlink/libnfnetlink_1.0.1.bb (60%)
 create mode 100644 meta-networking/recipes-protocols/pptp-linux/pptp-linux-1.7.2/options.pptp
 create mode 100644 meta-networking/recipes-protocols/pptp-linux/pptp-linux_1.7.2.bb
 create mode 100644 meta-networking/recipes-support/netcat/netcat_0.7.1.bb

-- 
1.7.10.4





More information about the Openembedded-devel mailing list