<86>Aug 7 08:42:45 userdel[1631126]: delete user 'rooter' <86>Aug 7 08:42:45 userdel[1631126]: removed group 'rooter' owned by 'rooter' <86>Aug 7 08:42:45 userdel[1631126]: removed shadow group 'rooter' owned by 'rooter' <86>Aug 7 08:42:45 groupadd[1631149]: group added to /etc/group: name=rooter, GID=663 <86>Aug 7 08:42:45 groupadd[1631149]: group added to /etc/gshadow: name=rooter <86>Aug 7 08:42:45 groupadd[1631149]: new group: name=rooter, GID=663 <86>Aug 7 08:42:45 useradd[1631173]: new user: name=rooter, UID=663, GID=663, home=/root, shell=/bin/bash <86>Aug 7 08:42:45 userdel[1631216]: delete user 'builder' <86>Aug 7 08:42:45 userdel[1631216]: removed group 'builder' owned by 'builder' <86>Aug 7 08:42:45 userdel[1631216]: removed shadow group 'builder' owned by 'builder' <86>Aug 7 08:42:45 groupadd[1631234]: group added to /etc/group: name=builder, GID=664 <86>Aug 7 08:42:45 groupadd[1631234]: group added to /etc/gshadow: name=builder <86>Aug 7 08:42:45 groupadd[1631234]: new group: name=builder, GID=664 <86>Aug 7 08:42:45 useradd[1631245]: new user: name=builder, UID=664, GID=664, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/portsentry-1.2-alt1.qa1.src.rpm: license not found in '/usr/share/license' directory: CPL Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/portsentry-1.2-alt1.qa1.nosrc.rpm (w1.gzdio) Installing portsentry-1.2-alt1.qa1.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.49039 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf portsentry_beta + echo 'Source #0 (portsentry-1.2.tar.bz2):' Source #0 (portsentry-1.2.tar.bz2): + /bin/tar -xf - + /bin/bzip2 -dc /usr/src/RPM/SOURCES/portsentry-1.2.tar.bz2 + cd portsentry_beta + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (portsentry-1.1-alt.patch):' Patch #0 (portsentry-1.1-alt.patch): + /usr/bin/patch -p1 patching file ignore.csh patching file portsentry.conf + echo 'Patch #1 (portsentry-1.1-fhs-alt.patch):' Patch #1 (portsentry-1.1-fhs-alt.patch): + /usr/bin/patch -p1 patching file Makefile + echo 'Patch #2 (portsentry-1.2-alt-no_new_line.patch):' Patch #2 (portsentry-1.2-alt-no_new_line.patch): + /usr/bin/patch -p1 patching file portsentry.c + xargs /bin/grep -F -l /usr/local/psionic/portsentry/portsentry. + find -type f + xargs /usr/bin/perl -pi -e 's,/usr/local/psionic/portsentry/portsentry.(blocked|history),/var/log/portsentry/\1,g' + xargs /usr/bin/perl -pi -e s,/usr/local/psionic/portsentry,/etc/portsentry,g + xargs /bin/grep -F -l /usr/local/psionic/portsentry + find -type f + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.3218 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd portsentry_beta + make -j8 linux make: Entering directory '/usr/src/RPM/BUILD/portsentry_beta' SYSTYPE=linux Making gcc -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -DLINUX -DSUPPORT_STEALTH -o ./portsentry ./portsentry.c \ ./portsentry_io.c ./portsentry_util.c ./portsentry.c: In function 'PortSentryModeTCP': ./portsentry.c:1187:8: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] 1187 | &length); | ^~~~~~~ | | | int * In file included from /usr/include/netinet/in.h:23, from /usr/include/netdb.h:27, from ./portsentry.h:30, from ./portsentry.c:20: /usr/include/sys/socket.h:233:28: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 233 | socklen_t *__restrict __addr_len); | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./portsentry.c: In function 'PortSentryModeUDP': ./portsentry.c:1384:39: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness [-Wpointer-sign] 1384 | (struct sockaddr *) &client, &length) < 0) | ^~~~~~~ | | | int * In file included from /usr/include/sys/socket.h:269, from /usr/include/netinet/in.h:23, from /usr/include/netdb.h:27, from ./portsentry.h:30, from ./portsentry.c:20: /usr/include/bits/socket2.h:65:49: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' 65 | __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len) | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ./portsentry.c: In function 'PortSentryModeTCP': ./portsentry.c:1216:8: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 1216 | write (incomingSockfd, bannerBuffer, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1217 | strlen (bannerBuffer)); | ~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:532, from ./portsentry.h:31, from ./portsentry.c:20: In function 'strncat', inlined from 'InitConfig' at ./portsentry.c:241:4: /usr/include/bits/string_fortified.h:122:10: warning: '__builtin___strncat_chk' output may be truncated copying 4 bytes from a string of length 1023 [-Wstringop-truncation] 122 | return __builtin___strncat_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./portsentry_io.c: In function 'ConfigTokenRetrieve': ./portsentry_io.c:321:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 321 | if ((strstr (buffer, token) != (char) NULL) && | ^ ./portsentry_io.c:321:36: warning: comparison between pointer and integer 321 | if ((strstr (buffer, token) != (char) NULL) && | ^~ ./portsentry_io.c:324:34: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 324 | if (strstr (buffer, "\"") == (char) NULL) | ^ ./portsentry_io.c:324:31: warning: comparison between pointer and integer 324 | if (strstr (buffer, "\"") == (char) NULL) | ^~ ./portsentry_io.c: In function 'IsBlocked': ./portsentry_io.c:670:44: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 670 | if((ipOffset = strstr(buffer, target)) != (char) NULL) | ^ ./portsentry_io.c:670:41: warning: comparison between pointer and integer 670 | if((ipOffset = strstr(buffer, target)) != (char) NULL) | ^~ ./portsentry_io.c: In function 'SubstString': ./portsentry_io.c:727:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 727 | if (strstr (target, find) == (char) NULL) | ^ ./portsentry_io.c:727:30: warning: comparison between pointer and integer 727 | if (strstr (target, find) == (char) NULL) | ^~ ./portsentry_io.c: In function 'DaemonSeed': ./portsentry_io.c:84:3: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result] 84 | chdir ("/"); | ^~~~~~~~~~~ make: Leaving directory '/usr/src/RPM/BUILD/portsentry_beta' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.3218 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/portsentry-buildroot + : + /bin/rm -rf -- /usr/src/tmp/portsentry-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd portsentry_beta + /bin/mkdir -p /usr/src/tmp/portsentry-buildroot/etc/portsentry /usr/src/tmp/portsentry-buildroot/var/log/portsentry + /usr/bin/make 'INSTALL=/usr/libexec/rpm-build/install -p' prefix=/usr/src/tmp/portsentry-buildroot/usr exec_prefix=/usr/src/tmp/portsentry-buildroot/usr bindir=/usr/src/tmp/portsentry-buildroot/usr/bin sbindir=/usr/src/tmp/portsentry-buildroot/usr/sbin sysconfdir=/usr/src/tmp/portsentry-buildroot/etc datadir=/usr/src/tmp/portsentry-buildroot/usr/share includedir=/usr/src/tmp/portsentry-buildroot/usr/include libdir=/usr/src/tmp/portsentry-buildroot/usr/lib libexecdir=/usr/src/tmp/portsentry-buildroot/usr/lib localstatedir=/usr/src/tmp/portsentry-buildroot/var/lib sharedstatedir=/usr/src/tmp/portsentry-buildroot/var/lib mandir=/usr/src/tmp/portsentry-buildroot/usr/share/man infodir=/usr/src/tmp/portsentry-buildroot/usr/share/info install make: Entering directory '/usr/src/RPM/BUILD/portsentry_beta' Creating psionic directory /usr/src/tmp/portsentry-buildroot/usr/sbin Setting directory permissions Creating portsentry directory /usr/src/tmp/portsentry-buildroot/etc/portsentry Setting directory permissions chmod 700 /usr/src/tmp/portsentry-buildroot/etc/portsentry Copying files cp ./portsentry.conf /usr/src/tmp/portsentry-buildroot/etc/portsentry cp ./portsentry.ignore /usr/src/tmp/portsentry-buildroot/etc/portsentry cp ./portsentry /usr/src/tmp/portsentry-buildroot/usr/sbin Setting permissions chmod 600 /usr/src/tmp/portsentry-buildroot/etc/portsentry/portsentry.ignore chmod 600 /usr/src/tmp/portsentry-buildroot/etc/portsentry/portsentry.conf chmod 700 /usr/src/tmp/portsentry-buildroot/usr/sbin/portsentry Edit /usr/src/tmp/portsentry-buildroot/etc/portsentry/portsentry.conf and change your settings if you haven't already. (route, etc) WARNING: This version and above now use a new directory structure for storing the program and config files /usr/src/tmp/portsentry-buildroot/etc/portsentry. Please make sure you delete the old files when the testing of this install is complete. make: Leaving directory '/usr/src/RPM/BUILD/portsentry_beta' + /bin/install -m700 -D /usr/src/RPM/SOURCES/portsentry.init /usr/src/tmp/portsentry-buildroot/etc/rc.d/init.d/portsentry + touch /usr/src/tmp/portsentry-buildroot/var/log/portsentry/blocked /usr/src/tmp/portsentry-buildroot/var/log/portsentry/blocked.atcp /usr/src/tmp/portsentry-buildroot/var/log/portsentry/blocked.audp /usr/src/tmp/portsentry-buildroot/var/log/portsentry/history + /bin/cat + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/portsentry-buildroot (auto) Verifying and fixing files in /usr/src/tmp/portsentry-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/portsentry-buildroot/ (default) Compressing files in /usr/src/tmp/portsentry-buildroot (auto) Verifying ELF objects in /usr/src/tmp/portsentry-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/sbin/portsentry: uses non-LFS functions: fopen Processing files: portsentry-1.2-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.8537 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd portsentry_beta + DOCDIR=/usr/src/tmp/portsentry-buildroot/usr/share/doc/portsentry-1.2 + export DOCDIR + rm -rf /usr/src/tmp/portsentry-buildroot/usr/share/doc/portsentry-1.2 + /bin/mkdir -p /usr/src/tmp/portsentry-buildroot/usr/share/doc/portsentry-1.2 + cp -prL CHANGES CREDITS LICENSE README.COMPAT README.install README.methods README.stealth ignore.csh /usr/src/tmp/portsentry-buildroot/usr/share/doc/portsentry-1.2 + chmod -R go-w /usr/src/tmp/portsentry-buildroot/usr/share/doc/portsentry-1.2 + chmod -R a+rX /usr/src/tmp/portsentry-buildroot/usr/share/doc/portsentry-1.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lif258 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OucPW6 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) find-requires: FINDPACKAGE-COMMANDS: touch Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.XkSmv6 find-scriptlet-requires: FINDPACKAGE-COMMANDS: chmod chown touch Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.iOMoca Requires: /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(SourceIfNotEmpty), /etc/rc.d/init.d(action), /etc/rc.d/init.d(is_yes), /etc/rc.d/init.d(msg_already_running), /etc/rc.d/init.d(msg_usage), /etc/rc.d/init.d(passed), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib/ld-linux.so.2, coreutils, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.15), libc.so.6(GLIBC_2.3), libc.so.6(GLIBC_2.3.4), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Requires(interp): /bin/sh Requires(post): /bin/sh, /usr/sbin/post_service, coreutils Requires(preun): /bin/sh, /usr/sbin/preun_service Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.EPoOR7 Creating portsentry-debuginfo package Processing files: portsentry-debuginfo-1.2-alt1.qa1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.s8wZ16 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Gx36m9 find-requires: running scripts (debuginfo) Requires: portsentry = 1.2-alt1.qa1, /usr/lib/debug/lib/ld-linux.so.2.debug, debug(libc.so.6) Wrote: /usr/src/RPM/RPMS/i586/portsentry-1.2-alt1.qa1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/portsentry-debuginfo-1.2-alt1.qa1.i586.rpm (w2.lzdio) 2.19user 1.08system 0:08.73elapsed 37%CPU (0avgtext+0avgdata 29552maxresident)k 0inputs+0outputs (0major+226651minor)pagefaults 0swaps /.out/portsentry-1.2-alt1.qa1.i586.rpm: license not found in '/usr/share/license' directory: CPL /.out/portsentry-debuginfo-1.2-alt1.qa1.i586.rpm: license not found in '/usr/share/license' directory: CPL 3.73user 3.70system 0:13.19elapsed 56%CPU (0avgtext+0avgdata 29552maxresident)k 0inputs+0outputs (0major+395387minor)pagefaults 0swaps --- portsentry-1.2-alt1.qa1.i586.rpm.repo 2013-04-15 13:37:30.000000000 +0000 +++ portsentry-1.2-alt1.qa1.i586.rpm.hasher 2021-08-07 08:42:56.587555325 +0000 @@ -22,3 +22,2 @@ Requires: /bin/sh -Requires: /bin/sh Requires: /etc/rc.d/init.d @@ -37,2 +36,3 @@ Requires: libc.so.6(GLIBC_2.1) +Requires: libc.so.6(GLIBC_2.1.3) Requires: libc.so.6(GLIBC_2.15) @@ -52,3 +52,3 @@ File: /etc/rc.d/init.d/portsentry 100700 root:root 005c8f136a921baffdcbb1c7cfa5170f -File: /usr/sbin/portsentry 100700 root:root 54f6508418622d42ad68ef180692a193 +File: /usr/sbin/portsentry 100700 root:root 1b53e8418b1eba764302b6a14eab6337 File: /usr/share/doc/portsentry-1.2 40755 root:root @@ -67,2 +67,2 @@ File: /var/log/portsentry/history 100640 root:adm -RPMIdentity: a3ef73e62e5eddb68efe1cc8081df170e83e64ee3fb1d39705bb30af1cdc9082738b2031c2a9fc279eb8c8581263e7c3107bf79edf368d2965e6428c17d5c127 +RPMIdentity: 23f83b2796b5cca041edbd5f6b2d60ae8711a3d9cd9c8cf8fca896a138590659a338fe6f2b20be0af1993a2d0d409e50dca03cfa6e83f2887fe58949e32ead25 --- portsentry-debuginfo-1.2-alt1.qa1.i586.rpm.repo 2013-04-15 13:37:30.000000000 +0000 +++ portsentry-debuginfo-1.2-alt1.qa1.i586.rpm.hasher 2021-08-07 08:42:56.670555666 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/f5 40755 root:root -/usr/lib/debug/.build-id/f5/0f357fa44eac81fccad6600c1e7d2ef93a50cb 120777 root:root ../../../../sbin/portsentry -/usr/lib/debug/.build-id/f5/0f357fa44eac81fccad6600c1e7d2ef93a50cb.debug 120777 root:root ../../usr/sbin/portsentry.debug +/usr/lib/debug/.build-id/be 40755 root:root +/usr/lib/debug/.build-id/be/a87a7dff1ac4c59ecccc747138e7b2785b1bd1 120777 root:root ../../../../sbin/portsentry +/usr/lib/debug/.build-id/be/a87a7dff1ac4c59ecccc747138e7b2785b1bd1.debug 120777 root:root ../../usr/sbin/portsentry.debug /usr/lib/debug/usr/sbin/portsentry.debug 100644 root:root @@ -16,6 +16,6 @@ Provides: portsentry-debuginfo = 1.2-alt1.qa1 -File: /usr/lib/debug/.build-id/f5 40755 root:root -File: /usr/lib/debug/.build-id/f5/0f357fa44eac81fccad6600c1e7d2ef93a50cb 120777 root:root ../../../../sbin/portsentry -File: /usr/lib/debug/.build-id/f5/0f357fa44eac81fccad6600c1e7d2ef93a50cb.debug 120777 root:root ../../usr/sbin/portsentry.debug -File: /usr/lib/debug/usr/sbin/portsentry.debug 100644 root:root 3f83f075b6b0aca004b9f2ba8fade934 +File: /usr/lib/debug/.build-id/be 40755 root:root +File: /usr/lib/debug/.build-id/be/a87a7dff1ac4c59ecccc747138e7b2785b1bd1 120777 root:root ../../../../sbin/portsentry +File: /usr/lib/debug/.build-id/be/a87a7dff1ac4c59ecccc747138e7b2785b1bd1.debug 120777 root:root ../../usr/sbin/portsentry.debug +File: /usr/lib/debug/usr/sbin/portsentry.debug 100644 root:root 3913759a0af55da4ccd735e5a8e0fd60 File: /usr/src/debug/portsentry_beta 40755 root:root @@ -27,2 +27,2 @@ File: /usr/src/debug/portsentry_beta/portsentry_util.h 100644 root:root c52e812b01cbd6fcc57bdff5d07fe94d -RPMIdentity: 1e438353845c0e1b00f216246e072ab9c911dafbd968c9623607edb3fc26bae4d305dc620c5016123b1e1e0bbcc9419b7f731e3497c204efb0a45c1c78f61c69 +RPMIdentity: baa3e6628ab15a390e8a741674216b70c38fdfbb1ba9d1df12826f4da09a643f60d7e15b8aa51d07a6dfa0f1e274081764dd1c988bdf0eee76e1e0379bc535c3