Port details |
- bsdec2-image-upload Tool for creating Amazon EC2 AMIs
- 1.4.8 net =2 1.4.8Version of this port present on the latest quarterly branch.
- Maintainer: cperciva@FreeBSD.org
- Port Added: 2014-11-23 22:34:52
- Last Update: 2024-04-26 00:43:03
- Commit Hash: acd8358
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- Description:
- Tool for uploading disk images into Amazon EC2 and creating Amazon Machine
Images from them.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bsdec2-image-upload>0:net/bsdec2-image-upload
- To install the port:
- cd /usr/ports/net/bsdec2-image-upload/ && make install clean
- To add the package, run one of these commands:
- pkg install net/bsdec2-image-upload
- pkg install bsdec2-image-upload
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bsdec2-image-upload
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1714092095
SHA256 (bsdec2-image-upload-1.4.8.tgz) = bedf6b3218663d47006ca1abc66151a732c73268cc9a48dbead29e05394096ac
SIZE (bsdec2-image-upload-1.4.8.tgz) = 34713
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- ca-root-nss.crt : security/ca_root_nss
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_bsdec2-image-upload
- USES:
- compiler ssl tar:tgz uidfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.4.8 26 Apr 2024 00:43:03 |
Colin Percival (cperciva) |
net/bsdec2-image-upload: Update to 1.4.8
Check for ResourceLimitExceeded when importing volumes; this unbreaks
parallel AMI creation. |
1.4.7 25 Jan 2024 23:53:30 |
Colin Percival (cperciva) |
net/bsdec2-image-upload: Update to 1.4.7
Switch from gp2 to gp3 default root disk type; and remove unnecessary
mention of "ephemeral" disks when registering AMI. |
1.4.6 07 Jun 2023 22:15:23 |
Colin Percival (cperciva) |
net/bsdec2-image-upload: Update to 1.4.6
This adds a new --uefi-preferred option. |
1.4.5 27 Aug 2021 00:52:45 |
Colin Percival (cperciva) |
net/bsdec2-image-upload: Update to 1.4.5 |
1.4.4 21 Aug 2021 21:05:00 |
Colin Percival (cperciva) |
net/bsdec2-image-upload: Update to 1.4.4
* Add --uefi option for setting the BootMode of amd64 images
* Fix socket and memory leaks in SSL requests
* Support LibreSSL 3.3.2+ |
1.4.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.4.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.4.1 05 Mar 2021 00:05:52 |
cperciva |
Update bsdec2-image-upload to 1.4.1.
This fixes a bug which resulted in uploads hanging at 20% complete. |
1.4.0 26 Feb 2021 18:49:55 |
cperciva |
Update bsdec2-image-upload to 1.4.0.
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. |
1.3.1 22 Jul 2020 10:17:26 |
pkubaj |
net/bsdec2-image-upload: fix build on GCC architectures
-W\#warnings is incorrect for GCC:
cc1: error: -Werror=#warnings: No option -W#warnings
MFH: 2020Q3 (fix build blanket) |
1.3.1 10 Apr 2020 23:07:06 |
cperciva |
Update to 1.3.1.
This should unbreak the build with libressl and pre-1.1.1 versions
of OpenSSL; most importantly, this should build on FreeBSD 11 again. |
1.3.0 08 Apr 2020 03:27:35 |
cperciva |
Update bsdec2-image-upload to 1.3.0.
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 |
1.2.2 21 Nov 2019 20:52:30 |
brooks |
Fix build on HEAD.
Makefiles that use the FreeBSD make infrastructure should be seeing
MAN= rather than defining NO_MAN since 2014. |
1.2.2 20 Mar 2019 06:19:16 |
cperciva |
Update bsdec2-image-upload to version 1.2.2.
This adds a new --arm64 option which flags the resulting AMI as
running on the arm64 architecture (e.g., the a1.* instance family). |
1.2.1 01 Aug 2018 22:06:23 |
cperciva |
Update to version 1.2.1. This brings two changes:
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. |
1.2 17 Jul 2018 07:37:05 |
cperciva |
Update bsdec2-image-upload to version 1.2.
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). |
1.1.4 24 Jun 2018 08:46:09 |
cperciva |
Update bsdec2-image-upload to version 1.1.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. |
1.1.3 12 Jul 2017 06:13:12 |
cperciva |
Update bsdec2-image-upload to version 1.1.3: Retry failed Amazon S3 PUTs
and most failed EC2 API calls.
Relnotes: This should help the release engineer remain sane. |
1.1.2 21 Jun 2017 20:56:56 |
cperciva |
Update bsdec2-image-upload to version 1.1.2. This works around recent
breakage in the EC2 DescribeConversionTasks API and should unbreak the
AMI upload process. |
1.1.1 25 May 2017 18:58:12 |
cperciva |
Update bsdec2-image-upload to version 1.1.1. This adds an --ena option
which marks newly registered images as supporting the Elastic Network
Adapter hardware. |
1.1.0 10 Oct 2016 02:07:49 |
cperciva |
Update bsdec2-image-upload to version 1.1.0. This new version makes use
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. |
1.0.2 11 Sep 2016 00:19:19 |
marino |
net/bsdec2-image-upload: Add SSL flags
Approved by: SSL blanket |
1.0.2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.0.2 12 Jan 2016 09:36:26 |
cperciva |
Update to 1.0.2. This adds a new --sriov option which enables EC2
Enhanced Networking on the created image(s) and support for the
ap-northeast-2 (Seoul) region. |
1.0.1_1 15 Jan 2015 09:05:38 |
tijl |
Add missing USE_OPENSSL=yes
PR: 195796 |
1.0.1 30 Nov 2014 20:26:41 |
antoine |
Allow staging as a regular user |
1.0.1 29 Nov 2014 00:59:33 |
cperciva |
Update to 1.0.1. The only change is a workaround for OpenSSL API stupidity
which should fix the build on older FreeBSD releases. |
1.0.0 23 Nov 2014 22:34:44 |
cperciva |
Add bsdec2-image-upload port:
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. |