This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 83d13972f2 malloc: Fix tst-tcfree3 build csky-linux-gnuabiv2 with forti [...] new b121fdc552 Remove 'grp' and merge into 'nss' and 'posix' new 98b107e308 Remove 'gshadow' and merge into 'nss' new 0ac35d181e Remove 'pwd' and merge into 'nss' new c6b577caef Remove 'shadow' and merge into 'nss' new 4298586619 Move 'aliases' routines from 'inet' into 'nss' new 1c40266328 Move 'ethers' routines from 'inet' into 'nss' new a7e8d0b90b Move 'hosts' routines from 'inet' into 'nss' new 3f7c7ac887 Move 'netgroup' routines from 'inet' into 'nss' new 5a6e784e64 Move 'networks' routines from 'inet' into 'nss' new a25a060c35 Move 'protocols' routines from 'inet' into 'nss' new 9b63a8ac40 Move 'rpc' routines from 'inet' into 'nss' new 1d74d2f042 Move 'services' routines from 'inet' into 'nss' new 7f602256ab Move getaddrinfo from 'posix' into 'nss' new 2f1c6652d7 Move getnameinfo from 'inet' to 'nss'
The 14 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: Makeconfig | 4 +- grp/Makefile | 70 ------ grp/Versions | 34 --- gshadow/Makefile | 39 --- gshadow/Versions | 21 -- include/aliases.h | 2 +- include/grp-merge.h | 2 +- include/grp.h | 2 +- include/gshadow.h | 2 +- include/netdb.h | 2 +- include/netgroup.h | 2 +- include/pwd.h | 2 +- include/shadow.h | 2 +- inet/Makefile | 67 ------ inet/Versions | 27 +-- nscd/initgrcache.c | 2 +- nscd/netgroupcache.c | 2 +- nss/Makefile | 262 ++++++++++++++++++++- nss/Versions | 95 ++++++++ {inet => nss}/aliases.h | 0 {inet => nss}/ether_hton.c | 2 +- {inet => nss}/ether_ntoh.c | 2 +- {grp => nss}/fgetgrent.c | 0 {grp => nss}/fgetgrent_r.c | 0 {pwd => nss}/fgetpwent.c | 0 {pwd => nss}/fgetpwent_r.c | 0 {gshadow => nss}/fgetsgent.c | 0 {gshadow => nss}/fgetsgent_r.c | 0 {shadow => nss}/fgetspent.c | 0 {shadow => nss}/fgetspent_r.c | 0 {sysdeps/posix => nss}/getaddrinfo.c | 0 {inet => nss}/getaliasent.c | 0 {inet => nss}/getaliasent_r.c | 0 {inet => nss}/getaliasname.c | 0 {inet => nss}/getaliasname_r.c | 0 {grp => nss}/getgrent.c | 0 {grp => nss}/getgrent_r.c | 0 {grp => nss}/getgrgid.c | 0 {grp => nss}/getgrgid_r.c | 0 {grp => nss}/getgrnam.c | 0 {grp => nss}/getgrnam_r.c | 0 {inet => nss}/gethstbyad.c | 0 {inet => nss}/gethstbyad_r.c | 0 {inet => nss}/gethstbynm.c | 0 {inet => nss}/gethstbynm2.c | 0 {inet => nss}/gethstbynm2_r.c | 0 {inet => nss}/gethstbynm_r.c | 0 {inet => nss}/gethstent.c | 0 {inet => nss}/gethstent_r.c | 0 {inet => nss}/getnameinfo.c | 2 +- {inet => nss}/getnetbyad.c | 0 {inet => nss}/getnetbyad_r.c | 0 {inet => nss}/getnetbynm.c | 0 {inet => nss}/getnetbynm_r.c | 0 {inet => nss}/getnetent.c | 0 {inet => nss}/getnetent_r.c | 0 {inet => nss}/getnetgrent.c | 0 {inet => nss}/getnetgrent_r.c | 0 {inet => nss}/getproto.c | 0 {inet => nss}/getproto_r.c | 0 {inet => nss}/getprtent.c | 0 {inet => nss}/getprtent_r.c | 0 {inet => nss}/getprtname.c | 0 {inet => nss}/getprtname_r.c | 0 {pwd => nss}/getpw.c | 0 {pwd => nss}/getpwent.c | 0 {pwd => nss}/getpwent_r.c | 0 {pwd => nss}/getpwnam.c | 0 {pwd => nss}/getpwnam_r.c | 0 {pwd => nss}/getpwuid.c | 0 {pwd => nss}/getpwuid_r.c | 0 {inet => nss}/getrpcbyname.c | 0 {inet => nss}/getrpcbyname_r.c | 0 {inet => nss}/getrpcbynumber.c | 0 {inet => nss}/getrpcbynumber_r.c | 0 {inet => nss}/getrpcent.c | 0 {inet => nss}/getrpcent_r.c | 0 {inet => nss}/getservent.c | 0 {inet => nss}/getservent_r.c | 0 {gshadow => nss}/getsgent.c | 0 {gshadow => nss}/getsgent_r.c | 0 {gshadow => nss}/getsgnam.c | 0 {gshadow => nss}/getsgnam_r.c | 0 {shadow => nss}/getspent.c | 0 {shadow => nss}/getspent_r.c | 0 {shadow => nss}/getspnam.c | 0 {shadow => nss}/getspnam_r.c | 0 {inet => nss}/getsrvbynm.c | 0 {inet => nss}/getsrvbynm_r.c | 0 {inet => nss}/getsrvbypt.c | 0 {inet => nss}/getsrvbypt_r.c | 0 {grp => nss}/grp-merge.c | 0 {grp => nss}/grp-merge.h | 0 {grp => nss}/grp.h | 0 {gshadow => nss}/gshadow.h | 0 .../initgroups-fallback.c | 0 {grp => nss}/initgroups.c | 2 +- {shadow => nss}/lckpwdf.c | 0 {inet => nss}/netgroup.h | 0 {grp => nss}/putgrent.c | 0 {pwd => nss}/putpwent.c | 0 {gshadow => nss}/putsgent.c | 0 {shadow => nss}/putspent.c | 0 {pwd => nss}/pwd.h | 0 {gshadow => nss}/sgetsgent.c | 0 {gshadow => nss}/sgetsgent_r.c | 0 {shadow => nss}/sgetspent.c | 0 {shadow => nss}/sgetspent_r.c | 0 {shadow => nss}/shadow.h | 0 {sunrpc => nss}/test-rpcent.c | 0 {grp => nss}/testgrp.c | 0 {gshadow => nss}/tst-fgetsgent_r.c | 0 {posix => nss}/tst-getaddrinfo.c | 0 {posix => nss}/tst-getaddrinfo2.c | 0 {posix => nss}/tst-getaddrinfo3.c | 0 {posix => nss}/tst-getaddrinfo4.c | 0 {posix => nss}/tst-getaddrinfo5.c | 0 {inet => nss}/tst-gethnm.c | 0 {pwd => nss}/tst-getpw.c | 0 {gshadow => nss}/tst-gshadow.c | 0 {grp => nss}/tst-initgroups1.c | 0 {grp => nss}/tst-initgroups1.root/etc/group | 0 .../tst-initgroups1.root/etc/nsswitch.conf | 0 {grp => nss}/tst-initgroups1.root/etc/passwd | 0 {grp => nss}/tst-initgroups2.c | 0 {grp => nss}/tst-initgroups2.root/etc/group | 0 .../tst-initgroups2.root/etc/nsswitch.conf | 0 {grp => nss}/tst-initgroups2.root/etc/passwd | 0 {grp => nss}/tst-putgrent.c | 0 {pwd => nss}/tst-putpwent.c | 0 {gshadow => nss}/tst-putsgent.c | 0 {shadow => nss}/tst-putspent.c | 0 {posix => nss}/tst-rfc3484-2.c | 2 +- {posix => nss}/tst-rfc3484-3.c | 2 +- {posix => nss}/tst-rfc3484.c | 2 +- {gshadow => nss}/tst-sgetsgent.c | 0 {shadow => nss}/tst-shadow.c | 0 {grp => nss}/tst_fgetgrent.c | 0 {grp => nss}/tst_fgetgrent.sh | 10 +- posix/Makefile | 11 +- posix/Versions | 6 +- posix/getaddrinfo.c | 38 --- {grp => posix}/setgroups.c | 0 pwd/Makefile | 42 ---- pwd/Versions | 19 -- scripts/update-copyrights | 2 +- shadow/Makefile | 40 ---- shadow/Versions | 31 --- sunrpc/Makefile | 2 +- sunrpc/Versions | 3 +- 150 files changed, 391 insertions(+), 466 deletions(-) delete mode 100644 grp/Makefile delete mode 100644 grp/Versions delete mode 100644 gshadow/Makefile delete mode 100644 gshadow/Versions rename {inet => nss}/aliases.h (100%) rename {inet => nss}/ether_hton.c (98%) rename {inet => nss}/ether_ntoh.c (98%) rename {grp => nss}/fgetgrent.c (100%) rename {grp => nss}/fgetgrent_r.c (100%) rename {pwd => nss}/fgetpwent.c (100%) rename {pwd => nss}/fgetpwent_r.c (100%) rename {gshadow => nss}/fgetsgent.c (100%) rename {gshadow => nss}/fgetsgent_r.c (100%) rename {shadow => nss}/fgetspent.c (100%) rename {shadow => nss}/fgetspent_r.c (100%) rename {sysdeps/posix => nss}/getaddrinfo.c (100%) rename {inet => nss}/getaliasent.c (100%) rename {inet => nss}/getaliasent_r.c (100%) rename {inet => nss}/getaliasname.c (100%) rename {inet => nss}/getaliasname_r.c (100%) rename {grp => nss}/getgrent.c (100%) rename {grp => nss}/getgrent_r.c (100%) rename {grp => nss}/getgrgid.c (100%) rename {grp => nss}/getgrgid_r.c (100%) rename {grp => nss}/getgrnam.c (100%) rename {grp => nss}/getgrnam_r.c (100%) rename {inet => nss}/gethstbyad.c (100%) rename {inet => nss}/gethstbyad_r.c (100%) rename {inet => nss}/gethstbynm.c (100%) rename {inet => nss}/gethstbynm2.c (100%) rename {inet => nss}/gethstbynm2_r.c (100%) rename {inet => nss}/gethstbynm_r.c (100%) rename {inet => nss}/gethstent.c (100%) rename {inet => nss}/gethstent_r.c (100%) rename {inet => nss}/getnameinfo.c (99%) rename {inet => nss}/getnetbyad.c (100%) rename {inet => nss}/getnetbyad_r.c (100%) rename {inet => nss}/getnetbynm.c (100%) rename {inet => nss}/getnetbynm_r.c (100%) rename {inet => nss}/getnetent.c (100%) rename {inet => nss}/getnetent_r.c (100%) rename {inet => nss}/getnetgrent.c (100%) rename {inet => nss}/getnetgrent_r.c (100%) rename {inet => nss}/getproto.c (100%) rename {inet => nss}/getproto_r.c (100%) rename {inet => nss}/getprtent.c (100%) rename {inet => nss}/getprtent_r.c (100%) rename {inet => nss}/getprtname.c (100%) rename {inet => nss}/getprtname_r.c (100%) rename {pwd => nss}/getpw.c (100%) rename {pwd => nss}/getpwent.c (100%) rename {pwd => nss}/getpwent_r.c (100%) rename {pwd => nss}/getpwnam.c (100%) rename {pwd => nss}/getpwnam_r.c (100%) rename {pwd => nss}/getpwuid.c (100%) rename {pwd => nss}/getpwuid_r.c (100%) rename {inet => nss}/getrpcbyname.c (100%) rename {inet => nss}/getrpcbyname_r.c (100%) rename {inet => nss}/getrpcbynumber.c (100%) rename {inet => nss}/getrpcbynumber_r.c (100%) rename {inet => nss}/getrpcent.c (100%) rename {inet => nss}/getrpcent_r.c (100%) rename {inet => nss}/getservent.c (100%) rename {inet => nss}/getservent_r.c (100%) rename {gshadow => nss}/getsgent.c (100%) rename {gshadow => nss}/getsgent_r.c (100%) rename {gshadow => nss}/getsgnam.c (100%) rename {gshadow => nss}/getsgnam_r.c (100%) rename {shadow => nss}/getspent.c (100%) rename {shadow => nss}/getspent_r.c (100%) rename {shadow => nss}/getspnam.c (100%) rename {shadow => nss}/getspnam_r.c (100%) rename {inet => nss}/getsrvbynm.c (100%) rename {inet => nss}/getsrvbynm_r.c (100%) rename {inet => nss}/getsrvbypt.c (100%) rename {inet => nss}/getsrvbypt_r.c (100%) rename {grp => nss}/grp-merge.c (100%) rename {grp => nss}/grp-merge.h (100%) rename {grp => nss}/grp.h (100%) rename {gshadow => nss}/gshadow.h (100%) rename grp/compat-initgroups.c => nss/initgroups-fallback.c (100%) rename {grp => nss}/initgroups.c (99%) rename {shadow => nss}/lckpwdf.c (100%) rename {inet => nss}/netgroup.h (100%) rename {grp => nss}/putgrent.c (100%) rename {pwd => nss}/putpwent.c (100%) rename {gshadow => nss}/putsgent.c (100%) rename {shadow => nss}/putspent.c (100%) rename {pwd => nss}/pwd.h (100%) rename {gshadow => nss}/sgetsgent.c (100%) rename {gshadow => nss}/sgetsgent_r.c (100%) rename {shadow => nss}/sgetspent.c (100%) rename {shadow => nss}/sgetspent_r.c (100%) rename {shadow => nss}/shadow.h (100%) rename {sunrpc => nss}/test-rpcent.c (100%) rename {grp => nss}/testgrp.c (100%) rename {gshadow => nss}/tst-fgetsgent_r.c (100%) rename {posix => nss}/tst-getaddrinfo.c (100%) rename {posix => nss}/tst-getaddrinfo2.c (100%) rename {posix => nss}/tst-getaddrinfo3.c (100%) rename {posix => nss}/tst-getaddrinfo4.c (100%) rename {posix => nss}/tst-getaddrinfo5.c (100%) rename {inet => nss}/tst-gethnm.c (100%) rename {pwd => nss}/tst-getpw.c (100%) rename {gshadow => nss}/tst-gshadow.c (100%) rename {grp => nss}/tst-initgroups1.c (100%) rename {grp => nss}/tst-initgroups1.root/etc/group (100%) rename {grp => nss}/tst-initgroups1.root/etc/nsswitch.conf (100%) rename {grp => nss}/tst-initgroups1.root/etc/passwd (100%) rename {grp => nss}/tst-initgroups2.c (100%) rename {grp => nss}/tst-initgroups2.root/etc/group (100%) rename {grp => nss}/tst-initgroups2.root/etc/nsswitch.conf (100%) rename {grp => nss}/tst-initgroups2.root/etc/passwd (100%) rename {grp => nss}/tst-putgrent.c (100%) rename {pwd => nss}/tst-putpwent.c (100%) rename {gshadow => nss}/tst-putsgent.c (100%) rename {shadow => nss}/tst-putspent.c (100%) rename {posix => nss}/tst-rfc3484-2.c (99%) rename {posix => nss}/tst-rfc3484-3.c (98%) rename {posix => nss}/tst-rfc3484.c (98%) rename {gshadow => nss}/tst-sgetsgent.c (100%) rename {shadow => nss}/tst-shadow.c (100%) rename {grp => nss}/tst_fgetgrent.c (100%) rename {grp => nss}/tst_fgetgrent.sh (76%) delete mode 100644 posix/getaddrinfo.c rename {grp => posix}/setgroups.c (100%) delete mode 100644 pwd/Makefile delete mode 100644 pwd/Versions delete mode 100644 shadow/Makefile delete mode 100644 shadow/Versions