aboutsummaryrefslogtreecommitdiff
path: root/textproc/ripgrep
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-04-16 19:12:18 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-04-16 19:12:18 +0000
commit666fd30fbff3c79e042985f77b43288b18f796c7 (patch)
tree09a599d8d03ce87b1d07dd4e05ce707671dc0fb8 /textproc/ripgrep
parentda641ca9230ccffdbc03025d1792f33fafd182e2 (diff)
downloadports-666fd30fbff3c79e042985f77b43288b18f796c7.tar.gz
ports-666fd30fbff3c79e042985f77b43288b18f796c7.zip
textproc/ripgrep: Update to 11.0.1
This release only bumps the regex crate to 1.1.6 to fix a search bug that can cause ripgrep to enter an infinite loop. Changes: https://github.com/BurntSushi/ripgrep/releases/tag/11.0.1 PR: 237306
Notes
Notes: svn path=/head/; revision=499114
Diffstat (limited to 'textproc/ripgrep')
-rw-r--r--textproc/ripgrep/Makefile4
-rw-r--r--textproc/ripgrep/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/ripgrep/Makefile b/textproc/ripgrep/Makefile
index 7c43fc312731..960e5eb01114 100644
--- a/textproc/ripgrep/Makefile
+++ b/textproc/ripgrep/Makefile
@@ -4,7 +4,7 @@
# vim: ts=8 noet
PORTNAME= ripgrep
-DISTVERSION= 11.0.0
+DISTVERSION= 11.0.1
CATEGORIES= textproc
MAINTAINER= petteri.valkonen@iki.fi
@@ -66,7 +66,7 @@ CARGO_CRATES= aho-corasick-0.7.3 \
rdrand-0.4.0 \
redox_syscall-0.1.54 \
redox_termios-0.1.1 \
- regex-1.1.5 \
+ regex-1.1.6 \
regex-automata-0.1.6 \
regex-syntax-0.6.6 \
remove_dir_all-0.5.1 \
diff --git a/textproc/ripgrep/distinfo b/textproc/ripgrep/distinfo
index 6f909ab34331..f1b60d4b2d41 100644
--- a/textproc/ripgrep/distinfo
+++ b/textproc/ripgrep/distinfo
@@ -1,4 +1,4 @@
-TIMESTAMP = 1555377205
+TIMESTAMP = 1555440355
SHA256 (rust/crates/aho-corasick-0.7.3.tar.gz) = e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c
SIZE (rust/crates/aho-corasick-0.7.3.tar.gz) = 55093
SHA256 (rust/crates/atty-0.2.11.tar.gz) = 9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652
@@ -89,8 +89,8 @@ SHA256 (rust/crates/redox_syscall-0.1.54.tar.gz) = 12229c14a0f65c4f1cb046a3b5204
SIZE (rust/crates/redox_syscall-0.1.54.tar.gz) = 15668
SHA256 (rust/crates/redox_termios-0.1.1.tar.gz) = 7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76
SIZE (rust/crates/redox_termios-0.1.1.tar.gz) = 3227
-SHA256 (rust/crates/regex-1.1.5.tar.gz) = 559008764a17de49a3146b234641644ed37d118d1ef641a0bb573d146edc6ce0
-SIZE (rust/crates/regex-1.1.5.tar.gz) = 243275
+SHA256 (rust/crates/regex-1.1.6.tar.gz) = 8f0a0bcab2fd7d1d7c54fa9eae6f43eddeb9ce2e7352f8518a814a4f65d60c58
+SIZE (rust/crates/regex-1.1.6.tar.gz) = 243429
SHA256 (rust/crates/regex-automata-0.1.6.tar.gz) = a25a7daa2eea48550e9946133d6cc9621020d29cc7069089617234bf8b6a8693
SIZE (rust/crates/regex-automata-0.1.6.tar.gz) = 92110
SHA256 (rust/crates/regex-syntax-0.6.6.tar.gz) = dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96
@@ -143,5 +143,5 @@ SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c
SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998
SHA256 (rust/crates/wincolor-1.0.1.tar.gz) = 561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba
SIZE (rust/crates/wincolor-1.0.1.tar.gz) = 4737
-SHA256 (BurntSushi-ripgrep-11.0.0_GH0.tar.gz) = be7a7f4a39bd6d408691c65b74f78f5329115085fa1ea2045079d71d0c0abbd8
-SIZE (BurntSushi-ripgrep-11.0.0_GH0.tar.gz) = 460108
+SHA256 (BurntSushi-ripgrep-11.0.1_GH0.tar.gz) = ba106404342160a66f703b8c9db9d45117c1a3664a0996822496bcb9f238b184
+SIZE (BurntSushi-ripgrep-11.0.1_GH0.tar.gz) = 460137