public inbox for nightly-builds@lists.ipfire.org
 help / color / mirror / Atom feed
From: IPFire Nightly Builder <nightly-builds@ipfire.org>
To: nightly-builds@lists.ipfire.org
Subject: [SUCCESS] Nightly Build of next (6404644) for x86_64 on x86-01.haj.ipfire.org
Date: Mon, 26 Apr 2021 21:11:38 +0000	[thread overview]
Message-ID: <4FTcyf70snz2xKj@x86-01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 70889 bytes --]

https://nightly.ipfire.org/next/2021-04-26%2017%3A11%3A27%20%2B0000-64046443/x86_64

commit 640464433226c235496abfb69bc2d648cd1e1709
Author: Adolf Belka <adolf.belka(a)ipfire.org>
Date:   Mon Apr 26 14:32:55 2021 +0200

    libmicrohttpd: Update to 0.9.73
    
    - Update from 0.9.71 to 0.9.73
    - Update rootfile
    - Changelog
    Sun 25 Apr 2021 14:00:00 MSK
    Releasing GNU libmicrohttpd 0.9.73. -EG
    Sat 24 Apr 2021 23:00:00 MSK
        Fixed build with Clang and Visual Studio.
        MSVS project files updated.
        Enabled bind port autodetection with MSVS builds. -EG
    Fri 23 Apr 2021 14:27:00 MSK
        Fixed build without TLS lib.
        Fixed build without system poll() function.
        Fixed compiler warnings on 32-bit platforms.
        Fixed various compiler warnings. -EG
    Thu 22 Apr 2021 12:32:00 MSK
        Fixed some typos.
        Force disable TCP_CORK, TCP_NOPUSH, and TCP_NODELAY before switching
        connection to "upgraded" mode.
        Improved portability of the test-suite for upgraded connections. -EG
    Tue 20 Apr 2021 17:11:00 MSK
        Disabled NLS by default in configure. -EG
    Mon 19 Apr 2021 18:58:00 MSK
        Fixed testzzuf/test_put_chanked to correctly use MHD.
        Added internal error code for TLS errors.
        Added all missing messages to the .pot file.
        Detect more types of errors for receiving data and report
        error description in the MHD log.
        Added support for ALPN on TLS connections if supported by
        used TLS library. -EG
    Sun 18 Apr 2021 20:47:00 MSK
        Removed dead code.
        Limited iov-backed responses size to SSIZE_MAX as limited by
        system calls.
        Report error message in MHD log for send errors. -EG
    Sat 17 Apr 2021 18:50:00 MSK
        Unified upgrade test behavior for all platforms.
        Some code simplification and unification.
        Compiler warning (false positive) fixed. -EG
    Fri 16 Apr 2021 17:58:00 MSK
        Used run-time value if IOV_MAX if available.
        Fixed portability of error handling for sending functions.
        Detect pipes/unix sockets on fly and do not use TCP/IP specific
        functions with them.
        Fixed support of UNIX sockets on non-Linux kernels. -EG
    Fri 16 Apr 2021 10:23:39 AM CEST
        Detect if a socket is a UNIX domain socket and do not try to play
        with TCP corking options in this case (avoids useless failed
        syscalls). -CG
    Thu 15 Apr 2021 18:56:00 MSK
        Fixed configure '--enable-sanitizer' parameter.
        Stopped pushing of partial responses when limited by system maximum size
        for sendmsg(). -EG
    Web 14 Apr 2021 22:20:00 MSK
        Fixed: use sendmsg() in POSIX-compatible way, do not try to send more
        than IOV_MAX elements per single call. -EG
    Sun 11 Apr 2021 15:44:00 MSK
        Updated test TLS certificates to not expired modern versions, restored
        HTTPS examples compatibility with modern browsers.
        TCP_NODELAY is not pre-enabled for HTTPS connection as it actually
        does not speed-up TLS handshakes on moders OSes. -EG
    Thu 01 Apr 2021 21:29:46 MSK
        Fixed MD5 digest authorization broken when compiled without variable
        length arrays support (notably with MSVC).
        Fixed and muted compiler warning.
        Deeper test with zzuf if configured with --enable-heavy-tests.
        Removed run-check of assert() in configure to avoid core dumps. -EG
    Thu 01 Apr 2021 17:46:00 MSK
        Added new function MHD_run_wait() useful for single-threaded applications
        without other network activity.
        Added tests for the new function. -EG
    Wed 17 Mar 2021 20:53:33 MSK
        Re-factored startup log parameters processing. Warn user if wrong logger
        could be used potentially.
        Added headers doxy with information about minimal MHD version when
        particular symbols were introduced.
        Added new daemon option to indicate SIGPIPE handling by application for
        daemons being run in application thread. -EG
    Wed 24 Feb 2021 19:23:00 MSK
        SIGPIPE-related macro minor refactoring for readability.
        Added new response iov function (and related framework), based on the patch
        provided by Lawrence Sebald and Damon N. Earp from NASA. -EG
    Thu 04 Feb 2021 06:41:34 PM CET
        Fix PostProcessor to always properly stop iteration when application callback
        tells it to do so. -CG
    Sun 24 Jan 2021 21:30:00 MSK
        Added '--enable-heavy-tests' configure parameter.
        Minor configure.ac and Makefiles fixes. -EG
    Tue 19 Jan 2021 17:59:00 MSK
        Fixed compatibility with autoconf. 2.70
        Updated M4 macros. -EG
    Wed 06 Jan 2021 08:39:58 PM CET
        Return timeout of zero also for connections awaiting cleanup. -CG
    Tue 29 Dec 2020 15:39:00 MSK
        Improved speed of TLS handshake by pre-enabling TCP_NODELAY. -EG
    Mon 28 Dec 2020 21:36:00 MSK
    Releasing libmicrohttpd 0.9.72. -EG
    Mon 28 Dec 2020 09:37:00 MSK
        Completely reworked and rewritten TCP_CORK, TCP_NOPUSH, TCP_NODELAY and
        MSG_MORE handling. Reduced number of sys-calls, fixed portability for
        FreeBSD, OpenBSD, NetBSD, Darwin, W32, Solaris.
        Removed usage of gnutls_record_cork() as it fully blocks stream until
        final block is ready.
        Fixed compatibility with C90 compilers.
        Really started using sendmsg() for header + body combined single-call
        response sending.
        Fixed sending of response body by sendmsg() when it shouldn't be sent,
        like responses for HEAD requests.
        Improved error handling for gnutls_record_send().
        Updated W32 resources for .DLLs.
        Fixed building with various disabled features (like messages, HTTPS,
        http-upgrade, authorization etc.)
        Fixed possible SIGPIPE generation when sendfile() is used (it was always
        possible on Linux that sendfile() produce SIGPIPE, now it's fixed).
        Several compiler warnings muted and/or fixed in the lib code and in
        the examples. -EG
    Sun 01 Nov 2020 17:17:00 MSK
        Fixed conflict with system CPU_COUNT macro.
        Minor improvements of error reporting in MHD daemon.
        Fixed FTBFS with GnuTLS versions before 3.1.9
        Fixed test_add_conn for multi-CPU machines.
        Fixed analyzer warnings.
        Fixed use-after-free and resources leaks for upgraded connections
        in TLS mode with thread-per-connection. -EG
    Sun 25 Oct 2020 19:31:00 MSK
        Fixed epoll mode without listening socket.
        Minor improvements of thread sync.
        Fixed broken sendfile on FreeBSD.
        Fixed broken MHD with thread-pool and without listening socket.
        Added four tests for MHD_add_connection().
        Fixed several resources leaks in error handlers.
        Re-implemented scheme of handling of externally added connections,
        fixed thread-safety. -EG
    Wed 21 Oct 2020 10:00:58 AM CEST
        Corking should be OFF when sending the footer (#6610). -AP/CG
    Wed 07 Oct 2020 11:07:00 MSK
        W32 default target version changed to Vista, XP is still supported.
        Minor fixes and additional asserts for memorypool.
        IPv6 tests are not used if IPv6 is disabled at run-time. -EG
    Sun 27 Sep 2020 10:08:03 PM CEST
        Fixed incorrect triggering of epoll edge polling for
        "upgraded" TLS connections.  Fixed a few cases where
        gnutls_record_uncork() return value was still ignored,
        possibly causing buffer to not be flushed correctly. -CG
    Sat 26 Sep 2020 08:18:02 PM CEST
        Make MHD_USE_NO_LISTEN_SOCKET work in conjunction with
        MHD internal threads. -CG/DE
    Thu 24 Sep 2020 16:55:00 MSK
        Fixed compiler warnings on W32.
        Minor optimisation of MHD_YES/MHD_NO internal usage.
        Refactor and cleanup of internal debugging macros.
        Updated HTTP status codes, header names and methods from
        the registries.
        Fixed portability of test_upgrade_large.
        Minor testsuite fixes.
        Restored parallel build of libmicrohttpd (except tests). -EG
    Fri 11 Sep 2020 10:08:22 PM CEST
        Fix crash problem in PostProcessor reported by MD. -CG
        Fix GnuTLS configure test to check for gnutls_record_uncork. -CG
    Wed 19 Aug 2020 09:40:39 AM CEST
        Add logic to check on MHD_pool_reallocate() failure reported on the
        mailinglist (will NOT yet fix the issue). -CG
    Sun 26 Jul 2020 01:56:54 PM CEST
        Add MHD_create_response_from_pipe() to allow creating a response based
        on data read from a pipe. -CG
    Fri Jul 10 15:04:51 CEST 2020
        Fixed Postprocessor URL-encoded parsing if '%' fell on boundary. -CG/MD
    Thu 02 Jul 2020 09:56:23 PM CEST
        Fixed return type of MHD_queue_basic_auth_fail_response. -CA/CG
    
    Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

https://git.ipfire.org/?p=ipfire-2.x.git;a=shortlog;h=640464433226c235496abfb69bc2d648cd1e1709

Packaged toolchain compilation                                          
Checking for necessary space on disk                                    [ DONE ]
Building LFS                                                            
stage2                                                      [        1 ][ DONE ]
linux (4.14.230)                              KCFG=-headers [       25 ][ DONE ]
man-pages (2.34)                                            [        9 ][ DONE ]
glibc (2.32)                                                [     4:29 ][ DONE ]
tzdata (2021a)                                              [        2 ][ DONE ]
cleanup-toolchain                                           [        1 ][ DONE ]
zlib (1.2.11)                                               [        1 ][ DONE ]
zstd (1.4.9)                                                [        1 ][ DONE ]
autoconf (2.71)                                             [        2 ][ DONE ]
automake (1.16.3)                                           [        3 ][ DONE ]
libtool (2.4.6)                                             [        8 ][ DONE ]
binutils (2.35.1)                                           [       40 ][ DONE ]
gmp (6.2.1)                                                 [       30 ][ DONE ]
mpfr (4.1.0)                                                [       14 ][ DONE ]
libmpc (1.2.1)                                              [        5 ][ DONE ]
libxcrypt (4.4.19)                                          [       14 ][ DONE ]
file (5.40)                                                 [        8 ][ DONE ]
gcc (10.2.0)                                                [    15:52 ][ DONE ]
sed (4.8)                                                   [       26 ][ DONE ]
berkeley (5.3.28)                                           [       27 ][ DONE ]
coreutils (8.32)                                            [     2:33 ][ DONE ]
iana-etc (2.30)                                             [        1 ][ DONE ]
m4 (1.4.18)                                                 [       27 ][ DONE ]
bison (3.7.6)                                               [       34 ][ DONE ]
ncurses (6.2)                                               [       46 ][ DONE ]
perl (5.32.1)                                               [     2:56 ][ DONE ]
readline (8.1)                                              [        8 ][ DONE ]
bzip2 (1.0.8)                                               [        1 ][ DONE ]
xz (5.2.5)                                                  [       11 ][ DONE ]
lzip (1.22)                                                 [        1 ][ DONE ]
pcre (8.44)                                                 [       10 ][ DONE ]
pcre2 (10.36)                                               [        7 ][ DONE ]
gettext (0.21)                                              [     2:45 ][ DONE ]
attr (2.5.1)                                                [        6 ][ DONE ]
acl (2.3.1)                                                 [       13 ][ DONE ]
bash (5.1)                                                  [       34 ][ DONE ]
diffutils (3.7)                                             [       24 ][ DONE ]
ed (1.17)                                                   [        0 ][ DONE ]
findutils (4.8.0)                                           [       44 ][ DONE ]
flex (2.6.4)                                                [        9 ][ DONE ]
gawk (5.1.0)                                                [       17 ][ DONE ]
go (1.15.4)                                                 [       21 ][ DONE ]
grep (3.6)                                                  [       29 ][ DONE ]
groff (1.22.4)                                              [       47 ][ DONE ]
gperf (3.1)                                                 [        4 ][ DONE ]
gzip (1.9)                                                  [       17 ][ DONE ]
hostname (3.20)                                             [        1 ][ DONE ]
iproute2 (5.11.0)                                           [        2 ][ DONE ]
jwhois (4.0)                                                [        7 ][ DONE ]
kbd (2.2.0)                                                 [       13 ][ DONE ]
less (581)                                                  [        6 ][ DONE ]
pkg-config (0.29.2)                                         [       27 ][ DONE ]
procps (v3.3.16)                                            [       17 ][ DONE ]
make (4.2.1)                                                [       16 ][ DONE ]
man (2.4.3)                                                 [       19 ][ DONE ]
net-tools (2.10)                                            [        1 ][ DONE ]
patch (2.7.6)                                               [       25 ][ DONE ]
psmisc (22.2)                                               [        4 ][ DONE ]
shadow (4.2.1)                                              [       15 ][ DONE ]
sysklogd (1.5.1)                                            [        0 ][ DONE ]
sysvinit (2.99)                                             [        1 ][ DONE ]
tar (1.34)                                                  [       38 ][ DONE ]
texinfo (6.7)                                               [       32 ][ DONE ]
util-linux (2.28.2)                                         [       28 ][ DONE ]
vim (8.2)                                                   [       20 ][ DONE ]
e2fsprogs (1.44.4)                                          [       21 ][ DONE ]
Building IPFire                                                         
configroot                                                  [        1 ][ DONE ]
initscripts                                                 [        2 ][ DONE ]
backup                                                      [        0 ][ DONE ]
openssl (1.1.1k)                                            [     2:19 ][ DONE ]
kmod (28)                                                   [        8 ][ DONE ]
udev (3.2.6)                                                [       15 ][ DONE ]
popt (1.18)                                                 [        5 ][ DONE ]
libedit (20210419-3.1)                                      [       10 ][ DONE ]
libusb (1.0.23)                                             [        6 ][ DONE ]
libusb-compat (0.1.5)                                       [        3 ][ DONE ]
libpcap (1.10.0)                                            [        8 ][ DONE ]
ppp (2.4.9)                                                 [        2 ][ DONE ]
pptp (1.10.0)                                               [        1 ][ DONE ]
unzip (60)                                                  [        2 ][ DONE ]
which (2.21)                                                [        3 ][ DONE ]
linux-firmware (20200519)                                   [       31 ][ DONE ]
dvb-firmwares (20141125)                                    [        0 ][ DONE ]
xr819-firmware (c01.08.0043)                                [        0 ][ DONE ]
zd1211-firmware (1.4)                                       [        1 ][ DONE ]
rpi-firmware (20180316)                                     [        0 ][ SKIP ]
intel-microcode (20201118)                                  [        1 ][ DONE ]
pcengines-apu-firmware (4.12.0.6)                           [        0 ][ DONE ]
bc (1.07.1)                                                 [        6 ][ DONE ]
u-boot (2018.03)                                  MKIMAGE=1 [        0 ][ SKIP ]
cpio (2.13)                                                 [       31 ][ DONE ]
mdadm (4.1)                                                 [        1 ][ DONE ]
dracut (038)                                                [        0 ][ DONE ]
libaio (0.3.111)                                            [        1 ][ DONE ]
lvm2 (2.02.187)                                             [       15 ][ DONE ]
multipath-tools (386d288)                                   [        1 ][ DONE ]
freetype (2.10.4)                                           [        5 ][ DONE ]
libmnl (1.0.4)                                              [        4 ][ DONE ]
libnfnetlink (1.0.1)                                        [        4 ][ DONE ]
libnetfilter_queue (1.0.5)                                  [        4 ][ DONE ]
libnetfilter_conntrack (1.0.8)                              [        5 ][ DONE ]
libnetfilter_cthelper (1.0.0)                               [        5 ][ DONE ]
libnetfilter_cttimeout (1.0.0)                              [        4 ][ DONE ]
iptables (1.8.7)                                            [        8 ][ DONE ]
screen (4.8.0)                                              [        8 ][ DONE ]
elfutils (0.183)                                            [       12 ][ DONE ]
linux (4.14.230)                                      KCFG= [     5:21 ][ DONE ]
xtables-addons (3.7)                                  KCFG= [       15 ][ DONE ]
linux-initrd ($(KVER))                                KCFG= [       25 ][ DONE ]
xtables-addons (3.7)                               USPACE=1 [        4 ][ DONE ]
libgpg-error (1.42)                                         [       17 ][ DONE ]
libgcrypt (1.9.3)                                           [       28 ][ DONE ]
libassuan (2.5.4)                                           [       11 ][ DONE ]
nettle (3.7.2)                                              [       11 ][ DONE ]
json-c (0.13.1)                                             [        7 ][ DONE ]
libconfig (1.7.2)                                           [       19 ][ DONE ]
libevent (1.4.14b-stable)                                   [        8 ][ DONE ]
libevent2 (2.1.12-stable)                                   [       23 ][ DONE ]
expat (2.3.0)                                               [        7 ][ DONE ]
apr (1.7.0)                                                 [       26 ][ DONE ]
aprutil (1.6.1)                                             [        6 ][ DONE ]
unbound (1.13.1)                                            [       26 ][ DONE ]
gnutls (3.6.14)                                             [     1:33 ][ DONE ]
bind (9.11.29)                                              [       43 ][ DONE ]
dhcp (4.4.1)                                                [       28 ][ DONE ]
dhcpcd (9.1.4)                                              [        3 ][ DONE ]
boost (1_71_0)                                              [     4:45 ][ DONE ]
linux-atm (2.4.1)                                           [       10 ][ DONE ]
gdbm (1.8.3)                                                [        5 ][ DONE ]
pam (1.5.1)                                                 [       44 ][ DONE ]
c-ares (1.17.1)                                             [     1:20 ][ DONE ]
curl (7.76.1)                                               [       43 ][ DONE ]
tcl (8.6.11)                                                [       35 ][ DONE ]
sqlite (3350500)                                            [     2:30 ][ DONE ]
libffi (3.3)                                                [        7 ][ DONE ]
python (2.7.18)                                             [       51 ][ DONE ]
python3 (3.8.7)                                             [     1:01 ][ DONE ]
gdb (10.1)                                                  [     1:09 ][ DONE ]
grub (2.04)                                                 [     2:52 ][ DONE ]
efivar (37)                                                 [        3 ][ DONE ]
efibootmgr (16)                                             [        0 ][ DONE ]
ca-certificates (20201221)                                  [        4 ][ DONE ]
fireinfo (2.1.12)                                           [       11 ][ DONE ]
libnet (1.1.6)                                              [        8 ][ DONE ]
libnl (1.1.4)                                               [        3 ][ DONE ]
libnl-3 (3.2.25)                                            [       11 ][ DONE ]
libidn (1.36)                                               [       28 ][ DONE ]
nasm (2.14.02)                                              [       11 ][ DONE ]
libarchive (3.5.1)                                          [       45 ][ DONE ]
cmake (3.20.0)                                              [       40 ][ DONE ]
ninja (1.10.2)                                              [        2 ][ DONE ]
meson (0.57.2)                                              [        3 ][ DONE ]
libjpeg (2.1.0)                                             [       18 ][ DONE ]
openjpeg (2.3.1)                                            [        4 ][ DONE ]
libexif (0.6.22)                                            [        7 ][ DONE ]
libpng (1.6.37)                                             [        5 ][ DONE ]
libtiff (4.3.0)                                             [       24 ][ DONE ]
libart (2.3.21)                                             [        5 ][ DONE ]
gd (2.0.33)                                                 [        9 ][ DONE ]
slang (2.3.0)                                               [       23 ][ DONE ]
newt (0.52.21)                                              [        4 ][ DONE ]
libsmooth                                                   [       10 ][ DONE ]
libcap (2.49)                                               [        3 ][ DONE ]
libcap-ng (0.8.2)                                           [        7 ][ DONE ]
pciutils (3.5.6)                                            [        1 ][ DONE ]
usbutils (007)                                              [        5 ][ DONE ]
libxml2 (2.9.4)                                             [       13 ][ DONE ]
libxslt (1.1.28)                                            [       13 ][ DONE ]
BerkeleyDB (0.63)                                           [        2 ][ DONE ]
cyrus-sasl (2.1.26)                                         [       23 ][ DONE ]
openldap (2.4.49)                                           [     1:09 ][ DONE ]
apache2 (2.4.46)                                            [       40 ][ DONE ]
web-user-interface                                          [        2 ][ DONE ]
flag-icons (2.6)                                            [        2 ][ DONE ]
jquery (3.6.0)                                              [        1 ][ DONE ]
bootstrap (4.0.0-alpha.6)                                   [        1 ][ DONE ]
arping (2.21)                                               [        7 ][ DONE ]
beep (1.3)                                                  [        1 ][ DONE ]
libssh (0.9.3)                                              [        9 ][ DONE ]
cdrkit (1.1.11)                                             [        6 ][ DONE ]
dosfstools (3.0.9)                                          [        1 ][ DONE ]
reiserfsprogs (3.6.27)                                      [       14 ][ DONE ]
xfsprogs (5.9.0)                                            [       57 ][ DONE ]
sysfsutils (1.3.0)                                          [        8 ][ DONE ]
fuse (3.10.3)                                               [        5 ][ DONE ]
ntfs-3g (2017.3.23)                                         [       13 ][ DONE ]
ethtool (3.16)                                              [        3 ][ DONE ]
fcron (3.2.1)                                               [       10 ][ DONE ]
perl-GD (2.35)                                              [        3 ][ DONE ]
GD-Graph (1.4308)                                           [        2 ][ DONE ]
GD-TextUtil (0.86)                                          [        1 ][ DONE ]
perl-Device-SerialPort (1.000002)                           [        8 ][ DONE ]
perl-Device-Modem (1.56)                                    [        2 ][ DONE ]
perl-Apache-Htpasswd (1.9)                                  [        1 ][ DONE ]
perl-Parse-Yapp (1.21)                                      [        2 ][ DONE ]
gnupg (1.4.23)                                              [       20 ][ DONE ]
hdparm (9.55)                                               [        1 ][ DONE ]
sdparm (1.10)                                               [        2 ][ DONE ]
whatmask (1.2)                                              [        3 ][ DONE ]
libtirpc (1.3.1)                                            [        7 ][ DONE ]
conntrack-tools (1.4.6)                                     [        8 ][ DONE ]
libupnp (1.14.6)                                            [       13 ][ DONE ]
ipaddr (1.2)                                                [        0 ][ DONE ]
iputils (s20160308)                                         [        1 ][ DONE ]
l7-protocols (2009-05-10)                                   [        1 ][ DONE ]
hwdata                                                      [        1 ][ DONE ]
logrotate (3.18.0)                                          [        6 ][ DONE ]
logwatch (7.5.5)                                            [        2 ][ DONE ]
misc-progs                                                  [        3 ][ DONE ]
nano (5.6)                                                  [       21 ][ DONE ]
URI (1.35)                                                  [        2 ][ DONE ]
perl-CGI (4.44)                                             [        2 ][ DONE ]
perl-Switch (2.17)                                          [        1 ][ DONE ]
HTML-Tagset (3.04)                                          [        1 ][ DONE ]
HTML-Parser (3.45)                                          [        2 ][ DONE ]
HTML-Template (2.94)                                        [        1 ][ DONE ]
Compress-Zlib (1.35)                                        [        2 ][ DONE ]
Digest (1.19)                                               [        2 ][ DONE ]
Digest-SHA1 (2.13)                                          [        1 ][ DONE ]
Digest-HMAC (1.03)                                          [        2 ][ DONE ]
libwww-perl (5.803)                                         [        7 ][ DONE ]
Net-DNS (1.30)                                              [        3 ][ DONE ]
Net-IPv4Addr (0.10)                                         [        2 ][ DONE ]
Net_SSLeay (1.88)                                           [        4 ][ DONE ]
IO-Stringy (2.110)                                          [        2 ][ DONE ]
IO-Socket-SSL (2.066)                                       [        2 ][ DONE ]
Unix-Syslog (0.100)                                         [        1 ][ DONE ]
Mail-Tools (2.07)                                           [        2 ][ DONE ]
MIME-Tools (5.509)                                          [        2 ][ DONE ]
Net-Server (0.97)                                           [        2 ][ DONE ]
Canary-Stability (2013)                                     [        1 ][ DONE ]
Convert-TNEF (0.18)                                         [        1 ][ DONE ]
Convert-UUlib (1.8)                                         [        4 ][ DONE ]
Archive-Tar (1.29)                                          [        2 ][ DONE ]
Archive-Zip (1.16)                                          [        1 ][ DONE ]
Text-Tabs+Wrap (2005.0824)                                  [        2 ][ DONE ]
XML-Parser (2.34)                                           [        2 ][ DONE ]
Crypt-PasswdMD5 (1.41)                                      [        1 ][ DONE ]
Net-Telnet (3.03)                                           [        2 ][ DONE ]
python-setuptools (0.6c11)                                  [        0 ][ DONE ]
python-clientform (0.2.9)                                   [        1 ][ DONE ]
python-mechanize (0.1.8)                                    [        1 ][ DONE ]
python-feedparser (4.1)                                     [        1 ][ DONE ]
python-rssdler (0.4.0a)                                     [        1 ][ DONE ]
python-inotify (0.2.7)                                      [        1 ][ DONE ]
python-docutils (0.12)                                      [        1 ][ DONE ]
python-daemon (2.1.1)                                       [        2 ][ DONE ]
python-ipaddress (3.4.1)                                    [        0 ][ DONE ]
glib (2.68.1)                                               [       27 ][ DONE ]
ntp (4.2.8p15)                                              [       59 ][ DONE ]
openssh (8.6p1)                                             [       42 ][ DONE ]
fontconfig (2.13.1)                                         [       15 ][ DONE ]
dejavu-fonts-ttf (2.37)                                     [        2 ][ DONE ]
ubuntu-font-family (0.83)                                   [        1 ][ DONE ]
freefont (20060126)                                         [        1 ][ DONE ]
pixman (0.40.0)                                             [        9 ][ DONE ]
cairo (1.16.0)                                              [       30 ][ DONE ]
pango (1.30.1)                                              [       21 ][ DONE ]
rrdtool (1.7.2)                                             [       26 ][ DONE ]
setup                                                       [       15 ][ DONE ]
libdnet (1.11)                                              [       15 ][ DONE ]
rust (1.51.0)                                               [       16 ][ DONE ]
jansson (2.12)                                              [        5 ][ DONE ]
yaml (0.2.5)                                                [        4 ][ DONE ]
libhtp (0.5.37)                                             [       15 ][ DONE ]
colm (0.13.0.6)                                             [       14 ][ DONE ]
ragel (7.0.0.11)                                            [     1:15 ][ DONE ]
hyperscan (5.4.0)                                           [       25 ][ DONE ]
suricata (5.0.6)                                            [       59 ][ DONE ]
oinkmaster (2.0)                                            [        1 ][ DONE ]
ids-ruleset-sources                                         [        0 ][ DONE ]
squid (4.14)                                                [     2:26 ][ DONE ]
squidguard (1.6.0)                                          [        8 ][ DONE ]
calamaris (2.59)                                            [        1 ][ DONE ]
tcpdump (4.99.0)                                            [        7 ][ DONE ]
traceroute (2.0.18)                                         [        2 ][ DONE ]
vlan (1.9)                                                  [        1 ][ DONE ]
wireless (30.pre9)                                          [        1 ][ DONE ]
pakfire (0.99)                                              [        1 ][ DONE ]
spandsp (0.0.6)                                             [       16 ][ DONE ]
lz4 (1.9.3)                                                 [       13 ][ DONE ]
lzo (2.10)                                                  [       14 ][ DONE ]
openvpn (2.5.0)                                             [       28 ][ DONE ]
mpage (2.5.7)                                               [        1 ][ DONE ]
dbus (1.12.20)                                              [       20 ][ DONE ]
intltool (0.40.5)                                           [        2 ][ DONE ]
libdaemon (0.14)                                            [        9 ][ DONE ]
avahi (0.8)                                                 [       23 ][ DONE ]
cups (2.3.3op2)                                             [       26 ][ DONE ]
lcms2 (2.12)                                                [       10 ][ DONE ]
ghostscript (9.53.3)                                        [       35 ][ DONE ]
qpdf (10.3.0)                                               [       30 ][ DONE ]
poppler (21.04.0)                                           [       15 ][ DONE ]
poppler-data (0.4.10)                                       [        2 ][ DONE ]
cups-filters (1.28.8)                                       [       18 ][ DONE ]
epson-inkjet-printer-escpr (1.6.12)                         [        9 ][ DONE ]
foomatic (4.0.9)                                            [     1:08 ][ DONE ]
hplip (3.21.2)                                              [       17 ][ DONE ]
cifs-utils (6.13)                                           [        7 ][ DONE ]
krb5 (1.19.1)                                               [       35 ][ DONE ]
rpcsvc-proto (1.4.2)                                        [        3 ][ DONE ]
samba (4.14.3)                                              [    10:30 ][ DONE ]
netatalk (3.1.12)                                           [       31 ][ DONE ]
sudo (1.9.6p1)                                              [       28 ][ DONE ]
mc (4.8.26)                                                 [       36 ][ DONE ]
wget (1.21.1)                                               [       38 ][ DONE ]
bridge-utils (1.5)                                          [        5 ][ DONE ]
smartmontools (7.1)                                         [       13 ][ DONE ]
htop (3.0.5)                                                [        6 ][ DONE ]
chkconfig (1.5)                                             [        1 ][ DONE ]
postfix (3.5.9)                                             [       16 ][ DONE ]
fetchmail (6.3.26)                                          [       22 ][ DONE ]
clamav (0.103.2)                                            [       40 ][ DONE ]
perl-NetAddr-IP (4.079)                                     [       15 ][ DONE ]
dma (0.13)                                                  [        2 ][ DONE ]
alsa (1.0.27.1)                                             [       26 ][ DONE ]
mpfire                                                      [        0 ][ DONE ]
guardian (2.0.2)                                            [        1 ][ DONE ]
libid3tag (0.15.1b)                                         [        8 ][ DONE ]
libmad (0.15.1b)                                            [       13 ][ DONE ]
libogg (1.3.4)                                              [        5 ][ DONE ]
libvorbis (1.3.6)                                           [        7 ][ DONE ]
libdvbpsi (1.3.3)                                           [       11 ][ DONE ]
flac (1.3.2)                                                [       16 ][ DONE ]
lame (3.100)                                                [       11 ][ DONE ]
sox (14.4.2)                                                [       42 ][ DONE ]
soxr (0.1.3)                                                [        2 ][ DONE ]
libshout (2.4.3)                                            [        9 ][ DONE ]
xvid (1.3.7)                                                [        4 ][ DONE ]
libmpeg2 (0.4.1)                                            [       11 ][ DONE ]
gnump3d (3.0)                                               [        3 ][ DONE ]
rsync (3.2.3)                                               [       23 ][ DONE ]
rpcbind (1.2.5)                                             [        2 ][ DONE ]
keyutils (1.5.11)                                           [        2 ][ DONE ]
libnfsidmap (0.27)                                          [        5 ][ DONE ]
nfs (2.5.3)                                                 [       24 ][ DONE ]
gnu-netcat (0.7.1)                                          [        9 ][ DONE ]
ncat (7.91)                                                 [       40 ][ DONE ]
nmap (7.91)                                                 [       45 ][ DONE ]
etherwake (1.09)                                            [        1 ][ DONE ]
bwm-ng (0.6.1-f54b3fa)                                      [       10 ][ DONE ]
sysstat (6.0.2)                                             [        1 ][ DONE ]
strongswan (5.9.2)                                          [     1:06 ][ DONE ]
rng-tools (6.4)                                             [        5 ][ DONE ]
lsof (4.91)                                                 [        2 ][ DONE ]
br2684ctl                                                   [        1 ][ DONE ]
pcmciautils (014)                                           [        1 ][ DONE ]
lm_sensors (3-6-0)                                          [        1 ][ DONE ]
liboping (1.3.4)                                            [        7 ][ DONE ]
collectd (4.10.9)                                           [     2:11 ][ DONE ]
elinks (0.12pre6)                                           [       26 ][ DONE ]
igmpproxy (0.2.1)                                           [        3 ][ DONE ]
fbset (2.1)                                                 [        1 ][ DONE ]
opus (1.3.1)                                                [        9 ][ DONE ]
python-six (1.10.0)                                         [        1 ][ DONE ]
python-pyparsing (2.2.0)                                    [        1 ][ DONE ]
spice-protocol (0.12.13)                                    [        2 ][ DONE ]
spice (0.14.0)                                              [       25 ][ DONE ]
sdl (1.2.15)                                                [       18 ][ DONE ]
libusbredir (0.8.0)                                         [        5 ][ DONE ]
libseccomp (2.5.1)                                          [        5 ][ DONE ]
qemu (5.2.0)                                                [     1:12 ][ DONE ]
sane (1.0.28)                                               [       35 ][ DONE ]
netpbm (10.73.31)                                           [       42 ][ DONE ]
netsnmpd (5.8)                                              [     2:50 ][ DONE ]
nagios_nrpe (4.0.3)                                         [       25 ][ DONE ]
nagios-plugins (2.3.3)                                      [     1:00 ][ DONE ]
icinga (1.11.4)                                             [       27 ][ DONE ]
observium-agent (18.9.1)                                    [        5 ][ DONE ]
ebtables (2.0.10-4)                                         [        1 ][ DONE ]
faad2 (2.8.8)                                               [        9 ][ DONE ]
alac (0.0.7)                                                [       13 ][ DONE ]
ffmpeg (4.2.3)                                              [     1:04 ][ DONE ]
vdr (2.4.4)                                                 [        7 ][ DONE ]
vdr_streamdev (0.6.1)                                       [        6 ][ DONE ]
vdr_epgsearch (2.4.0+git20191101)                           [       19 ][ DONE ]
vdr_dvbapi (2.2.5)                                          [        2 ][ DONE ]
vdr_eepg (master)                                           [        2 ][ DONE ]
w_scan (20170107)                                           [        4 ][ DONE ]
mpd (0.22.6)                                                [       17 ][ DONE ]
libmpdclient (2.19)                                         [        3 ][ DONE ]
mpc (0.33)                                                  [        2 ][ DONE ]
perl-Net-CIDR-Lite (0.21)                                   [        2 ][ DONE ]
perl-Net-SMTP-SSL (1.04)                                    [        1 ][ DONE ]
perl-MIME-Base64 (3.16)                                     [        2 ][ DONE ]
perl-Authen-SASL (2.16)                                     [        2 ][ DONE ]
perl-MIME-Lite (3.030)                                      [        1 ][ DONE ]
perl-Email-Date-Format (1.005)                              [        2 ][ DONE ]
git (2.31.0)                                                [       13 ][ DONE ]
squidclamav (5.11)                                          [        8 ][ DONE ]
vnstat (2.6)                                                [        7 ][ DONE ]
iw (5.9)                                                    [        1 ][ DONE ]
wpa_supplicant (581dfcc)                                    [        2 ][ DONE ]
hostapd (581dfcc)                                           [        2 ][ DONE ]
syslinux (6.04-pre1)                                        [       10 ][ DONE ]
tftpd (0.48)                                                [        8 ][ DONE ]
cpufrequtils (008)                                          [        2 ][ DONE ]
gutenprint (5.2.9)                                          [       45 ][ DONE ]
apcupsd (3.14.14)                                           [       10 ][ DONE ]
fireperf (0.2.0)                                            [       11 ][ DONE ]
iperf (2.0.14a)                                             [        8 ][ DONE ]
iperf3 (3.9)                                                [        7 ][ DONE ]
7zip (17.03)                                                [        4 ][ DONE ]
lynis (3.0.3)                                               [        1 ][ DONE ]
sshfs (3.7.1)                                               [        3 ][ DONE ]
taglib (1.11.1)                                             [        4 ][ DONE ]
sslh (1.7a)                                                 [        1 ][ DONE ]
perl-gettext (1.05)                                         [        2 ][ DONE ]
perl-Sort-Naturally (1.03)                                  [        1 ][ DONE ]
vdradmin (3.6.10)                                           [        2 ][ DONE ]
perl-DBI (1.631)                                            [        5 ][ DONE ]
perl-DBD-SQLite (1.40)                                      [        3 ][ DONE ]
perl-File-ReadBackwards (1.05)                              [        1 ][ DONE ]
openvmtools (11.1.0-16036546)                               [       33 ][ DONE ]
libmicrohttpd (0.9.73)                                      [       19 ][ DONE ]
motion (4.3.0)                                              [       14 ][ DONE ]
joe (4.6)                                                   [       12 ][ DONE ]
monit (5.28.0)                                              [       26 ][ DONE ]
nut (2.7.4)                                                 [       27 ][ DONE ]
watchdog (5.16)                                             [        4 ][ DONE ]
libpri (1.4.10.2)                                           [        1 ][ DONE ]
libsrtp (1.5.4)                                             [        5 ][ DONE ]
asterisk (13.18.5)                                          [     1:05 ][ DONE ]
usb_modeswitch (2.6.1)                                      [        2 ][ DONE ]
usb_modeswitch_data (20191128)                              [        3 ][ DONE ]
zerofree (1.0.1)                                            [        1 ][ DONE ]
minicom (2.8)                                               [        8 ][ DONE ]
ddrescue (1.25)                                             [        1 ][ DONE ]
miniupnpd (1.9)                                             [        3 ][ DONE ]
client175 (0.7)                                             [       15 ][ DONE ]
powertop (v2.10)                                            [       14 ][ DONE ]
parted (3.4)                                                [       34 ][ DONE ]
swig (4.0.2)                                                [       15 ][ DONE ]
u-boot (2018.03)                                            [        0 ][ SKIP ]
u-boot-friendlyarm (1ee53f5)                                [        0 ][ SKIP ]
python-typing (3.6.1)                                       [        1 ][ DONE ]
python-m2crypto (0.27.0)                                    [        3 ][ DONE ]
wireless-regdb (2020.11.20)                                 [        1 ][ DONE ]
crda (4.14)                                                 [        2 ][ DONE ]
libsolv (0.7.14)                                            [        3 ][ DONE ]
python-distutils-extra (2.25)                               [        1 ][ DONE ]
ddns (013)                                                  [        6 ][ DONE ]
python3-setuptools-scm (3.2.0)                              [        2 ][ DONE ]
python3-six (1.14.0)                                        [        1 ][ DONE ]
python3-dateutil (2.8.1)                                    [        2 ][ DONE ]
python3-jmespath (0.9.5)                                    [        2 ][ DONE ]
python3-colorama (0.4.3)                                    [        1 ][ DONE ]
python3-docutils (0.16)                                     [        3 ][ DONE ]
python3-yaml (3.13)                                         [        2 ][ DONE ]
python3-s3transfer (0.3.3)                                  [        1 ][ DONE ]
python3-rsa (4.0)                                           [        2 ][ DONE ]
python3-pyasn1 (0.4.8)                                      [        2 ][ DONE ]
python3-urllib3 (1.26.2)                                    [        2 ][ DONE ]
python3-botocore (1.19.28)                                  [        6 ][ DONE ]
python3-msgpack (0.5.6)                                     [        2 ][ DONE ]
aws-cli (1.18.188)                                          [       16 ][ DONE ]
transmission (3.00)                                         [       20 ][ DONE ]
dpfhack (0.12devel)                                         [        1 ][ DONE ]
lcd4linux (0.11.0-svn1200-dpf)                              [       27 ][ DONE ]
mtr (0.94)                                                  [        6 ][ DONE ]
minidlna (1.2.1)                                            [       12 ][ DONE ]
acpid (2.0.32)                                              [        6 ][ DONE ]
fping (5.0)                                                 [        3 ][ DONE ]
telnet (0.17)                                               [        4 ][ DONE ]
xinetd (2.3.15)                                             [        8 ][ DONE ]
stress (1.0.4)                                              [        3 ][ DONE ]
libstatgrab (0.92)                                          [       20 ][ DONE ]
sarg (2.3.11)                                               [       11 ][ DONE ]
nginx (1.19.2)                                              [       12 ][ DONE ]
sendEmail (1.56)                                            [        1 ][ DONE ]
sysbench (1.0.20)                                           [       21 ][ DONE ]
strace (5.11)                                               [       50 ][ DONE ]
ltrace (0.7.3)                                              [       10 ][ DONE ]
ipfire-netboot (v2.0)                                       [     1:45 ][ DONE ]
lcdproc (0.5.7)                                             [       12 ][ DONE ]
keepalived (2.1.5)                                          [       15 ][ DONE ]
ipvsadm (1.29)                                              [        1 ][ DONE ]
perl-Carp-Clan (6.08)                                       [        2 ][ DONE ]
perl-Date-Calc (6.4)                                        [        2 ][ DONE ]
perl-Date-Manip (6.85)                                      [       13 ][ DONE ]
perl-File-Tail (1.3)                                        [        2 ][ DONE ]
perl-TimeDate (1.20)                                        [        1 ][ DONE ]
swatch (3.2.4)                                              [        2 ][ DONE ]
tor (0.4.5.7)                                               [       40 ][ DONE ]
wavemon (0.7.5)                                             [        5 ][ DONE ]
iptraf-ng (1.2.1)                                           [        1 ][ DONE ]
iotop (0.6)                                                 [        1 ][ DONE ]
stunnel (5.58)                                              [       11 ][ DONE ]
bacula (9.6.7)                                              [       36 ][ DONE ]
perl-Font-TTF (1.06)                                        [        4 ][ DONE ]
perl-IO-String (1.08)                                       [        1 ][ DONE ]
perl-PDF-API2 (2.033)                                       [        4 ][ DONE ]
squid-accounting (1.0.4)                                    [        1 ][ DONE ]
pigz (2.6)                                                  [        1 ][ DONE ]
tmux (3.1)                                                  [       13 ][ DONE ]
perl-Text-CSV_XS (1.12)                                     [        2 ][ DONE ]
lua (5.4.3)                                                 [        2 ][ DONE ]
haproxy (2.2.4)                                             [       18 ][ DONE ]
ipset (7.11)                                                [       17 ][ DONE ]
dnsdist (1.5.1)                                             [     2:47 ][ DONE ]
bird (2.0.7)                                                [        6 ][ DONE ]
frr (6.0)                                                   [       33 ][ DONE ]
dmidecode (3.1)                                             [        1 ][ DONE ]
mcelog (175)                                                [        1 ][ DONE ]
util-macros (1.19.0)                                        [        3 ][ DONE ]
libpciaccess (0.16)                                         [        7 ][ DONE ]
libyajl (2.1.0)                                             [        2 ][ DONE ]
libvirt (6.5.0)                                             [     1:56 ][ DONE ]
libtalloc (2.3.1)                                           [       37 ][ DONE ]
freeradius (3.0.21)                                         [     1:09 ][ DONE ]
perl-common-sense (3.74)                                    [        2 ][ DONE ]
perl-inotify2 (1.22)                                        [        2 ][ DONE ]
perl-Net-IP (1.26)                                          [        2 ][ DONE ]
wio (1.3.2)                                                 [        1 ][ DONE ]
iftop (1.0pre4)                                             [        5 ][ DONE ]
mdns-repeater (1.10)                                        [        1 ][ DONE ]
i2c-tools (3.1.2)                                           [        1 ][ DONE ]
nss-myhostname (0.3)                                        [        8 ][ DONE ]
dehydrated (0.7.0)                                          [        1 ][ DONE ]
shairport-sync (3.3.7)                                      [       12 ][ DONE ]
borgbackup (1.1.13)                                         [        4 ][ DONE ]
lmdb (0.9.24)                                               [        1 ][ DONE ]
knot (3.0.4)                                                [       12 ][ DONE ]
spectre-meltdown-checker (0.44)                             [        1 ][ DONE ]
zabbix_agentd (4.2.6)                                       [       24 ][ DONE ]
flashrom (1.2)                                              [        5 ][ DONE ]
firmware-update (20210107)                                  [        5 ][ DONE ]
tshark (3.4.3)                                              [       48 ][ DONE ]
speedtest-cli (2.1.3)                                       [        1 ][ DONE ]
rfkill (0.5)                                                [        1 ][ DONE ]
amazon-ssm-agent (3.0.356.0)                                [       45 ][ DONE ]
libloc (0.9.6)                                              [       44 ][ DONE ]
ncdu (1.15.1)                                               [        4 ][ DONE ]
lshw (B.02.19.2)                                            [        1 ][ DONE ]
socat (1.7.3.4)                                             [       27 ][ DONE ]
Building installer                                                      
memtest (5.01)                                              [        1 ][ DONE ]
installer                                                   [       16 ][ DONE ]
strip                                                       [       42 ][ DONE ]
Building packages                                                       
Generating packages list from logs                                      [ DONE ]
cdrom                                                       [     2:43 ][ DONE ]
flash-images                                                [     2:42 ][ DONE ]
core-updates                                                [       55 ][ DONE ]
samba (4.14.3)                                              [       44 ][ DONE ]
vdr_dvbapi (2.2.5)                                          [        1 ][ DONE ]
amazon-ssm-agent (3.0.356.0)                                [     1:09 ][ DONE ]
perl-Parse-Yapp (1.21)                                      [        0 ][ DONE ]
vdr_streamdev (0.6.1)                                       [        0 ][ DONE ]
joe (4.6)                                                   [        1 ][ DONE ]
gnu-netcat (0.7.1)                                          [        0 ][ DONE ]
bluetooth[ SKIP ]
elfutils (0.183)                                            [        2 ][ DONE ]
libusbredir (0.8.0)                                         [        0 ][ DONE ]
tor (0.4.5.7)                                               [        9 ][ DONE ]
squid-accounting (1.0.4)                                    [        0 ][ DONE ]
python3-colorama (0.4.3)                                    [        0 ][ DONE ]
shairport-sync (3.3.7)                                      [        1 ][ DONE ]
iftop (1.0pre4)                                             [        0 ][ DONE ]
libmpdclient (2.19)                                         [        0 ][ DONE ]
flac (1.3.2)                                                [        0 ][ DONE ]
7zip (17.03)                                                [        6 ][ DONE ]
swatch (3.2.4)                                              [        0 ][ DONE ]
netatalk (3.1.12)                                           [        1 ][ DONE ]
aws-cli (1.18.188)                                          [        5 ][ DONE ]
libvirt (6.5.0)                                             [        7 ][ DONE ]
powertop (v2.10)                                            [        0 ][ DONE ]
python3-urllib3 (1.26.2)                                    [        0 ][ DONE ]
libstatgrab (0.92)                                          [        0 ][ DONE ]
observium-agent (18.9.1)                                    [        0 ][ DONE ]
libnfsidmap (0.27)                                          [        0 ][ DONE ]
flashrom (1.2)                                              [        0 ][ DONE ]
libpciaccess (0.16)                                         [        1 ][ DONE ]
libshout (2.4.3)                                            [        0 ][ DONE ]
c-ares (1.17.1)                                             [        0 ][ DONE ]
perl-File-ReadBackwards (1.05)                              [        0 ][ DONE ]
nano (5.6)                                                  [        0 ][ DONE ]
bird (2.0.7)                                                [        1 ][ DONE ]
epson-inkjet-printer-escpr (1.6.12)                         [        5 ][ DONE ]
dbus (1.12.20)                                              [        1 ][ DONE ]
python-feedparser (4.1)                                     [        0 ][ DONE ]
minidlna (1.2.1)                                            [        0 ][ DONE ]
python3-rsa (4.0)                                           [        0 ][ DONE ]
postfix (3.5.9)                                             [        8 ][ DONE ]
lshw (B.02.19.2)                                            [        1 ][ DONE ]
mcelog (175)                                                [        0 ][ DONE ]
mtr (0.94)                                                  [        0 ][ DONE ]
perl-gettext (1.05)                                         [        0 ][ DONE ]
libsolv (0.7.14)                                            [        1 ][ DONE ]
python3-jmespath (0.9.5)                                    [        0 ][ DONE ]
mc (4.8.26)                                                 [        1 ][ DONE ]
mdns-repeater (1.10)                                        [        0 ][ DONE ]
htop (3.0.5)                                                [        0 ][ DONE ]
krb5 (1.19.1)                                               [        2 ][ DONE ]
cups (2.3.3op2)                                             [        8 ][ DONE ]
transmission (3.00)                                         [        2 ][ DONE ]
perl-inotify2 (1.22)                                        [        0 ][ DONE ]
igmpproxy (0.2.1)                                           [        0 ][ DONE ]
libtirpc (1.3.1)                                            [        0 ][ DONE ]
libid3tag (0.15.1b)                                         [        0 ][ DONE ]
intltool (0.40.5)                                           [        0 ][ DONE ]
xinetd (2.3.15)                                             [        1 ][ DONE ]
hostapd (581dfcc)                                           [        0 ][ DONE ]
perl-Net-IP (1.26)                                          [        0 ][ DONE ]
cpufrequtils (008)                                          [        0 ][ DONE ]
ltrace (0.7.3)                                              [        0 ][ DONE ]
squidclamav (5.11)                                          [        0 ][ DONE ]
wio (1.3.2)                                                 [        0 ][ DONE ]
avahi (0.8)                                                 [        1 ][ DONE ]
ffmpeg (4.2.3)                                              [       13 ][ DONE ]
nfs (2.5.3)                                                 [        1 ][ DONE ]
haproxy (2.2.4)                                             [        1 ][ DONE ]
git (2.31.0)                                                [       12 ][ DONE ]
fireperf (0.2.0)                                            [        0 ][ DONE ]
guardian (2.0.2)                                            [        1 ][ DONE ]
ebtables (2.0.10-4)                                         [        0 ][ DONE ]
make (4.2.1)                                                [        0 ][ DONE ]
pcengines-apu-firmware (4.12.0.6)                           [        3 ][ DONE ]
firmware-update (20210107)                                  [        0 ][ DONE ]
python3-six (1.14.0)                                        [        0 ][ DONE ]
ncdu (1.15.1)                                               [        0 ][ DONE ]
nagios-plugins (2.3.3)                                      [        1 ][ DONE ]
minicom (2.8)                                               [        0 ][ DONE ]
perl-common-sense (3.74)                                    [        0 ][ DONE ]
taglib (1.11.1)                                             [        1 ][ DONE ]
opus (1.3.1)                                                [        0 ][ DONE ]
wavemon (0.7.5)                                             [        0 ][ DONE ]
clamav (0.103.2)                                            [        2 ][ DONE ]
python3-botocore (1.19.28)                                  [       27 ][ DONE ]
w_scan (20170107)                                           [        0 ][ DONE ]
socat (1.7.3.4)                                             [        0 ][ DONE ]
python-mechanize (0.1.8)                                    [        0 ][ DONE ]
libseccomp (2.5.1)                                          [        0 ][ DONE ]
speedtest-cli (2.1.3)                                       [        0 ][ DONE ]
asterisk (13.18.5)                                          [       26 ][ DONE ]
python3-pyasn1 (0.4.8)                                      [        0 ][ DONE ]
iotop (0.6)                                                 [        0 ][ DONE ]
netsnmpd (5.8)                                              [        5 ][ DONE ]
python-distutils-extra (2.25)                               [        0 ][ DONE ]
faad2 (2.8.8)                                               [        1 ][ DONE ]
sendEmail (1.56)                                            [        0 ][ DONE ]
cups-filters (1.28.8)                                       [        1 ][ DONE ]
vdradmin (3.6.10)                                           [        1 ][ DONE ]
libyajl (2.1.0)                                             [        0 ][ DONE ]
motion (4.3.0)                                              [        0 ][ DONE ]
openvmtools (11.1.0-16036546)                               [        1 ][ DONE ]
apcupsd (3.14.14)                                           [        1 ][ DONE ]
hplip (3.21.2)                                              [        6 ][ DONE ]
nginx (1.19.2)                                              [        1 ][ DONE ]
libdvbpsi (1.3.3)                                           [        0 ][ DONE ]
python-clientform (0.2.9)                                   [        0 ][ DONE ]
ipvsadm (1.29)                                              [        0 ][ DONE ]
libsrtp (1.5.4)                                             [        0 ][ DONE ]
perl-Net-SMTP-SSL (1.04)                                    [        1 ][ DONE ]
iptraf-ng (1.2.1)                                           [        0 ][ DONE ]
mpfire                                                      [        0 ][ DONE ]
rpcbind (1.2.5)                                             [        0 ][ DONE ]
tmux (3.1)                                                  [        1 ][ DONE ]
alac (0.0.7)                                                [        0 ][ DONE ]
perl-MIME-Base64 (3.16)                                     [        0 ][ DONE ]
alsa (1.0.27.1)                                             [        7 ][ DONE ]
python3-yaml (3.13)                                         [        1 ][ DONE ]
fping (5.0)                                                 [        0 ][ DONE ]
libtalloc (2.3.1)                                           [        0 ][ DONE ]
fetchmail (6.3.26)                                          [        0 ][ DONE ]
spice (0.14.0)                                              [        1 ][ DONE ]
perl-Authen-SASL (2.16)                                     [        0 ][ DONE ]
icinga (1.11.4)                                             [       17 ][ DONE ]
tshark (3.4.3)                                              [     1:20 ][ DONE ]
miniupnpd (1.9)                                             [        0 ][ DONE ]
gutenprint (5.2.9)                                          [       19 ][ DONE ]
python3-s3transfer (0.3.3)                                  [        1 ][ DONE ]
gnump3d (3.0)                                               [        0 ][ DONE ]
mpc (0.33)                                                  [        0 ][ DONE ]
watchdog (5.16)                                             [        1 ][ DONE ]
libpri (1.4.10.2)                                           [        0 ][ DONE ]
perl-Carp-Clan (6.08)                                       [        0 ][ DONE ]
spandsp (0.0.6)                                             [        0 ][ DONE ]
keepalived (2.1.5)                                          [        1 ][ DONE ]
spectre-meltdown-checker (0.44)                             [        0 ][ DONE ]
python3-msgpack (0.5.6)                                     [        0 ][ DONE ]
monit (5.28.0)                                              [        1 ][ DONE ]
dnsdist (1.5.1)                                             [        2 ][ DONE ]
telnet (0.17)                                               [        0 ][ DONE ]
sox (14.4.2)                                                [        0 ][ DONE ]
lame (3.100)                                                [        0 ][ DONE ]
libdaemon (0.14)                                            [        1 ][ DONE ]
ghostscript (9.53.3)                                        [       11 ][ DONE ]
iperf (2.0.14a)                                             [        0 ][ DONE ]
foomatic (4.0.9)                                            [       21 ][ DONE ]
tcpdump (4.99.0)                                            [        1 ][ DONE ]
bacula (9.6.7)                                              [        0 ][ DONE ]
client175 (0.7)                                             [        4 ][ DONE ]
libmad (0.15.1b)                                            [        1 ][ DONE ]
python3-dateutil (2.8.1)                                    [        0 ][ DONE ]
python-distutils (2.7.1)                                    [        1 ][ DONE ]
libexif (0.6.22)                                            [        0 ][ DONE ]
nut (2.7.4)                                                 [        2 ][ DONE ]
ncat (7.91)                                                 [        1 ][ DONE ]
tftpd (0.48)                                                [        0 ][ DONE ]
mpd (0.22.6)                                                [        0 ][ DONE ]
vdr_eepg (master)                                           [        1 ][ DONE ]
soxr (0.1.3)                                                [        0 ][ DONE ]
nmap (7.91)                                                 [       13 ][ DONE ]
libassuan (2.5.4)                                           [        0 ][ DONE ]
dpfhack (0.12devel)                                         [        0 ][ DONE ]
vdr_epgsearch (2.4.0+git20191101)                           [        1 ][ DONE ]
nagios_nrpe (4.0.3)                                         [        0 ][ DONE ]
sarg (2.3.11)                                               [        1 ][ DONE ]
sdl (1.2.15)                                                [        0 ][ DONE ]
lcdproc (0.5.7)                                             [        1 ][ DONE ]
rsync (3.2.3)                                               [        0 ][ DONE ]
dehydrated (0.7.0)                                          [        0 ][ DONE ]
python-rssdler (0.4.0a)                                     [        1 ][ DONE ]
frr (6.0)                                                   [        3 ][ DONE ]
libmpeg2 (0.4.1)                                            [        0 ][ DONE ]
stress (1.0.4)                                              [        0 ][ DONE ]
iperf3 (3.9)                                                [        0 ][ DONE ]
perl-File-Tail (1.3)                                        [        0 ][ DONE ]
borgbackup (1.1.13)                                         [        2 ][ DONE ]
sslh (1.7a)                                                 [        0 ][ DONE ]
xvid (1.3.7)                                                [        0 ][ DONE ]
netpbm (10.73.31)                                           [        1 ][ DONE ]
python-optional-src (2.7.18)                                [        8 ][ DONE ]
libogg (1.3.4)                                              [        0 ][ DONE ]
sysbench (1.0.20)                                           [        0 ][ DONE ]
perl-TimeDate (1.20)                                        [        1 ][ DONE ]
python3-docutils (0.16)                                     [        1 ][ DONE ]
stunnel (5.58)                                              [        0 ][ DONE ]
ddrescue (1.25)                                             [        0 ][ DONE ]
libvorbis (1.3.6)                                           [        1 ][ DONE ]
perl-Date-Manip (6.85)                                      [        6 ][ DONE ]
libmicrohttpd (0.9.73)                                      [        0 ][ DONE ]
libtiff (4.3.0)                                             [        1 ][ DONE ]
cifs-utils (6.13)                                           [        0 ][ DONE ]
zabbix_agentd (4.2.6)                                       [        0 ][ DONE ]
traceroute (2.0.18)                                         [        0 ][ DONE ]
sane (1.0.28)                                               [        7 ][ DONE ]
vdr (2.4.4)                                                 [        1 ][ DONE ]
qemu (5.2.0)                                                [       36 ][ DONE ]
strace (5.11)                                               [        0 ][ DONE ]
lcd4linux (0.11.0-svn1200-dpf)                              [        1 ][ DONE ]
freeradius (3.0.21)                                         [        5 ][ DONE ]
perl-Date-Calc (6.4)                                        [        1 ][ DONE ]
bwm-ng (0.6.1-f54b3fa)                                      [        0 ][ DONE ]
lynis (3.0.3)                                               [        1 ][ DONE ]
Checking Logfiles for new Files                                         
*** Build finished in 3:10:42                                           [ DONE ]

                 reply	other threads:[~2021-04-26 21:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FTcyf70snz2xKj@x86-01.haj.ipfire.org \
    --to=nightly-builds@ipfire.org \
    --cc=nightly-builds@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox