1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-27 15:40:32 -04:00
Commit graph

6 commits

Author SHA1 Message Date
Mikael Urankar
098039779e sysutils/container-diff: Fix build on aarch64
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)
2021-05-30 19:30:09 +02:00
Sunpoet Po-Chuan Hsieh
99473a82e7 Update to 0.15.0
Changes:	https://github.com/GoogleContainerTools/container-diff/releases
2019-02-24 17:56:08 +00:00
Sunpoet Po-Chuan Hsieh
cc5678fe49 Update to 0.13.1
Changes:	https://github.com/GoogleContainerTools/container-diff/releases
2018-11-19 18:19:25 +00:00
Sunpoet Po-Chuan Hsieh
ba40de9546 Update to 0.12.0
Changes:	https://github.com/GoogleContainerTools/container-diff/releases
2018-11-18 20:36:52 +00:00
Sunpoet Po-Chuan Hsieh
4ac6546949 Fix build on -head (OSVERSION >= 1200031)
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
2018-01-14 07:07:08 +00:00
Sunpoet Po-Chuan Hsieh
b699d1c94b Add container-diff 0.6.0
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
2018-01-04 20:11:01 +00:00