From: Stefan Schantl Date: Thu, 12 Dec 2019 08:14:30 +0000 (+0100) Subject: libloc: Update to 0.9.0 (Git rev: cd022c) X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=c3b612bb6cf8370701d4ed5ff3ef5f80b474f8c0 libloc: Update to 0.9.0 (Git rev: cd022c) * Includes fix for database verification * The public gpg signing key * Datadir has been moved to /var/lib/location Signed-off-by: Stefan Schantl --- diff --git a/config/rootfiles/common/libloc b/config/rootfiles/common/libloc index 0f0a38cf65..39c61a67d1 100644 --- a/config/rootfiles/common/libloc +++ b/config/rootfiles/common/libloc @@ -26,3 +26,6 @@ usr/lib/perl5/site_perl/5.30.0/MACHINE-linux-thread-multi/auto/Location/Location usr/lib/python3.6/site-packages/location.so #usr/share/locale/de/LC_MESSAGES/libloc.mo #usr/share/man/man3/Location.3 +var/lib/location +var/lib/location/signing-key.pem + diff --git a/lfs/libloc b/lfs/libloc index cf92de7179..e6f24abb45 100644 --- a/lfs/libloc +++ b/lfs/libloc @@ -25,11 +25,12 @@ include Config VER = 0.9.0 +GIT_REV = cd022c -THISAPP = libloc-$(VER) +THISAPP = libloc-$(VER)-$(GIT_REV) DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/$(THISAPP) +DIR_APP = $(DIR_SRC)/libloc-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) ############################################################################### @@ -40,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 320eeb00e8876af1983a9ed969372a55 +$(DL_FILE)_MD5 = a40fcbdd5585f720ca801166befeef85 install : $(TARGET) check : $(patsubst %,$(DIR_CHK)/%,$(objects)) @@ -74,6 +75,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xvf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure \ --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ --disable-manpages cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install