Skip to content
Snippets Groups Projects
  1. Jun 01, 2020
  2. Feb 17, 2020
    • Karel Koci's avatar
      README.adoc: change suggested sort to version sort · be49424d
      Karel Koci authored
      The reason is that compared to default settings of sort version sort is
      going to sort correctly numbers. As an exalple:
      1.1, 1.2, 1.12
      should be sorted as stated here byt sorf possibly sortes it as:
      1.1, 1.12, 1.2
      be49424d
  3. Jan 13, 2020
  4. Jan 07, 2020
    • Karel Koci's avatar
      Change extension for README and WORKFLOW · 46a88506
      Karel Koci authored
      Change .asciidoc to more standard and shorter .adoc.
      
      This potentially breaks some links to workflow in master from outside
      but in general is has to happen to be consistent with other projects and
      future changes in them.
      46a88506
  5. Sep 04, 2019
    • Karel Koci's avatar
      README: update section about releases to be more general · 9d932e93
      Karel Koci authored
      The original text was little bit cryptic and wasn't true in the end
      because master is now considered v6.0 and this of course changes as we
      go trough new versions. This should now explain reader how to get
      specific version in more general terms.
      9d932e93
    • Karel Koci's avatar
      README: update section about releases to be more general · b2a143d7
      Karel Koci authored
      The original text was little bit cryptic and wasn't true in the end
      because master is now considered v6.0 and this of course changes as we
      go trough new versions. This should now explain reader how to get
      specific version in more general terms.
      b2a143d7
  6. Sep 01, 2019
    • Josef Schlehofer's avatar
      README: Add gcc-multilib to dependencies · 7efa02fa
      Josef Schlehofer authored
      gcc-multilib is required on host for compiling luajit.
      If it is not installed, luajit fails with this error:
      
      fatal error: bits/libc-header-start.h: No such file or directory
      
      We use Luajit for Knot Resolver, Suricata.
      7efa02fa
  7. May 30, 2019
  8. Mar 14, 2019
  9. Dec 06, 2018
  10. Aug 06, 2018
  11. Mar 07, 2018
  12. Jan 25, 2018
  13. Jan 19, 2018
    • Michal Hrusecky's avatar
      Initial version of build scripts · 4672d939
      Michal Hrusecky authored
      
      Commiting basic building script. Some functionality is already there, what is
      missing is handling branches and freezing stuff, correct version setup (no need
      in development for now), userlist generation and medkit creation (no need till
      we build at least a big part of packages).
      
      Signed-off-by: default avatarMichal Hrusecky <Michal@Hrusecky.net>
      4672d939