Skip to content
  1. Jan 20, 2020
  2. Jan 19, 2020
  3. Jan 18, 2020
  4. Jan 17, 2020
  5. Jan 16, 2020
    • Stijn Tintel's avatar
      libseccomp: install missing header file · c01462dc
      Stijn Tintel authored
      As of version 2.4.2, libseccomp ships a new header file
      seccomp-syscalls.h. Install it in InstallDev.
      
      Fixes: 71b663b3
      
       ("libseccomp: update to version 2.4.2")
      Signed-off-by: default avatarStijn Tintel <stijn@linux-ipv6.be>
      Acked-by: default avatarRosen Penev <rosenp@gmail.com>
      c01462dc
    • Stijn Tintel's avatar
      libftdi1: disable building documentation · c1318436
      Stijn Tintel authored
      
      
      This fixes the following build failure:
      
      [ 66%] Generating ../doc/xml/ftdi_8c.xml
      warning: Tag 'PERL_PATH' at line 2083 of file 'Doxyfile' has become obsolete.
               To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
      warning: Tag 'MSCGEN_PATH' at line 2105 of file 'Doxyfile' has become obsolete.
               To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
      [ 72%] Generating ftdi1_doc.i
      Traceback (most recent call last):
        File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 457, in <module>
          main()
        File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 453, in main
          convert(args[0], args[1], not options.func_def, options.quiet)
        File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 430, in convert
          p = Doxy2SWIG(input, include_function_definition, quiet)
        File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 72, in __init__
          f = my_open_read(src)
        File "/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/python/doxy2swig.py", line 44, in my_open_read
          return open(source)
      FileNotFoundError: [Errno 2] No such file or directory: '/home/stijn/Development/LEDE/source/build_dir/target-x86_64_musl/libftdi1-1.4/doc/xml/ftdi_8c.xml'
      
      Signed-off-by: default avatarStijn Tintel <stijn@linux-ipv6.be>
      Acked-by: default avatarRosen Penev <rosenp@gmail.com>
      c1318436
    • Stijn Tintel's avatar
      strongswan: bump to 5.8.2 · f68f23f0
      Stijn Tintel authored
      
      
      Signed-off-by: default avatarStijn Tintel <stijn@linux-ipv6.be>
      f68f23f0
    • Rosen Penev's avatar
      Merge pull request #11036 from ja-pa/libarchive-3.4.1 · 9dcf4a93
      Rosen Penev authored
      libarchive: update to version 3.4.1
      9dcf4a93
    • Rosen Penev's avatar
      Merge pull request #11039 from cotequeiroz/onig · 6a61b686
      Rosen Penev authored
      oniguruma: bump to version 6.9.4
      6a61b686
    • Rosen Penev's avatar
      Merge pull request #10989 from BKPepe/btrfs-progs-update · 82747d74
      Rosen Penev authored
      btrfs-progs: update to version 5.4.1
      82747d74
    • Jeffery To's avatar
      gpsd: Update to 3.20, add/refresh patches · a29905c4
      Jeffery To authored
      
      
      New patches (both for SConstruct):
      
      * Do not import from distutils. Since Python support/modules are not
        built, there is no need to import from distutils. (Importing from
        distutils may prevent the package from being built on systems without
        a full distutils module, e.g. Debian with python3-minimal.)
      
        I have added back the import in places where it may be helpful to
        have, if scons is run manually.
      
        Fixes #10993.
      
      * Do not check the size of time_t. The way this is done is to compile
        and run a test program; this fails when cross-compiling[1].
      
        This doesn't appear to affect any functionality (other than missing a
        compile-time warning that things will fail in 2038 if time_t is too
        small).
      
      [1]: https://gitlab.com/gpsd/gpsd/issues/48
      
      Signed-off-by: default avatarJeffery To <jeffery.to@gmail.com>
      a29905c4
    • Daniel Golle's avatar
      gnunet: update to version 0.12.2 · ddce0509
      Daniel Golle authored
      
      
      Signed-off-by: default avatarDaniel Golle <daniel@makrotopia.org>
      ddce0509
    • Hannu Nyman's avatar
      Merge pull request #11038 from stangri/master-vpn-policy-routing · 90507d28
      Hannu Nyman authored
      vpn-policy-routing: bugfix: remove conflict with vpnbypass
      90507d28