]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
cpio: Update to version 2.15
authorAdolf Belka <adolf.belka@ipfire.org>
Mon, 20 May 2024 13:35:19 +0000 (15:35 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 14 Jun 2024 05:47:54 +0000 (07:47 +0200)
- Updatre from version 2.14 to 2.15
- Update of rootfile
- Changelog
    2.15
* Fix operation of --no-absolute-filenames --make-directories
* Restore access and modification times of symlinks in copy-in
  and copy-pass modes.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Michael Tremer <michael.tremer@ipfire.org>
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
config/rootfiles/common/cpio
lfs/cpio

index 7b9bae0455eaf895acedf52fc9bf6395848cc990..0f3403c7b14bcc22b64611625f5e44146553aaa6 100644 (file)
@@ -1,5 +1,6 @@
 bin/cpio
 #usr/share/info/cpio.info
+#usr/share/locale/bg/LC_MESSAGES/cpio.mo
 #usr/share/locale/da/LC_MESSAGES/cpio.mo
 #usr/share/locale/de/LC_MESSAGES/cpio.mo
 #usr/share/locale/es/LC_MESSAGES/cpio.mo
index f44fe1d2c52045b786bfbe3adb0e67ece11bb147..b8b6e12fe9674a38e885096867a9ed79095bffec 100644 (file)
--- a/lfs/cpio
+++ b/lfs/cpio
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2023  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2024  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        = 2.14
+VER        = 2.15
 
 THISAPP    = cpio-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -42,7 +42,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = ddfecf7e3ff59cb15fa0856d374a8b1ff5aaf9143a940202c6c0eb84f0347b940a40e31258035e1d217fe210ef7ffdedb41e40f3a9d47ba51f44626378090f8a
+$(DL_FILE)_BLAKE2 = e678111682335f4218d6d0e27d7e3a81b1e9c87ad5963402f73e735265480f296a8ce4fd00a4e7f591bbc7affcb3d433675c1df2d59c23e5d4ed6ba03e2964b8
 
 install : $(TARGET)