aboutsummaryrefslogtreecommitdiffstats
path: root/main/file/fix-regexp.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-13 07:47:56 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-13 07:48:16 +0000
commitc9208f357ec2cd43ee44c5041816692d0f7476a0 (patch)
treea01626eb460b5f8e776bb23c3d5f53d1ba1b36c3 /main/file/fix-regexp.patch
parent551b1b08e1b91e7300125deb97f5a1e8f3b305d4 (diff)
downloadaports-c9208f357ec2cd43ee44c5041816692d0f7476a0.tar.bz2
aports-c9208f357ec2cd43ee44c5041816692d0f7476a0.tar.xz
main/file: upgrade to 5.20
Diffstat (limited to 'main/file/fix-regexp.patch')
-rw-r--r--main/file/fix-regexp.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/main/file/fix-regexp.patch b/main/file/fix-regexp.patch
deleted file mode 100644
index 5cd3a0ee40..0000000000
--- a/main/file/fix-regexp.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-From 2a041a52c1eda4fb466bb39539a16b45e5cf31cc Mon Sep 17 00:00:00 2001
-From: Christos Zoulas <christos@zoulas.com>
-Date: Tue, 23 Sep 2014 23:42:44 +0000
-Subject: [PATCH] PR/383: make regex use \x and not the non-ascii characters.
-
-diff --git a/magic/Magdir/windows b/magic/Magdir/windows
-index dd1e55d..320cb0b 100644
---- a/magic/Magdir/windows
-+++ b/magic/Magdir/windows
-@@ -160,7 +160,7 @@
-
- # Windows *.INF *.INI files updated by Joerg Jenderek at Apr 2013
- # emtpy ,comment , section , unicode line
--0 regex/s \\`(\r\n|;|[[]|\xFF\xFE)
-+0 regex/s \\`(\\r\\n|;|[[]|\\xFF\\xFE)
- # left bracket in section line
- >&0 search/8192 [
- # http://en.wikipedia.org/wiki/Autorun.inf