FreeBSD Bugzilla – Attachment 181501 Details for
Bug 216779
[NEW PORT] sysutils/acmetool: CLI tool for automatically acquiring certificates from ACME servers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Acmetool v3 (issue with goyaml fetch fixed)
acmetool_v3.shar (text/plain), 8.94 KB, created by
Oleksii Samorukov
on 2017-04-05 07:42:07 UTC
(
hide
)
Description:
Acmetool v3 (issue with goyaml fetch fixed)
Filename:
MIME Type:
Creator:
Oleksii Samorukov
Created:
2017-04-05 07:42:07 UTC
Size:
8.94 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># acmetool ># acmetool/Makefile ># acmetool/pkg-plist ># acmetool/pkg-descr ># acmetool/pkg-message ># acmetool/distinfo ># >echo c - acmetool >mkdir -p acmetool > /dev/null 2>&1 >echo x - acmetool/Makefile >sed 's/^X//' >acmetool/Makefile << '20f5433efc10452fc26180be4d221d99' >X# $FreeBSD$ >X >XPORTNAME= acmetool >XPORTVERSION= 0.0.58 >XCATEGORIES= security >X >XMAINTAINER= samm@os2.kiev.ua >XCOMMENT= CLI tool for automatically acquiring certificates from ACME servers >X >XLICENSE= MIT >X >XBUILD_DEPENDS= go>=1.4:lang/go >X >XUSE_GITHUB= nodefault >XGH_TUPLE= hlandau:acme:v${PORTVERSION}:acme/src/github.com/hlandau/acme \ >X alecthomas:template:a0175ee:template/src/github.com/alecthomas/template \ >X alecthomas:units:2efee857:units/src/github.com/alecthomas/units \ >X hlandau:goutils:0cdb66a:goutils/src/github.com/hlandau/goutils \ >X hlandau:buildinfo:337a29b:buildinfo/src/github.com/hlandau/buildinfo \ >X hlandau:dexlogconfig:244f29b:dexlogconfig/src/github.com/hlandau/dexlogconfig \ >X hlandau:xlog:197ef79:xlog/src/github.com/hlandau/xlog \ >X hlandau:easyconfig:v1.0.15:easyconfig/src/gopkg.in/hlandau/easyconfig.v1 \ >X jmhodges:clock:880ee4c:clock/src/github.com/jmhodges/clock \ >X mattn:go-isatty:30a891c:go_isatty/src/github.com/mattn/go-isatty \ >X mattn:go-runewidth:14207d2:go_runewidth/src/github.com/mattn/go-runewidth \ >X coreos:go-systemd:e97b35f:go_systemd/src/github.com/coreos/go-systemd \ >X ogier:pflag:45c278ab:pflag/src/github.com/ogier/pflag \ >X peterhellberg:link:24c1495e:link/src/github.com/peterhellberg/link \ >X satori:go.uuid:b061729:go_uuid/src/github.com/satori/go.uuid \ >X shiena:ansicolor:a422bbe9:ansi_color/src/github.com/shiena/ansicolor \ >X golang:crypto:bed1280:crypto/src/golang.org/x/crypto \ >X golang:net:41bba8d:net/src/golang.org/x/net \ >X alecthomas:kingpin:v2.2.3:kingpin/src/gopkg.in/alecthomas/kingpin.v2 \ >X mitchellh:go-wordwrap:ad45545:go_wordwrap/src/github.com/mitchellh/go-wordwrap \ >X cheggaaa:pb:v1.0.7:pb_v1/src/gopkg.in/cheggaaa/pb.v1 \ >X go-yaml:yaml:a3f3340:go_yaml/src/gopkg.in/yaml.v2 \ >X hlandau:svcutils:v1.0.10:svcutils/src/gopkg.in/hlandau/svcutils.v1 \ >X hlandau:service:v2.0.16:service/src/gopkg.in/hlandau/service.v2 \ >X hlandau:configurable:v1.0.1:configurable/src/gopkg.in/hlandau/configurable.v1 \ >X tylerb:graceful:v1.2.15:graceful/src/gopkg.in/tylerb/graceful.v1 \ >X square:go-jose:v1.1.0:go_jose/src/gopkg.in/square/go-jose.v1 >X >Xdo-build: >X cd ${WRKSRC}/src/github.com/hlandau/acme ; \ >X ${SETENV} GOPATH=${WRKSRC} \ >X go build -o ${WRKSRC}/bin/${PORTNAME} -ldflags "\ >X -X github.com/hlandau/acme/hooks.DefaultPath=${PREFIX}/libexec/acme/hooks \ >X -X github.com/hlandau/acme/storage.RecommendedPath=/var/db/acme \ >X -X github.com/hlandau/buildinfo.BuildInfo=${PORTNAME}-v${PORTVERSION}-freebsd-ports \ >X "\ >X github.com/hlandau/acme/cmd/acmetool >X ${WRKSRC}/bin/${PORTNAME} --help-man > ${WRKSRC}/${PORTNAME}.8 >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} >X ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MANPREFIX}/man/man8 >X ${MKDIR} ${STAGEDIR}/var/db/acme >X ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/acme/hooks >X >X.include <bsd.port.mk> >20f5433efc10452fc26180be4d221d99 >echo x - acmetool/pkg-plist >sed 's/^X//' >acmetool/pkg-plist << 'f5a68c168d5d4f2c562f8a719b38fe2f' >Xman/man8/acmetool.8.gz >Xbin/acmetool >X@dir /var/db/acme >X@dir /var/db/ >X@dir libexec/acme >X@dir libexec/acme/hooks >f5a68c168d5d4f2c562f8a719b38fe2f >echo x - acmetool/pkg-descr >sed 's/^X//' >acmetool/pkg-descr << 'bd608aa24bc524deda4076d2832f6b92' >XAcmetool is an easy-to-use command line tool for automatically >Xacquiring certificates from ACME servers (such as Let's Encrypt). >XDesigned to flexibly integrate into your webserver setup to enable >Xautomatic verification. Unlike the official Let's Encrypt client, >Xthis doesn't modify your web server configuration. >X >XWWW: https://github.com/hlandau/acme/ >bd608aa24bc524deda4076d2832f6b92 >echo x - acmetool/pkg-message >sed 's/^X//' >acmetool/pkg-message << 'e79f5d4e8c69e6c1eb4f4f7a505ddfab' >X============================================================ >XUse "acmetool quickstart" for initial configuration. >X >XSee https://github.com/hlandau/acme for more details >Xabout how to configure and use the client. >e79f5d4e8c69e6c1eb4f4f7a505ddfab >echo x - acmetool/distinfo >sed 's/^X//' >acmetool/distinfo << '480468ce904168b52eb83cffae152a81' >XTIMESTAMP = 1491376612 >XSHA256 (hlandau-acme-v0.0.58_GH0.tar.gz) = c8fe2141d1f02a7718d69441007c71ce4c9cb20b399c86b8ff9f9be74a10667a >XSIZE (hlandau-acme-v0.0.58_GH0.tar.gz) = 126640 >XSHA256 (alecthomas-template-a0175ee_GH0.tar.gz) = 18330bd4bf73af704ec42953b6106e256b58314c7931bcd5aedf41b470ee3dc8 >XSIZE (alecthomas-template-a0175ee_GH0.tar.gz) = 55261 >XSHA256 (alecthomas-units-2efee857_GH0.tar.gz) = 0c0a9c2c0010470e6d4e8ed5b3f59506b785cd2ca1c40773cf679f28b202dc55 >XSIZE (alecthomas-units-2efee857_GH0.tar.gz) = 3440 >XSHA256 (hlandau-goutils-0cdb66a_GH0.tar.gz) = 76efbb51ee4d2d615aa31bc1b2c01f8c650d0a478007754f0b9e32dc036a2f23 >XSIZE (hlandau-goutils-0cdb66a_GH0.tar.gz) = 6397 >XSHA256 (hlandau-buildinfo-337a29b_GH0.tar.gz) = b2678ee8f07d0dcfb96ddc47fc7d5c3ee6896eb4951dc35a22b56b647ee34789 >XSIZE (hlandau-buildinfo-337a29b_GH0.tar.gz) = 2601 >XSHA256 (hlandau-dexlogconfig-244f29b_GH0.tar.gz) = 55ce7d2b431a55c3827c5df975b4d8194e61ae5b5a2c273385355ec351cde4c3 >XSIZE (hlandau-dexlogconfig-244f29b_GH0.tar.gz) = 1888 >XSHA256 (hlandau-xlog-197ef79_GH0.tar.gz) = 0db8bcf21a74fdfd26a0890e4e9a2c2486754eb1cd168c3d798b4f171088ce72 >XSIZE (hlandau-xlog-197ef79_GH0.tar.gz) = 6396 >XSHA256 (hlandau-easyconfig-v1.0.15_GH0.tar.gz) = 66637ef7147e31683305ed3e9d5d19e7be98959bd45a3c5cb1d5dbb4aaa6163f >XSIZE (hlandau-easyconfig-v1.0.15_GH0.tar.gz) = 9351 >XSHA256 (jmhodges-clock-880ee4c_GH0.tar.gz) = 1f80d14a42f1f30341a7040460cada7f555b1157f1ee96c826f104f46676aeb0 >XSIZE (jmhodges-clock-880ee4c_GH0.tar.gz) = 5759 >XSHA256 (mattn-go-isatty-30a891c_GH0.tar.gz) = 063e52b4690657d818a1a3a2097c7e8dc94ae95b1aa6a242b3096834fd1519b7 >XSIZE (mattn-go-isatty-30a891c_GH0.tar.gz) = 1952 >XSHA256 (mattn-go-runewidth-14207d2_GH0.tar.gz) = e665c10f4ccefe1d320fe8fe69403754c499fe79bc737f8f1d199d86ecfb7efb >XSIZE (mattn-go-runewidth-14207d2_GH0.tar.gz) = 22365 >XSHA256 (coreos-go-systemd-e97b35f_GH0.tar.gz) = 5c46dbdfb9e22451f5a351c2b168d00f7d53ad37bb119ff66d40954e19abb521 >XSIZE (coreos-go-systemd-e97b35f_GH0.tar.gz) = 53614 >XSHA256 (ogier-pflag-45c278ab_GH0.tar.gz) = f5d30003954fc8fa2f81617cf5712bbb75926f8d854bd81f9b433650a2f3675a >XSIZE (ogier-pflag-45c278ab_GH0.tar.gz) = 15817 >XSHA256 (peterhellberg-link-24c1495e_GH0.tar.gz) = 5cbb5be02a5df1cb0fe493bf483135efb413e6cd1e375f7ab9c175aa2c4cfcd7 >XSIZE (peterhellberg-link-24c1495e_GH0.tar.gz) = 4194 >XSHA256 (satori-go.uuid-b061729_GH0.tar.gz) = cdbe332ab1504109f04c64400cc1bb46fa8883754e92aa8ccc06b4da24c04345 >XSIZE (satori-go.uuid-b061729_GH0.tar.gz) = 7608 >XSHA256 (shiena-ansicolor-a422bbe9_GH0.tar.gz) = c632e2a88cfc9957cf435e7ea62d424e040f269911cd2680dec92acdd9b89c77 >XSIZE (shiena-ansicolor-a422bbe9_GH0.tar.gz) = 7317 >XSHA256 (golang-crypto-bed1280_GH0.tar.gz) = bf0e0f42fd7cb742892efd88bc9fd76bd96a4c979628c527a93abeced5e96092 >XSIZE (golang-crypto-bed1280_GH0.tar.gz) = 1306334 >XSHA256 (golang-net-41bba8d_GH0.tar.gz) = 003c999bb8c3d73cc3dae0ca48e8afcb77cf58cb6e2b25b4486ff602deacb8eb >XSIZE (golang-net-41bba8d_GH0.tar.gz) = 770083 >XSHA256 (alecthomas-kingpin-v2.2.3_GH0.tar.gz) = 1950744e84f83796d39298c2a85c3895b1bf37c4e01c2fdb9f81db309c8da33c >XSIZE (alecthomas-kingpin-v2.2.3_GH0.tar.gz) = 43770 >XSHA256 (mitchellh-go-wordwrap-ad45545_GH0.tar.gz) = f9ddaffa2229c278a6b61ba3f73b6d08695ef55e1cfea7d139e53728ea4d13ec >XSIZE (mitchellh-go-wordwrap-ad45545_GH0.tar.gz) = 2737 >XSHA256 (cheggaaa-pb-v1.0.7_GH0.tar.gz) = ff76e8aa0059ff016f0918f979548f23e0ce7d779ea8276ffcf0ed6a1530abe1 >XSIZE (cheggaaa-pb-v1.0.7_GH0.tar.gz) = 10600 >XSHA256 (go-yaml-yaml-a3f3340_GH0.tar.gz) = e2a3af32b0d55b2426229ea6efca85e4219209225f05fb57af55834a2dee2d1a >XSIZE (go-yaml-yaml-a3f3340_GH0.tar.gz) = 60720 >XSHA256 (hlandau-svcutils-v1.0.10_GH0.tar.gz) = 8d00888d4f2cfba67afd6f40db442135791e7c8b5000af147f850e691c976e66 >XSIZE (hlandau-svcutils-v1.0.10_GH0.tar.gz) = 10099 >XSHA256 (hlandau-service-v2.0.16_GH0.tar.gz) = 2043784e128c6e32663903dad10c79621f2ff9ed607c2a652200b84c8e17c298 >XSIZE (hlandau-service-v2.0.16_GH0.tar.gz) = 14005 >XSHA256 (hlandau-configurable-v1.0.1_GH0.tar.gz) = 6252b96e836deece85e8af5d2fa9fc7f5a82f7b795d005f7a3b7804c8b43b388 >XSIZE (hlandau-configurable-v1.0.1_GH0.tar.gz) = 2691 >XSHA256 (tylerb-graceful-v1.2.15_GH0.tar.gz) = d8c4ff8f2d85fe265d7507ef9f71c6c29102c1a043b9c2a65cc9d3072227f31f >XSIZE (tylerb-graceful-v1.2.15_GH0.tar.gz) = 15028 >XSHA256 (square-go-jose-v1.1.0_GH0.tar.gz) = 62360cffdce3e5b385e22bea52531dd4338237c0f62ea5da0e952dc5f89be94d >XSIZE (square-go-jose-v1.1.0_GH0.tar.gz) = 260576 >480468ce904168b52eb83cffae152a81 >exit >
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 Raw
Actions:
View
Attachments on
bug 216779
:
179594
|
180702
|
180795
|
181501
|
181502