spdlog: add first recipe#124
Closed
hmenn wants to merge 3 commits intoopenembedded:master-nextfrom
hmenn:master-next
Closed
spdlog: add first recipe#124hmenn wants to merge 3 commits intoopenembedded:master-nextfrom hmenn:master-next
hmenn wants to merge 3 commits intoopenembedded:master-nextfrom
hmenn:master-next
Conversation
Contributor
hmenn
commented
Feb 25, 2019
- Now, spdlog library is enable under recipes-support. Just install with "spdlog-dev".
- It's also tested with populate-sdk.
b397844 to
6fc1a93
Compare
kraj
requested changes
Feb 26, 2019
| LICENSE = "MIT" | ||
| LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
|
|
||
| PR="r0" |
Contributor
There was a problem hiding this comment.
We dont need this. Remove it.
| LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
|
|
||
| PR="r0" | ||
| SRC_URI = "git://github.com/gabime/spdlog.git;protocol=git;branch=v1.x;tag=v${PV}" |
Contributor
There was a problem hiding this comment.
No tags please. use hardcoded git SHA, tags are floating and dont work in NO_NETWORK situations
Contributor
Author
|
All requests were completed. Commit was amended. |
* Now, spdlog library is enable under recipes-support. Just install with "spdlog-dev". * It's also tested with populate-sdk. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Upgrade lvm2/libdevmapper from 2.03.01 to 2.03.02. * update SRC_URI back to use ftp url - 2.03.02 has been removed but no such tag in git repo - subdir 'releases' on ftp site should be a persistent place for tarballs * drop 0003-include-fcntl.h-for-O_-defines-and-fcntl-signature.patch which is not needed any longer * remove backpoort patch * update patch contexts Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
a38ba76 to
5086c1a
Compare
Contributor
Author
|
@kraj Commit was pushed into master-next before changes. We need to merge this pr also for requested changes. |
00166ab to
0b5dbf3
Compare
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jan 17, 2022
Changelog: ========= * Fixed: [CVE-2021-46141] Fix a bug affecting both uriNormalizeSyntax* and uriMakeOwner* functions where the text range in .hostText would not be duped using malloc but remain unchanged (and hence "not owned") for URIs with an IPv4 or IPv6 address hostname; depending on how an application uses uriparser, this could lead the application into a use-after-free situation. As the second half, fix uriFreeUriMembers* functions that would not free .hostText memory for URIs with an IPv4 or IPv6 address host; also, calling uriFreeUriMembers* multiple times on a URI of this very nature would result in trying to free pointers to stack (rather than heap) memory (GitHub openembedded#121, GitHub openembedded#124) Commit 987b046e41f407d17c622e580fc82a5e834b4329 Commit b1a34743bc1472e055d886e29e9b53f670eb3282 * Fixed: [CVE-2021-46142] Fix functions uriNormalizeSyntax* for out-of-memory situations (i.e. malloc returning NULL) for URIs containing empty segments (any of user info, host text, query, or fragment) where previously pointers to stack (rather than heap) memory were freed (GitHub openembedded#122, GitHub openembedded#124) Commit c0483990e6b5b454f7c8752b36760cfcb0d093f5 * Fixed: CMake: Call "enable_language(CXX)" prior to tinkering with CMAKE_CXX_* variables (GitHub openembedded#110) * Fixed: CMake: Support absolute paths for both CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR (GitHub openembedded#114) * Fixed: Windows: Address MSVC compiler warnings (GitHub openembedded#111, GitHub openembedded#113) * Fixed: Documentation: Space requirements for uriUriStringToUnixFilename did not take into account short form "file:/bin/bash" of RFC 8089 of 2017 (with prefix "file:/" rather than "file:///") that uriparser supports since release 0.8.6 in 2018 (GitHub openembedded#118, GitHub openembedded#119) * Fixed: Compile error with MinGW GCC 9 related to a mismatched prototype for function inet_ntop (GitHub openembedded#117, GitHub openembedded#120) * Fixed: Compile warnings in test suite code (GitHub openembedded#120) * Improved: Respect variable ${CPP} in doc/preprocess.sh (GitHub openembedded#115) * Added: Test suite invocation for MinGW using Wine (GitHub openembedded#120) * Soname: 1:29:0 - see https://verbump.de/ for what these numbers do Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
halstead
pushed a commit
that referenced
this pull request
Jan 18, 2022
Changelog: ========= * Fixed: [CVE-2021-46141] Fix a bug affecting both uriNormalizeSyntax* and uriMakeOwner* functions where the text range in .hostText would not be duped using malloc but remain unchanged (and hence "not owned") for URIs with an IPv4 or IPv6 address hostname; depending on how an application uses uriparser, this could lead the application into a use-after-free situation. As the second half, fix uriFreeUriMembers* functions that would not free .hostText memory for URIs with an IPv4 or IPv6 address host; also, calling uriFreeUriMembers* multiple times on a URI of this very nature would result in trying to free pointers to stack (rather than heap) memory (GitHub #121, GitHub #124) Commit 987b046e41f407d17c622e580fc82a5e834b4329 Commit b1a34743bc1472e055d886e29e9b53f670eb3282 * Fixed: [CVE-2021-46142] Fix functions uriNormalizeSyntax* for out-of-memory situations (i.e. malloc returning NULL) for URIs containing empty segments (any of user info, host text, query, or fragment) where previously pointers to stack (rather than heap) memory were freed (GitHub #122, GitHub #124) Commit c0483990e6b5b454f7c8752b36760cfcb0d093f5 * Fixed: CMake: Call "enable_language(CXX)" prior to tinkering with CMAKE_CXX_* variables (GitHub #110) * Fixed: CMake: Support absolute paths for both CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR (GitHub #114) * Fixed: Windows: Address MSVC compiler warnings (GitHub #111, GitHub #113) * Fixed: Documentation: Space requirements for uriUriStringToUnixFilename did not take into account short form "file:/bin/bash" of RFC 8089 of 2017 (with prefix "file:/" rather than "file:///") that uriparser supports since release 0.8.6 in 2018 (GitHub #118, GitHub #119) * Fixed: Compile error with MinGW GCC 9 related to a mismatched prototype for function inet_ntop (GitHub #117, GitHub #120) * Fixed: Compile warnings in test suite code (GitHub #120) * Improved: Respect variable ${CPP} in doc/preprocess.sh (GitHub #115) * Added: Test suite invocation for MinGW using Wine (GitHub #120) * Soname: 1:29:0 - see https://verbump.de/ for what these numbers do Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Nov 12, 2025
exo is deprecated in favor of libxfce4ui and libxfce4util as of development version 4.21.0. The last stable release before archiving the repository will be 4.22.0. See https://gitlab.xfce.org/xfce/exo/-/merge_requests/87 and the links it contains for details. - Update copyright year - Deprecate exo-job and exo-simple-job - Deprecate binaries - Deprecate exo-tree-view - Deprecate exo-icon-chooser-dialog and friends - Deprecate exo-gtk-extensions - Deprecate exo-gdk-pixbuf-extensions - Deprecate exo-execute - I18n: Update po/LINGUAS list - Properly check iterator before usage (openembedded#124) - Fix code style - exo-tree-view: Allow Ctrl+Shift+Click in single click mode - Translation Updates: Albanian, Catalan, Danish, Estonian, Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Venetian Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Nov 12, 2025
exo is deprecated in favor of libxfce4ui and libxfce4util as of development version 4.21.0. The last stable release before archiving the repository will be 4.22.0. See https://gitlab.xfce.org/xfce/exo/-/merge_requests/87 and the links it contains for details. - Update copyright year - Deprecate exo-job and exo-simple-job - Deprecate binaries - Deprecate exo-tree-view - Deprecate exo-icon-chooser-dialog and friends - Deprecate exo-gtk-extensions - Deprecate exo-gdk-pixbuf-extensions - Deprecate exo-execute - I18n: Update po/LINGUAS list - Properly check iterator before usage (openembedded#124) - Fix code style - exo-tree-view: Allow Ctrl+Shift+Click in single click mode - Translation Updates: Albanian, Catalan, Danish, Estonian, Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Venetian Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.