]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
cpio: Update to 2.13
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 30 Nov 2019 16:03:47 +0000 (17:03 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 2 Dec 2019 17:10:15 +0000 (17:10 +0000)
For details see:
https://www.gnu.org/software/cpio/

Fix CVE-2015-1197
Fix CVE-2016-2037
Fix CVE-2019-14866

Signed-off-by: Matthias Fischer <matthias.fischer@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 26ca6f376f2b8b3f0826036cdcfa3412f448b01f..45bf9f79c5380521ea795394570fec1b30c8edaa 100644 (file)
@@ -15,6 +15,7 @@ bin/cpio
 #usr/share/locale/ko/LC_MESSAGES/cpio.mo
 #usr/share/locale/nl/LC_MESSAGES/cpio.mo
 #usr/share/locale/pl/LC_MESSAGES/cpio.mo
+#usr/share/locale/pt/LC_MESSAGES/cpio.mo
 #usr/share/locale/pt_BR/LC_MESSAGES/cpio.mo
 #usr/share/locale/ro/LC_MESSAGES/cpio.mo
 #usr/share/locale/ru/LC_MESSAGES/cpio.mo
index f2e12952d2d6a3bd7c05cf7e00c46ac8c37bac08..02d72d038d69e2ce616705f602aa574d4e9acfb7 100644 (file)
--- a/lfs/cpio
+++ b/lfs/cpio
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2018  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2019  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.12
+VER        = 2.13
 
 THISAPP    = cpio-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = fc207561a86b63862eea4b8300313e86
+$(DL_FILE)_MD5 = 389c5452d667c23b5eceb206f5000810
 
 install : $(TARGET)