[oe-commits] [meta-openembedded] branch master updated (4f9736c -> ab8b0ce)

git at git.openembedded.org git at git.openembedded.org
Tue Jan 26 23:15:04 UTC 2016


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

      from  4f9736c   tcpdump: add PACKAGECONFIG for libcap-ng
       new  876752a   libtdb: upgrade to 1.3.7
       new  0210ff9   libldb: upgrade to 1.1.21
       new  d573f98   libtevent: upgrade to 0.9.25
       new  952b92e   libtalloc: upgrade to 2.1.3
       new  51c35fc   samba: fix the incorrect tmpfiles installed directory
       new  d43819e   samba: backport patches for cross-compiling
       new  28b009f   dnsmasq: Listen only on loopback and disable DHCP
       new  829fe87   rp-pppoe: 3.11 -> 3.12
       new  a909c97   postfix: 3.0.2 -> 3.0.3
       new  eeb7dab   stunnel: 5.21 -> 5.28
       new  21583b8   dovecot: 2.2.18 -> 2.2.21
       new  37edcea   xl2tpd: modify recipes to avoid forced internet access
       new  751659c   recipes-connectivity/samba: Only rmdir directories that exist
       new  514149c   openvpn: 2.3.7 -> 2.3.8
       new  a9c2fe6   geoip: add ptest functionality
       new  e4dc2a3   ctdb: Fix rootfs creation errors
       new  1a864b4   dhcpcd: add recipe for dhcpcd
       new  ab8b0ce   opensaf: 4.6.0 -> 4.7.0

The 18 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:
 .../recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb   |  22 +++
 ...1-waf-sanitize-and-fix-added-cross-answer.patch |  60 ++++++++
 ...-Adds-a-new-mode-to-samba-cross-compiling.patch | 112 ++++++++++++++
 ...-readability-of-cross-answers-generated-b.patch |  66 ++++++++
 ...wafsamba-CHECK_SIZEOF-cross-compile-frien.patch |  72 +++++++++
 .../0005-build-unify-and-fix-endian-tests.patch    | 169 +++++++++++++++++++++
 ...006-avoid-using-colon-in-the-checking-msg.patch |  32 ++++
 ...sing-of-cross-answers-file-in-case-answer.patch |  36 +++++
 .../recipes-connectivity/samba/samba_4.1.12.bb     |  24 ++-
 .../opensaf/Fix_GCC_5.1.0_compiler_warning.patch   |  64 --------
 ...client_node_replyPending_to_unsigned_char.patch |  80 ----------
 .../opensaf/{opensaf_4.6.0.bb => opensaf_4.7.0.bb} |   6 +-
 .../recipes-daemons/postfix/postfix_3.0.2.bb       |   4 -
 .../recipes-daemons/postfix/postfix_3.0.3.bb       |   4 +
 .../configure.in-Error-fix.patch                   |   0
 .../configure.patch                                |   0
 .../configure_in_cross.patch                       |   0
 .../discard-use-of-dnl-in-Makefile.am.patch        |   0
 .../dont-swallow-errors.patch                      |   0
 .../pppoe-server.default                           |   0
 .../pppoe-server.init                              |   0
 .../pppoe-server.service                           |   0
 .../pppoe-src-restrictions.patch                   |   0
 .../top-autoconf.patch                             |   0
 .../update-config.patch                            |   0
 .../{rp-pppoe_3.11.bb => rp-pppoe_3.12.bb}         |   4 +-
 .../recipes-protocols/xl2tpd/xl2tpd_1.3.6.bb       |   8 +-
 .../recipes-protocols/xl2tpd/xl2tpd_git.bb         |   5 +-
 ...rvice-ensure-the-PID-directory-is-created.patch |  25 +++
 meta-networking/recipes-support/ctdb/ctdb_2.5.1.bb |   6 +-
 .../recipes-support/dnsmasq/files/dnsmasq.conf     |   4 +-
 .../{dovecot_2.2.18.bb => dovecot_2.2.21.bb}       |   4 +-
 .../recipes-support/geoip/files/run-ptest          |  11 ++
 .../recipes-support/geoip/geoip_1.6.6.bb           |  38 +++++
 .../libldb/{libldb_1.1.17.bb => libldb_1.1.21.bb}  |   4 +-
 .../{libtalloc_2.1.1.bb => libtalloc_2.1.3.bb}     |   4 +-
 .../libtdb/{libtdb_1.3.0.bb => libtdb_1.3.7.bb}    |   4 +-
 .../{libtevent_0.9.21.bb => libtevent_0.9.25.bb}   |   4 +-
 .../openvpn/{openvpn_2.3.7.bb => openvpn_2.3.8.bb} |   4 +-
 .../stunnel/{stunnel_5.21.bb => stunnel_5.28.bb}   |   4 +-
 40 files changed, 696 insertions(+), 184 deletions(-)
 create mode 100644 meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.10.0.bb
 create mode 100644 meta-networking/recipes-connectivity/samba/samba-4.1.12/0001-waf-sanitize-and-fix-added-cross-answer.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba-4.1.12/0002-Adds-a-new-mode-to-samba-cross-compiling.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba-4.1.12/0003-waf-improve-readability-of-cross-answers-generated-b.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba-4.1.12/0004-build-make-wafsamba-CHECK_SIZEOF-cross-compile-frien.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba-4.1.12/0005-build-unify-and-fix-endian-tests.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba-4.1.12/0006-avoid-using-colon-in-the-checking-msg.patch
 create mode 100644 meta-networking/recipes-connectivity/samba/samba-4.1.12/0007-waf-Fix-parsing-of-cross-answers-file-in-case-answer.patch
 delete mode 100644 meta-networking/recipes-daemons/opensaf/opensaf/Fix_GCC_5.1.0_compiler_warning.patch
 delete mode 100644 meta-networking/recipes-daemons/opensaf/opensaf/Revert_imma_client_node_replyPending_to_unsigned_char.patch
 rename meta-networking/recipes-daemons/opensaf/{opensaf_4.6.0.bb => opensaf_4.7.0.bb} (89%)
 delete mode 100644 meta-networking/recipes-daemons/postfix/postfix_3.0.2.bb
 create mode 100644 meta-networking/recipes-daemons/postfix/postfix_3.0.3.bb
 rename meta-networking/recipes-protocols/rp-pppoe/{rp-pppoe-3.11 => rp-pppoe-3.12}/configure.in-Error-fix.patch (100%)
 rename meta-networking/recipes-protocols/rp-pppoe/{rp-pppoe-3.11 => rp-pppoe-3.12}/configure.patch (100%)
 rename meta-networking/recipes-protocols/rp-pppoe/{rp-pppoe-3.11 => rp-pppoe-3.12}/configure_in_cross.patch (100%)
 rename meta-networking/recipes-protocols/rp-pppoe/{rp-pppoe-3.11 => rp-pppoe-3.12}/discard-use-of-dnl-in-Makefile.am.patch (100%)
 rename meta-networking/recipes-protocols/rp-pppoe/{rp-pppoe-3.11 => rp-pppoe-3.12}/dont-swallow-errors.patch (100%)
 rename meta-networking/recipes-protocols/rp-pppoe/{rp-pppoe-3.11 => rp-pppoe-3.12}/pppoe-server.default (100%)
 rename meta-networking/recipes-protocols/rp-pppoe/{rp-pppoe-3.11 => rp-pppoe-3.12}/pppoe-server.init (100%)
 rename meta-networking/recipes-protocols/rp-pppoe/{rp-pppoe-3.11 => rp-pppoe-3.12}/pppoe-server.service (100%)
 rename meta-networking/recipes-protocols/rp-pppoe/{rp-pppoe-3.11 => rp-pppoe-3.12}/pppoe-src-restrictions.patch (100%)
 rename meta-networking/recipes-protocols/rp-pppoe/{rp-pppoe-3.11 => rp-pppoe-3.12}/top-autoconf.patch (100%)
 rename meta-networking/recipes-protocols/rp-pppoe/{rp-pppoe-3.11 => rp-pppoe-3.12}/update-config.patch (100%)
 rename meta-networking/recipes-protocols/rp-pppoe/{rp-pppoe_3.11.bb => rp-pppoe_3.12.bb} (95%)
 create mode 100644 meta-networking/recipes-support/ctdb/ctdb/service-ensure-the-PID-directory-is-created.patch
 rename meta-networking/recipes-support/dovecot/{dovecot_2.2.18.bb => dovecot_2.2.21.bb} (95%)
 create mode 100644 meta-networking/recipes-support/geoip/files/run-ptest
 rename meta-networking/recipes-support/libldb/{libldb_1.1.17.bb => libldb_1.1.21.bb} (92%)
 rename meta-networking/recipes-support/libtalloc/{libtalloc_2.1.1.bb => libtalloc_2.1.3.bb} (91%)
 rename meta-networking/recipes-support/libtdb/{libtdb_1.3.0.bb => libtdb_1.3.7.bb} (87%)
 rename meta-networking/recipes-support/libtevent/{libtevent_0.9.21.bb => libtevent_0.9.25.bb} (88%)
 rename meta-networking/recipes-support/openvpn/{openvpn_2.3.7.bb => openvpn_2.3.8.bb} (95%)
 rename meta-networking/recipes-support/stunnel/{stunnel_5.21.bb => stunnel_5.28.bb} (82%)

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


More information about the Openembedded-commits mailing list