]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
libloc: Update to 0.9.0 (Git rev: cd022c)
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 12 Dec 2019 08:14:30 +0000 (09:14 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Thu, 12 Dec 2019 08:14:30 +0000 (09:14 +0100)
* Includes fix for database verification
* The public gpg signing key
* Datadir has been moved to /var/lib/location

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
config/rootfiles/common/libloc
lfs/libloc

index 0f0a38cf65c97cc45dc2c8df8b1a87f5be2a35ed..39c61a67d15d368429c18ced07af0e68d0f42971 100644 (file)
@@ -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
+
index cf92de7179a11c0bbdd751b25352d98ca0e55d48..e6f24abb4588e2114ee9d55b93f77e3b7bcb6c27 100644 (file)
 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