diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-08-21 09:20:51 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2022-08-21 09:31:42 +0000 |
commit | d8192011d116bb00611928ec51ee64bad8414f76 (patch) | |
tree | 4982e2be4e21cf1ed17e5558c3e1ff10a7ff109d | |
parent | d165aeb41ae7227ac5b1efcfa3d3162944c7ecfe (diff) | |
download | ports-d8192011d116bb00611928ec51ee64bad8414f76.tar.gz ports-d8192011d116bb00611928ec51ee64bad8414f76.zip |
misc/lesspipe: Update to 2.06
- use tr to convert into lower case, test string adjustments included
in 2.03 version ( https://github.com/wofr06/lesspipe/issues/76 )
- remove perl storable (pst) files interpretation (security fix)
ChangeLog: https://github.com/wofr06/lesspipe/blob/lesspipe/ChangeLog
PR: 265610
Reported by: elfham <elfham+freebsd@gmail.com>
Approved by: maintainer timeout, >2 weeks
MFH: 2022Q3
-rw-r--r-- | misc/lesspipe/Makefile | 2 | ||||
-rw-r--r-- | misc/lesspipe/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/lesspipe/Makefile b/misc/lesspipe/Makefile index e28626cfc008..4a52fd039b8d 100644 --- a/misc/lesspipe/Makefile +++ b/misc/lesspipe/Makefile @@ -1,6 +1,6 @@ PORTNAME= lesspipe DISTVERSIONPREFIX= v -DISTVERSION= 2.02 +DISTVERSION= 2.06 CATEGORIES= misc MAINTAINER= slaven@rezic.de diff --git a/misc/lesspipe/distinfo b/misc/lesspipe/distinfo index 300971cfa3fa..f543b51d6cd9 100644 --- a/misc/lesspipe/distinfo +++ b/misc/lesspipe/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1642683865 -SHA256 (wofr06-lesspipe-v2.02_GH0.tar.gz) = f66da17dce756d06087ca0d9ff98f97e29cd3d026613853b60c174aa6fa0fd47 -SIZE (wofr06-lesspipe-v2.02_GH0.tar.gz) = 166136 +TIMESTAMP = 1661073194 +SHA256 (wofr06-lesspipe-v2.06_GH0.tar.gz) = f46c7b0b06f951613535a480d22ba7e8563f4f08d3d3f8e370047df122cb1637 +SIZE (wofr06-lesspipe-v2.06_GH0.tar.gz) = 168100 |