-
Notifications
You must be signed in to change notification settings - Fork 809
Fix checksum for python-pyrex_0.9.9.bb #108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
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
Contributor
|
this seems to be failing as well can you try to do -ccleanall and then build again ? |
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Aug 25, 2021
2.072 - add PEM_certs2file and PEM_file2certs in IO::Socket::SSL::Utils based on idea by rovo89 in openembedded#101 - certs/*.p12 used for testing should now work with OpenSSL 3.0 too openembedded#108 - update public suffix database Signed-off-by: Zang Ruochen <[email protected]> Signed-off-by: Khem Raj <[email protected]>
halstead
pushed a commit
that referenced
this pull request
Aug 25, 2021
2.072 - add PEM_certs2file and PEM_file2certs in IO::Socket::SSL::Utils based on idea by rovo89 in #101 - certs/*.p12 used for testing should now work with OpenSSL 3.0 too #108 - update public suffix database Signed-off-by: Zang Ruochen <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Jul 1, 2022
Changelog:
=========
Bug Fixes
deps: allow protobuf < 5.0.0 (openembedded#112) (67b0231)
Documentation
fix changelog header to consistent size (openembedded#108) (d315b9f)
Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
halstead
pushed a commit
that referenced
this pull request
Jul 2, 2022
Changelog:
=========
Bug Fixes
deps: allow protobuf < 5.0.0 (#112) (67b0231)
Documentation
fix changelog header to consistent size (#108) (d315b9f)
Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Nov 27, 2023
License-Update:
Remove builtin copy of zlib
On GNU/Linux, *BSD or MacOS we can simply use the system default
library. The copy was primarily only there for the Windows build.
The build script for Windows has now been adapted to download and
compile a shared library from a tarball.
This removes a huge chunk of code from the git tree as well as
the release tarballs. Additionally it gets rid of iffy things like
removing the Zlib copyright/version strings, so the libsquashfs DLL
doesn't export it.
Changelog:
Added
* Make it possible for gensquashfs to add xattrs from a description file
* Make it possible for gensquashfs to specify file sorting order
* Support . and .. directory browsing support in sqfs_dir_reader_t
* Add sqfs_tree_node_get_path to libsquashfs
Fixed
* Only use actually available CPUs in gensquashfs and tar2sqfs
* Overzealous bounds check in the libsquashfs block processor (openembedded#110)
* In sqfs_compressor_create, clear the output pointer on error (openembedded#110)
* Typo in gensquashfs and tar2sqfs block count statistics (openembedded#108)
* Hard link resolution: report error if path cannonicalization fails
* Documentation: signedness of the directory header inode number
* Seek position in libsquashfs meta data reader erroneously out-of-bounds
* Memory leak in libfstree error path
* Double-free in libfstree error path
Changed
* Allow NULL pointer for sqfs_destroy, sqfs_dir_tree_destroy
* Use 32 bit hard link counter in libfstree instead of just 16 bit
* Internal cleanup and restructuring
* Upgrade autotools version
* Check in autogen.sh if the required tools are available
* Trigger a build failure if no compressor library is available
Signed-off-by: alperak <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Nov 27, 2023
License-Update:
Remove builtin copy of zlib
On GNU/Linux, *BSD or MacOS we can simply use the system default
library. The copy was primarily only there for the Windows build.
The build script for Windows has now been adapted to download and
compile a shared library from a tarball.
This removes a huge chunk of code from the git tree as well as
the release tarballs. Additionally it gets rid of iffy things like
removing the Zlib copyright/version strings, so the libsquashfs DLL
doesn't export it.
Changelog:
Added
* Make it possible for gensquashfs to add xattrs from a description file
* Make it possible for gensquashfs to specify file sorting order
* Support . and .. directory browsing support in sqfs_dir_reader_t
* Add sqfs_tree_node_get_path to libsquashfs
Fixed
* Only use actually available CPUs in gensquashfs and tar2sqfs
* Overzealous bounds check in the libsquashfs block processor (openembedded#110)
* In sqfs_compressor_create, clear the output pointer on error (openembedded#110)
* Typo in gensquashfs and tar2sqfs block count statistics (openembedded#108)
* Hard link resolution: report error if path cannonicalization fails
* Documentation: signedness of the directory header inode number
* Seek position in libsquashfs meta data reader erroneously out-of-bounds
* Memory leak in libfstree error path
* Double-free in libfstree error path
Changed
* Allow NULL pointer for sqfs_destroy, sqfs_dir_tree_destroy
* Use 32 bit hard link counter in libfstree instead of just 16 bit
* Internal cleanup and restructuring
* Upgrade autotools version
* Check in autogen.sh if the required tools are available
* Trigger a build failure if no compressor library is available
Signed-off-by: alperak <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Feb 6, 2024
Changelog: ============= -Clients are now allowed to request more than 32 encodings (openembedded#108) -Zlib streams are now preserved when a client switches between encodings Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Feb 9, 2024
Changelog: ============= -Clients are now allowed to request more than 32 encodings (openembedded#108) -Zlib streams are now preserved when a client switches between encodings Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
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.
No description provided.