Skip to content
Snippets Groups Projects
  1. Sep 07, 2016
  2. Sep 02, 2016
  3. Sep 01, 2016
  4. Aug 26, 2016
  5. Aug 24, 2016
  6. Aug 12, 2016
  7. Aug 08, 2016
  8. Aug 05, 2016
  9. Aug 03, 2016
  10. Aug 02, 2016
  11. Jul 22, 2016
  12. Jul 21, 2016
    • Brad King's avatar
      f19aca60
    • Brad King's avatar
      40d5375c
    • Justin Clift's avatar
      NSIS: Quote uninstaller path when executing it in a shell · 11768733
      Justin Clift authored and Brad King's avatar Brad King committed
      
      Protect our `$0` reference in the shell as `"$0"`.  Otherwise it works
      with a space in the path only due to an insecure Windows feature.
      
      Prior to this fix, any installer using the option added by commit
      v2.8.9~234^2 (Added CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL,
      2011-06-11) exposes a local privilege escalation vulnerability.
      
      Reported-by: default avatarAmir Szekely <kichik@gmail.com>
      Reported-by: Ug_0 Security
      11768733
    • Brad King's avatar
      Autogen: Revert changes to generate moc/rcc in subdirectories · 5e55d87b
      Brad King authored
      Revert these commits:
      
      * v3.6.0-rc1~134^2
        Tests: QtAutogen: Same source name in different directories test, 2016-04-13
      * v3.6.0-rc1~134^2~1
        Autogen: Generate qrc_NAME.cpp files in subdirectories, 2016-04-19
      * v3.6.0-rc1~134^2~2
        Autogen: Generate not included moc files in subdirectories, 2016-04-19
      
      They regress existing builds that depend on the paths/symbols generated
      previously.  Another approach will be needed to solve the name collision
      problem they were intended to solve.  Leave the error diagnostics for
      the colliding cases that were added in the same topic as the above
      commits because they provide a useful early failure in relevant cases.
      
      Fixes #16209.
      5e55d87b
Loading