• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

stefanberger / swtpm
73%
master: 74%

Build:
Build:
LAST BUILD BRANCH: HEAD
DEFAULT BRANCH: master
Repo Added 23 Oct 2018 06:52PM UTC
Files 84
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH stable-0.3.0
branch: stable-0.3.0
CHANGE BRANCH
x
Reset
  • stable-0.3.0
  • 0.4.0-release
  • HEAD
  • add_seccomp_profile
  • atomic_file_write
  • capabilities
  • changes
  • check_gnutls_3_4_0
  • cleanup
  • coverall
  • coverity_scan
  • cuse_flags_options
  • cuse_partial_read
  • dynamic_hlk_compliance
  • enable_spaces_in_paths
  • fix
  • fix_deb_dependencies
  • fix_swtpm_localca_passwords
  • fix_tests
  • fix_typo
  • fixes
  • manpages
  • master
  • master.build-sys
  • master.deadcode
  • master.fix_build
  • master.fix_cuse_tpm
  • master.fix_swtpm_bios_test
  • master.next
  • master.next.libtpms-rev155
  • master.ossl3.rsa
  • master.swtpm-localca-to-bindir
  • master.swtpm_setup_memcpy_macro_fix
  • master.swtpm_setup_tpm_version_support
  • master.wextra
  • no_file_streams
  • osx_fix
  • python-install
  • release-0.5.0
  • restorecon
  • revert_port_change
  • rpmspec
  • rsa_3072
  • rsa_3072_splitoff
  • seccomp_cleanup
  • sigpipe_fixes
  • silent_rules
  • softhsm_setup
  • stable-0.1.0
  • stable-0.1.0-next
  • stable-0.2.0
  • stable-0.2.0-next
  • stable-0.3.0-next
  • stable-0.4
  • stable-0.4-next
  • stable-0.5
  • stable-0.5-next
  • stable-0.6
  • stable-0.6-next
  • stable-0.7
  • stefanberger/add_file_permission_test
  • stefanberger/backend_is_available
  • stefanberger/debian-no-trousers
  • stefanberger/fix-tpm2-abrmd-tests
  • stefanberger/fix_for_bsd
  • stefanberger/fix_fresbsd
  • stefanberger/fix_issue568
  • stefanberger/fix_memory_leaks
  • stefanberger/fsync_best_effort
  • stefanberger/libtpms_profiles
  • stefanberger/print_blobsize_of_states
  • stefanberger/swtpm_search_all_states
  • swtpm-localca-in-python
  • swtpm_cert_work
  • swtpm_localca_in_c
  • swtpm_setup_fds
  • swtpm_setup_fix_bad_pathjoin
  • swtpm_setup_in_c
  • swtpm_setup_in_python
  • swtpm_setup_in_python_p2
  • swtpm_setup_rsa_3072_fixes
  • swtpm_setup_tcsd_interface_fixes
  • swtpm_setup_write_certfiles
  • tcg_command_prefix
  • test
  • test_savecontext
  • testing
  • tests_on_bionic
  • tmp-testing-rev159
  • tpmprofile104
  • use_ibmtss_1.6.0
  • use_tpm2_for_signing_swtpm_cert
  • v0.1.0
  • v0.1.1
  • v0.2.1
  • v0.3.0
  • v0.3.1
  • v0.3.2
  • v0.3.3
  • v0.3.4
  • v0.4.0
  • v0.4.1
  • v0.4.2
  • v0.5.0
  • v0.5.1
  • v0.5.2
  • v0.6.0
  • v0.6.1
  • v0.7.0-rc1
  • various

pending completion
3193

push

travis-ci-com

stefanberger
build-sys: Call autoupdate and fix some resulting issues

autoreconf from autoconf 2.71 emmits a lot of warnings:

+ autoreconf -fiv
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: aclocal --force -I m4
autoreconf: running: /usr/bin/autoconf --force
configure.ac:29: warning: The macro `AC_CONFIG_HEADER' is obsolete.
configure.ac:29: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.ac:29: the top level
configure.ac:53: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:53: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:53: the top level
configure.ac:76: warning: The macro `AC_HEADER_STDC' is obsolete.
configure.ac:76: You should run autoupdate.
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:76: the top level
configure.ac:81: warning: The macro `AC_TYPE_SIGNAL' is obsolete.
configure.ac:81: You should run autoupdate.
./lib/autoconf/types.m4:776: AC_TYPE_SIGNAL is expanded from...
configure.ac:81: the top level
configure.ac:202: warning: The macro `AC_HELP_STRING' is obsolete.
configure.ac:202: You should run autoupdate.
./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from...
configure.ac:202: the top level
configure.ac:267: warning: The macro `AC_HELP_STR... (continued)

3525 of 4845 relevant lines covered (72.76%)

22856.93 hits per line

Relevant lines Covered
Build:
Build:
4845 RELEVANT LINES 3525 COVERED LINES
22856.93 HITS PER LINE
Source Files on stable-0.3.0
  • Tree
  • List 58
  • Changed 23
  • Source Changed 1
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
3193 stable-0.3.0 build-sys: Call autoupdate and fix some resulting issues autoreconf from autoconf 2.71 emmits a lot of warnings: + autoreconf -fiv autoreconf: export WARNINGS= autoreconf: Entering directory '.' autoreconf: configure.ac: not using Gettext autore... push 24 Jun 2021 04:17AM UTC stefanberger travis-ci-com pending completion  
3027 stable-0.3.0 tests: Allow volatile state file >= 9000 bytes in test_tpm2_migration_key Changes to libtpms will require that the volatile state files during this test may be larger than 9000 bytes. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> push 13 May 2021 08:47PM UTC stefanberger travis-ci-com pending completion  
2606 stable-0.3.0 samples: Apply password for signing key when creating platform cert (bugfix) Apply the password for the signing key and parent key when creating a platform certificate. The bug was introduced in commit 961bb827 "samples: Use new pwd format option... push 16 Sep 2020 04:59PM UTC stefanberger travis-ci pending completion  
2424 stable-0.3.0 swtpm: Change include of sys/fcntl.h to fcntl.h Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> push 16 Aug 2020 05:45PM UTC stefanberger travis-ci pending completion  
2414 stable-0.3.0 rpm/debian: Add 0.3.4-1 entry to changelog Also add missing 0.3.3-1 entries. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> push 11 Aug 2020 07:25PM UTC stefanberger travis-ci pending completion  
2343 stable-0.3.0 tests: Assign unique ports 65452/65453 to test_tpm2_save_load_state Assign the unique port 65452/65354 to test_tpm2_save_load_state to avoid conflict with test_tpm_probe also using SWTPM_SERVER_PORT=65526 SWTPM_CTRL_PORT=65527 Signed-off-by: St... push 06 Aug 2020 09:36PM UTC stefanberger travis-ci pending completion  
2327 stable-0.3.0 tests: Modify sample key to be 2048 bit rather than only 2033 bit The generated sample keys started with 00010203, thus leaving the upper 15 bits of the key as '0', which in turn causes gnutls to think that the key is only 2033 bit long, thus rej... push 31 Jul 2020 08:04PM UTC stefanberger travis-ci pending completion  
2310 stable-0.3.0 CHANGES: Updated CHANGES document for 0.3.3 Signed-off-by: Stefan Berger <stefanb@linux.ibm.com> push 27 Jul 2020 07:19PM UTC stefanberger travis-ci pending completion  
2278 stable-0.3.0 build-sys: Explicitly link libswtpm_libtpms with -lcrypto (Gentoo) This patch fixes the following linker issue reported for Gentoo in issue #280. ld.lld: error: /var/tmp/portage/app-crypt/swtpm-0.3.1-r1/work/swtpm-0.3.1/src/swtpm/.libs/libswtpm_... push 22 Jul 2020 12:43PM UTC stefanberger travis-ci pending completion  
2253 stable-0.3.0 debian: Address some issues raised by lintian Remove swtpm_cuse related install script since not needed anymore. Also address the following issue: E: swtpm-tools: unknown-control-interpreter control/postinst #!/usr/bin/env Signed-off-by: Stefa... push 09 Jul 2020 11:14PM UTC Stefan Berger travis-ci pending completion  
See All Builds (3340)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc