Skip to content
Snippets Groups Projects
  1. Dec 19, 2021
  2. Oct 07, 2021
    • Matthias Schiffer's avatar
      Set PKG_VERSION in gluon.mk · f419db58
      Matthias Schiffer authored
      This removes PKG_VERSION and PKG_RELEASE from most Makefiles, as the
      value was never useful for Gluon packages; instead, PKG_VERSION is set
      to 1 in gluon.mk.
      
      It also removes two other weird definitions:
      
      - gluon-iptables-clamp-mss-to-pmtu replicating the old PKG_VERSION logic
        from gluon-core, but without the fixed PKG_BUILD_DIR to prevent
        unnessary rebuilds
      - gluon-hoodselector set GLUON_VERSION=3
      f419db58
  3. Oct 05, 2021
    • Matthias Schiffer's avatar
      gluon-core, gluon-site: get version numbers from .config · a6187cce
      Matthias Schiffer authored
      Calling git describe directly breaks isolation between the build system
      and packages. Replace this with proper .config variables, like we
      already do for GLUON_RELEASE.
      
      Also replace the PKG_VERSION hack with a static '1', as we do for other
      packages - while having those version numbers in opkg was cute, it was
      also entirely useless. Having a fixed PKG_VERSION allows us to remove
      the PKG_BUILD_DIR override as well.
      Unverified
      a6187cce
  4. Sep 13, 2021
  5. Sep 04, 2021
    • Matthias Schiffer's avatar
      treewide: clean up site checks for prefix[46] and extra_prefixes6 · 1ae70469
      Matthias Schiffer authored
      - Move site check for prefix4 and extra_prefixes6 to gluon-core, so the
        rules don't need to be duplicated in several packages. This also fixes
        gluon-respondd not checking extra_prefixes6 at all when
        gluon-ebtables-source-filter is not installed as well.
      - A redundant check for prefix6 is removed from gluon-l3roamd (this was
        already checked by gluon-core)
      - A separate check for prefix4 remains in gluon-client-bridge, as the
        setting in mandatory there
      Unverified
      1ae70469
  6. Aug 28, 2021
  7. Aug 27, 2021
  8. Aug 12, 2021
  9. Aug 11, 2021
  10. Aug 10, 2021
  11. Jul 23, 2021
  12. Jul 17, 2021
  13. Jul 15, 2021
  14. Jul 13, 2021
  15. Jul 12, 2021
  16. Jul 01, 2021
  17. Jun 29, 2021
  18. Jun 26, 2021
  19. Jun 21, 2021
  20. Jun 15, 2021
  21. May 05, 2021
  22. Apr 27, 2021
  23. Mar 07, 2021
  24. Jan 13, 2021
  25. Jan 10, 2021
  26. Jan 09, 2021
  27. Dec 29, 2020
Loading