1. 24 Apr, 2019 8 commits
    • Vincent Pelletier's avatar
      logrotate: version up to 3.15 . · 7ef3df41
      Vincent Pelletier authored
      Fixes FTBFS on recent gcc:
      logrotate.c: In function 'prerotateSingleLog':
      logrotate.c:1328:6: error: 'strncat' specified bound depends on the length of the source argument [-Werror=stringop-overflow=]
            strncat(tempstr, rotNames->baseName, baseLen - extLen);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      logrotate.c:1320:19: note: length computed here
        size_t baseLen = strlen(rotNames->baseName);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~
      logrotate.c:1347:2: error: 'strncat' specified bound depends on the length of the source argument [-Werror=stringop-overflow=]
        strncat(tempstr, rotNames->baseName,
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         strlen(rotNames->baseName) - strlen(log->extension));
         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      logrotate.c:1348:3: note: length computed here
         strlen(rotNames->baseName) - strlen(log->extension));
         ^~~~~~~~~~~~~~~~~~~~~~~~~~
      cc1: all warnings being treated as errors
      7ef3df41
    • Vincent Pelletier's avatar
      gzip: version up to 1.10 . · 4bfb9cee
      Vincent Pelletier authored
      4bfb9cee
    • Vincent Pelletier's avatar
      coreutils: version up to 8.30 . · 994ee11f
      Vincent Pelletier authored
      To get new gnulib, fixing build on modern glibc.
      994ee11f
    • Vincent Pelletier's avatar
      findutils: version up to current git master. · e529b7dc
      Vincent Pelletier authored
      4.6.0, the current latest release, is already years old and fails to build
      on recent glibc (bundled gnulib is too old).
      e529b7dc
    • Vincent Pelletier's avatar
      binutils: multiple version up. · 88786fbf
      Vincent Pelletier authored
      In order to fix (at least) gcc 5.5 build on gcc 8.3.0 .
      88786fbf
    • Vincent Pelletier's avatar
      d2be5971
    • Vincent Pelletier's avatar
      stack/cloudooo: Drop stunnel. · 29ef9e2d
      Vincent Pelletier authored
      Nothing uses it in this software release.
      29ef9e2d
    • Vincent Pelletier's avatar
      stack/erp5: Drop stunnel. · 722e911e
      Vincent Pelletier authored
      Nothing uses it in this software release.
      722e911e
  2. 20 Apr, 2019 1 commit
  3. 19 Apr, 2019 2 commits
  4. 18 Apr, 2019 3 commits
  5. 17 Apr, 2019 4 commits
  6. 16 Apr, 2019 2 commits
  7. 15 Apr, 2019 1 commit
  8. 12 Apr, 2019 11 commits
  9. 11 Apr, 2019 5 commits
  10. 10 Apr, 2019 2 commits
  11. 09 Apr, 2019 1 commit