summaryrefslogtreecommitdiff
path: root/sysutils/container-diff/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/container-diff: Remove expired portRene Ladan2024-06-301-13/+0
| | | | 2024-06-30 sysutils/container-diff: The repository has been archived by the owner on 2024-03-28. Upstream suggests diffoci as alternative
* sysutils/container-diff: Fix build on aarch64Po-Chuan Hsieh2024-04-181-0/+13
| | | | Obtained from: https://github.com/golang/sys/commit/33540a1f603772f9d4b761f416f5c10dade23e96
* sysutils/container-diff: Update to 0.19.0Po-Chuan Hsieh2024-03-093-33/+0
| | | | | | - Convert to USES=go:modules Changes: https://github.com/GoogleContainerTools/container-diff/releases
* sysutils/container-diff: fix build on riscv64Robert Clausecker2023-03-141-24/+0
| | | | | | | | | Bump golang.org/x/sys dependency to a version new enough to support riscv64-freebsd. Remove patch obsoleted through this change. Sponsored by: Berliner Linux User Group e.V. Approved by: portmgr (build fix blanket) Differential Revision: https://reviews.freebsd.org/D39043
* sysutils/container-diff: Fix build on aarch64Mikael Urankar2021-05-301-0/+24
| | | | | | | | Import upstream patch to fix this error: # github.com/GoogleContainerTools/container-diff/vendor/golang.org/x/sys/unix vendor/golang.org/x/sys/unix/ztypes_freebsd_arm64.go:400:12: undefined: uint128 Approved by: portmgr (build fix blanket)
* Update to 0.15.0Sunpoet Po-Chuan Hsieh2019-02-241-0/+11
| | | | | | | Changes: https://github.com/GoogleContainerTools/container-diff/releases Notes: svn path=/head/; revision=493781
* Update to 0.13.1Sunpoet Po-Chuan Hsieh2018-11-191-0/+11
| | | | | | | Changes: https://github.com/GoogleContainerTools/container-diff/releases Notes: svn path=/head/; revision=485338
* Update to 0.12.0Sunpoet Po-Chuan Hsieh2018-11-182-53/+11
| | | | | | | Changes: https://github.com/GoogleContainerTools/container-diff/releases Notes: svn path=/head/; revision=485261
* Fix build on -head (OSVERSION >= 1200031)Sunpoet Po-Chuan Hsieh2018-01-141-0/+0
| | | | | | | | | | | Ino is still uint32 for all versions of FreeBSD. Reference: https://golang.org/src/syscall/ztypes_freebsd_386.go https://golang.org/src/syscall/ztypes_freebsd_amd64.go https://golang.org/src/syscall/ztypes_freebsd_arm.go Notes: svn path=/head/; revision=458955
* Add container-diff 0.6.0Sunpoet Po-Chuan Hsieh2018-01-041-0/+53
container-diff is a tool for analyzing and comparing container images. container-diff can examine images along several different criteria, including: - Docker Image History - Image file system - Apt packages - pip packages - npm packages These analyses can be performed on a single image, or a diff can be performed on two images to compare. The tool can help users better understand what is changing inside their images, and give them a better look at what their images contain. WWW: https://github.com/GoogleCloudPlatform/container-diff Notes: svn path=/head/; revision=458060