Skip to content
Snippets Groups Projects
  1. Jul 25, 2022
  2. Jun 27, 2022
  3. Jun 20, 2022
  4. May 10, 2022
  5. May 01, 2022
  6. Apr 27, 2022
  7. Apr 01, 2022
  8. Mar 21, 2022
  9. Mar 19, 2022
  10. Mar 15, 2022
  11. Feb 11, 2022
  12. Jan 21, 2022
  13. Jan 20, 2022
  14. Dec 27, 2021
  15. Nov 05, 2021
  16. Nov 03, 2021
  17. Nov 02, 2021
  18. Oct 31, 2021
  19. Oct 26, 2021
  20. Oct 25, 2021
  21. Oct 15, 2021
  22. Aug 25, 2021
  23. Aug 13, 2021
    • Radko Krkoš's avatar
      Fix lintian's privacy-breach-uses-embedded-file · a5151d11
      Radko Krkoš authored
      * The maintenance apache site used bootstrap.min.css downloaded
        from the CDN. This is discouraged according to lintian:
        $ lintian-info -t privacy-breach-uses-embedded-file
      * The canonical way to solve this issue is to use the corresponding
        debian package providing the referenced file, which does indeed
        exist: 'libjs-bootstrap'. In hawat, which this maintenance site
        replaces during downtime, corresponding css file is included
        statically, so adding another dependency just for maintenance
        site is an overkill. Both the static hawat version and the version
        in current debian's libjs-bootstrap are from Bootstrap v3.4.1,
        but the maintenance site is based on v4.3.1, so just download
        that and include it statically. The misversioning might be a typo
        and then either reusing the hawat's version or changing both
        to use the debian's packaged one might be a better way.
      a5151d11
  24. Aug 03, 2021
  25. Jul 15, 2021
  26. May 31, 2021
  27. May 28, 2021
  28. May 26, 2021
    • Radko Krkoš's avatar
      Fix lintian's privacy-breach-uses-embedded-file · 1153bea3
      Radko Krkoš authored
      * The maintenance apache site used bootstrap.min.css downloaded
        from the CDN. This is discouraged according to lintian:
        $ lintian-info -t privacy-breach-uses-embedded-file
      * The canonical way to solve this issue is to use the corresponding
        debian package providing the referenced file, which does indeed
        exist: 'libjs-bootstrap'. In hawat, which this maintenance site
        replaces during downtime, corresponding css file is included
        statically, so adding another dependency just for maintenance
        site is an overkill. Both the static hawat version and the version
        in current debian's libjs-bootstrap are from Bootstrap v3.4.1,
        but the maintenance site is based on v4.3.1, so just download
        that and include it statically. The misversioning might be a typo
        and then either reusing the hawat's version or changing both
        to use the debian's packaged one might be a better way.
      1153bea3
Loading