[oe] [meta-networking][PATCH 0/6] meta-networking patchwork cleanup

Joe MacDonald joe_macdonald at mentor.com
Mon Oct 30 18:11:07 UTC 2017


When I started comparing the state of meta-networking/master to master-next and
to patchwork's own view of pending meta-networking patches I found some
disconnects.  So I've been chipping away at this for the last few days, trying
to bring everything in sync.

I've rejected/accepted the patches in patchwork that I was able to verify have
either been rejected or merged already.

ddclient died on the vine for no particular reason, so I refreshed it and added
the persistence support as noted in the patch itself.

Following that was Jackie's update to include freediameter, but it depended on
the currently-broken lksctp-tools, so I took a stab at fixing that.

There was a pending update to bridge-utils for using the xtools AR, but that
needed rework, so I did the rework and updated bridge-utils at the same time.

Finally, most of openssl-no-weak-cyphers was thrown away for good reason, but
two of the patches still made sense to include in meta-networking, IMO, with
just some minor rework, so I did that too.

Here's the report:

Jackie Huang (2):
  freediameter: add new recipe
  net-snmp: support openssl without 3des

Joe MacDonald (2):
  lksctp-tools: update and remove from blacklist
  bridge-utils: update to v1.6

Kai Kang (1):
  stunnel: fix compile error when openssl disable des support

Kinsella, Ray (1):
  ddclient: new package

 .../recipes-daemons/ddclient/ddclient_3.8.3.bb     |  44 ++++
 .../recipes-daemons/ddclient/files/ip-up           |   4 +
 .../recipes-daemons/ddclient/files/persistent      |   1 +
 ...murhash-algorithm-with-Robert-Jenkin-s-ha.patch | 223 +++++++++++++++++++++
 .../freediameter/files/freediameter.init           |  72 +++++++
 .../freediameter/files/freediameter.service        |  11 +
 .../freediameter/files/install_test.patch          |  22 ++
 .../freediameter/files/pass-ptest-env.patch        |  72 +++++++
 .../recipes-protocols/freediameter/files/run-ptest |  11 +
 .../freediameter/freediameter.inc                  |  98 +++++++++
 .../freediameter/freediameter_1.2.1.bb             |   7 +
 .../net-snmp/net-snmp-fix-for-disable-des.patch    |  32 +++
 .../recipes-protocols/net-snmp/net-snmp_5.7.3.bb   |   4 +-
 .../recipes-support/bridge-utils/bridge-utils.inc  |  28 ---
 ...ld-error-out-correctly-if-a-submake-fails.patch |  69 -------
 ...idge-fix-some-build-time-warnings-fcntl.h.patch |  64 ------
 ...idge-fix-some-build-time-warnings-errno.h.patch |  46 -----
 ...dd-missing-include-s-fix-build-against-mu.patch |  47 -----
 ...uild-don-t-ignore-CFLAGS-from-environment.patch |  29 +--
 ...ridge-Modifying-the-AR-to-cross-toolchain.patch |  51 +++++
 ...5-check-error-returns-from-write-to-sysfs.patch |  87 --------
 ...5-fix-error-message-for-incorrect-command.patch |  33 ---
 ...utils-1.5-fix-incorrect-command-in-manual.patch |  33 ---
 .../bridge-utils/bridge-utils/kernel-headers.patch |  29 ++-
 .../bridge-utils/bridge-utils_1.5.bb               |  16 --
 .../bridge-utils/bridge-utils_1.6.bb               |  35 ++++
 .../lksctp-tools/lksctp-tools_1.0.17.bb            |  16 +-
 .../stunnel/stunnel/fix-openssl-no-des.patch       |  54 +++++
 .../recipes-support/stunnel/stunnel_5.35.bb        |   4 +-
 29 files changed, 776 insertions(+), 466 deletions(-)
 create mode 100644 meta-networking/recipes-daemons/ddclient/ddclient_3.8.3.bb
 create mode 100644 meta-networking/recipes-daemons/ddclient/files/ip-up
 create mode 100644 meta-networking/recipes-daemons/ddclient/files/persistent
 create mode 100644 meta-networking/recipes-protocols/freediameter/files/Replace-murmurhash-algorithm-with-Robert-Jenkin-s-ha.patch
 create mode 100755 meta-networking/recipes-protocols/freediameter/files/freediameter.init
 create mode 100644 meta-networking/recipes-protocols/freediameter/files/freediameter.service
 create mode 100644 meta-networking/recipes-protocols/freediameter/files/install_test.patch
 create mode 100644 meta-networking/recipes-protocols/freediameter/files/pass-ptest-env.patch
 create mode 100644 meta-networking/recipes-protocols/freediameter/files/run-ptest
 create mode 100644 meta-networking/recipes-protocols/freediameter/freediameter.inc
 create mode 100644 meta-networking/recipes-protocols/freediameter/freediameter_1.2.1.bb
 create mode 100644 meta-networking/recipes-protocols/net-snmp/net-snmp/net-snmp-fix-for-disable-des.patch
 delete mode 100644 meta-networking/recipes-support/bridge-utils/bridge-utils.inc
 delete mode 100644 meta-networking/recipes-support/bridge-utils/bridge-utils/0001-build-error-out-correctly-if-a-submake-fails.patch
 delete mode 100644 meta-networking/recipes-support/bridge-utils/bridge-utils/0002-libbridge-fix-some-build-time-warnings-fcntl.h.patch
 delete mode 100644 meta-networking/recipes-support/bridge-utils/bridge-utils/0003-bridge-fix-some-build-time-warnings-errno.h.patch
 delete mode 100644 meta-networking/recipes-support/bridge-utils/bridge-utils/0004-libbridge-add-missing-include-s-fix-build-against-mu.patch
 create mode 100644 meta-networking/recipes-support/bridge-utils/bridge-utils/0006-libbridge-Modifying-the-AR-to-cross-toolchain.patch
 delete mode 100644 meta-networking/recipes-support/bridge-utils/bridge-utils/bridge-utils-1.5-check-error-returns-from-write-to-sysfs.patch
 delete mode 100644 meta-networking/recipes-support/bridge-utils/bridge-utils/bridge-utils-1.5-fix-error-message-for-incorrect-command.patch
 delete mode 100644 meta-networking/recipes-support/bridge-utils/bridge-utils/bridge-utils-1.5-fix-incorrect-command-in-manual.patch
 delete mode 100644 meta-networking/recipes-support/bridge-utils/bridge-utils_1.5.bb
 create mode 100644 meta-networking/recipes-support/bridge-utils/bridge-utils_1.6.bb
 create mode 100644 meta-networking/recipes-support/stunnel/stunnel/fix-openssl-no-des.patch

-- 
2.7.4




More information about the Openembedded-devel mailing list