[oe-commits] [meta-openembedded] branch master updated (291946d -> 80b2d4d)

git at git.openembedded.org git at git.openembedded.org
Tue Sep 6 14:29:48 UTC 2016


joe_macdonald pushed a change to branch master
in repository meta-openembedded.

      from  291946d   directfb: add PACKAGECONFIG for inputdrivers
       new  13434cb   wireshark: update to 2.0.5
       new  215740d   ifenslave: upgrade to 2.7
       new  908a27c   lftp: 4.6.3a -> 4.7.3
       new  e3a0a0b   postfix: 3.0.3 -> 3.1.1
       new  c7e8da3   squid: add missing patch header
       new  490d792   yp-tools: fix compile errors
       new  1157490   ipvsadm: fix QA warning for GNU_HASH
       new  c13a706   iscsitarget: fix QA warning for GNU_HASH
       new  d4b6c7d   chrony: control ipv6 support based on DISTRO_FEATURES
       new  2e10d8f   cyrus-sasl: control ipv6 support based on DISTRO_FEATURES
       new  021e60b   daq: control ipv6 support based on DISTRO_FEATURES
       new  823570b   mtr: control ipv6 support based on DISTRO_FEATURES
       new  23b7656   ntp: control ipv6 support based on DISTRO_FEATURES
       new  020db7d   squid: control ipv6 support based on DISTRO_FEATURES
       new  bbba35e   stunnel: control ipv6 support based on DISTRO_FEATURES
       new  513ae03   tftp-hpa: control ipv6 support based on DISTRO_FEATURES
       new  59a9d6f   tnftp: control ipv6 support based on DISTRO_FEATURES
       new  940a621   wolfssl: control ipv6 support based on DISTRO_FEATURES
       new  20681ef   znc: control ipv6 support based on DISTRO_FEATURES
       new  615872a   inetutils: fixes for ipv6 feature
       new  3143193   squid: don't do squid-conf-tests at build time
       new  fab248a   openvpn: 2.3.8 -> 2.3.9
       new  d0f90f8   crda: fix QA Issue: No GNU_HASH in the elf binary
       new  df531c5   accel-ppp: blacklist, fails to build with new binutils-2.27
       new  80b2d4d   samba: blacklist, fails to build with new binutils-2.27

The 25 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../0001-Makefile-respect-LDFLAGS-for-libreg.patch | 29 ++++++++++
 .../recipes-connectivity/crda/crda_3.18.bb         |  1 +
 .../recipes-connectivity/daq/daq_2.0.6.bb          |  3 ++
 .../inetutils/inetutils/fix-disable-ipv6.patch     | 43 +++++++++++----
 .../inetutils/inetutils_1.9.4.bb                   | 10 ++--
 .../lftp/{lftp_4.6.3a.bb => lftp_4.7.3.bb}         | 11 ++--
 .../recipes-connectivity/samba/samba_4.4.5.bb      |  5 ++
 .../recipes-connectivity/wolfssl/wolfssl_3.9.0.bb  |  2 +
 .../cyrus-sasl/cyrus-sasl_2.1.26.bb                |  2 +
 .../recipes-daemons/postfix/postfix_3.0.3.bb       |  4 --
 .../recipes-daemons/postfix/postfix_3.1.1.bb       |  4 ++
 .../squid/files/set_sysroot_patch.patch            |  7 +++
 ...d-don-t-do-squid-conf-tests-at-build-time.patch | 63 ++++++++++++++++++++++
 .../recipes-daemons/squid/squid_3.5.20.bb          |  8 +++
 .../recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb       |  3 ++
 .../iscsitarget/iscsitarget_1.4.20.3+svn502.bb     |  3 +-
 meta-networking/recipes-irc/znc/znc_git.bb         |  3 ++
 .../recipes-protocols/accel-ppp/accel-ppp_git.bb   |  3 ++
 .../recipes-support/chrony/chrony_2.4.bb           |  5 +-
 .../recipes-support/ifenslave/ifenslave_1.1.0.bb   | 18 -------
 .../recipes-support/ifenslave/ifenslave_2.7.bb     | 20 +++++++
 .../ipvsadm/ipvsadm/makefile-add-ldflags.patch     | 19 +++++++
 .../recipes-support/ipvsadm/ipvsadm_1.26.bb        |  1 +
 meta-networking/recipes-support/mtr/mtr_0.86.bb    |  2 +
 .../nis/yp-tools/alignment-cheat.patch             | 52 ++++++++++++++++++
 .../recipes-support/nis/yp-tools_3.3.bb            |  3 +-
 meta-networking/recipes-support/ntp/ntp_4.2.8p8.bb |  5 +-
 .../openvpn/{openvpn_2.3.8.bb => openvpn_2.3.9.bb} |  6 +--
 .../recipes-support/stunnel/stunnel_5.28.bb        |  5 +-
 .../recipes-support/tnftp/tnftp_20151004.bb        |  5 +-
 .../{wireshark_2.0.4.bb => wireshark_2.0.5.bb}     |  4 +-
 31 files changed, 295 insertions(+), 54 deletions(-)
 create mode 100644 meta-networking/recipes-connectivity/crda/crda/0001-Makefile-respect-LDFLAGS-for-libreg.patch
 rename meta-networking/recipes-connectivity/lftp/{lftp_4.6.3a.bb => lftp_4.7.3.bb} (60%)
 delete mode 100644 meta-networking/recipes-daemons/postfix/postfix_3.0.3.bb
 create mode 100644 meta-networking/recipes-daemons/postfix/postfix_3.1.1.bb
 create mode 100644 meta-networking/recipes-daemons/squid/files/squid-don-t-do-squid-conf-tests-at-build-time.patch
 delete mode 100644 meta-networking/recipes-support/ifenslave/ifenslave_1.1.0.bb
 create mode 100644 meta-networking/recipes-support/ifenslave/ifenslave_2.7.bb
 create mode 100644 meta-networking/recipes-support/ipvsadm/ipvsadm/makefile-add-ldflags.patch
 create mode 100644 meta-networking/recipes-support/nis/yp-tools/alignment-cheat.patch
 rename meta-networking/recipes-support/openvpn/{openvpn_2.3.8.bb => openvpn_2.3.9.bb} (93%)
 rename meta-networking/recipes-support/wireshark/{wireshark_2.0.4.bb => wireshark_2.0.5.bb} (94%)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list