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, unpacked-5.4 has been updated
       via  fbfeaef70c9bf32f21bad64f927057ae6629c0e8 (commit)
      from  65bcd678ae6c75c295bd8c92775d7863d73b9748 (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 fbfeaef70c9bf32f21bad64f927057ae6629c0e8
Author: Erich Titl <erich.t...@think.ch>
Date:   Wed May 6 16:18:50 2020 +0200

    Updated dnsmasq source to version 2.81

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

Summary of changes:
 repo/dnsmasq/dnsmasq-2.80.tar.xz                   |  Bin 501072 -> 0 bytes
 repo/dnsmasq/dnsmasq/CHANGELOG                     |   91 ++
 repo/dnsmasq/dnsmasq/Makefile                      |    4 +-
 repo/dnsmasq/dnsmasq/VERSION                       |    2 +-
 repo/dnsmasq/dnsmasq/bld/pkg-wrapper               |   14 +-
 .../dnsmasq/contrib/lease-tools/dhcp_lease_time.c  |    2 +-
 .../dnsmasq/contrib/lease-tools/dhcp_release.c     |   16 +-
 repo/dnsmasq/dnsmasq/contrib/reverse-dns/README    |    2 +-
 .../dnsmasq/contrib/reverse-dns/reverse_replace.sh |    2 +-
 .../dnsmasq/contrib/systemd/dnsmasq.service        |    3 +
 repo/dnsmasq/dnsmasq/man/dnsmasq.8                 |  132 ++-
 repo/dnsmasq/dnsmasq/man/fr/dnsmasq.8              |    9 +-
 repo/dnsmasq/dnsmasq/po/de.po                      | 1173 +++++++++++--------
 repo/dnsmasq/dnsmasq/po/es.po                      | 1178 +++++++++++--------
 repo/dnsmasq/dnsmasq/po/fi.po                      | 1140 +++++++++++--------
 repo/dnsmasq/dnsmasq/po/fr.po                      | 1179 +++++++++++--------
 repo/dnsmasq/dnsmasq/po/id.po                      | 1190 ++++++++++++--------
 repo/dnsmasq/dnsmasq/po/it.po                      | 1140 +++++++++++--------
 repo/dnsmasq/dnsmasq/po/no.po                      | 1168 +++++++++++--------
 repo/dnsmasq/dnsmasq/po/pl.po                      | 1178 +++++++++++--------
 repo/dnsmasq/dnsmasq/po/pt_BR.po                   | 1140 +++++++++++--------
 repo/dnsmasq/dnsmasq/po/ro.po                      | 1168 +++++++++++--------
 repo/dnsmasq/dnsmasq/src/arp.c                     |   33 +-
 repo/dnsmasq/dnsmasq/src/auth.c                    |  116 +-
 repo/dnsmasq/dnsmasq/src/blockdata.c               |   51 +-
 repo/dnsmasq/dnsmasq/src/bpf.c                     |   22 +-
 repo/dnsmasq/dnsmasq/src/cache.c                   |  525 +++++----
 repo/dnsmasq/dnsmasq/src/config.h                  |   65 +-
 repo/dnsmasq/dnsmasq/src/conntrack.c               |   10 +-
 repo/dnsmasq/dnsmasq/src/crypto.c                  |  135 ++-
 repo/dnsmasq/dnsmasq/src/dbus.c                    |   30 +-
 repo/dnsmasq/dnsmasq/src/dhcp-common.c             |  121 +-
 repo/dnsmasq/dnsmasq/src/dhcp-protocol.h           |    2 +-
 repo/dnsmasq/dnsmasq/src/dhcp.c                    |  142 ++-
 repo/dnsmasq/dnsmasq/src/dhcp6-protocol.h          |   10 +-
 repo/dnsmasq/dnsmasq/src/dhcp6.c                   |  289 ++---
 repo/dnsmasq/dnsmasq/src/dns-protocol.h            |    2 +-
 repo/dnsmasq/dnsmasq/src/dnsmasq.c                 |  349 ++++--
 repo/dnsmasq/dnsmasq/src/dnsmasq.h                 |  271 ++---
 repo/dnsmasq/dnsmasq/src/dnssec.c                  |  275 +++--
 repo/dnsmasq/dnsmasq/src/domain.c                  |   60 +-
 repo/dnsmasq/dnsmasq/src/dump.c                    |   14 +-
 repo/dnsmasq/dnsmasq/src/edns0.c                   |   16 +-
 repo/dnsmasq/dnsmasq/src/forward.c                 |  274 +++--
 repo/dnsmasq/dnsmasq/src/helper.c                  |   39 +-
 repo/dnsmasq/dnsmasq/src/inotify.c                 |    2 +-
 repo/dnsmasq/dnsmasq/src/ip6addr.h                 |    2 +-
 repo/dnsmasq/dnsmasq/src/ipset.c                   |   36 +-
 repo/dnsmasq/dnsmasq/src/lease.c                   |   66 +-
 repo/dnsmasq/dnsmasq/src/log.c                     |    2 +-
 repo/dnsmasq/dnsmasq/src/loop.c                    |    2 +-
 repo/dnsmasq/dnsmasq/src/metrics.c                 |    2 +-
 repo/dnsmasq/dnsmasq/src/metrics.h                 |    2 +-
 repo/dnsmasq/dnsmasq/src/netlink.c                 |   25 +-
 repo/dnsmasq/dnsmasq/src/network.c                 |  102 +-
 repo/dnsmasq/dnsmasq/src/option.c                  | 1149 +++++++++++--------
 repo/dnsmasq/dnsmasq/src/outpacket.c               |    2 +-
 repo/dnsmasq/dnsmasq/src/poll.c                    |    2 +-
 repo/dnsmasq/dnsmasq/src/radv-protocol.h           |    2 +-
 repo/dnsmasq/dnsmasq/src/radv.c                    |   31 +-
 repo/dnsmasq/dnsmasq/src/rfc1035.c                 |  443 +++++---
 repo/dnsmasq/dnsmasq/src/rfc2131.c                 |  172 +--
 repo/dnsmasq/dnsmasq/src/rfc3315.c                 |  461 ++++----
 repo/dnsmasq/dnsmasq/src/rrfilter.c                |    2 +-
 repo/dnsmasq/dnsmasq/src/slaac.c                   |    2 +-
 repo/dnsmasq/dnsmasq/src/tables.c                  |    9 +-
 repo/dnsmasq/dnsmasq/src/tftp.c                    |  205 ++--
 repo/dnsmasq/dnsmasq/src/ubus.c                    |  144 ++-
 repo/dnsmasq/dnsmasq/src/util.c                    |   85 +-
 repo/dnsmasq/dnsmasq/trust-anchors.conf            |    3 +-
 70 files changed, 10229 insertions(+), 7506 deletions(-)
 delete mode 100644 repo/dnsmasq/dnsmasq-2.80.tar.xz


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


_______________________________________________
leaf-git-commits mailing list
leaf-git-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-git-commits

Reply via email to