]> git.ipfire.org Git - location/debian/libloc.git/commit
New upstream version 0.9.18 upstream upstream/0.9.18
authorHans-Christoph Steiner <hans@eds.org>
Mon, 17 Mar 2025 13:39:04 +0000 (14:39 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 17 Mar 2025 13:39:04 +0000 (14:39 +0100)
commit9f4a5fcff20991bb95328f62914fb37b721d6263
tree9aeeab6b1404c8ee8635bb31832d6e60b0fbf39e
parent3b713f8b07cad5ff082fbcacab69c5d014db2fdb
New upstream version 0.9.18
59 files changed:
.gitignore
Jenkinsfile [new file with mode: 0644]
Makefile.am
README.md [new file with mode: 0644]
configure.ac
data/database.db
debian/changelog
debian/control
debian/libloc-dev.install
debian/location.install
debian/lua-location.install [new file with mode: 0644]
debian/rules
m4/ax_prog_lua_modules.m4 [new file with mode: 0644]
po/POTFILES.in
po/de.po
po/ka.po
src/country.c
src/database.c
src/libloc.c
src/libloc.sym
src/libloc/address.h
src/libloc/libloc.h
src/libloc/network-tree.h [new file with mode: 0644]
src/libloc/network.h
src/lua/as.c [new file with mode: 0644]
src/lua/as.h [new file with mode: 0644]
src/lua/compat.h [new file with mode: 0644]
src/lua/country.c [new file with mode: 0644]
src/lua/country.h [new file with mode: 0644]
src/lua/database.c [new file with mode: 0644]
src/lua/database.h [new file with mode: 0644]
src/lua/location.c [new file with mode: 0644]
src/lua/location.h [new file with mode: 0644]
src/lua/network.c [new file with mode: 0644]
src/lua/network.h [new file with mode: 0644]
src/network-list.c
src/network-tree.c [new file with mode: 0644]
src/network.c
src/perl/Location.xs
src/python/as.c
src/python/country.c
src/python/database.c
src/python/location/database.py
src/python/location/downloader.py
src/python/location/importer.py [deleted file]
src/python/network.c
src/resolv.c
src/scripts/location-importer.in
src/stringpool.c
src/test-address.c
src/test-as.c
src/test-database.c
src/test-network.c
src/test-stringpool.c
src/writer.c
tests/lua/main.lua.in [new file with mode: 0755]
tests/python/country.py [new file with mode: 0755]
tests/python/networks-dedup.py [new file with mode: 0755]
tools/copy.py [new file with mode: 0644]