Skip to content

Commit 62d941e

Browse files
committed
glow: update to 1.5.1
- bugfixes Also manually fix the following vulnerability: Vulnerability #1: GO-2023-2402 Man-in-the-middle attacker can compromise integrity of secure channel in golang.org/x/crypto More info: https://pkg.go.dev/vuln/GO-2023-2402 Module: golang.org/x/crypto Found in: golang.org/x/[email protected] Fixed in: golang.org/x/[email protected]
1 parent cb72dcc commit 62d941e

File tree

5 files changed

+234
-72
lines changed

5 files changed

+234
-72
lines changed

textproc/glow/Makefile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# $NetBSD: Makefile,v 1.23 2023/12/05 19:46:17 bsiegert Exp $
1+
# $NetBSD: Makefile,v 1.24 2023/12/23 20:00:22 bsiegert Exp $
22

3-
DISTNAME= glow-1.5.0
4-
PKGREVISION= 11
3+
DISTNAME= glow-1.5.1
54
CATEGORIES= textproc
65
MASTER_SITES= ${MASTER_SITE_GITHUB:=charmbracelet/}
76
GITHUB_TAG= v${PKGVERSION_NOREV}

0 commit comments

Comments
 (0)