Skip to content
Snippets Groups Projects
  1. Jul 20, 2022
    • Rosen Penev's avatar
      mutt: add PKG_CONFIG_DEPENDS · 9552a30b
      Rosen Penev authored
      
      Should fix missing dependencies when manupulating options.
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      (cherry picked from commit ecd3a8a8)
      9552a30b
    • Rosen Penev's avatar
      opusfile: add autoreconf · ffe30698
      Rosen Penev authored
      
      Fixes compilation under some hosts.
      
      Added PKG_BUILD_PARALLEL for faster compilation.
      
      Some small cleanups for consistency between packages.
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      (cherry picked from commit 8588715b)
      ffe30698
    • Jeffery To's avatar
      golang: Update to 1.18.4 · 10a6452b
      Jeffery To authored
      
      Includes fixes for:
      
      * CVE-2022-1705: net/http: improper sanitization of Transfer-Encoding
        header
      * CVE-2022-1962: go/parser: stack exhaustion in all Parse* functions
      * CVE-2022-28131: encoding/xml: stack exhaustion in Decoder.Skip
      * CVE-2022-30630: io/fs: stack exhaustion in Glob
      * CVE-2022-30631: compress/gzip: stack exhaustion in Reader.Read
      * CVE-2022-30632: path/filepath: stack exhaustion in Glob
      * CVE-2022-30633: encoding/xml: stack exhaustion in Unmarshal
      * CVE-2022-30635: encoding/gob: stack exhaustion in Decoder.Decode
      * CVE-2022-32148: net/http/httputil: NewSingleHostReverseProxy - omit
        X-Forwarded-For not working
      
      Signed-off-by: default avatarJeffery To <jeffery.to@gmail.com>
      (cherry picked from commit 60168651)
      10a6452b
    • Rosen Penev's avatar
      libextractor: fix iconv handling · fb720635
      Rosen Penev authored
      
      Autoreconf is enough to fix.
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      (cherry picked from commit df335b13)
      fb720635
    • Stijn Tintel's avatar
      glib2: disable fortify source · 7d74fbf3
      Stijn Tintel authored
      
      The glib2 package fails to build when CONFIG_PKG_FORTIFY_SOURCE_1 or
      CONFIG_PKG_FORTIFY_SOURCE_2 is enabled in the OpenWrt config:
      
      In file included from ../glib/libcharset/localcharset.c:28:
      /home/stijn/Development/OpenWrt/openwrt/staging_dir/toolchain-powerpc64_e5500_gcc-11.2.0_musl/include/fortify/stdio.h: In function 'snprintf':
      /home/stijn/Development/OpenWrt/openwrt/staging_dir/toolchain-powerpc64_e5500_gcc-11.2.0_musl/include/fortify/stdio.h:101:9: error: format not a string literal, argument types not checked [-Werror=format-nonliteral]
        101 |         return __orig_snprintf(__s, __n, __f, __builtin_va_arg_pack());
            |         ^~~~~~
      /home/stijn/Development/OpenWrt/openwrt/staging_dir/toolchain-powerpc64_e5500_gcc-11.2.0_musl/include/fortify/stdio.h: In function 'sprintf':
      /home/stijn/Development/OpenWrt/openwrt/staging_dir/toolchain-powerpc64_e5500_gcc-11.2.0_musl/include/fortify/stdio.h:110:17: error: format not a string literal, argument types not checked [-Werror=format-nonliteral]
        110 |                 __r = __orig_snprintf(__s, __b, __f, __builtin_va_arg_pack());
            |                 ^~~
      /home/stijn/Development/OpenWrt/openwrt/staging_dir/toolchain-powerpc64_e5500_gcc-11.2.0_musl/include/fortify/stdio.h:114:17: error: format not a string literal, argument types not checked [-Werror=format-nonliteral]
        114 |                 __r = __orig_sprintf(__s, __f, __builtin_va_arg_pack());
            |                 ^~~
      
      Disable fortify source for the package as a workaround.
      
      Signed-off-by: default avatarStijn Tintel <stijn@linux-ipv6.be>
      (cherry picked from commit 723c4360)
      7d74fbf3
    • Rosen Penev's avatar
      wifidog: fix compilation with more recent wolfssl · 756a3243
      Rosen Penev authored
      
      Needs an extra header. pthread.h is also no longer implicitly included.
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      (cherry picked from commit 4605f98b)
      756a3243
    • Rosen Penev's avatar
      curl: fix compilation with wolfSSL · ef545e03
      Rosen Penev authored
      
      options.h header is needed now.
      
      Signed-off-by: default avatarRosen Penev <rosenp@gmail.com>
      (cherry picked from commit 31757575)
      ef545e03
  2. Jul 18, 2022
  3. Jul 17, 2022
  4. Jul 16, 2022
  5. Jul 15, 2022
  6. Jul 14, 2022
  7. Jul 13, 2022
  8. Jul 11, 2022
  9. Jul 10, 2022
  10. Jul 07, 2022
  11. Jul 06, 2022
  12. Jul 05, 2022
Loading