Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Aug 2022 09:33:00 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d8192011d116 - main - misc/lesspipe: Update to 2.06
Message-ID:  <202208210933.27L9X0EU047571@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d8192011d116bb00611928ec51ee64bad8414f76

commit d8192011d116bb00611928ec51ee64bad8414f76
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2022-08-21 09:20:51 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2022-08-21 09:31:42 +0000

    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
---
 misc/lesspipe/Makefile | 2 +-
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208210933.27L9X0EU047571>