This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Repository for Bering-uClibc.".

The branch, master has been updated
       via  d71c31ccf27b7140fbfc4e6e6c565e26f5bca304 (commit)
      from  e5d6ddde791b002975f6427193cc57446f6c26ab (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit d71c31ccf27b7140fbfc4e6e6c565e26f5bca304
Author: kapeka <[email protected]>
Date:   Sat Oct 28 02:04:34 2017 +0200

    libdigest-sha1-perl: fix cross-compiling perl module
    
    This fixes the issue with libdigest-sha1-perl failing on i468/arm 
toolchains.
    The bugs has been shown trying to run shorewall on Bering-uClibc 6.1.0-rc1
    
    Updating Shorewall configuration to 5.1.7.2...
    > SHA1.c: loadable library and perl binaries are mismatched (got
    > handshake
    > key 0x77c0080, needed 0x76c0080)
    
    It' sthe first time we really crosscompile a module without a hack.
    Therefor the module needs to be build during perl build process.
    See the changes in perl/buildtool.* - libdigest-sha1-perl is an example how 
to add perl modules.

-----------------------------------------------------------------------

Summary of changes:
 conf/sources.d/libdigest-sha1-perl.cfg             |  10 -
 repo/libdigest-sha1-perl/buildtool.cfg             |  59 --
 repo/libdigest-sha1-perl/buildtool.mk              |  35 -
 repo/libdigest-sha1-perl/libdigest-sha1-perl.mk    | 937 ---------------------
 .../Digest-SHA1-2.13.tar.gz                        | Bin
 repo/perl/buildtool.cfg                            |  58 +-
 repo/perl/buildtool.mk                             |  11 +
 7 files changed, 65 insertions(+), 1045 deletions(-)
 delete mode 100644 conf/sources.d/libdigest-sha1-perl.cfg
 delete mode 100644 repo/libdigest-sha1-perl/buildtool.cfg
 delete mode 100644 repo/libdigest-sha1-perl/buildtool.mk
 delete mode 100644 repo/libdigest-sha1-perl/libdigest-sha1-perl.mk
 rename repo/{libdigest-sha1-perl => perl}/Digest-SHA1-2.13.tar.gz (100%)


hooks/post-receive
-- 
Repository for Bering-uClibc.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
leaf-git-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-git-commits

Reply via email to