Skip to content

Commit

Permalink
Updating sources/meta-yoe sources/openembedded-core
Browse files Browse the repository at this point in the history
* sources/meta-yoe ffdff5b...6276f39 (1):
  > Merge pull request #5 from YoeDistro/kraj/master

* sources/openembedded-core 2c858a2...19c9842 (16):
  > apt: Improve SRC_URI
  > pseudo: fix link of sqlite3 using pkg-config
  > sqlite3: Update 3.25.2 -> 3.25.3
  > systemd: backport fix to stop enabling ECN
  > go-target.inc: fix go not found while multilib enabled
  > gobject-introspection: port cross-compilation support to meson
  > meson: do not manipulate the environment when looking for python via pkg-config
  > kexec-tools: update to 2.0.18
  > libx11: move hashes to inc
  > libx11-diet: update to 1.6.7
  > nss: update to 3.40
  > curl: update to 7.62.0
  > lttng-tools: Upgrade 2.9.5 -> 2.10.5 and improve ptest
  > lttng-tools: Improve ptest robustness
  > nasm: Couple of recipe cleanups
  > nasm: Upgrade 2.13.03 -> 2.14

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Nov 20, 2018
1 parent 86f45d8 commit 175dd5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sources/openembedded-core
Submodule openembedded-core updated 36 files
+36 −0 meta/recipes-core/systemd/systemd/0001-Revert-sysctl.d-request-ECN-on-both-in-and-outgoing-.patch
+1 −0 meta/recipes-core/systemd/systemd_239.bb
+1 −1 meta/recipes-devtools/apt/apt.inc
+1 −1 meta/recipes-devtools/go/go-target.inc
+1 −0 meta/recipes-devtools/meson/meson.inc
+43 −0 meta/recipes-devtools/meson/meson/0001-python-module-do-not-manipulate-the-environment-when.patch
+0 −65 meta/recipes-devtools/nasm/nasm/0001-Verify-that-we-are-not-reading-past-end-of-a-buffer.patch
+0 −27 meta/recipes-devtools/nasm/nasm/0001-asmlib-Drop-pure-function-attribute-from-seg_init.patch
+0 −50 meta/recipes-devtools/nasm/nasm/0001-assemble-Check-global-line-limit.patch
+0 −40 meta/recipes-devtools/nasm/nasm/0001-eval-Eliminate-division-by-zero.patch
+0 −30 meta/recipes-devtools/nasm/nasm/0001-fix-CVE-2018-8882.patch
+0 −37 meta/recipes-devtools/nasm/nasm/0001-preproc-parse_size-Check-for-string-provided.patch
+0 −35 meta/recipes-devtools/nasm/nasm_2.13.03.bb
+18 −0 meta/recipes-devtools/nasm/nasm_2.14.bb
+0 −33 meta/recipes-devtools/pseudo/files/libm.patch
+16 −3 meta/recipes-devtools/pseudo/pseudo.inc
+0 −1 meta/recipes-devtools/pseudo/pseudo_git.bb
+159 −0 ...ecipes-gnome/gobject-introspection/gobject-introspection/0001-Port-cross-compilation-support-to-meson.patch
+16 −2 .../gobject-introspection/gobject-introspection/0001-Relocate-the-repository-directory-for-native-builds.patch
+10 −9 meta/recipes-gnome/gobject-introspection/gobject-introspection_1.58.0.bb
+0 −3 meta/recipes-graphics/xorg-lib/libx11-diet_1.6.7.bb
+3 −0 meta/recipes-graphics/xorg-lib/libx11.inc
+0 −3 meta/recipes-graphics/xorg-lib/libx11_1.6.7.bb
+0 −41 meta/recipes-kernel/kexec/kexec-tools/0001-kexec-fix-for-Unhandled-rela-relocation-R_X86_64_PLT.patch
+2 −3 meta/recipes-kernel/kexec/kexec-tools_2.0.18.bb
+0 −43 meta/recipes-kernel/lttng/lttng-tools/0001-Allow-multiple-attempts-to-connect-to-relayd.patch
+1 −1 meta/recipes-kernel/lttng/lttng-tools/run-ptest
+26 −4 meta/recipes-kernel/lttng/lttng-tools_2.10.5.bb
+0 −37 meta/recipes-support/curl/curl/CVE-2018-14618.patch
+0 −35 meta/recipes-support/curl/curl/CVE-2018-16839.patch
+0 −43 meta/recipes-support/curl/curl/CVE-2018-16840.patch
+0 −35 meta/recipes-support/curl/curl/CVE-2018-16842.patch
+2 −6 meta/recipes-support/curl/curl_7.62.0.bb
+2 −2 meta/recipes-support/nss/nss_3.40.bb
+10 −2 meta/recipes-support/sqlite/sqlite3.inc
+2 −2 meta/recipes-support/sqlite/sqlite3_3.25.3.bb

0 comments on commit 175dd5f

Please sign in to comment.