svn commit: r499114 - head/textproc/ripgrep
Tobias Kortkamp
tobik at FreeBSD.org
Tue Apr 16 19:12:19 UTC 2019
Author: tobik
Date: Tue Apr 16 19:12:18 2019
New Revision: 499114
URL: https://svnweb.freebsd.org/changeset/ports/499114
Log:
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
Modified:
head/textproc/ripgrep/Makefile
head/textproc/ripgrep/distinfo
Modified: head/textproc/ripgrep/Makefile
==============================================================================
--- head/textproc/ripgrep/Makefile Tue Apr 16 18:44:22 2019 (r499113)
+++ head/textproc/ripgrep/Makefile Tue Apr 16 19:12:18 2019 (r499114)
@@ -4,7 +4,7 @@
# vim: ts=8 noet
PORTNAME= ripgrep
-DISTVERSION= 11.0.0
+DISTVERSION= 11.0.1
CATEGORIES= textproc
MAINTAINER= petteri.valkonen at 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 \
Modified: head/textproc/ripgrep/distinfo
==============================================================================
--- head/textproc/ripgrep/distinfo Tue Apr 16 18:44:22 2019 (r499113)
+++ head/textproc/ripgrep/distinfo Tue Apr 16 19:12:18 2019 (r499114)
@@ -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) = 122
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
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
More information about the svn-ports-all
mailing list