build: change the fallback version suffix to `+git.{sha}`

Seems to be more commonly used than the current `-commit-{sha}`.
Also cleanup/simplify the version handling code and fix the list
of dependencies in the CI scripts.

Change-Id: I75d9e492523c296ad69c5b94be071836308f4ad8
6 files changed
tree: bfcf49ca3f91845aee5b52024c1f55f651949525
  1. .github/
  2. .jenkins.d/
  3. .waf-tools/
  4. docs/
  5. examples/
  6. src/
  7. tests/
  8. tools/
  9. .editorconfig
  10. .gitignore
  11. .jenkins
  12. .mailmap
  13. AUTHORS.md
  14. COPYING.lesser
  15. COPYING.md
  16. libndn-nac.pc.in
  17. README.md
  18. waf
  19. wscript
README.md

NAC: Name-Based Access Control Library for NDN

Language CI Docs

Reporting bugs

Please submit any bug reports or feature requests to the NAC issue tracker.

Contributing

Contributions to NAC are greatly appreciated and can be made through our Gerrit code review site. If you are new to the NDN software community, please read our Contributor's Guide to get started.

License

NAC is free software distributed under the GNU Lesser General Public License version 3. See COPYING.md and COPYING.lesser for details.