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  aa75d3a72bcc781e0814d05113c421c7fead71d4 (commit)
       via  37b0e07b10700e24060db8958938df74afc9f42c (commit)
       via  4ae58a14b02649ab770772bc709a2d8cef2a1bfc (commit)
       via  2acffa7022f14f43dadc21758f26640879147ef4 (commit)
       via  5652902239008c4c098cde038d31699ed62bf8f1 (commit)
       via  3b7dff1d61c888e2e751a8a6257023c8de57edea (commit)
       via  f3a53f062f72bb38d4f1b29c4f8ec463b8c468f4 (commit)
       via  b0fc739ab9311f1dd0c0746608dc0a76e1d79e65 (commit)
       via  43a609d5061629efad91d03ec9cd992e8832cb3e (commit)
       via  e74bf3ab64b47ab0a39ba0a1225f08f17f38a467 (commit)
      from  4172ef96bacac799388fdb1923850c391fc62c9e (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 aa75d3a72bcc781e0814d05113c421c7fead71d4
Author: kapeka <[email protected]>
Date:   Sat May 23 22:12:49 2020 +0200

    ser2net: updated to upstream version 4.1.8

commit 37b0e07b10700e24060db8958938df74afc9f42c
Author: kapeka <[email protected]>
Date:   Sat May 23 22:03:34 2020 +0200

    ethtool: add libmnl to DependsOn in buildtool.cfg

commit 4ae58a14b02649ab770772bc709a2d8cef2a1bfc
Author: kapeka <[email protected]>
Date:   Sat May 23 21:58:39 2020 +0200

    igmpproxy: add latest fixes from github

commit 2acffa7022f14f43dadc21758f26640879147ef4
Author: kapeka <[email protected]>
Date:   Sat May 23 21:56:18 2020 +0200

    ethtool: requires libmnl to build

commit 5652902239008c4c098cde038d31699ed62bf8f1
Author: kapeka <[email protected]>
Date:   Sat May 23 08:16:59 2020 +0200

    tools_build_all_archs: syslinux can not disabled, it's required by other 
packages, so the toolchain won't build at all...

commit 3b7dff1d61c888e2e751a8a6257023c8de57edea
Author: kapeka <[email protected]>
Date:   Fri May 22 16:34:00 2020 +0200

    iptables: libiptc.so is no longer build - do not try to package

commit f3a53f062f72bb38d4f1b29c4f8ec463b8c468f4
Author: kapeka <[email protected]>
Date:   Fri May 22 14:11:49 2020 +0200

    linux correct entry in buildtool.cfg (kernel-mkfile patch is no longer 
available)

commit b0fc739ab9311f1dd0c0746608dc0a76e1d79e65
Author: kapeka <[email protected]>
Date:   Fri May 22 13:36:38 2020 +0200

    make/toolchains: update to kernel 5.4.42

commit 43a609d5061629efad91d03ec9cd992e8832cb3e
Author: kapeka <[email protected]>
Date:   Fri May 22 11:08:51 2020 +0200

    iptables: updated to upstream version 1.8.4

commit e74bf3ab64b47ab0a39ba0a1225f08f17f38a467
Author: kapeka <[email protected]>
Date:   Fri May 22 11:01:38 2020 +0200

    util-linux: updated to upstream version 2.35.2

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

Summary of changes:
 conf/sources.d/ethtool.cfg                         |   1 +
 .../armv6zk-unknown-linux-uclibcgnueabi.mk         |   4 +-
 .../armv8+simd-unknown-linux-uclibcgnueabi.mk      |   4 +-
 .../armv8a-unknown-linux-uclibcgnueabi.mk          |   4 +-
 make/toolchain/i486-unknown-linux-uclibc.mk        |   2 +-
 make/toolchain/x86_64-unknown-linux-uclibc.mk      |   2 +-
 repo/ethtool/buildtool.cfg                         |   4 +
 repo/igmpproxy/001-check_c99.patch                 |  24 ++
 ...002_show_error_message_IP_ADD_MEMEBERSHIP.patch |  32 +++
 repo/igmpproxy/003_improve_quickleave_mode.patch   | 318 +++++++++++++++++++++
 repo/igmpproxy/004_remove_MAX_MC_VIFS.patch        |  65 +++++
 repo/igmpproxy/buildtool.cfg                       |  26 +-
 repo/igmpproxy/buildtool.mk                        |   4 +-
 repo/iptables/buildtool.cfg                        |  18 +-
 repo/iptables/iptables-1.8.3.tar.bz2               | Bin 716257 -> 0 bytes
 repo/iptables/iptables-1.8.4.tar.bz2               | Bin 0 -> 704312 bytes
 repo/linux/buildtool.cfg                           |   7 -
 repo/ser2net/buildtool.cfg                         |   4 +-
 repo/ser2net/ser2net-4.1.6.tar.gz                  | Bin 450386 -> 0 bytes
 repo/ser2net/ser2net-4.1.8.tar.gz                  | Bin 0 -> 458915 bytes
 repo/util-linux/buildtool.cfg                      |   2 +-
 repo/util-linux/util-linux-2.35.1.tar.xz           | Bin 5138360 -> 0 bytes
 repo/util-linux/util-linux-2.35.2.tar.xz           | Bin 0 -> 5150488 bytes
 tools/build_all_archs.sh                           |   4 +-
 24 files changed, 486 insertions(+), 39 deletions(-)
 create mode 100644 repo/igmpproxy/001-check_c99.patch
 create mode 100644 
repo/igmpproxy/002_show_error_message_IP_ADD_MEMEBERSHIP.patch
 create mode 100644 repo/igmpproxy/003_improve_quickleave_mode.patch
 create mode 100644 repo/igmpproxy/004_remove_MAX_MC_VIFS.patch
 delete mode 100644 repo/iptables/iptables-1.8.3.tar.bz2
 create mode 100644 repo/iptables/iptables-1.8.4.tar.bz2
 delete mode 100644 repo/ser2net/ser2net-4.1.6.tar.gz
 create mode 100644 repo/ser2net/ser2net-4.1.8.tar.gz
 delete mode 100644 repo/util-linux/util-linux-2.35.1.tar.xz
 create mode 100644 repo/util-linux/util-linux-2.35.2.tar.xz


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


_______________________________________________
leaf-git-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-git-commits

Reply via email to