1. 09 May, 2022 6 commits
  2. 08 May, 2022 6 commits
  3. 02 May, 2022 9 commits
  4. 01 May, 2022 5 commits
  5. 17 Apr, 2022 10 commits
    • Russ Allbery's avatar
      Update Perl module versions · 3d84c08e
      Russ Allbery authored
      3d84c08e
    • Russ Allbery's avatar
      Ignore PHP *.dep files for SPDX license checks · 14f0117b
      Russ Allbery authored
      phpize or the PHP build system now creates a new *.dep file, which
      we need to ignore when checking for SPDX license declarations.
      14f0117b
    • Russ Allbery's avatar
      Reformat with clang-format · d9db05fe
      Russ Allbery authored
      Pick up the changes from the new .clang-format file from
      rra-c-util.  Reorder some things in util/protocol.h so that
      clang-format won't try to indent the value of the header guard
      macro.
      d9db05fe
    • Russ Allbery's avatar
      Install Perl::Critic::Community for CI · 91f19990
      Russ Allbery authored
      Perl style checks should pass correctly with this module installed,
      adding some additional checks.
      91f19990
    • Russ Allbery's avatar
      Update GitHub Actions dependencies · 567fd2ab
      Russ Allbery authored
      Update to the latest versions, and use the major version dependency
      for install-with-cpanm.
      567fd2ab
    • Russ Allbery's avatar
      Run CI on merge requests to main · 63e38373
      Russ Allbery authored
      The default branch has been renamed from master to main.
      63e38373
    • Russ Allbery's avatar
      Update to rra-c-util 10.2 · a2d0b5c3
      Russ Allbery authored
      The Perl libraries and the remctl test suite now require Perl 5.10 or
      later.
      
      * Fix IN6_ARE_ADDR_EQUAL Autoconf probe on macOS.
      * Fix compiler flag probes with Clang.
      * Check that Kerberos headers can be included.
      * Fix util/fdflag test on Solaris 11 and OpenBSD.
      * Suppress some additional warnings in GCC 10.
      
      There are also lots of formatting changes from the updates to
      clang-format and the Perl formatting rules, and various updates
      to comments and other non-user-visible changes.
      a2d0b5c3
    • Russ Allbery's avatar
      Update for Autoconf 2.71 · 989acbb3
      Russ Allbery authored
      Replace some obsolete macros with their new names.  Add configure~
      to .gitignore, since Autoconf now generates it.  Drop AC_PROG_INSTALL
      which no longer seems to be needed (remctl never calls install
      directly).
      989acbb3
    • Russ Allbery's avatar
      Update metadata of protocol documentation · e4dff4f6
      Russ Allbery authored
      Update my current employer, remove a now-unnecessary DOCTYPE
      setting that current xml2rfc complains about, and add the
      now-recommended submissionType attribute.
      e4dff4f6
    • Russ Allbery's avatar
      Use the new call syntax for xml2rfc · 1868fb4e
      Russ Allbery authored
      The current version of xml2rfc has changed its command-line
      interface and now doesn't want one to specify the output file.
      1868fb4e
  6. 19 Jul, 2021 2 commits
  7. 13 Mar, 2021 2 commits
    • Russ Allbery's avatar
      Suppress another Ruby warning · 169ce966
      Russ Allbery authored
      gnu-zero-variadic-macro-arguments is a new Clang warning that
      triggers for Ruby code.
      169ce966
    • Russ Allbery's avatar
      Suppress another warning building Perl code · 9a5f9fe5
      Russ Allbery authored
      Disable implicit-fallthrough warnigns in Clang when building Perl
      code, since in at least Perl 5.30 there is inline hash code that
      uses this pattern.  It has the magic comments, but the latest Clang
      has stopped supporting those.
      9a5f9fe5