]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/xz
IPsec: Update ipsec.conf for GRE/VTI changes
[people/pmueller/ipfire-2.x.git] / lfs / xz
diff --git a/lfs/xz b/lfs/xz
index c1d3ef789082f374950b9dbf84e777cc07f29ec8..bfee28038b39fa774b65938fa0ff9d04a9195fd1 100644 (file)
--- a/lfs/xz
+++ b/lfs/xz
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2012  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 5.2.1
+VER        = 5.2.4
 
 THISAPP    = xz-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -32,10 +32,8 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 ifeq "$(ROOT)" ""
-       PREFIX = /usr
        TARGET = $(DIR_INFO)/$(THISAPP)
 else
-       PREFIX = /tools
        TARGET = $(DIR_INFO)/$(THISAPP)-tools
 endif
 
@@ -47,7 +45,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = b5e2dd95dc8498cea5354377ed89aa65
+$(DL_FILE)_MD5 = 003e4d0b1b1899fc6e3000b24feddf7c
 
 install : $(TARGET)