[oe-commits] [meta-openembedded] branch master-next updated (c875647 -> 0d2f21d)

git at git.openembedded.org git at git.openembedded.org
Tue Jul 26 10:51:46 UTC 2016


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

  discards  c875647   python-imaging: Fix CVE-2016-2533
  discards  f7e0b5e   juce: Improved juce class and recipes
  discards  c83a2b7   juce: Added support for JUCE framework
  discards  8bf9077   python-pygpgme: update tests
  discards  ae24260   python-pygpgme: update ptest output format
  discards  95ad251   collectd: replace deprecated readdir_r() with readdir()
  discards  a4647f7   makedumpfile: add makedumpfile 1.6.0
  discards  7a030fe   minicoredumper: add the recipe
  discards  5e9c358   grubby: add grubby 8.40-1
  discards  84bcbc4   xfce4-terminal: add dependency on vte9-termcap
  discards  9202d97   bridge-utils: various build fixes (musl & CFLAGS)
  discards  66ba974   phpmyadmin: upgrade to 4.6.3
  discards  de81a5e   proftpd: fix PACKAGECONFIG settings
  discards  60b0f6e   proftpd: start at boot time
  discards  ae6469a   wireshark: inherit perlnative
  discards  a522295   squid: upgrade to 3.5.20
  discards  fe2d43a   curlpp: fix QA issue for cav-octeon3
  discards  8a38d7f   snort: fix to remove from blacklist
  discards  f2efd0e   php: update to 5.5.37 and 5.6.23
  discards  cd3311b   meta_networking_security_flags.inc: add weak assignment for lcl_maybe_fortify
  discards  c706b9d   meta-networking: override SECURITY_CFLAGS for c-ares
  discards  c7c9d78   c-ares: use our compilation flags
  discards  4129f60   ttf-vlgothic: add a ttf font
  discards  5bb68b4   liberation-sans-narrow: add a ttf font
       new  3b537d6   ttf-liberation-sans-narrow: add a ttf font
       new  5c448a7   ttf-vlgothic: add a ttf font
       new  7b955bd   c-ares: use our compilation flags
       new  1f44e46   meta-networking: override SECURITY_CFLAGS for c-ares
       new  4361394   meta_networking_security_flags.inc: add weak assignment for lcl_maybe_fortify
       new  c267610   php: update to 5.5.37 and 5.6.23
       new  71982a9   snort: fix to remove from blacklist
       new  966babc   curlpp: fix QA issue for cav-octeon3
       new  f7fafb0   squid: upgrade to 3.5.20
       new  06ab0a8   wireshark: inherit perlnative
       new  1bbf0d0   proftpd: start at boot time
       new  ebd1378   proftpd: fix PACKAGECONFIG settings
       new  7247689   phpmyadmin: upgrade to 4.6.3
       new  1f00b52   bridge-utils: various build fixes (musl & CFLAGS)
       new  e85460f   xfce4-terminal: add dependency on vte9-termcap
       new  a8280b7   grubby: add grubby 8.40-1
       new  d4c5e1d   minicoredumper: add the recipe
       new  95774be   makedumpfile: add makedumpfile 1.6.0
       new  51c69c3   collectd: replace deprecated readdir_r() with readdir()
       new  7b77250   python-pygpgme: update ptest output format
       new  a5a8a30   python-pygpgme: update tests
       new  c7514e2   juce: Added support for JUCE framework
       new  1346637   juce: Improved juce class and recipes
       new  db1eb8e   python-imaging: Fix CVE-2016-2533
       new  32333f8   Revert "postgresql: blacklist because tcl in oe-core is broken for last month"
       new  9fc0f4d   x11vnc: fix do_patch failed
       new  c01241a   efivar: add COMPATIBLE_HOST item
       new  e97a85d   unixodbc: Add the new recipe
       new  b3e9fb0   psqlodbc: Add the new recipe
       new  0d2f21d   mariadb: upgrade to 5.5.50

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (c875647)
            \
             N -- N -- N   refs/heads/master-next (0d2f21d)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 30 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:
 meta-oe/conf/layer.conf                            |   2 +
 meta-oe/recipes-extended/efivar/efivar_0.23.bb     |   2 +
 meta-oe/recipes-graphics/x11vnc/x11vnc_0.9.13.bb   |   2 +-
 ...b-native_5.5.46.bb => mariadb-native_5.5.50.bb} |   0
 meta-oe/recipes-support/mysql/mariadb.inc          |   5 +-
 .../mysql/{mariadb_5.5.46.bb => mariadb_5.5.50.bb} |   0
 .../recipes-support/postgresql/postgresql_9.4.5.bb |   2 -
 .../psqlodbc-donot-use-the-hardcode-libdir.patch   |  26 ++++
 .../files/psqlodbc-fix-for-ptest-support.patch     | 148 +++++++++++++++++++++
 ...bc-remove-some-checks-for-cross-compiling.patch | 118 ++++++++++++++++
 meta-oe/recipes-support/psqlodbc/files/run-ptest   |  46 +++++++
 meta-oe/recipes-support/psqlodbc/psqlodbc.inc      |  50 +++++++
 .../psqlodbc/psqlodbc_09.05.0300.bb                |  14 ++
 .../do-not-use-libltdl-source-directory.patch      |  43 ++++++
 meta-oe/recipes-support/unixodbc/unixodbc_2.3.4.bb |  27 ++++
 15 files changed, 480 insertions(+), 5 deletions(-)
 rename meta-oe/recipes-support/mysql/{mariadb-native_5.5.46.bb => mariadb-native_5.5.50.bb} (100%)
 rename meta-oe/recipes-support/mysql/{mariadb_5.5.46.bb => mariadb_5.5.50.bb} (100%)
 create mode 100644 meta-oe/recipes-support/psqlodbc/files/psqlodbc-donot-use-the-hardcode-libdir.patch
 create mode 100644 meta-oe/recipes-support/psqlodbc/files/psqlodbc-fix-for-ptest-support.patch
 create mode 100644 meta-oe/recipes-support/psqlodbc/files/psqlodbc-remove-some-checks-for-cross-compiling.patch
 create mode 100644 meta-oe/recipes-support/psqlodbc/files/run-ptest
 create mode 100644 meta-oe/recipes-support/psqlodbc/psqlodbc.inc
 create mode 100644 meta-oe/recipes-support/psqlodbc/psqlodbc_09.05.0300.bb
 create mode 100644 meta-oe/recipes-support/unixodbc/files/do-not-use-libltdl-source-directory.patch
 create mode 100644 meta-oe/recipes-support/unixodbc/unixodbc_2.3.4.bb

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


More information about the Openembedded-commits mailing list