diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2021-09-09 22:58:11 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2021-09-09 22:58:11 -0500 |
commit | 6df53949e3b403253ed2f69710cae11201cb6b15 (patch) | |
tree | 37255e751a7b34c1e550fa9bfe7176945d808255 /system/attr/test-runner-perl.patch | |
parent | d388e0e7783267c9d9717534564f98d7702c9ba6 (diff) | |
download | packages-6df53949e3b403253ed2f69710cae11201cb6b15.tar.gz packages-6df53949e3b403253ed2f69710cae11201cb6b15.tar.bz2 packages-6df53949e3b403253ed2f69710cae11201cb6b15.tar.xz packages-6df53949e3b403253ed2f69710cae11201cb6b15.zip |
system/attr: Update to 2.5.1
Patch-level SOVER update for errno contract change, however in practice
I don't see this causing any issues.
Diffstat (limited to 'system/attr/test-runner-perl.patch')
-rw-r--r-- | system/attr/test-runner-perl.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/system/attr/test-runner-perl.patch b/system/attr/test-runner-perl.patch deleted file mode 100644 index 67e117034..000000000 --- a/system/attr/test-runner-perl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- attr-2.4.47/test/run.old 2013-05-19 04:53:54.000000000 +0000 -+++ attr-2.4.47/test/run 2017-07-01 22:43:09.541515814 +0000 -@@ -84,7 +84,7 @@ - if (defined $line) { - # Substitute %VAR and %{VAR} with environment variables. - $line =~ s[%(\w+)][$ENV{$1}]eg; -- $line =~ s[%{(\w+)}][$ENV{$1}]eg; -+ $line =~ s[%\{(\w+)\}][$ENV{$1}]eg; - } - if (defined $line) { - if ($line =~ s/^\s*< ?//) { |