aboutsummaryrefslogtreecommitdiff
path: root/sysutils/container-diff
Commit message (Collapse)AuthorAgeFilesLines
* sysutils/container-diff: Update to 0.17.0Po-Chuan Hsieh2021-06-202-4/+4
| | | | | Changes: https://github.com/GoogleContainerTools/container-diff/releases https://github.com/GoogleContainerTools/container-diff/commits/master
* 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)
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.16.0Sunpoet Po-Chuan Hsieh2021-01-032-5/+4
| | | | | | | Changes: https://github.com/GoogleContainerTools/container-diff/releases Notes: svn path=/head/; revision=560100
* Bump PORTREVISION after r517743 to force relinking.Dmitri Goutnik2019-11-161-0/+1
| | | | | | | | Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21854 Notes: svn path=/head/; revision=517745
* Go ports: cleanup, finish transition to USES=go started with r505321 (cat. ↵Dmitri Goutnik2019-09-291-3/+0
| | | | | | | | | | | | | | sysutils-x11) - Remove custom build/install targets left in place after r505321 - Switch to the new GO_TARGET tuple syntax introduced in r512001 Reviewed by: tobik Approved by: araujo (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21744 Notes: svn path=/head/; revision=513276
* Update to 0.15.0Sunpoet Po-Chuan Hsieh2019-02-243-4/+15
| | | | | | | Changes: https://github.com/GoogleContainerTools/container-diff/releases Notes: svn path=/head/; revision=493781
* Update to 0.14.0Sunpoet Po-Chuan Hsieh2019-01-012-4/+4
| | | | | | | Changes: https://github.com/GoogleContainerTools/container-diff/releases Notes: svn path=/head/; revision=488958
* Update to 0.13.1Sunpoet Po-Chuan Hsieh2018-11-193-4/+15
| | | | | | | Changes: https://github.com/GoogleContainerTools/container-diff/releases Notes: svn path=/head/; revision=485338
* Update to 0.12.0Sunpoet Po-Chuan Hsieh2018-11-184-58/+17
| | | | | | | Changes: https://github.com/GoogleContainerTools/container-diff/releases Notes: svn path=/head/; revision=485261
* Update to 0.11.0Sunpoet Po-Chuan Hsieh2018-06-282-4/+4
| | | | | | | Changes: https://github.com/GoogleContainerTools/container-diff/releases Notes: svn path=/head/; revision=473519
* Update to 0.10.0Sunpoet Po-Chuan Hsieh2018-06-223-6/+6
| | | | | | | | | | - Update MASTER_SITES - Update WWW Changes: https://github.com/GoogleContainerTools/container-diff/releases Notes: svn path=/head/; revision=473102
* Update to 0.9.0Sunpoet Po-Chuan Hsieh2018-04-112-4/+4
| | | | | | | Changes: https://github.com/GoogleCloudPlatform/container-diff/releases Notes: svn path=/head/; revision=467083
* Update to 0.8.0Sunpoet Po-Chuan Hsieh2018-03-202-4/+4
| | | | | | | Changes: https://github.com/GoogleCloudPlatform/container-diff/releases Notes: svn path=/head/; revision=465115
* Update to 0.7.0Sunpoet Po-Chuan Hsieh2018-02-232-4/+4
| | | | | | | Changes: https://github.com/GoogleCloudPlatform/container-diff/releases Notes: svn path=/head/; revision=462717
* Fix build on -head (OSVERSION >= 1200031)Sunpoet Po-Chuan Hsieh2018-01-142-7/+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
* Update to 0.6.2Sunpoet Po-Chuan Hsieh2018-01-112-4/+4
| | | | | | | Changes: https://github.com/GoogleCloudPlatform/container-diff/releases Notes: svn path=/head/; revision=458765
* Update to 0.6.1Sunpoet Po-Chuan Hsieh2018-01-062-4/+4
| | | | | | | Changes: https://github.com/GoogleCloudPlatform/container-diff/releases Notes: svn path=/head/; revision=458193
* Add container-diff 0.6.0Sunpoet Po-Chuan Hsieh2018-01-044-0/+104
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