From: Erik Kapfer Date: Thu, 18 Oct 2012 18:55:25 +0000 (+0200) Subject: patch: Update to 2.7.1. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65fa3708f240912fc0f26afb0f7997fe06deda93;p=ipfire-3.x.git patch: Update to 2.7.1. Fixes #10237. --- diff --git a/patch/patch.nm b/patch/patch.nm index 48b6687f7..9a96a3294 100644 --- a/patch/patch.nm +++ b/patch/patch.nm @@ -4,7 +4,7 @@ ############################################################################### name = patch -version = 2.7 +version = 2.7.1 release = 1 groups = Development/Tools @@ -13,10 +13,10 @@ license = GPLv2+ summary = Utility for modifying/upgrading files. description - The patch program applies diff files to originals. The diff \ - command is used to compare an original to a changed file.\ - Diff lists the changes made to the file. A person who has \ - the original file can then use the patch command with the \ + The patch program applies diff files to originals. The diff + command is used to compare an original to a changed file. + Diff lists the changes made to the file. A person who has + the original file can then use the patch command with the diff file to add the changes to their original file. end