Upstream released sesh 2.27.0 while misc/sesh was still at 2.26.1. I added the package earlier this year, but this was the first time I upgraded a package written in Go, so I made some notes about the Go-specific steps. The general pkgsrc update procedure applies as usual; the new part is go-modules.mk, the file listing all the Go module distfiles fetched from the module proxy. (more…)
21.7.26
Upgrading a Go package in pkgsrc
11.11.21
Released tcsh 6.23
I am pleased to announce that tcsh-6.23 is now available; this is mainly a bug fix release (after 2 years) with a couple of new features:
- Add
jobs -Ztosetproctitle(3) - Add
ln=targetinLS_COLORS - Add a
:Qmodifier that preserves empty arguments
Please consult the Fixes file for a complete list of changes. (more…)
- »
- Version 4.8.0nb4 of misc/screen includes a couple of patches from Debian’s salsa repository to address CVE-2021-26937 and another UTF-8 combining character bug as discussed on the screen-devel mailing list.
- »
- I updated security/sudo to 1.8.31. A fix for CVE-2019-18634 is included. (more…)
- »
- I added patches to textproc/libxml2 from an upstream commit and an upstream pull request to address CVE-2020-7595 and CVE-2019-20388 respectively. Version 2.9.10nb1 includes the patches.
- »
- I added a patch to www/nginx from an upstream commit to address CVE-2019-20372. Version 1.16.1nb2 includes the patch.
- »
- In order to reduce the number of vulnerabilities on my systems, I added some patches to devel/ncurses (and devel/ncursesw) to address CVE-2018-19211, CVE-2019-17594, and CVE-2019-17595. Version 6.1nb7 includes the patches.
- »
- I have restored fetching of correct upstream files for print/psify. Looks like we pointed to the wrong files for 13 years.
- »
- I updated sysutils/rsnapshot to 1.4.3 in another long-overdue commit (notable changes).
- »
- I updated net/tcptraceroute6 to 1.0.4 to incorporate portability fixes from upstream.