1. 04 Jul, 2012 5 commits
  2. 03 Jul, 2012 29 commits
  3. 02 Jul, 2012 4 commits
  4. 01 Jul, 2012 2 commits
    • Rafaël Carré's avatar
      contrib: taglib: don't crash with strange files · c7f19291
      Rafaël Carré authored
      Close #7036
      Patch sent upstream
      c7f19291
    • Felix Paul Kühne's avatar
      package/macosx: enhanced the codesign script to add a designated signature to... · 41e20140
      Felix Paul Kühne authored
      package/macosx: enhanced the codesign script to add a designated signature to enhance its compatibility
      
      Note 3 things
      
       - the included hashes are common knowledge, non-exploitable and hence don't constitute a security issue
      
       - you need a valid Developer ID private key to create GateKeeper compatible signatures
      
       - If you don't use VideoLAN's Dev ID, that's noticable but doesn't limit the app's behavior in any detail.
      
      This commit also limits the signing process to the compiled lua scripts and no longer signs the entire lua folder since this would limit the usage experience and it isn't reasonable either.
      41e20140