mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 10:52:57 +02:00
xz: update to 5.2.5
This commit is contained in:
committed by
Arne Fitzenreiter
parent
0617c1ce82
commit
3b891a2d90
@@ -41,7 +41,7 @@ usr/bin/xzmore
|
||||
#usr/lib/liblzma.la
|
||||
usr/lib/liblzma.so
|
||||
usr/lib/liblzma.so.5
|
||||
usr/lib/liblzma.so.5.2.4
|
||||
usr/lib/liblzma.so.5.2.5
|
||||
#usr/lib/pkgconfig/liblzma.pc
|
||||
#usr/share/doc/xz
|
||||
#usr/share/doc/xz/AUTHORS
|
||||
@@ -66,11 +66,41 @@ usr/lib/liblzma.so.5.2.4
|
||||
#usr/share/doc/xz/lzma-file-format.txt
|
||||
#usr/share/doc/xz/xz-file-format.txt
|
||||
#usr/share/locale/cs/LC_MESSAGES/xz.mo
|
||||
#usr/share/locale/da/LC_MESSAGES/xz.mo
|
||||
#usr/share/locale/de/LC_MESSAGES/xz.mo
|
||||
#usr/share/locale/fi/LC_MESSAGES/xz.mo
|
||||
#usr/share/locale/fr/LC_MESSAGES/xz.mo
|
||||
#usr/share/locale/hu/LC_MESSAGES/xz.mo
|
||||
#usr/share/locale/it/LC_MESSAGES/xz.mo
|
||||
#usr/share/locale/pl/LC_MESSAGES/xz.mo
|
||||
#usr/share/locale/pt_BR/LC_MESSAGES/xz.mo
|
||||
#usr/share/locale/vi/LC_MESSAGES/xz.mo
|
||||
#usr/share/locale/zh_CN/LC_MESSAGES/xz.mo
|
||||
#usr/share/locale/zh_TW/LC_MESSAGES/xz.mo
|
||||
#usr/share/man/de
|
||||
#usr/share/man/de/man1
|
||||
#usr/share/man/de/man1/lzcat.1
|
||||
#usr/share/man/de/man1/lzcmp.1
|
||||
#usr/share/man/de/man1/lzdiff.1
|
||||
#usr/share/man/de/man1/lzegrep.1
|
||||
#usr/share/man/de/man1/lzfgrep.1
|
||||
#usr/share/man/de/man1/lzgrep.1
|
||||
#usr/share/man/de/man1/lzless.1
|
||||
#usr/share/man/de/man1/lzma.1
|
||||
#usr/share/man/de/man1/lzmadec.1
|
||||
#usr/share/man/de/man1/lzmore.1
|
||||
#usr/share/man/de/man1/unlzma.1
|
||||
#usr/share/man/de/man1/unxz.1
|
||||
#usr/share/man/de/man1/xz.1
|
||||
#usr/share/man/de/man1/xzcat.1
|
||||
#usr/share/man/de/man1/xzcmp.1
|
||||
#usr/share/man/de/man1/xzdec.1
|
||||
#usr/share/man/de/man1/xzdiff.1
|
||||
#usr/share/man/de/man1/xzegrep.1
|
||||
#usr/share/man/de/man1/xzfgrep.1
|
||||
#usr/share/man/de/man1/xzgrep.1
|
||||
#usr/share/man/de/man1/xzless.1
|
||||
#usr/share/man/de/man1/xzmore.1
|
||||
#usr/share/man/man1/lzcat.1
|
||||
#usr/share/man/man1/lzcmp.1
|
||||
#usr/share/man/man1/lzdiff.1
|
||||
|
||||
6
lfs/xz
6
lfs/xz
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007-2018 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2020 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.4
|
||||
VER = 5.2.5
|
||||
|
||||
THISAPP = xz-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.xz
|
||||
@@ -45,7 +45,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = 003e4d0b1b1899fc6e3000b24feddf7c
|
||||
$(DL_FILE)_MD5 = aa1621ec7013a19abab52a8aff04fe5b
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user