X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fpakfire3;h=3f0e6c320689f274b13abb56b05a47c3493011f3;hp=61dd988b47c94a6e4defc9639b43bc53a1c15a4a;hb=06fc6170a2b8827125977c2f4e9c6f94e7d93c0a;hpb=4537ec169c8e996a46e77909a698277413f95787 diff --git a/lfs/pakfire3 b/lfs/pakfire3 index 61dd988b47..3f0e6c3206 100644 --- a/lfs/pakfire3 +++ b/lfs/pakfire3 @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2013 IPFire Team # +# Copyright (C) 2007-2018 IPFire Team # # # # 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,17 +24,17 @@ include Config -VER = 0.9.23 +VER = 0.9.25 THISAPP = pakfire-$(VER) DL_FILE = $(THISAPP).tar.gz -DL_FROM = http://source.ipfire.org/releases/pakfire/ +DL_FROM = https://source.ipfire.org/releases/pakfire/ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = pakfire3 -PAK_VER = 2 +PAK_VER = 5 -DEPS = "libsolv pycurl pygpgme python-progressbar python-xattr sqlite urlgrabber" +DEPS = "libsolv pycurl pygpgme python-progressbar python-xattr urlgrabber" ############################################################################### # Top-level Rules @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 10e6dd51c917faa8bd2e7435495de211 +$(DL_FILE)_MD5 = 8932670f3ac7c7ab1892b719a078de31 install : $(TARGET) @@ -78,6 +78,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/pakfire3-changes-for-ipfire2.diff + cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/pakfire-database-Add-inst_size-column-when-creating-new-data.patch cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install rm -vf /usr/bin/pakfire3