Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Aug 2022 09:41:24 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: e28ebf0a0dc2 - 2022Q3 - misc/lesspipe: Update to 2.06
Message-ID:  <202208210941.27L9fOg8061051@gitrepo.freebsd.org>

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

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

commit e28ebf0a0dc2fc78cb034b910d9eb1a90cd69989
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:37:03 +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
    
    (cherry picked from commit d8192011d116bb00611928ec51ee64bad8414f76)
---
 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 4580eba6bc49..cc043f371901 100644
--- a/misc/lesspipe/Makefile
+++ b/misc/lesspipe/Makefile
@@ -2,7 +2,7 @@
 
 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?202208210941.27L9fOg8061051>