aboutsummaryrefslogtreecommitdiff
path: root/net/bsdec2-image-upload
Commit message (Collapse)AuthorAgeFilesLines
* Update bsdec2-image-upload to version 1.1.3: Retry failed Amazon S3 PUTsColin Percival2017-07-122-3/+3
| | | | | | | | | and most failed EC2 API calls. Relnotes: This should help the release engineer remain sane. Notes: svn path=/head/; revision=445574
* Update bsdec2-image-upload to version 1.1.2. This works around recentColin Percival2017-06-212-3/+3
| | | | | | | | breakage in the EC2 DescribeConversionTasks API and should unbreak the AMI upload process. Notes: svn path=/head/; revision=444078
* Update bsdec2-image-upload to version 1.1.1. This adds an --ena optionColin Percival2017-05-252-4/+4
| | | | | | | | which marks newly registered images as supporting the Elastic Network Adapter hardware. Notes: svn path=/head/; revision=441710
* Update bsdec2-image-upload to version 1.1.0. This new version makes useColin Percival2016-10-102-3/+4
| | | | | | | | | of the DescribeRegions API call to get a list of EC2 regions rather than using a static list compiled in; some users may need to update their IAM policies to allow DescribeRegions. Notes: svn path=/head/; revision=423630
* net/bsdec2-image-upload: Add SSL flagsJohn Marino2016-09-111-2/+3
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421761
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Update to 1.0.2. This adds a new --sriov option which enables EC2Colin Percival2016-01-122-4/+3
| | | | | | | | Enhanced Networking on the created image(s) and support for the ap-northeast-2 (Seoul) region. Notes: svn path=/head/; revision=405844
* Add missing USE_OPENSSL=yesTijl Coosemans2015-01-151-0/+2
| | | | | | | PR: 195796 Notes: svn path=/head/; revision=377064
* Allow staging as a regular userAntoine Brodin2014-11-301-1/+1
| | | | Notes: svn path=/head/; revision=373687
* Update to 1.0.1. The only change is a workaround for OpenSSL API stupidityColin Percival2014-11-292-3/+3
| | | | | | | which should fix the build on older FreeBSD releases. Notes: svn path=/head/; revision=373591
* Add bsdec2-image-upload port:Colin Percival2014-11-233-0/+28
Tool for uploading disk images into Amazon EC2 and creating Amazon Machine Images from them. This will be used to build FreeBSD/EC2 images in the future. Notes: svn path=/head/; revision=373185