1. 25 Apr, 2019 8 commits
    • Vincent Pelletier's avatar
      logrotate: version up to 3.15 . · 68d93ac2
      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
      68d93ac2
    • Vincent Pelletier's avatar
      gzip: version up to 1.10 . · 09096b65
      Vincent Pelletier authored
      09096b65
    • Vincent Pelletier's avatar
      coreutils: version up to 8.30 . · d55a3dc8
      Vincent Pelletier authored
      To get new gnulib, fixing build on modern glibc.
      d55a3dc8
    • Vincent Pelletier's avatar
      findutils: version up to current git master. · 467269a1
      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).
      467269a1
    • Vincent Pelletier's avatar
      binutils: multiple version up. · ff0adf2a
      Vincent Pelletier authored
      In order to fix (at least) gcc 5.5 build on gcc 8.3.0 .
      ff0adf2a
    • Vincent Pelletier's avatar
      f1843540
    • Vincent Pelletier's avatar
      stack/cloudooo: Drop stunnel. · 00459ce9
      Vincent Pelletier authored
      Nothing uses it in this software release.
      00459ce9
    • Vincent Pelletier's avatar
      stack/erp5: Drop stunnel. · f5552515
      Vincent Pelletier authored
      Nothing uses it in this software release.
      f5552515
  2. 24 Apr, 2019 3 commits
  3. 23 Apr, 2019 9 commits
  4. 22 Apr, 2019 1 commit
    • Julien Muchembled's avatar
      NEO: only load MariaDB plugin for chosen engine · d0df63cf
      Julien Muchembled authored
      For the test suite, all plugins are still loaded if no engine is specified.
      
      Loading TokuDB whereas RocksDB is used is quite annoying because:
      - TokuDB creates many threads
      - RocksDB opens many files
      We had systems where lsof takes a few minutes to output 10 million lines.
      
      This will also make the datadir a bit cleaner.
      d0df63cf
  5. 19 Apr, 2019 2 commits
  6. 18 Apr, 2019 3 commits
  7. 17 Apr, 2019 6 commits
  8. 16 Apr, 2019 2 commits
  9. 15 Apr, 2019 1 commit
  10. 12 Apr, 2019 5 commits