FreeBSD Bugzilla – Attachment 188284 Details for
Bug 222955
security/acmetool update to latest version (v0.0.61)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to the 0.0.61, including all related libs
acmetool.diff (text/plain), 13.05 KB, created by
Oleksii Samorukov
on 2017-11-25 23:15:13 UTC
(
hide
)
Description:
Update to the 0.0.61, including all related libs
Filename:
MIME Type:
Creator:
Oleksii Samorukov
Created:
2017-11-25 23:15:13 UTC
Size:
13.05 KB
patch
obsolete
>diff -ur /usr/ports/security/acmetool/Makefile acmetool/Makefile >--- security/acmetool/Makefile 2017-04-05 15:00:02.000000000 +0200 >+++ security/acmetool/Makefile 2017-11-26 00:01:47.789759448 +0100 >@@ -1,7 +1,7 @@ > # $FreeBSD: head/security/acmetool/Makefile 437781 2017-04-05 13:00:02Z jrm $ > > PORTNAME= acmetool >-PORTVERSION= 0.0.59 >+PORTVERSION= 0.0.61 > DISTVERSIONPREFIX= v > CATEGORIES= security > >@@ -10,38 +10,40 @@ > > LICENSE= MIT > >-BUILD_DEPENDS= go>=1.4:lang/go >+BUILD_DEPENDS= go>=1.8:lang/go > > USE_GITHUB= yes > GH_ACCOUNT= hlandau > GH_PROJECT= acme > GH_SUBDIR= src/github.com/hlandau/acme >-GH_TUPLE= alecthomas:template:a0175ee:template/src/github.com/alecthomas/template \ >- alecthomas:units:2efee857:units/src/github.com/alecthomas/units \ >- hlandau:goutils:0cdb66a:goutils/src/github.com/hlandau/goutils \ >- hlandau:buildinfo:337a29b:buildinfo/src/github.com/hlandau/buildinfo \ >- hlandau:dexlogconfig:244f29b:dexlogconfig/src/github.com/hlandau/dexlogconfig \ >- hlandau:xlog:197ef79:xlog/src/github.com/hlandau/xlog \ >- hlandau:easyconfig:v1.0.15:easyconfig/src/gopkg.in/hlandau/easyconfig.v1 \ >+GH_TUPLE= go-yaml:yaml:a3f3340:go_yaml/src/gopkg.in/yaml.v2 \ >+ tylerb:graceful:4654dfb:graceful/src/gopkg.in/tylerb/graceful.v1 \ >+ cheggaaa:pb:657164d:pb_v1/src/gopkg.in/cheggaaa/pb.v1 \ >+ hlandau:svcutils:c25dac4:svcutils_v1/src/gopkg.in/hlandau/svcutils.v1 \ >+ hlandau:configurable:4149686:configurable_v1/src/gopkg.in/hlandau/configurable.v1 \ >+ hlandau:easyconfig:7589cb9:easyconfig_v1/src/gopkg.in/hlandau/easyconfig.v1 \ >+ hlandau:service:b64b346:service_v2/src/gopkg.in/hlandau/service.v2 \ >+ square:go-jose:v1.1.0:go_jose/src/gopkg.in/square/go-jose.v1 \ >+ alecthomas:kingpin:1087e65:kingpin_v2/src/gopkg.in/alecthomas/kingpin.v2 \ >+ golang:crypto:b080dc9:crypto/src/golang.org/x/crypto \ >+ golang:text:88f656f:text/src/golang.org/x/text \ >+ golang:net:c708664:net/src/golang.org/x/net \ >+ mattn:go-runewidth:97311d9:go_runewidth/src/github.com/mattn/go-runewidth \ >+ mattn:go-isatty:6ca4dbf:go_isatty/src/github.com/mattn/go-isatty \ >+ ogier:pflag:45c278a:pflag/src/github.com/ogier/pflag \ > jmhodges:clock:880ee4c:clock/src/github.com/jmhodges/clock \ >- mattn:go-isatty:30a891c:go_isatty/src/github.com/mattn/go-isatty \ >- mattn:go-runewidth:14207d2:go_runewidth/src/github.com/mattn/go-runewidth \ >- coreos:go-systemd:e97b35f:go_systemd/src/github.com/coreos/go-systemd \ >- ogier:pflag:45c278ab:pflag/src/github.com/ogier/pflag \ >- peterhellberg:link:24c1495e:link/src/github.com/peterhellberg/link \ >- satori:go.uuid:b061729:go_uuid/src/github.com/satori/go.uuid \ >- shiena:ansicolor:a422bbe9:ansi_color/src/github.com/shiena/ansicolor \ >- golang:crypto:bed1280:crypto/src/golang.org/x/crypto \ >- golang:net:41bba8d:net/src/golang.org/x/net \ >- alecthomas:kingpin:v2.2.3:kingpin/src/gopkg.in/alecthomas/kingpin.v2 \ > mitchellh:go-wordwrap:ad45545:go_wordwrap/src/github.com/mitchellh/go-wordwrap \ >- cheggaaa:pb:v1.0.11:pb_v1/src/gopkg.in/cheggaaa/pb.v1 \ >- go-yaml:yaml:a3f3340:go_yaml/src/gopkg.in/yaml.v2 \ >- hlandau:svcutils:v1.0.10:svcutils/src/gopkg.in/hlandau/svcutils.v1 \ >- hlandau:service:v2.0.16:service/src/gopkg.in/hlandau/service.v2 \ >- hlandau:configurable:v1.0.1:configurable/src/gopkg.in/hlandau/configurable.v1 \ >- tylerb:graceful:v1.2.15:graceful/src/gopkg.in/tylerb/graceful.v1 \ >- square:go-jose:v1.1.0:go_jose/src/gopkg.in/square/go-jose.v1 >+ satori:go.uuid:5bf94b6:go_uuid/src/github.com/satori/go.uuid \ >+ hlandau:dexlogconfig:244f29b:dexlogconfig/src/github.com/hlandau/dexlogconfig \ >+ hlandau:buildinfo:337a29b:buildinfo/src/github.com/hlandau/buildinfo \ >+ hlandau:xlog:197ef79:xlog/src/github.com/hlandau/xlog \ >+ hlandau:goutils:0cdb66a:goutils/src/github.com/hlandau/goutils \ >+ hlandau:acme:56c12bd:acme/src/github.com/hlandau/acme \ >+ alecthomas:template:a0175ee:template/src/github.com/alecthomas/template \ >+ alecthomas:units:2efee85:units/src/github.com/alecthomas/units \ >+ coreos:go-systemd:d219646:go_systemd/src/github.com/coreos/go-systemd \ >+ shiena:ansicolor:a422bbe:ansicolor/src/github.com/shiena/ansicolor \ >+ peterhellberg:link:3eea38c:link/src/github.com/peterhellberg/link > > do-build: > cd ${WRKSRC}/src/github.com/hlandau/acme ; \ >diff -ur /usr/ports/security/acmetool/distinfo acmetool/distinfo >--- security/acmetool/distinfo 2017-04-05 15:00:02.000000000 +0200 >+++ security/acmetool/distinfo 2017-11-26 00:08:36.159729459 +0100 >@@ -1,55 +1,59 @@ >-TIMESTAMP = 1491379017 >-SHA256 (hlandau-acme-v0.0.59_GH0.tar.gz) = c84bf2d7ab20fdc16b9047ebb3bca48c8e1282f92605fa2eba08f7963ef6c3b4 >-SIZE (hlandau-acme-v0.0.59_GH0.tar.gz) = 131840 >-SHA256 (alecthomas-template-a0175ee_GH0.tar.gz) = 18330bd4bf73af704ec42953b6106e256b58314c7931bcd5aedf41b470ee3dc8 >-SIZE (alecthomas-template-a0175ee_GH0.tar.gz) = 55261 >-SHA256 (alecthomas-units-2efee857_GH0.tar.gz) = 0c0a9c2c0010470e6d4e8ed5b3f59506b785cd2ca1c40773cf679f28b202dc55 >-SIZE (alecthomas-units-2efee857_GH0.tar.gz) = 3440 >-SHA256 (hlandau-goutils-0cdb66a_GH0.tar.gz) = 76efbb51ee4d2d615aa31bc1b2c01f8c650d0a478007754f0b9e32dc036a2f23 >-SIZE (hlandau-goutils-0cdb66a_GH0.tar.gz) = 6397 >-SHA256 (hlandau-buildinfo-337a29b_GH0.tar.gz) = b2678ee8f07d0dcfb96ddc47fc7d5c3ee6896eb4951dc35a22b56b647ee34789 >-SIZE (hlandau-buildinfo-337a29b_GH0.tar.gz) = 2601 >-SHA256 (hlandau-dexlogconfig-244f29b_GH0.tar.gz) = 55ce7d2b431a55c3827c5df975b4d8194e61ae5b5a2c273385355ec351cde4c3 >-SIZE (hlandau-dexlogconfig-244f29b_GH0.tar.gz) = 1888 >-SHA256 (hlandau-xlog-197ef79_GH0.tar.gz) = 0db8bcf21a74fdfd26a0890e4e9a2c2486754eb1cd168c3d798b4f171088ce72 >-SIZE (hlandau-xlog-197ef79_GH0.tar.gz) = 6396 >-SHA256 (hlandau-easyconfig-v1.0.15_GH0.tar.gz) = 66637ef7147e31683305ed3e9d5d19e7be98959bd45a3c5cb1d5dbb4aaa6163f >-SIZE (hlandau-easyconfig-v1.0.15_GH0.tar.gz) = 9351 >-SHA256 (jmhodges-clock-880ee4c_GH0.tar.gz) = 1f80d14a42f1f30341a7040460cada7f555b1157f1ee96c826f104f46676aeb0 >-SIZE (jmhodges-clock-880ee4c_GH0.tar.gz) = 5759 >-SHA256 (mattn-go-isatty-30a891c_GH0.tar.gz) = 063e52b4690657d818a1a3a2097c7e8dc94ae95b1aa6a242b3096834fd1519b7 >-SIZE (mattn-go-isatty-30a891c_GH0.tar.gz) = 1952 >-SHA256 (mattn-go-runewidth-14207d2_GH0.tar.gz) = e665c10f4ccefe1d320fe8fe69403754c499fe79bc737f8f1d199d86ecfb7efb >-SIZE (mattn-go-runewidth-14207d2_GH0.tar.gz) = 22365 >-SHA256 (coreos-go-systemd-e97b35f_GH0.tar.gz) = 5c46dbdfb9e22451f5a351c2b168d00f7d53ad37bb119ff66d40954e19abb521 >-SIZE (coreos-go-systemd-e97b35f_GH0.tar.gz) = 53614 >-SHA256 (ogier-pflag-45c278ab_GH0.tar.gz) = f5d30003954fc8fa2f81617cf5712bbb75926f8d854bd81f9b433650a2f3675a >-SIZE (ogier-pflag-45c278ab_GH0.tar.gz) = 15817 >-SHA256 (peterhellberg-link-24c1495e_GH0.tar.gz) = 5cbb5be02a5df1cb0fe493bf483135efb413e6cd1e375f7ab9c175aa2c4cfcd7 >-SIZE (peterhellberg-link-24c1495e_GH0.tar.gz) = 4194 >-SHA256 (satori-go.uuid-b061729_GH0.tar.gz) = cdbe332ab1504109f04c64400cc1bb46fa8883754e92aa8ccc06b4da24c04345 >-SIZE (satori-go.uuid-b061729_GH0.tar.gz) = 7608 >-SHA256 (shiena-ansicolor-a422bbe9_GH0.tar.gz) = c632e2a88cfc9957cf435e7ea62d424e040f269911cd2680dec92acdd9b89c77 >-SIZE (shiena-ansicolor-a422bbe9_GH0.tar.gz) = 7317 >-SHA256 (golang-crypto-bed1280_GH0.tar.gz) = bf0e0f42fd7cb742892efd88bc9fd76bd96a4c979628c527a93abeced5e96092 >-SIZE (golang-crypto-bed1280_GH0.tar.gz) = 1306334 >-SHA256 (golang-net-41bba8d_GH0.tar.gz) = 003c999bb8c3d73cc3dae0ca48e8afcb77cf58cb6e2b25b4486ff602deacb8eb >-SIZE (golang-net-41bba8d_GH0.tar.gz) = 770083 >-SHA256 (alecthomas-kingpin-v2.2.3_GH0.tar.gz) = 1950744e84f83796d39298c2a85c3895b1bf37c4e01c2fdb9f81db309c8da33c >-SIZE (alecthomas-kingpin-v2.2.3_GH0.tar.gz) = 43770 >-SHA256 (mitchellh-go-wordwrap-ad45545_GH0.tar.gz) = f9ddaffa2229c278a6b61ba3f73b6d08695ef55e1cfea7d139e53728ea4d13ec >-SIZE (mitchellh-go-wordwrap-ad45545_GH0.tar.gz) = 2737 >-SHA256 (cheggaaa-pb-v1.0.11_GH0.tar.gz) = 7deece92a4cc3db13e9049c0b71ef5c70b4f9052e8717fc554713c793a3f2a16 >-SIZE (cheggaaa-pb-v1.0.11_GH0.tar.gz) = 10774 >+TIMESTAMP = 1511651316 >+SHA256 (hlandau-acme-v0.0.61_GH0.tar.gz) = af6742fc4f5cf69c25994f3654c53718640271fa4cd2738e831617cb2a42e32e >+SIZE (hlandau-acme-v0.0.61_GH0.tar.gz) = 132053 > SHA256 (go-yaml-yaml-a3f3340_GH0.tar.gz) = e2a3af32b0d55b2426229ea6efca85e4219209225f05fb57af55834a2dee2d1a > SIZE (go-yaml-yaml-a3f3340_GH0.tar.gz) = 60720 >-SHA256 (hlandau-svcutils-v1.0.10_GH0.tar.gz) = 8d00888d4f2cfba67afd6f40db442135791e7c8b5000af147f850e691c976e66 >-SIZE (hlandau-svcutils-v1.0.10_GH0.tar.gz) = 10099 >-SHA256 (hlandau-service-v2.0.16_GH0.tar.gz) = 2043784e128c6e32663903dad10c79621f2ff9ed607c2a652200b84c8e17c298 >-SIZE (hlandau-service-v2.0.16_GH0.tar.gz) = 14005 >-SHA256 (hlandau-configurable-v1.0.1_GH0.tar.gz) = 6252b96e836deece85e8af5d2fa9fc7f5a82f7b795d005f7a3b7804c8b43b388 >-SIZE (hlandau-configurable-v1.0.1_GH0.tar.gz) = 2691 >-SHA256 (tylerb-graceful-v1.2.15_GH0.tar.gz) = d8c4ff8f2d85fe265d7507ef9f71c6c29102c1a043b9c2a65cc9d3072227f31f >-SIZE (tylerb-graceful-v1.2.15_GH0.tar.gz) = 15028 >+SHA256 (tylerb-graceful-4654dfb_GH0.tar.gz) = 1c3320d71c47adb5ffcc10f0e5c641e0c9ccdb7e03e9d5f2f42498d2b809f217 >+SIZE (tylerb-graceful-4654dfb_GH0.tar.gz) = 15029 >+SHA256 (cheggaaa-pb-657164d_GH0.tar.gz) = b069d3bd4775241f84d4130dbea5f07939980d02e9dd642252f67e08801ed439 >+SIZE (cheggaaa-pb-657164d_GH0.tar.gz) = 11366 >+SHA256 (hlandau-svcutils-c25dac4_GH0.tar.gz) = 09edc8a1ac0c8f63e99cb4a217aa5b864d200829e49d24c413d9a75b5466b818 >+SIZE (hlandau-svcutils-c25dac4_GH0.tar.gz) = 10095 >+SHA256 (hlandau-configurable-4149686_GH0.tar.gz) = 79ee1e53ebead6d94b0eac2617c963a4e55edd744ac9c528dfb3a8acf132f82f >+SIZE (hlandau-configurable-4149686_GH0.tar.gz) = 2692 >+SHA256 (hlandau-easyconfig-7589cb9_GH0.tar.gz) = b5e9bdd121d99bb33a67bdf398e69ca1233fac7619da11120523c962c6f5a06a >+SIZE (hlandau-easyconfig-7589cb9_GH0.tar.gz) = 9771 >+SHA256 (hlandau-service-b64b346_GH0.tar.gz) = 04aeae94906a4a7ced428e26b573e483a949967140f5d74ec2e738441dad4fe1 >+SIZE (hlandau-service-b64b346_GH0.tar.gz) = 14006 > SHA256 (square-go-jose-v1.1.0_GH0.tar.gz) = 62360cffdce3e5b385e22bea52531dd4338237c0f62ea5da0e952dc5f89be94d > SIZE (square-go-jose-v1.1.0_GH0.tar.gz) = 260576 >+SHA256 (alecthomas-kingpin-1087e65_GH0.tar.gz) = 3378f316a34405900eabd957c2e2845394039d1544f051b2ec09c3214fa1fe12 >+SIZE (alecthomas-kingpin-1087e65_GH0.tar.gz) = 44278 >+SHA256 (golang-crypto-b080dc9_GH0.tar.gz) = 4c84e9a6bb138b65119673092b510c154e48191c4f47deb2dd92ee19c930e3e6 >+SIZE (golang-crypto-b080dc9_GH0.tar.gz) = 1435511 >+SHA256 (golang-text-88f656f_GH0.tar.gz) = 31fb554ed2e03dc8915af78e5693f8da6b3d19b89922cddb056ab4a186d9acf6 >+SIZE (golang-text-88f656f_GH0.tar.gz) = 5678539 >+SHA256 (golang-net-c708664_GH0.tar.gz) = 25aeb942c42f66fb155cab3d97ce9f0e045980ebc6eca1fd5b1a09c04f3815ea >+SIZE (golang-net-c708664_GH0.tar.gz) = 928439 >+SHA256 (mattn-go-runewidth-97311d9_GH0.tar.gz) = 8330497728f75464111ee7145fc97cfa588cb0d6561b3af5447aa05d489bca85 >+SIZE (mattn-go-runewidth-97311d9_GH0.tar.gz) = 22384 >+SHA256 (mattn-go-isatty-6ca4dbf_GH0.tar.gz) = 4ae0da6d6d3f5bf7b86570e38a057331f7b2830bd5d0c1fc670758672f7521cf >+SIZE (mattn-go-isatty-6ca4dbf_GH0.tar.gz) = 3383 >+SHA256 (ogier-pflag-45c278a_GH0.tar.gz) = 4069c7cdac6c83cbf896a2a68c23846dcb41c8498c3e20b00cf8b35de35ea82b >+SIZE (ogier-pflag-45c278a_GH0.tar.gz) = 15814 >+SHA256 (jmhodges-clock-880ee4c_GH0.tar.gz) = 1f80d14a42f1f30341a7040460cada7f555b1157f1ee96c826f104f46676aeb0 >+SIZE (jmhodges-clock-880ee4c_GH0.tar.gz) = 5759 >+SHA256 (mitchellh-go-wordwrap-ad45545_GH0.tar.gz) = f9ddaffa2229c278a6b61ba3f73b6d08695ef55e1cfea7d139e53728ea4d13ec >+SIZE (mitchellh-go-wordwrap-ad45545_GH0.tar.gz) = 2737 >+SHA256 (satori-go.uuid-5bf94b6_GH0.tar.gz) = eb26d69da0a36d9318183dd4a15b162cf8d6e4493f6c12ae635ba0a072e06da1 >+SIZE (satori-go.uuid-5bf94b6_GH0.tar.gz) = 7607 >+SHA256 (hlandau-dexlogconfig-244f29b_GH0.tar.gz) = 55ce7d2b431a55c3827c5df975b4d8194e61ae5b5a2c273385355ec351cde4c3 >+SIZE (hlandau-dexlogconfig-244f29b_GH0.tar.gz) = 1888 >+SHA256 (hlandau-buildinfo-337a29b_GH0.tar.gz) = b2678ee8f07d0dcfb96ddc47fc7d5c3ee6896eb4951dc35a22b56b647ee34789 >+SIZE (hlandau-buildinfo-337a29b_GH0.tar.gz) = 2601 >+SHA256 (hlandau-xlog-197ef79_GH0.tar.gz) = 0db8bcf21a74fdfd26a0890e4e9a2c2486754eb1cd168c3d798b4f171088ce72 >+SIZE (hlandau-xlog-197ef79_GH0.tar.gz) = 6396 >+SHA256 (hlandau-goutils-0cdb66a_GH0.tar.gz) = 76efbb51ee4d2d615aa31bc1b2c01f8c650d0a478007754f0b9e32dc036a2f23 >+SIZE (hlandau-goutils-0cdb66a_GH0.tar.gz) = 6397 >+SHA256 (hlandau-acme-56c12bd_GH0.tar.gz) = e355266b8397079d41d47fb341227bca09945913aa161ebe0a154f358576a3aa >+SIZE (hlandau-acme-56c12bd_GH0.tar.gz) = 132222 >+SHA256 (alecthomas-template-a0175ee_GH0.tar.gz) = 18330bd4bf73af704ec42953b6106e256b58314c7931bcd5aedf41b470ee3dc8 >+SIZE (alecthomas-template-a0175ee_GH0.tar.gz) = 55261 >+SHA256 (alecthomas-units-2efee85_GH0.tar.gz) = 8e84e0468232e23459212cf84e38164a43b1c8b7a2788a44c9446c01b684c39d >+SIZE (alecthomas-units-2efee85_GH0.tar.gz) = 3445 >+SHA256 (coreos-go-systemd-d219646_GH0.tar.gz) = e3805d5e0762ce0fbe0d1eb421ea1ef0f9d65b35876cdca43780c59b8edf41bd >+SIZE (coreos-go-systemd-d219646_GH0.tar.gz) = 54974 >+SHA256 (shiena-ansicolor-a422bbe_GH0.tar.gz) = 0e8994e5d633d56c111fa0b985092b6f45cfa04efb2b70cb34eeb430eafa7f79 >+SIZE (shiena-ansicolor-a422bbe_GH0.tar.gz) = 7320 >+SHA256 (peterhellberg-link-3eea38c_GH0.tar.gz) = 5a4c027ca262f4a782f26f4c53b516779ced84729d4566cb8c743f1cbf7f3c91 >+SIZE (peterhellberg-link-3eea38c_GH0.tar.gz) = 4200
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 222955
: 188284