Skip to content
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

Fix checksum for python-pyrex_0.9.9.bb #108

Closed
wants to merge 1 commit into from
Closed

Fix checksum for python-pyrex_0.9.9.bb #108

wants to merge 1 commit into from

Conversation

devcharted
Copy link

No description provided.

@kraj
Copy link
Contributor

kraj commented Dec 8, 2018

this seems to be failing as well can you try to do -ccleanall and then build again ?

ERROR: python-pyrex-0.9.9-r4 do_fetch: Checksum failure fetching http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/Pyrex-0.9.9.tar.gz
ERROR: python-pyrex-0.9.9-r4 do_fetch: Fetcher failure for URL: 'http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/Pyrex-0.9.9.tar.gz'. Checksum mismatch!
File: '/mnt/a/yoe/downloads/Pyrex-0.9.9.tar.gz' has md5 checksum 515dee67d15d4393841e2d60e8341947 when 70ff83ad4207f07deb531745a71df813 was expected
File: '/mnt/a/yoe/downloads/Pyrex-0.9.9.tar.gz' has sha256 checksum 5f87df06831d0b3412eb4bc9d3fc2ee7bfae1b913d7da8c23ab2bf5699fb6b50 when 6a596d594b4b4b1ebfc09ccaa36732523eda12ca2acba05e1cbf3b12ad172107 was expected
If this change is expected (e.g. you have upgraded to a new version without updating the checksums) then you can use these lines within the recipe:
SRC_URI[md5sum] = "515dee67d15d4393841e2d60e8341947"
SRC_URI[sha256sum] = "5f87df06831d0b3412eb4bc9d3fc2ee7bfae1b913d7da8c23ab2bf5699fb6b50"
Otherwise you should retry the download and/or check with upstream to determine if the file has become corrupted or otherwise unexpectedly modified.

@devcharted devcharted closed this Dec 10, 2018
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 <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 <zangrc.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 <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 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 <alperyasinak1@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 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 <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 <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 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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants