<86>Aug  4 11:06:51 userdel[40698]: delete user 'rooter'
<86>Aug  4 11:06:51 userdel[40698]: removed group 'rooter' owned by 'rooter'
<86>Aug  4 11:06:51 userdel[40698]: removed shadow group 'rooter' owned by 'rooter'
<86>Aug  4 11:06:51 groupadd[40729]: group added to /etc/group: name=rooter, GID=1823
<86>Aug  4 11:06:51 groupadd[40729]: group added to /etc/gshadow: name=rooter
<86>Aug  4 11:06:51 groupadd[40729]: new group: name=rooter, GID=1823
<86>Aug  4 11:06:51 useradd[40758]: new user: name=rooter, UID=1823, GID=1823, home=/root, shell=/bin/bash
<86>Aug  4 11:06:51 userdel[40804]: delete user 'builder'
<86>Aug  4 11:06:51 userdel[40804]: removed group 'builder' owned by 'builder'
<86>Aug  4 11:06:51 userdel[40804]: removed shadow group 'builder' owned by 'builder'
<86>Aug  4 11:06:51 groupadd[40844]: group added to /etc/group: name=builder, GID=1824
<86>Aug  4 11:06:51 groupadd[40844]: group added to /etc/gshadow: name=builder
<86>Aug  4 11:06:51 groupadd[40844]: new group: name=builder, GID=1824
<86>Aug  4 11:06:51 useradd[40870]: new user: name=builder, UID=1824, GID=1824, home=/usr/src, shell=/bin/bash
warning: user mike does not exist - using root
warning: group mike does not exist - using root
warning: user mike does not exist - using root
warning: group mike does not exist - using root
warning: user mike does not exist - using root
warning: group mike does not exist - using root
warning: user mike does not exist - using root
warning: group mike does not exist - using root
warning: user mike does not exist - using root
warning: group mike does not exist - using root
warning: user mike does not exist - using root
warning: group mike does not exist - using root
<13>Aug  4 11:06:54 rpmi: libpcre16-8.44-alt1 p9+249555.100.1.1 1586300287 installed
<13>Aug  4 11:06:54 rpmi: pcretest-8.44-alt1 p9+249555.100.1.1 1586300287 installed
<13>Aug  4 11:06:54 rpmi: libpcre-devel-8.44-alt1 p9+249555.100.1.1 1586300287 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/leafnode-1.11.11-alt1.nosrc.rpm (w1.gzdio)
Installing leafnode-1.11.11-alt1.src.rpm
Building target platforms: x86_64
Building for target x86_64
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.19334
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf leafnode-1.11.11
+ echo 'Source #0 (leafnode-1.11.11.tar.xz):'
Source #0 (leafnode-1.11.11.tar.xz):
+ /usr/bin/xz -dc /usr/src/RPM/SOURCES/leafnode-1.11.11.tar.xz
+ /bin/tar -xf -
+ cd leafnode-1.11.11
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.19334
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd leafnode-1.11.11
+ CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CFLAGS
+ CXXFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export CXXFLAGS
+ FFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export FFLAGS
+ FCFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2'
+ export FCFLAGS
+ '[' -n '' ']'
++ printf %s '-pipe -frecord-gcc-switches -Wall -g -O2'
++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g'
+ ASFLAGS=
+ export ASFLAGS
+ export lt_cv_deplibs_check_method=pass_all
+ lt_cv_deplibs_check_method=pass_all
+ readlink -e -- ./configure
+ xargs -ri dirname -- '{}'
+ xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n'
+ sort -u
+ xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess
+ ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --disable-silent-rules --without-included-gettext --sysconfdir=/etc/leafnode --with-spooldir=/var/spool/news --with-lockfile=/var/lock/news/fetchnews.lck
configure: WARNING: unrecognized options: --disable-silent-rules, --without-included-gettext
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gawk... (cached) gawk
checking for style of include used by make... GNU
checking for x86_64-alt-linux-gcc... x86_64-alt-linux-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-alt-linux-gcc accepts -g... yes
checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed
checking dependency style of x86_64-alt-linux-gcc... none
checking for x86_64-alt-linux-gcc option to accept ISO C99... none needed
checking for x86_64-alt-linux-gcc option to accept ISO Standard C... (cached) none needed
checking how to run the C preprocessor... x86_64-alt-linux-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for inline... inline
checking for working volatile... yes
checking for x86_64-alt-linux-ranlib... no
checking for ranlib... ranlib
checking whether make sets $(MAKE)... (cached) yes
checking whether make sets $(MAKE)... (cached) yes
checking for x86_64-alt-linux-ranlib... ranlib
checking for a sed that does not truncate output... /bin/sed
checking for x86_64-alt-linux-ar... no
checking for ar... ar
checking for x86_64-alt-linux-strip... no
checking for strip... strip
checking for rpm... /bin/rpm
checking for id... /usr/bin/id
checking whether AI_ADDRCONFIG is declared... yes
checking spooldir... /var/spool/news
checking lockfile... /var/lock/news/fetchnews.lck
checking for mode_t... yes
checking for off_t... yes
checking for uid_t in sys/types.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for system include files... yes
checking whether time.h and sys/time.h may both be included... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking for strings.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for net/if.h... yes
checking for netinet/in.h... yes
checking for net/if_var.h... no
checking for netinet/in_var.h... no
checking for socklen_t... yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_gmtoff... yes
checking size of long... 8
checking size of time_t... 8
checking user... news
checking group... news
checking for pcre-config... /usr/bin/pcre-config
checking pcre.h usability... yes
checking pcre.h presence... yes
checking for pcre.h... yes
checking for pcre_compile in -lpcre... yes
checking for BSD4.2 syslog... no
checking for strftime... yes
checking for setgid... yes
checking for setuid... yes
checking for getifaddrs... yes
checking for lstat... yes
checking for getline... yes
checking for strdup... yes
checking for mkstemp... yes
checking for strlcpy... yes
checking for timegm... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking if your system's snprintf works... yes
checking for library containing gethostent... none required
checking for library containing setsockopt... none required
checking for library containing syslog... none required
checking if your sockaddr has sa_len... no
checking if your system supports SIOCGIFALIAS... no
checking if x86_64-alt-linux-gcc is really Intel C++... no
checking for some good GCC flags...  -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result
checking rpm build dir... none
checking for tcpserver... none
checking for argv0... none
checking for tcpd... none
configure: creating ./config.status
config.status: creating subst
config.status: creating leafnode.spec
config.status: creating Makefile
config.status: creating doc_german/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default commands
configure: WARNING: unrecognized options: --disable-silent-rules, --without-included-gettext
*** leafnode 1.11.11 is now configured and prepared to be compiled.
*** to compile, type 'make' (without the quotes)
*** to run some tests, type 'make check' (without the quotes)
*** to install, type 'make install' as root (without the quotes)
+ make -j16
make: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
( echo '/* DO NOT EDIT! This file is auto-generated by Makefile. */' ; \
  echo '/* user programs go into /usr/bin */'; \
  echo '/* system programs go into /usr/sbin */'; \
  echo '#include "leafnode.h"'; \
  echo 'const char *spooldir = "/var/spool/news" ;' ; \
  echo 'const char *sysconfdir = "/etc/leafnode" ;' ; \
  echo 'const char *lockfile = "/var/lock/news/fetchnews.lck" ;' ; \
  echo 'const char *version  = "1.11.11" ;' ) >config.c \
|| rm -f config.c
make: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make 'LDFLAGS=-lpcre' all-recursive
Making all in .
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c syslog.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from syslog.c:20:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c agetcwd.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from agetcwd.c:1:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c critmem.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c filterutil.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from filterutil.c:10:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c activutil_resolve.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from activutil_resolve.c:1:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c getaline.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from getaline.c:23:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c mgetaline.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from mgetaline.c:27:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c validatefqdn.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from validatefqdn.c:39:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c artutil.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from artutil.c:10:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c lockfile.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from lockfile.c:24:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c getfoldedline.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from getfoldedline.c:1:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c writes.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from writes.c:1:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c wildmat.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from wildmat.c:1:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c groupselect.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c ln_log.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from ln_log.c:2:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c nntputil.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from nntputil.c:24:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c mastring.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c pcre_extract.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from pcre_extract.c:19:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c masock_sa2name.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c snprintf.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from snprintf.c:31:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c log_unlink.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from log_unlink.c:3:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c mysigact.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from mysigact.c:1:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c activutil.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from activutil.c:20:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c checkpeerlocal.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from checkpeerlocal.c:21:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c grouplist.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from grouplist.c:19:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c config.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from config.c:4:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c amiroot.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c leafnode-version.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from leafnode-version.c:7:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c nntpd_dodate.c
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
/bin/sh ./subst <./leafnode.cron.daily.in >leafnode.cron.daily
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
/bin/sh ./subst <./setup-daemontools.sh.in >setup-daemontools.sh
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
/bin/sh ./subst <./checkgroups.8.in >checkgroups.8
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
/bin/sh ./subst <./applyfilter.8.in >applyfilter.8
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c quickmkdir.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from quickmkdir.c:23:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
/bin/sh ./subst <./leafnode.8.in >leafnode.8
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
/bin/sh ./subst <./newsq.1.in >newsq.1
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
echo '# THIS IS A GENERATED FILE - MAINTAINER, EDIT THE .in FILE INSTEAD' >leafnode.xinetd \
&& sed -e 's}[@]sbindir@}/usr/sbin}g' \
       -e 's}[@]NEWS_USER@}news}g' \
    <./leafnode.xinetd.in >>leafnode.xinetd || rm -f leafnode.xinetd
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c newsq.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from newsq.c:12:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
/bin/sh ./subst <./leafnode-version.1.in >leafnode-version.1
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
/bin/sh ./subst <./texpire.8.in >texpire.8
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
/bin/sh ./subst <./run.tcpserver.dist.in >run.tcpserver.dist
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c lsort.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from lsort.c:13:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
/bin/sh ./subst <./fetchnews.8.in >fetchnews.8
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
/bin/sh ./subst <./run.tcpd.dist.in >run.tcpd.dist
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c fetchnews_check_date.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from fetchnews_check_date.c:1:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c miscutil.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from miscutil.c:24:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
miscutil.c: In function 'initvars':
miscutil.c:102:35: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=]
      snprintf(b, sizeof(b), "%03lu", u);
                                   ^
In file included from /usr/include/stdio.h:862,
                 from leafnode.h:45,
                 from miscutil.c:24:
/usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 4 and 5 bytes into a destination of size 4
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c checkgroups.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from checkgroups.c:12:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c xoverutil.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from xoverutil.c:24:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c configutil.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from configutil.c:24:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c applyfilter.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from applyfilter.c:13:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
rm -f liblnutil.a
ar cru liblnutil.a nntputil.o configutil.o xoverutil.o activutil.o activutil_resolve.o agetcwd.o miscutil.o artutil.o filterutil.o syslog.o getaline.o critmem.o lockfile.o validatefqdn.o mgetaline.o mastring.o wildmat.o getfoldedline.o writes.o ln_log.o grouplist.o checkpeerlocal.o pcre_extract.o masock_sa2name.o groupselect.o mysigact.o log_unlink.o snprintf.o config.o 
ranlib liblnutil.a
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre  -lpcre -o amiroot amiroot.o liblnutil.a -lpcre 
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre  -lpcre -o quickmkdir quickmkdir.o liblnutil.a -lpcre 
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre  -lpcre -o leafnode-version leafnode-version.o liblnutil.a -lpcre 
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre  -lpcre -o applyfilter applyfilter.o liblnutil.a -lpcre 
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre  -lpcre -o newsq newsq.o liblnutil.a -lpcre 
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre  -lpcre -o lsort lsort.o liblnutil.a -lpcre 
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre  -lpcre -o checkgroups checkgroups.o liblnutil.a -lpcre 
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c texpire.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from texpire.c:24:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
texpire.c: In function 'main':
texpire.c:565:34: warning: '__builtin___snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=]
  snprintf(buf, sizeof(buf), "%03d", n); /* safe */
                                  ^
In file included from /usr/include/stdio.h:862,
                 from leafnode.h:45,
                 from texpire.c:24:
/usr/include/bits/stdio2.h:64:10: note: '__builtin___snprintf_chk' output between 4 and 5 bytes into a destination of size 4
   return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        __bos (__s), __fmt, __va_arg_pack ());
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre  -lpcre -o texpire texpire.o liblnutil.a -lpcre 
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c nntpd.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from nntpd.c:27:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre  -lpcre -o leafnode nntpd.o nntpd_dodate.o liblnutil.a -lpcre 
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result -DHAVE_CONFIG_H -I.   -I/usr/include/pcre  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre -c fetchnews.c
In file included from /usr/include/sys/types.h:25,
                 from critmem.h:30,
                 from leafnode.h:20,
                 from fetchnews.c:28:
/usr/include/features.h:184:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
x86_64-alt-linux-gcc -Wall -W -Wextra -Wstrict-prototypes -Wwrite-strings -Wno-unused-result  -pipe -frecord-gcc-switches -Wall -g -O2 -I/usr/include/pcre  -lpcre -o fetchnews fetchnews.o fetchnews_check_date.o liblnutil.a -lpcre 
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
Making all in doc_german
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11/doc_german'
/bin/sh ../subst <./checkgroups.8.in >checkgroups.8
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11/doc_german'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11/doc_german'
/bin/sh ../subst <./applyfilter.8.in >applyfilter.8
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11/doc_german'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11/doc_german'
/bin/sh ../subst <./texpire.8.in >texpire.8
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11/doc_german'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11/doc_german'
/bin/sh ../subst <./fetchnews.8.in >fetchnews.8
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11/doc_german'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11/doc_german'
/bin/sh ../subst <./leafnode-version.1.in >leafnode-version.1
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11/doc_german'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11/doc_german'
/bin/sh ../subst <./newsq.1.in >newsq.1
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11/doc_german'
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11/doc_german'
/bin/sh ../subst <./leafnode.8.in >leafnode.8
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11/doc_german'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.8759
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/leafnode-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/leafnode-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd leafnode-1.11.11
+ install -d /usr/src/tmp/leafnode-buildroot/etc/cron.daily /usr/src/tmp/leafnode-buildroot/etc/leafnode
+ make 'INSTALL=/usr/libexec/rpm-build/install -p' install DESTDIR=/usr/src/tmp/leafnode-buildroot prefix=/usr/src/tmp/leafnode-buildroot/usr SPOOLDIR=/var/spool/news LOCKFILE=/usr/src/tmp/leafnode-buildroot/var/lock/news/fetchnews.lck
make: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make 'LDFLAGS=-lpcre' install-recursive
make[1]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
Making install in .
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[3]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
 /bin/mkdir -p '/usr/src/tmp/leafnode-buildroot/usr/bin'
  /usr/libexec/rpm-build/install -p newsq leafnode-version '/usr/src/tmp/leafnode-buildroot/usr/bin'
 /bin/mkdir -p '/usr/src/tmp/leafnode-buildroot/usr/sbin'
  /usr/libexec/rpm-build/install -p leafnode fetchnews texpire checkgroups applyfilter '/usr/src/tmp/leafnode-buildroot/usr/sbin'
 /bin/mkdir -p '/usr/src/tmp/leafnode-buildroot/etc/leafnode'
 /usr/libexec/rpm-build/install -p -m 644 config.example filters.example run.tcpserver.dist run.tcpd.dist nntp.rules.dist Makefile.dist UNINSTALL-daemontools '/usr/src/tmp/leafnode-buildroot/etc/leafnode'
 /bin/mkdir -p '/usr/src/tmp/leafnode-buildroot/usr/share/man/man1'
 /usr/libexec/rpm-build/install -p -m 644 newsq.1 leafnode-version.1 '/usr/src/tmp/leafnode-buildroot/usr/share/man/man1'
 /bin/mkdir -p '/usr/src/tmp/leafnode-buildroot/usr/share/man/man8'
 /usr/libexec/rpm-build/install -p -m 644 applyfilter.8 checkgroups.8 fetchnews.8 leafnode.8 texpire.8 '/usr/src/tmp/leafnode-buildroot/usr/share/man/man8'
make 'LDFLAGS=-lpcre' install-data-hook
make[4]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
set -e ; for i in "" /leaf.node /failed.postings /interesting.groups \
	/out.going /message.id /temp.files ; do \
        mkdir -p /usr/src/tmp/leafnode-buildroot/var/spool/news$i ; \
if ./amiroot ; then \
 chown news:news /usr/src/tmp/leafnode-buildroot/var/spool/news/$i ; \
 chmod 2775      /usr/src/tmp/leafnode-buildroot/var/spool/news/$i ; fi ; \
done
d="`dirname /usr/src/tmp/leafnode-buildroot/var/lock/news/fetchnews.lck`" ; mkdir -p "${d}" && \
if ./amiroot ; then \
          chown news:news "${d}" ; \
  chmod 2775 "${d}" ; fi
make[4]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[3]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
Making install in doc_german
make[2]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11/doc_german'
make[3]: Entering directory '/usr/src/RPM/BUILD/leafnode-1.11.11/doc_german'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11/doc_german'
make[2]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11/doc_german'
make[1]: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
make: Leaving directory '/usr/src/RPM/BUILD/leafnode-1.11.11'
+ install -pDm600 filters.example /usr/src/tmp/leafnode-buildroot/etc/leafnode/filters
+ install -pDm755 /usr/src/RPM/SOURCES/leafnode.texpire /usr/src/tmp/leafnode-buildroot/etc/cron.daily/texpire
+ install -pDm644 /usr/src/RPM/SOURCES/leafnode.xinetd /usr/src/tmp/leafnode-buildroot/etc/xinetd.d/leafnode
+ sed -e s,news.hiof.no,news.talk.ru,g -e 's,^# maxfetch,maxfetch,g' -e 's,^# initialfetch,initialfetch,g' -e 's,^# allow_8bit_headers,allow_8bit_headers,g'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/leafnode-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/leafnode-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/leafnode-buildroot/ (default)
Compressing files in /usr/src/tmp/leafnode-buildroot (auto)
Verifying ELF objects in /usr/src/tmp/leafnode-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
Hardlinking identical .pyc and .pyo files
Processing files: leafnode-1.11.11-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.33611
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd leafnode-1.11.11
+ DOCDIR=/usr/src/tmp/leafnode-buildroot/usr/share/doc/leafnode-1.11.11
+ export DOCDIR
+ rm -rf /usr/src/tmp/leafnode-buildroot/usr/share/doc/leafnode-1.11.11
+ /bin/mkdir -p /usr/src/tmp/leafnode-buildroot/usr/share/doc/leafnode-1.11.11
+ cp -prL ADD-ONS CREDITS INSTALL KNOWNBUGS NEWS README README-FQDN README-FQDN.html README-FQDN.pdf README-FQDN.pod README-MAINTAINER README-daemontools FAQ.html FAQ.txt /usr/src/tmp/leafnode-buildroot/usr/share/doc/leafnode-1.11.11
+ chmod -R go-w /usr/src/tmp/leafnode-buildroot/usr/share/doc/leafnode-1.11.11
+ chmod -R a+rX /usr/src/tmp/leafnode-buildroot/usr/share/doc/leafnode-1.11.11
+ cp -prL tools/archivefaq.pl update.sh /usr/src/tmp/leafnode-buildroot/usr/share/doc/leafnode-1.11.11
+ chmod -R go-w /usr/src/tmp/leafnode-buildroot/usr/share/doc/leafnode-1.11.11
+ chmod -R a+rX /usr/src/tmp/leafnode-buildroot/usr/share/doc/leafnode-1.11.11
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CsH1Qd
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.BAGkE8
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services)
find-requires: FINDPACKAGE-COMMANDS: su
Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.UiuZT6
find-scriptlet-requires: FINDPACKAGE-COMMANDS: cat chmod chown grep rm sed
Requires: /bin/sh, /etc/cron.daily, /etc/xinetd.d, /lib64/ld-linux-x86-64.so.2, libc.so.6()(64bit) >= set:poiedc, libc.so.6(ALT_2.24)(64bit), libc.so.6(GLIBC_2.11)(64bit), libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), libpcre.so.3()(64bit) >= set:ifUkRt6JYlr0, rtld(GNU_HASH), su
Requires(interp): /bin/sh
Requires(rpmlib): rpmlib(SetVersions)
Requires(post): /bin/sh, coreutils, grep, sed
Conflicts: inn, cyrus-imapd
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lbPKB8
Creating leafnode-debuginfo package
Processing files: leafnode-debuginfo-1.11.11-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.a0GhNd
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zf7Pqm
find-requires: running scripts (debuginfo)
Requires: leafnode = 1.11.11-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libpcre.so.3)
warning: Installed (but unpackaged) file(s) found:
    /etc/leafnode/Makefile.dist
    /etc/leafnode/UNINSTALL-daemontools
    /etc/leafnode/config.example
    /etc/leafnode/filters.example
    /etc/leafnode/nntp.rules.dist
    /etc/leafnode/run.tcpd.dist
    /etc/leafnode/run.tcpserver.dist
Wrote: /usr/src/RPM/RPMS/x86_64/leafnode-1.11.11-alt1.x86_64.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/x86_64/leafnode-debuginfo-1.11.11-alt1.x86_64.rpm (w2.lzdio)
7.04user 6.96system 0:12.92elapsed 108%CPU (0avgtext+0avgdata 54056maxresident)k
0inputs+0outputs (0major+1431887minor)pagefaults 0swaps
2.82user 2.17system 0:20.42elapsed 24%CPU (0avgtext+0avgdata 137612maxresident)k
0inputs+0outputs (0major+196014minor)pagefaults 0swaps
--- leafnode-1.11.11-alt1.x86_64.rpm.repo	2015-08-25 18:36:58.000000000 +0000
+++ leafnode-1.11.11-alt1.x86_64.rpm.hasher	2024-08-04 11:07:09.063281734 +0000
@@ -29,9 +29,9 @@
 /usr/share/doc/leafnode-1.11.11/update.sh	100755	root:root	
-/usr/share/man/man1/leafnode-version.1.gz	100644	root:root	
-/usr/share/man/man1/newsq.1.gz	100644	root:root	
-/usr/share/man/man8/applyfilter.8.gz	100644	root:root	
-/usr/share/man/man8/checkgroups.8.gz	100644	root:root	
-/usr/share/man/man8/fetchnews.8.gz	100644	root:root	
-/usr/share/man/man8/leafnode.8.bz2	100644	root:root	
-/usr/share/man/man8/texpire.8.gz	100644	root:root	
+/usr/share/man/man1/leafnode-version.1.xz	100644	root:root	
+/usr/share/man/man1/newsq.1.xz	100644	root:root	
+/usr/share/man/man8/applyfilter.8.xz	100644	root:root	
+/usr/share/man/man8/checkgroups.8.xz	100644	root:root	
+/usr/share/man/man8/fetchnews.8.xz	100644	root:root	
+/usr/share/man/man8/leafnode.8.xz	100644	root:root	
+/usr/share/man/man8/texpire.8.xz	100644	root:root	
 /var/lock/news	40775	root:news	
@@ -51,2 +51,3 @@
 Requires: rpmlib(SetVersions)  
+Requires: libc.so.6(ALT_2.24)(64bit)  
 Requires: libc.so.6(GLIBC_2.11)(64bit)  
@@ -57,3 +58,3 @@
 Requires: libc.so.6(GLIBC_2.4)(64bit)  
-Requires: libpcre.so.3()(64bit) >= set:jgelZec4e8qO3
+Requires: libpcre.so.3()(64bit) >= set:ifUkRt6JYlr0
 Requires: rtld(GNU_HASH)  
@@ -72,9 +73,9 @@
 File: /etc/xinetd.d/leafnode	100644	root:root	739fc85879886e177ec08c4d9bb17b49	
-File: /usr/bin/leafnode-version	100755	root:root	204b34da1ed98687217e7c4c1587141a	
-File: /usr/bin/newsq	100755	root:root	8b337c0b68547f6331fedff7a8ed0c30	
-File: /usr/sbin/applyfilter	100710	root:news	c9fb3f18e1e6fae1b148b4b6ed722674	
-File: /usr/sbin/checkgroups	100710	root:news	06de70d9a55513856c800dde59faa63c	
-File: /usr/sbin/fetchnews	100710	root:news	5d855941cd59b0e14b57b849c1c55cbc	
-File: /usr/sbin/leafnode	100710	root:news	633ac544ce0b7aec5455c006b546fce5	
-File: /usr/sbin/texpire	100710	root:news	a44a69c3935bfdd8329b38d524f818ff	
+File: /usr/bin/leafnode-version	100755	root:root	cc02660b9ab0ffa5a4a954294dee5a4b	
+File: /usr/bin/newsq	100755	root:root	ecfc0619f752c7af668ea7222debba15	
+File: /usr/sbin/applyfilter	100710	root:news	5c01049be97c5c4a5614d1f43f855a7b	
+File: /usr/sbin/checkgroups	100710	root:news	90d86c2d0f2a1a4816cfdbe511190a29	
+File: /usr/sbin/fetchnews	100710	root:news	3cf1b338f2025b568b42731941050daf	
+File: /usr/sbin/leafnode	100710	root:news	76d16d69bada05774fbcb8696b1d785c	
+File: /usr/sbin/texpire	100710	root:news	3c56ab462ca8d5095a8f2c2b15b28721	
 File: /usr/share/doc/leafnode-1.11.11	40755	root:root		
@@ -96,9 +97,9 @@
 File: /usr/share/doc/leafnode-1.11.11/update.sh	100755	root:root	7ae7e53bc84441cb2e366b74f795b869	
-File: /usr/share/man/man1/leafnode-version.1.gz	100644	root:root	5f4df012878b7844dab0decefc264bfa	
-File: /usr/share/man/man1/newsq.1.gz	100644	root:root	c35da0b73069bbb795c6dd79ecc269ed	
-File: /usr/share/man/man8/applyfilter.8.gz	100644	root:root	9da394fa316b695edf6e214a62bb11d1	
-File: /usr/share/man/man8/checkgroups.8.gz	100644	root:root	781ba4a8557ac10b58a955de8194f4c4	
-File: /usr/share/man/man8/fetchnews.8.gz	100644	root:root	55c27e66391d5aa88939870204eaf213	
-File: /usr/share/man/man8/leafnode.8.bz2	100644	root:root	258678e8877e598a380eb3a7f6b4faf8	
-File: /usr/share/man/man8/texpire.8.gz	100644	root:root	83d882276e67717d5c116aa6dbe725dc	
+File: /usr/share/man/man1/leafnode-version.1.xz	100644	root:root	d425a418d91e64e743677bc7f7e4bc19	
+File: /usr/share/man/man1/newsq.1.xz	100644	root:root	c1c0a087130e547ffb7d5f2e62bd1ace	
+File: /usr/share/man/man8/applyfilter.8.xz	100644	root:root	6994508642ad82b4db1e4f865ce7e9d0	
+File: /usr/share/man/man8/checkgroups.8.xz	100644	root:root	d00b612ceeeeb9511c77fb32c880458f	
+File: /usr/share/man/man8/fetchnews.8.xz	100644	root:root	1b862cc537c383624a075fddd9ee2e95	
+File: /usr/share/man/man8/leafnode.8.xz	100644	root:root	95f35726ffdd9f0036e475447991367e	
+File: /usr/share/man/man8/texpire.8.xz	100644	root:root	a868c46aebac24205cb374993bf77b0e	
 File: /var/lock/news	40775	root:news		
@@ -111,2 +112,2 @@
 File: /var/spool/news/temp.files	40755	news:news		
-RPMIdentity: 747c2190568d1b8deefd26d0b986d6d596b41f7a85d6d1a1938049cee650bb4516b1dd8fcd8abef47f9ff3261d961577934582ffca8a0ee86b28526347430eaa
+RPMIdentity: 72216bafd3fbb8742fff0704859eebd30e49c003e460ba30fa03ba279a2027b20ed549d993f779dc6558fa36b9b8a2afe01e9748f0a634b28f3e8a6705627438
--- leafnode-debuginfo-1.11.11-alt1.x86_64.rpm.repo	2015-08-25 18:36:58.000000000 +0000
+++ leafnode-debuginfo-1.11.11-alt1.x86_64.rpm.hasher	2024-08-04 11:07:09.126282753 +0000
@@ -1,22 +1,22 @@
-/usr/lib/debug/.build-id/1b	40755	root:root	
-/usr/lib/debug/.build-id/1b/9d68069f6b5f92f9294855649d4b29953adab8	120777	root:root	../../../../sbin/fetchnews
-/usr/lib/debug/.build-id/1b/9d68069f6b5f92f9294855649d4b29953adab8.debug	120777	root:root	../../usr/sbin/fetchnews.debug
+/usr/lib/debug/.build-id/35	40755	root:root	
+/usr/lib/debug/.build-id/35/c19cb02e69ed24c66c89c296410278972d9b93	120777	root:root	../../../../sbin/applyfilter
+/usr/lib/debug/.build-id/35/c19cb02e69ed24c66c89c296410278972d9b93.debug	120777	root:root	../../usr/sbin/applyfilter.debug
+/usr/lib/debug/.build-id/37	40755	root:root	
+/usr/lib/debug/.build-id/37/1175c4e7a0e6d2f7b15ca1f0b2e35a7437cc98	120777	root:root	../../../../sbin/fetchnews
+/usr/lib/debug/.build-id/37/1175c4e7a0e6d2f7b15ca1f0b2e35a7437cc98.debug	120777	root:root	../../usr/sbin/fetchnews.debug
+/usr/lib/debug/.build-id/38	40755	root:root	
+/usr/lib/debug/.build-id/38/ba7088dddd0480515688255e4e9403b98ab802	120777	root:root	../../../../bin/leafnode-version
+/usr/lib/debug/.build-id/38/ba7088dddd0480515688255e4e9403b98ab802.debug	120777	root:root	../../usr/bin/leafnode-version.debug
 /usr/lib/debug/.build-id/54	40755	root:root	
-/usr/lib/debug/.build-id/54/aaf0c0fb74738d3cf2dd56fc839a61d51af1f8	120777	root:root	../../../../sbin/checkgroups
-/usr/lib/debug/.build-id/54/aaf0c0fb74738d3cf2dd56fc839a61d51af1f8.debug	120777	root:root	../../usr/sbin/checkgroups.debug
-/usr/lib/debug/.build-id/9d	40755	root:root	
-/usr/lib/debug/.build-id/9d/50889389984474e859bbdf41b0bc5769e9cdf0	120777	root:root	../../../../sbin/leafnode
-/usr/lib/debug/.build-id/9d/50889389984474e859bbdf41b0bc5769e9cdf0.debug	120777	root:root	../../usr/sbin/leafnode.debug
-/usr/lib/debug/.build-id/b6	40755	root:root	
-/usr/lib/debug/.build-id/b6/528f1f139d914bc3919f19856a18bedd94c406	120777	root:root	../../../../sbin/applyfilter
-/usr/lib/debug/.build-id/b6/528f1f139d914bc3919f19856a18bedd94c406.debug	120777	root:root	../../usr/sbin/applyfilter.debug
-/usr/lib/debug/.build-id/b9	40755	root:root	
-/usr/lib/debug/.build-id/b9/f3ca51b02c7a30fc36dbc047ecc79765b46350	120777	root:root	../../../../sbin/texpire
-/usr/lib/debug/.build-id/b9/f3ca51b02c7a30fc36dbc047ecc79765b46350.debug	120777	root:root	../../usr/sbin/texpire.debug
-/usr/lib/debug/.build-id/c3	40755	root:root	
-/usr/lib/debug/.build-id/c3/1ddfbc9e942a4994ae06c830b9ccdf411b06fa	120777	root:root	../../../../bin/leafnode-version
-/usr/lib/debug/.build-id/c3/1ddfbc9e942a4994ae06c830b9ccdf411b06fa.debug	120777	root:root	../../usr/bin/leafnode-version.debug
-/usr/lib/debug/.build-id/e7	40755	root:root	
-/usr/lib/debug/.build-id/e7/99ae342116353c21d10b7afb5dfc75da9d8dee	120777	root:root	../../../../bin/newsq
-/usr/lib/debug/.build-id/e7/99ae342116353c21d10b7afb5dfc75da9d8dee.debug	120777	root:root	../../usr/bin/newsq.debug
+/usr/lib/debug/.build-id/54/7e6ab02e812bfad35849cec14e87a75cfd07e1	120777	root:root	../../../../sbin/checkgroups
+/usr/lib/debug/.build-id/54/7e6ab02e812bfad35849cec14e87a75cfd07e1.debug	120777	root:root	../../usr/sbin/checkgroups.debug
+/usr/lib/debug/.build-id/5d	40755	root:root	
+/usr/lib/debug/.build-id/5d/5f4a11ed605a92475a7262f0575cd526edc34c	120777	root:root	../../../../sbin/texpire
+/usr/lib/debug/.build-id/5d/5f4a11ed605a92475a7262f0575cd526edc34c.debug	120777	root:root	../../usr/sbin/texpire.debug
+/usr/lib/debug/.build-id/d7	40755	root:root	
+/usr/lib/debug/.build-id/d7/ccf32d3ebcfea8186952dea5d73365674628f6	120777	root:root	../../../../sbin/leafnode
+/usr/lib/debug/.build-id/d7/ccf32d3ebcfea8186952dea5d73365674628f6.debug	120777	root:root	../../usr/sbin/leafnode.debug
+/usr/lib/debug/.build-id/fa	40755	root:root	
+/usr/lib/debug/.build-id/fa/84793196c4f7b11bdd86af4c43a7a6b04b3d7b	120777	root:root	../../../../bin/newsq
+/usr/lib/debug/.build-id/fa/84793196c4f7b11bdd86af4c43a7a6b04b3d7b.debug	120777	root:root	../../usr/bin/newsq.debug
 /usr/lib/debug/usr/bin/leafnode-version.debug	100644	root:root	
@@ -83,30 +83,30 @@
 Provides: leafnode-debuginfo = 1.11.11-alt1
-File: /usr/lib/debug/.build-id/1b	40755	root:root		
-File: /usr/lib/debug/.build-id/1b/9d68069f6b5f92f9294855649d4b29953adab8	120777	root:root		../../../../sbin/fetchnews
-File: /usr/lib/debug/.build-id/1b/9d68069f6b5f92f9294855649d4b29953adab8.debug	120777	root:root		../../usr/sbin/fetchnews.debug
+File: /usr/lib/debug/.build-id/35	40755	root:root		
+File: /usr/lib/debug/.build-id/35/c19cb02e69ed24c66c89c296410278972d9b93	120777	root:root		../../../../sbin/applyfilter
+File: /usr/lib/debug/.build-id/35/c19cb02e69ed24c66c89c296410278972d9b93.debug	120777	root:root		../../usr/sbin/applyfilter.debug
+File: /usr/lib/debug/.build-id/37	40755	root:root		
+File: /usr/lib/debug/.build-id/37/1175c4e7a0e6d2f7b15ca1f0b2e35a7437cc98	120777	root:root		../../../../sbin/fetchnews
+File: /usr/lib/debug/.build-id/37/1175c4e7a0e6d2f7b15ca1f0b2e35a7437cc98.debug	120777	root:root		../../usr/sbin/fetchnews.debug
+File: /usr/lib/debug/.build-id/38	40755	root:root		
+File: /usr/lib/debug/.build-id/38/ba7088dddd0480515688255e4e9403b98ab802	120777	root:root		../../../../bin/leafnode-version
+File: /usr/lib/debug/.build-id/38/ba7088dddd0480515688255e4e9403b98ab802.debug	120777	root:root		../../usr/bin/leafnode-version.debug
 File: /usr/lib/debug/.build-id/54	40755	root:root		
-File: /usr/lib/debug/.build-id/54/aaf0c0fb74738d3cf2dd56fc839a61d51af1f8	120777	root:root		../../../../sbin/checkgroups
-File: /usr/lib/debug/.build-id/54/aaf0c0fb74738d3cf2dd56fc839a61d51af1f8.debug	120777	root:root		../../usr/sbin/checkgroups.debug
-File: /usr/lib/debug/.build-id/9d	40755	root:root		
-File: /usr/lib/debug/.build-id/9d/50889389984474e859bbdf41b0bc5769e9cdf0	120777	root:root		../../../../sbin/leafnode
-File: /usr/lib/debug/.build-id/9d/50889389984474e859bbdf41b0bc5769e9cdf0.debug	120777	root:root		../../usr/sbin/leafnode.debug
-File: /usr/lib/debug/.build-id/b6	40755	root:root		
-File: /usr/lib/debug/.build-id/b6/528f1f139d914bc3919f19856a18bedd94c406	120777	root:root		../../../../sbin/applyfilter
-File: /usr/lib/debug/.build-id/b6/528f1f139d914bc3919f19856a18bedd94c406.debug	120777	root:root		../../usr/sbin/applyfilter.debug
-File: /usr/lib/debug/.build-id/b9	40755	root:root		
-File: /usr/lib/debug/.build-id/b9/f3ca51b02c7a30fc36dbc047ecc79765b46350	120777	root:root		../../../../sbin/texpire
-File: /usr/lib/debug/.build-id/b9/f3ca51b02c7a30fc36dbc047ecc79765b46350.debug	120777	root:root		../../usr/sbin/texpire.debug
-File: /usr/lib/debug/.build-id/c3	40755	root:root		
-File: /usr/lib/debug/.build-id/c3/1ddfbc9e942a4994ae06c830b9ccdf411b06fa	120777	root:root		../../../../bin/leafnode-version
-File: /usr/lib/debug/.build-id/c3/1ddfbc9e942a4994ae06c830b9ccdf411b06fa.debug	120777	root:root		../../usr/bin/leafnode-version.debug
-File: /usr/lib/debug/.build-id/e7	40755	root:root		
-File: /usr/lib/debug/.build-id/e7/99ae342116353c21d10b7afb5dfc75da9d8dee	120777	root:root		../../../../bin/newsq
-File: /usr/lib/debug/.build-id/e7/99ae342116353c21d10b7afb5dfc75da9d8dee.debug	120777	root:root		../../usr/bin/newsq.debug
-File: /usr/lib/debug/usr/bin/leafnode-version.debug	100644	root:root	be6941134602595f34d6649f0fa683c2	
-File: /usr/lib/debug/usr/bin/newsq.debug	100644	root:root	c1f9fea6ee60e79c67adc6356c8c7549	
-File: /usr/lib/debug/usr/sbin/applyfilter.debug	100644	root:root	c53b5ac4c52b71b828e4df7aad86a4ec	
-File: /usr/lib/debug/usr/sbin/checkgroups.debug	100644	root:root	6a560413a5770fc96ea366a3c983a1ab	
-File: /usr/lib/debug/usr/sbin/fetchnews.debug	100644	root:root	002136eb0667eca0f0a87605fa3014e1	
-File: /usr/lib/debug/usr/sbin/leafnode.debug	100644	root:root	876ba594aee4945ebc4b6a21276eb29d	
-File: /usr/lib/debug/usr/sbin/texpire.debug	100644	root:root	d9c2de4f8ed3803083201fa5698fe72a	
+File: /usr/lib/debug/.build-id/54/7e6ab02e812bfad35849cec14e87a75cfd07e1	120777	root:root		../../../../sbin/checkgroups
+File: /usr/lib/debug/.build-id/54/7e6ab02e812bfad35849cec14e87a75cfd07e1.debug	120777	root:root		../../usr/sbin/checkgroups.debug
+File: /usr/lib/debug/.build-id/5d	40755	root:root		
+File: /usr/lib/debug/.build-id/5d/5f4a11ed605a92475a7262f0575cd526edc34c	120777	root:root		../../../../sbin/texpire
+File: /usr/lib/debug/.build-id/5d/5f4a11ed605a92475a7262f0575cd526edc34c.debug	120777	root:root		../../usr/sbin/texpire.debug
+File: /usr/lib/debug/.build-id/d7	40755	root:root		
+File: /usr/lib/debug/.build-id/d7/ccf32d3ebcfea8186952dea5d73365674628f6	120777	root:root		../../../../sbin/leafnode
+File: /usr/lib/debug/.build-id/d7/ccf32d3ebcfea8186952dea5d73365674628f6.debug	120777	root:root		../../usr/sbin/leafnode.debug
+File: /usr/lib/debug/.build-id/fa	40755	root:root		
+File: /usr/lib/debug/.build-id/fa/84793196c4f7b11bdd86af4c43a7a6b04b3d7b	120777	root:root		../../../../bin/newsq
+File: /usr/lib/debug/.build-id/fa/84793196c4f7b11bdd86af4c43a7a6b04b3d7b.debug	120777	root:root		../../usr/bin/newsq.debug
+File: /usr/lib/debug/usr/bin/leafnode-version.debug	100644	root:root	718f0f2e9f0f77e18e3149710244f2b3	
+File: /usr/lib/debug/usr/bin/newsq.debug	100644	root:root	19db4da078877b3cfd707c3d407d1d2c	
+File: /usr/lib/debug/usr/sbin/applyfilter.debug	100644	root:root	8ffdf8d46eab2984c3fdbd43490f49ea	
+File: /usr/lib/debug/usr/sbin/checkgroups.debug	100644	root:root	6e75f0f613e70c7b95f1039beb17c26b	
+File: /usr/lib/debug/usr/sbin/fetchnews.debug	100644	root:root	eab0adefe92c51063fc8afaa99352b7f	
+File: /usr/lib/debug/usr/sbin/leafnode.debug	100644	root:root	5c54d30c1bc80eda254d9963691b2c0d	
+File: /usr/lib/debug/usr/sbin/texpire.debug	100644	root:root	6bead6bf6a5fc3c78d5a2f630d07130c	
 File: /usr/src/debug/leafnode-1.11.11	40755	root:root		
@@ -160,2 +160,2 @@
 File: /usr/src/debug/leafnode-1.11.11/xoverutil.c	100644	root:root	1fc23fb39ee3c03bac9d75ed0d6f57a8	
-RPMIdentity: 1a817389b0aff5b4b6b113f1f776aa5c4018044176bd7e27dcf9612975acd5ef49b124ebfc2ff632c4c8aa64f40554d806d3dd87d8166af46737f6fd1739bd7f
+RPMIdentity: 6e217222cfa7badce7982597243f0781bb376aa4833f2c8b9c4adedd6b7033450a7c3a8650a79720962d8ad667b588011b583f68ada1b73381b6670b37ebfdcf