PR/59991 CVS commit: [netbsd-11] src/external/bsd/pkg_install
"Martin Husemann" <[email protected]> Tue, 30 Jun 2026 09:50:02 +0000 (UTC)
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR pkg/59991; it has been noted by GNATS. From: "Martin Husemann" <[email protected]> To: [email protected] Cc: Subject: PR/59991 CVS commit: [netbsd-11] src/external/bsd/pkg_install Date: Tue, 30 Jun 2026 09:48:45 +0000 Module Name: src Committed By: martin Date: Tue Jun 30 09:48:45 UTC 2026 Modified Files: src/external/bsd/pkg_install/dist/add [netbsd-11]: parse_cross.c src/external/bsd/pkg_install/dist/info [netbsd-11]: pkg_info.1 src/external/bsd/pkg_install/dist/lib [netbsd-11]: version.h src/external/bsd/pkg_install/lib [netbsd-11]: Makefile src/external/bsd/pkg_install/sbin [netbsd-11]: Makefile.inc Log Message: Pull up the following, requested by riastradh in ticket #355: external/bsd/pkg_install/dist/add/parse_cross.c up to 1.1.1.2 external/bsd/pkg_install/dist/info/pkg_info.1 up to 1.5 external/bsd/pkg_install/dist/lib/version.h up to 1.25 external/bsd/pkg_install/lib/Makefile up to 1.12 external/bsd/pkg_install/sbin/Makefile.inc up to 1.6 Sync pkg_install with HEAD. PR kern/59991: pkg_add: null pointer deref in pkg_add -m parsing. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.1.1.1.4.1 \ src/external/bsd/pkg_install/dist/add/parse_cross.c cvs rdiff -u -r1.4 -r1.4.10.1 \ src/external/bsd/pkg_install/dist/info/pkg_info.1 cvs rdiff -u -r1.24 -r1.24.2.1 \ src/external/bsd/pkg_install/dist/lib/version.h cvs rdiff -u -r1.11 -r1.11.10.1 src/external/bsd/pkg_install/lib/Makefile cvs rdiff -u -r1.5 -r1.5.26.1 src/external/bsd/pkg_install/sbin/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.