1. 04 5月, 2015 1 次提交
  2. 20 11月, 2014 1 次提交
  3. 06 11月, 2014 1 次提交
  4. 04 11月, 2014 1 次提交
    • Travis Cross's avatar
      Avoid mod_shout on sid/jessie for now · 20542305
      Travis Cross 提交于
      On sid the build breaks on "undefined reference to symbol
      'ogg_sync_init'".  We'll just avoid mod_shout on sid/jessie until this
      is worked out.
      20542305
  5. 30 10月, 2014 1 次提交
    • Travis Cross's avatar
      Handle debian's libtool-bin change · 1922dfdd
      Travis Cross 提交于
      The libtool binary used to be contained in the libtool package.  As of
      current sid/jessie the libtool package contains everything about
      libtool but the libtool binary, and we need to install libtool-bin to
      get the libtool binary itself.  Which is to say that Debian decided to
      make the libtool package architecture-independent.
      
      Without this commit the FS debian packaging will not build/bootstrap
      on sid/jessie.
      1922dfdd
  6. 16 10月, 2014 2 次提交
  7. 13 10月, 2014 1 次提交
  8. 10 10月, 2014 1 次提交
    • Travis Cross's avatar
      Fix crash on transport=tls with non-TLS profile · 60b36539
      Travis Cross 提交于
      We use the transport of the Contact header of the remote UAC to decide
      which of our own Contact addresses we should use when replying to a
      SUBSCRIBE or sending a presence NOTIFY.
      
      If TLS is not enabled on a Sofia profile, then the TLS Contacts for
      that profile are NULL.  Unfortunately we were using these NULL values
      uncritically when the remote UAC sent us a Contact header with a TLS
      transport and our own Sofia profile did not have TLS enabled.
      
      With this commit we fall back to our TCP Contact address when the
      remote Contact is TLS and our Sofia profile does not have TLS enabled.
      60b36539
  9. 09 10月, 2014 1 次提交
    • Chris Rienzo's avatar
      mod_rayo: fix error in SRGS grammar parser...… · 1eebeaa7
      Chris Rienzo 提交于
      mod_rayo: fix error in SRGS grammar parser... <one-of><item>7</item><item>715</item></one-of> will return MATCH_END with input of 7 instead of MATCH since 715 is a potential match with further input.
      1eebeaa7
  10. 26 9月, 2014 1 次提交
  11. 24 9月, 2014 1 次提交
  12. 10 9月, 2014 6 次提交
  13. 09 9月, 2014 1 次提交
    • Travis Cross's avatar
      Fix build on Debian sid/jessie · 790fa8c6
      Travis Cross 提交于
      Debian has packaged libpq version 9.4beta2.  We were parsing the minor
      version as "4beta2" and then trying to treat it as a constant integer,
      which obviously doesn't work.
      
      There's not really a perfect way to handle versions like this, so
      we'll just pretend it's 9.4.0.
      790fa8c6
  14. 08 9月, 2014 2 次提交
  15. 14 8月, 2014 1 次提交
  16. 12 8月, 2014 2 次提交
  17. 08 8月, 2014 1 次提交
  18. 05 8月, 2014 1 次提交
  19. 04 8月, 2014 1 次提交
  20. 11 7月, 2014 1 次提交
  21. 03 7月, 2014 1 次提交
  22. 30 6月, 2014 1 次提交
  23. 24 6月, 2014 2 次提交
  24. 23 6月, 2014 2 次提交
  25. 17 6月, 2014 1 次提交
  26. 16 6月, 2014 1 次提交
  27. 13 6月, 2014 1 次提交
  28. 11 6月, 2014 3 次提交