Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder libpcap-solaris11-amd64 Build #188

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revision87b6a456dd7ac9e34231f8a0a3f99a13a59b4419
Got Revision87b6a456dd7ac9e34231f8a0a3f99a13a59b4419
Changes8 changes

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-libpcap-solaris11-amd64' triggered this build

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell './build_matrix.sh' ( 7 hrs, 18 mins, 40 secs )
    1. stdio
    2. config.log
  3. trigger triggered trigger-tcpdump-solaris10-amd64 ( 8 mins, 26 secs )
    1. - no logs -
    2. tcpdump-solaris10-amd64 #6256

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/libpcap-solaris11-amd64 slave
buildername libpcap-solaris11-amd64 Builder
buildnumber 188 Build
codebase Build
got_revision 87b6a456dd7ac9e34231f8a0a3f99a13a59b4419 Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision 87b6a456dd7ac9e34231f8a0a3f99a13a59b4419 Build
scheduler schedule-libpcap-solaris11-amd64 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/libpcap-solaris11-amd64 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartSun Sep 13 12:14:31 2026
EndSun Sep 13 19:41:44 2026
Elapsed7 hrs, 27 mins, 12 secs

All Changes:

:

  1. Change #281648

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 12 Sep 2026 14:03:51
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 30d2fc19d4eacee778912869067521198c0bbcf5

    Comments

    Fix an error message in gen_linktype().
    In this context the link-layer type is the same for all packets, and the
    link-layer protocol is the key matching factor.

    Changed files

    • gencode.c
    • testprogs/TESTrun
  2. Change #281649

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 12 Sep 2026 15:48:43
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision af4783b3f7968bf33a6a6499931c4e59ec85b3b6

    Comments

    Guard malloc() result in stringtoport().
    As cppcheck duly notes:
    gencode.c:7035:10: warning: If memory allocation fails, then there is a
      possible null pointer dereference: cpy [nullPointerOutOfMemory]
    gencode.c:7036:3: warning: If memory allocation fails, then there is a
      possible null pointer dereference: cpy [nullPointerOutOfMemory]

    Changed files

    • gencode.c
  3. Change #281650

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sun 13 Sep 2026 00:21:14
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision aceed7df6ed95872f1d58bb4fadb68ad6b4c7b38

    Comments

    pcap-filter(7): "gateway" isn't backward compatible.
    Document the earlier commits a027fdc and cc0e534.

    Changed files

    • pcap-filter.manmisc.in
  4. Change #281651

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sun 13 Sep 2026 00:22:11
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 88fdb8a13009f97fb6dd9fb2e35f6e8114d6ebf3

    Comments

    In pcap_compile() validate the filter program.
    As suggested by Taylor R Campbell of NetBSD.

    Changed files

    • gencode.c
  5. Change #281652

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sun 13 Sep 2026 02:01:59
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 395a5baa193c884b973170fdf71838edfc5eb579

    Comments

    Makefile: Fix "releasecheck" on OpenBSD.
    FreeBSD, GNU, illumos, NetBSD and Solaris 11.4 implementations of tar
    tolerate the missing compression option and detect the filter program
    that the archive requires.  OpenBSD tar implementation is traditional
    in this sense even in release 7.9:
    
    $ make releasecheck
    No libpcap-1.11.0-PRE-GIT tag. Archive build from HEAD.
    autoreconf identification: 2.72
    tar: input compressed with gzip; use the -z option to decompress it

    Changed files

    • Makefile.in
  6. Change #281653

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sun 13 Sep 2026 12:20:10
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 350c1eecabb077019c3aa1f8a38f652d9b43566b

    Comments

    CHANGES: Refine the 1.11.0 section.
    Omit the snf_read() change, which removed dead code.  With regard to
    various primitives say "argument" instead of "value" (which can be
    understood as the packet data) or "argument value" (which is a
    tautology).  Move the DOT entry to a more appropriate sub-section.
    Coalesce the group of "warning-free" entries into one.  Say "on QNX".

    Changed files

    • CHANGES
  7. Change #281654

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sun 13 Sep 2026 12:35:25
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 6c3d1d5b8ea7149e8073656a933d494b7e61e83a

    Comments

    List all recent contributors in CREDITS.

    Changed files

    • CREDITS
  8. Change #281655

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sun 13 Sep 2026 13:05:12
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 87b6a456dd7ac9e34231f8a0a3f99a13a59b4419

    Comments

    This is libpcap 1.11.0, released on 2026-09-13.

    Changed files

    • CHANGES
    • VERSION