aboutsummaryrefslogtreecommitdiff
path: root/net/bsdec2-image-upload
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update bsdec2-image-upload to 1.4.1.Colin Percival2021-03-052-4/+4
| | | | | | | This fixes a bug which resulted in uploads hanging at 20% complete. Notes: svn path=/head/; revision=567348
* Update bsdec2-image-upload to 1.4.0.Colin Percival2021-02-263-24/+7
| | | | | | | | | This adds compatibility with LibreSSL 2.9+, compatibility with recently created S3 buckets, support for > 10 GB AMIs, and a cleanup of the build code. Notes: svn path=/head/; revision=566627
* net/bsdec2-image-upload: fix build on GCC architecturesPiotr Kubaj2020-07-222-2/+18
| | | | | | | | | | -W\#warnings is incorrect for GCC: cc1: error: -Werror=#warnings: No option -W#warnings MFH: 2020Q3 (fix build blanket) Notes: svn path=/head/; revision=542847
* Update to 1.3.1.Colin Percival2020-04-102-7/+4
| | | | | | | | This should unbreak the build with libressl and pre-1.1.1 versions of OpenSSL; most importantly, this should build on FreeBSD 11 again. Notes: svn path=/head/; revision=531388
* Update bsdec2-image-upload to 1.3.0.Colin Percival2020-04-083-14/+7
| | | | | | | | | | | | | This new version: 1. Uses ImportSnapshot for uploading VHD images (necessary for .cn regions, where the ImportVolume API is not available). 2. Adds Architecture field to (optional) SNS notifications. 3. (Optionally) records AMI IDs in the SSM Parameter Store. Sponsored by: https://www.patreon.com/cperciva Notes: svn path=/head/; revision=531085
* Fix build on HEAD.Brooks Davis2019-11-211-0/+10
| | | | | | | | Makefiles that use the FreeBSD make infrastructure should be seeing MAN= rather than defining NO_MAN since 2014. Notes: svn path=/head/; revision=518112
* Update bsdec2-image-upload to version 1.2.2.Colin Percival2019-03-202-4/+4
| | | | | | | | This adds a new --arm64 option which flags the resulting AMI as running on the arm64 architecture (e.g., the a1.* instance family). Notes: svn path=/head/; revision=496311
* Update to version 1.2.1. This brings two changes:Colin Percival2018-08-012-4/+4
| | | | | | | | | | | 1. A new --publicsnap option which marks the EBS snapshot for the AMI's root disk as being public. 2. When sending an SNS notification about new AMIs, the SNS region is extracted from the Topic ARN rather than using the same region as was used for uploading the AMI. Notes: svn path=/head/; revision=476203
* Update bsdec2-image-upload to version 1.2.Colin Percival2018-07-172-4/+4
| | | | | | | | | | This brings support for automatically sending SNS notifications about new AMIs (requested by Amazon), and adjusts the "copy AMIs out to all the regions" step to perform copies in parallel (which should speed up the process of releasing new AMIs significantly). Notes: svn path=/head/; revision=474781
* Update bsdec2-image-upload to version 1.1.4.Colin Percival2018-06-242-4/+4
| | | | | | | | | This fixes a problem which surfaced just in time to obstruct FreeBSD 11.2-RELEASE relating to the output sent by the DescribeConversionTasks API. Notes: svn path=/head/; revision=473189
* 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