Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sdc-cloudapi#141 openssl pkgsrc version bump #140

Merged
merged 2 commits into from
Apr 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
danmcd marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#
# Copyright 2022 Joyent, Inc.
# Copyright 2022 MNX Cloud, Inc.
# Copyright 2023 MNX Cloud, Inc.
#

#
Expand Down Expand Up @@ -78,7 +78,7 @@ BASE_IMAGE_UUID = 502eeef2-8267-489f-b19c-a206906f57ef
BUILDIMAGE_NAME = $(NAME)
BUILDIMAGE_DESC = SDC CloudAPI
BUILDIMAGE_PKGSRC = \
openssl-1.1.1q \
openssl-1.1.1t \
haproxy-2.6.1
AGENTS = amon config registrar

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"engineStrict": true,
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:TritonDataCenter/sdc-cloudapi.git"
"url": "https://github.com/TritonDataCenter/sdc-cloudapi.git"
},
"dependencies": {
"aperture": "git+https://github.com/TritonDataCenter/node-aperture.git#516f54924f9b3c997cca674e92937250801bd037",
Expand Down