<86>Jun 16 00:30:51 userdel[1044658]: delete user 'rooter' <86>Jun 16 00:30:51 userdel[1044658]: removed group 'rooter' owned by 'rooter' <86>Jun 16 00:30:51 userdel[1044658]: removed shadow group 'rooter' owned by 'rooter' <86>Jun 16 00:30:51 groupadd[1044681]: group added to /etc/group: name=rooter, GID=1826 <86>Jun 16 00:30:51 groupadd[1044681]: group added to /etc/gshadow: name=rooter <86>Jun 16 00:30:51 groupadd[1044681]: new group: name=rooter, GID=1826 <86>Jun 16 00:30:51 useradd[1044701]: new user: name=rooter, UID=1826, GID=1826, home=/root, shell=/bin/bash <86>Jun 16 00:30:51 userdel[1044725]: delete user 'builder' <86>Jun 16 00:30:51 userdel[1044725]: removed group 'builder' owned by 'builder' <86>Jun 16 00:30:51 userdel[1044725]: removed shadow group 'builder' owned by 'builder' <86>Jun 16 00:30:51 groupadd[1044747]: group added to /etc/group: name=builder, GID=1827 <86>Jun 16 00:30:51 groupadd[1044747]: group added to /etc/gshadow: name=builder <86>Jun 16 00:30:52 groupadd[1044747]: new group: name=builder, GID=1827 <86>Jun 16 00:30:52 useradd[1044772]: new user: name=builder, UID=1827, GID=1827, 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: x86_64 Building for target x86_64 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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.77554 + 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/bzip2 -dc /usr/src/RPM/SOURCES/portsentry-1.2.tar.bz2 + /bin/tar -xf - + 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 + find -type f + xargs /bin/grep -F -l /usr/local/psionic/portsentry/portsentry. + xargs /usr/bin/perl -pi -e 's,/usr/local/psionic/portsentry/portsentry.(blocked|history),/var/log/portsentry/\1,g' + find -type f + xargs /bin/grep -F -l /usr/local/psionic/portsentry + xargs /usr/bin/perl -pi -e s,/usr/local/psionic/portsentry,/etc/portsentry,g + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.77554 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd portsentry_beta + make -j16 linux make: Entering directory '/usr/src/RPM/BUILD/portsentry_beta' SYSTYPE=linux Making gcc -pipe -frecord-gcc-switches -Wall -g -O2 -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.98425 + 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/lib64 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) Processing files: portsentry-1.2-alt1.qa1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.98425 + 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.KmYIQ9 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.miVxRa 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.Hngxha 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.626Wga 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, /lib64/ld-linux-x86-64.so.2, coreutils, libc.so.6(GLIBC_2.15)(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), 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.3OreLd 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.Xgpdfb find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9yzVia find-requires: running scripts (debuginfo) Requires: portsentry = 1.2-alt1.qa1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6) Wrote: /usr/src/RPM/RPMS/x86_64/portsentry-1.2-alt1.qa1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/portsentry-debuginfo-1.2-alt1.qa1.x86_64.rpm (w2.lzdio) 0.67user 1.60system 0:08.06elapsed 28%CPU (0avgtext+0avgdata 35000maxresident)k 0inputs+0outputs (0major+244812minor)pagefaults 0swaps /.out/portsentry-1.2-alt1.qa1.x86_64.rpm: license not found in '/usr/share/license' directory: CPL /.out/portsentry-debuginfo-1.2-alt1.qa1.x86_64.rpm: license not found in '/usr/share/license' directory: CPL 0.52user 1.93system 0:13.09elapsed 18%CPU (0avgtext+0avgdata 11948maxresident)k 0inputs+0outputs (0major+97130minor)pagefaults 0swaps --- portsentry-1.2-alt1.qa1.x86_64.rpm.repo 2013-04-15 13:37:31.000000000 +0000 +++ portsentry-1.2-alt1.qa1.x86_64.rpm.hasher 2024-06-16 00:31:01.693433147 +0000 @@ -22,3 +22,2 @@ Requires: /bin/sh -Requires: /bin/sh Requires: /etc/rc.d/init.d @@ -51,3 +50,3 @@ File: /etc/rc.d/init.d/portsentry 100700 root:root 005c8f136a921baffdcbb1c7cfa5170f -File: /usr/sbin/portsentry 100700 root:root 3f326e0549df2d7764108f076652ff08 +File: /usr/sbin/portsentry 100700 root:root dbc80b7fbe1225171aacab33e63c46f5 File: /usr/share/doc/portsentry-1.2 40755 root:root @@ -66,2 +65,2 @@ File: /var/log/portsentry/history 100640 root:adm -RPMIdentity: 8fdb2b64ca7c526aed742e81963a6573ef52ccfaa0db99d484114f8d1e9ae97c0a5507c70aa96791dea76b78f578ea274fe57f4f7f57357cec106226f8452ea8 +RPMIdentity: aff77e2026827afcb1c1a9d70b7f2093bdaa3a5cad9bb931835e43d083eae5bdeea54217eccdf6b15ff75b7d9650b8bdb14a154780605e970f2b1733877a5442 --- portsentry-debuginfo-1.2-alt1.qa1.x86_64.rpm.repo 2013-04-15 13:37:31.000000000 +0000 +++ portsentry-debuginfo-1.2-alt1.qa1.x86_64.rpm.hasher 2024-06-16 00:31:01.763434156 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/6b 40755 root:root -/usr/lib/debug/.build-id/6b/2a9724a9ebac35e27b187eebf2d5024a39893d 120777 root:root ../../../../sbin/portsentry -/usr/lib/debug/.build-id/6b/2a9724a9ebac35e27b187eebf2d5024a39893d.debug 120777 root:root ../../usr/sbin/portsentry.debug +/usr/lib/debug/.build-id/cc 40755 root:root +/usr/lib/debug/.build-id/cc/7662015ffa3b43f7a9083bd5aa629468f15dcd 120777 root:root ../../../../sbin/portsentry +/usr/lib/debug/.build-id/cc/7662015ffa3b43f7a9083bd5aa629468f15dcd.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/6b 40755 root:root -File: /usr/lib/debug/.build-id/6b/2a9724a9ebac35e27b187eebf2d5024a39893d 120777 root:root ../../../../sbin/portsentry -File: /usr/lib/debug/.build-id/6b/2a9724a9ebac35e27b187eebf2d5024a39893d.debug 120777 root:root ../../usr/sbin/portsentry.debug -File: /usr/lib/debug/usr/sbin/portsentry.debug 100644 root:root 495132909895bae7c4b7fd74aa7cb30d +File: /usr/lib/debug/.build-id/cc 40755 root:root +File: /usr/lib/debug/.build-id/cc/7662015ffa3b43f7a9083bd5aa629468f15dcd 120777 root:root ../../../../sbin/portsentry +File: /usr/lib/debug/.build-id/cc/7662015ffa3b43f7a9083bd5aa629468f15dcd.debug 120777 root:root ../../usr/sbin/portsentry.debug +File: /usr/lib/debug/usr/sbin/portsentry.debug 100644 root:root f53507008b049c2d17353d815c02c8e3 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: c70e16f4da5c05420fdfee4dc785c03666a5b7a17fcd1d4c24ef3c90119bd2b7f1d490ad99a48aaae83fa890d8d7dcf46ff10be1809594d275871e92d959d1ba +RPMIdentity: f6b67ddadccda9ee95b6b64104d9cf03f3397c7a26257318a4773b8133c39a70eed17f595db4da826015667796203cc082b3f274a605adc3d4093c19779b1eea