]> git.ipfire.org Git - location/debian/libloc.git/commit
New upstream version 0.9.13 upstream/0.9.13
authorJochen Sprickerhof <git@jochen.sprickerhof.de>
Wed, 6 Jul 2022 08:54:17 +0000 (10:54 +0200)
committerJochen Sprickerhof <git@jochen.sprickerhof.de>
Wed, 6 Jul 2022 08:54:17 +0000 (10:54 +0200)
commit1f2c3ccb0c9e7fd1fc9eb2004ef4807fc0982934
treed8205faf32fddce27f4e0032f03320db7e571461
New upstream version 0.9.13
122 files changed:
.gitignore [new file with mode: 0644]
COPYING [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
autogen.sh [new file with mode: 0755]
configure.ac [new file with mode: 0644]
debian/.gitignore [new file with mode: 0644]
debian/build.sh [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/genchangelog.sh [new file with mode: 0755]
debian/gensymbols.sh [new file with mode: 0755]
debian/libloc-dev.install [new file with mode: 0644]
debian/libloc1.install [new file with mode: 0644]
debian/libloc1.symbols [new file with mode: 0644]
debian/location-importer.install [new file with mode: 0644]
debian/location-perl.install [new file with mode: 0644]
debian/location-python.examples [new file with mode: 0644]
debian/location-python.install [new file with mode: 0644]
debian/location.install [new file with mode: 0644]
debian/location.manpages [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
debian/watch [new file with mode: 0644]
examples/private-key.pem [new file with mode: 0644]
examples/public-key.pem [new file with mode: 0644]
examples/python/create-database.py [new file with mode: 0644]
examples/python/read-database.py [new file with mode: 0644]
m4/.gitignore [new file with mode: 0644]
m4/attributes.m4 [new file with mode: 0644]
m4/ax_prog_perl_modules.m4 [new file with mode: 0644]
m4/ld-version-script.m4 [new file with mode: 0644]
man/.gitignore [new file with mode: 0644]
man/asciidoc.conf [new file with mode: 0644]
man/libloc.txt [new file with mode: 0644]
man/loc_database_count_as.txt [new file with mode: 0644]
man/loc_database_get_as.txt [new file with mode: 0644]
man/loc_database_get_country.txt [new file with mode: 0644]
man/loc_database_lookup.txt [new file with mode: 0644]
man/loc_database_new.txt [new file with mode: 0644]
man/loc_get_log_priority.txt [new file with mode: 0644]
man/loc_new.txt [new file with mode: 0644]
man/loc_set_log_fn.txt [new file with mode: 0644]
man/loc_set_log_priority.txt [new file with mode: 0644]
man/location.txt [new file with mode: 0644]
po/.gitignore [new file with mode: 0644]
po/LINGUAS [new file with mode: 0644]
po/POTFILES.in [new file with mode: 0644]
po/de.po [new file with mode: 0644]
src/.gitignore [new file with mode: 0644]
src/address.c [new file with mode: 0644]
src/as-list.c [new file with mode: 0644]
src/as.c [new file with mode: 0644]
src/country-list.c [new file with mode: 0644]
src/country.c [new file with mode: 0644]
src/database.c [new file with mode: 0644]
src/libloc.c [new file with mode: 0644]
src/libloc.pc.in [new file with mode: 0644]
src/libloc.sym [new file with mode: 0644]
src/libloc/address.h [new file with mode: 0644]
src/libloc/as-list.h [new file with mode: 0644]
src/libloc/as.h [new file with mode: 0644]
src/libloc/compat.h [new file with mode: 0644]
src/libloc/country-list.h [new file with mode: 0644]
src/libloc/country.h [new file with mode: 0644]
src/libloc/database.h [new file with mode: 0644]
src/libloc/format.h [new file with mode: 0644]
src/libloc/libloc.h [new file with mode: 0644]
src/libloc/network-list.h [new file with mode: 0644]
src/libloc/network.h [new file with mode: 0644]
src/libloc/private.h [new file with mode: 0644]
src/libloc/resolv.h [new file with mode: 0644]
src/libloc/stringpool.h [new file with mode: 0644]
src/libloc/writer.h [new file with mode: 0644]
src/network-list.c [new file with mode: 0644]
src/network.c [new file with mode: 0644]
src/perl/.gitignore [new file with mode: 0644]
src/perl/Location.xs [new file with mode: 0644]
src/perl/MANIFEST [new file with mode: 0644]
src/perl/Makefile.PL [new file with mode: 0644]
src/perl/lib/Location.pm [new file with mode: 0644]
src/perl/t/Location.t [new file with mode: 0644]
src/perl/typemap [new file with mode: 0644]
src/python/__init__.py.in [new file with mode: 0644]
src/python/as.c [new file with mode: 0644]
src/python/as.h [new file with mode: 0644]
src/python/country.c [new file with mode: 0644]
src/python/country.h [new file with mode: 0644]
src/python/database.c [new file with mode: 0644]
src/python/database.h [new file with mode: 0644]
src/python/database.py [new file with mode: 0644]
src/python/downloader.py [new file with mode: 0644]
src/python/export.py [new file with mode: 0644]
src/python/i18n.py [new file with mode: 0644]
src/python/importer.py [new file with mode: 0644]
src/python/location-importer.in [new file with mode: 0644]
src/python/location.in [new file with mode: 0644]
src/python/locationmodule.c [new file with mode: 0644]
src/python/locationmodule.h [new file with mode: 0644]
src/python/logger.py [new file with mode: 0644]
src/python/network.c [new file with mode: 0644]
src/python/network.h [new file with mode: 0644]
src/python/writer.c [new file with mode: 0644]
src/python/writer.h [new file with mode: 0644]
src/resolv.c [new file with mode: 0644]
src/signing-key.pem [new file with mode: 0644]
src/stringpool.c [new file with mode: 0644]
src/systemd/location-update.service.in [new file with mode: 0644]
src/systemd/location-update.timer.in [new file with mode: 0644]
src/test-address.c [new file with mode: 0644]
src/test-as.c [new file with mode: 0644]
src/test-country.c [new file with mode: 0644]
src/test-database.c [new file with mode: 0644]
src/test-libloc.c [new file with mode: 0644]
src/test-network-list.c [new file with mode: 0644]
src/test-network.c [new file with mode: 0644]
src/test-signature.c [new file with mode: 0644]
src/test-stringpool.c [new file with mode: 0644]
src/writer.c [new file with mode: 0644]
tests/data/location-2022-03-30.db [new file with mode: 0644]
tests/python/test-export.py [new file with mode: 0755]