Skip to content

Commit

Permalink
glow: update to 1.5.1
Browse files Browse the repository at this point in the history
- 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/crypto@v0.0.0-20220525230936-793ad666bf5e
    Fixed in: golang.org/x/crypto@v0.17.0
  • Loading branch information
bsiegert committed Dec 23, 2023
1 parent cb72dcc commit 62d941e
Show file tree
Hide file tree
Showing 5 changed files with 234 additions and 72 deletions.
5 changes: 2 additions & 3 deletions textproc/glow/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.23 2023/12/05 19:46:17 bsiegert Exp $
# $NetBSD: Makefile,v 1.24 2023/12/23 20:00:22 bsiegert Exp $

DISTNAME= glow-1.5.0
PKGREVISION= 11
DISTNAME= glow-1.5.1
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GITHUB:=charmbracelet/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
Loading

0 comments on commit 62d941e

Please sign in to comment.