From: Michael Tremer Date: Sat, 26 Jul 2014 19:08:12 +0000 (+0200) Subject: parted: Update to 3.1. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=da8c74ee53b5e04ba2c9b9b3a9406ecc1516ff85;p=people%2Fms%2Fipfire-2.x.git parted: Update to 3.1. --- diff --git a/config/rootfiles/packages/parted b/config/rootfiles/packages/parted index 74164e0b77..223a580cb0 100644 --- a/config/rootfiles/packages/parted +++ b/config/rootfiles/packages/parted @@ -10,11 +10,16 @@ #usr/include/parted/parted.h #usr/include/parted/timer.h #usr/include/parted/unit.h +#usr/lib/libparted-fs-resize.a +#usr/lib/libparted-fs-resize.la +#usr/lib/libparted-fs-resize.so +usr/lib/libparted-fs-resize.so.0 +usr/lib/libparted-fs-resize.so.0.0.0 #usr/lib/libparted.a #usr/lib/libparted.la #usr/lib/libparted.so -usr/lib/libparted.so.0 -usr/lib/libparted.so.0.0.1 +usr/lib/libparted.so.2 +usr/lib/libparted.so.2.0.0 #usr/lib/pkgconfig/libparted.pc usr/sbin/parted usr/sbin/partprobe @@ -38,6 +43,8 @@ usr/sbin/partprobe #usr/share/locale/ru/LC_MESSAGES/parted.mo #usr/share/locale/rw/LC_MESSAGES/parted.mo #usr/share/locale/sk/LC_MESSAGES/parted.mo +#usr/share/locale/sl/LC_MESSAGES/parted.mo +#usr/share/locale/sr/LC_MESSAGES/parted.mo #usr/share/locale/sv/LC_MESSAGES/parted.mo #usr/share/locale/tr/LC_MESSAGES/parted.mo #usr/share/locale/uk/LC_MESSAGES/parted.mo diff --git a/lfs/parted b/lfs/parted index 25db9e5c3d..5dee653a42 100644 --- a/lfs/parted +++ b/lfs/parted @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2011 IPFire Team # +# Copyright (C) 2007-2014 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,16 +24,16 @@ include Config -VER = 2.3 +VER = 3.1 THISAPP = parted-$(VER) -DL_FILE = $(THISAPP).tar.gz +DL_FILE = $(THISAPP).tar.xz DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = parted -PAK_VER = 1 +PAK_VER = 2 DEPS = "" @@ -45,7 +45,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 30ceb6df7e8681891e865e2fe5a7903d +$(DL_FILE)_MD5 = 5d89d64d94bcfefa9ce8f59f4b81bdcb install : $(TARGET) @@ -77,7 +77,7 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) - @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) + @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && ./configure --prefix=/usr --disable-device-mapper cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install