aboutsummaryrefslogtreecommitdiffstats
path: root/community/crystal/fix-std-http-cookie-exp.patch
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2020-04-10 14:27:36 +0200
committerMilan P. Stanić <mps@arvanta.net>2020-04-10 14:30:26 +0200
commit4dfa506199e3f731f25ce7ef822b37604ae12505 (patch)
tree5caad91cf29007f1ac57a46f1caac9c7b2253bd8 /community/crystal/fix-std-http-cookie-exp.patch
parent2f27227f868c31cd6ea3a10908bb8cb20b8fbd09 (diff)
downloadaports-4dfa506199e3f731f25ce7ef822b37604ae12505.tar.bz2
aports-4dfa506199e3f731f25ce7ef822b37604ae12505.tar.xz
community/crystal: upgrade to 0.33.0
build with llvm9 remove spec (test) patches, fixed upstream
Diffstat (limited to 'community/crystal/fix-std-http-cookie-exp.patch')
-rw-r--r--community/crystal/fix-std-http-cookie-exp.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/community/crystal/fix-std-http-cookie-exp.patch b/community/crystal/fix-std-http-cookie-exp.patch
deleted file mode 100644
index b25da46010..0000000000
--- a/community/crystal/fix-std-http-cookie-exp.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/spec/std/http/cookie_spec.cr 2019-12-18 15:49:14.000000000 +0100
-+++ b/spec/std/http/cookie_spec.cr 2020-02-18 12:07:51.036417255 +0100
-@@ -218,7 +218,7 @@
- parse_set_cookie("bla=1; max-age=1").expired?.should eq false
- end
-
-- it "not expired" do
-+ pending "not expired" do
- parse_set_cookie("bla=1; expires=Thu, 01 Jan 2020 00:00:00 -0000").expired?.should eq false
- end
-