Skip to content

Commit

Permalink
[activemq-cpp,apr,arrow] Switch apache urls to pull from "archive" (#…
Browse files Browse the repository at this point in the history
…29388)

Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
  • Loading branch information
GordonSmith committed Feb 2, 2023
1 parent a548ef5 commit f7ada2a
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ports/activemq-cpp/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (NOT VCPKG_TARGET_IS_LINUX)
endif()

vcpkg_download_distfile(ARCHIVE
URLS "https://www.apache.org/dist/activemq/activemq-cpp/${VERSION}/activemq-cpp-library-${VERSION}-src.tar.bz2"
URLS "https://archive.apache.org/dist/activemq/activemq-cpp/${VERSION}/activemq-cpp-library-${VERSION}-src.tar.bz2"
FILENAME "activemq-cpp-library-${VERSION}-src.tar.bz2"
SHA512 83692d3dfd5ecf557fc88d204a03bf169ce6180bcff27be41b09409b8f7793368ffbeed42d98ef6374c6b6b477d9beb8a4a9ac584df9e56725ec59ceceaa6ae2
)
Expand Down
3 changes: 2 additions & 1 deletion ports/activemq-cpp/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "activemq-cpp",
"version-semver": "3.9.5",
"port-version": 9,
"port-version": 10,
"description": "Apache ActiveMQ is the most popular and powerful open source messaging and Integration Patterns server.",
"license": "Apache-2.0",
"supports": "!(uwp | osx)",
"dependencies": [
"apr",
Expand Down
2 changes: 1 addition & 1 deletion ports/apr/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set(VERSION 1.7.0)

vcpkg_download_distfile(ARCHIVE
URLS "https://www.apache.org/dist/apr/apr-${VERSION}.tar.bz2"
URLS "https://archive.apache.org/dist/apr/apr-${VERSION}.tar.bz2"
FILENAME "apr-${VERSION}.tar.bz2"
SHA512 3dc42d5caf17aab16f5c154080f020d5aed761e22db4c5f6506917f6bfd2bf8becfb40af919042bd4ce1077d5de74aa666f5edfba7f275efba78e8893c115148
)
Expand Down
2 changes: 1 addition & 1 deletion ports/apr/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apr",
"version": "1.7.0",
"port-version": 11,
"port-version": 12,
"description": "The Apache Portable Runtime (APR) is a C library that forms a system portability layer that covers many operating systems.",
"homepage": "https://apr.apache.org/",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion ports/arrow/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
vcpkg_download_distfile(
ARCHIVE_PATH
URLS "https://www.apache.org/dyn/closer.lua?action=download&filename=arrow/arrow-${VERSION}/apache-arrow-${VERSION}.tar.gz"
URLS "https://archive.apache.org/dist/arrow/arrow-${VERSION}/apache-arrow-${VERSION}.tar.gz"
FILENAME apache-arrow-${VERSION}.tar.gz
SHA512 c6198e5c9b8fe5ccd89e445c9252da44d8d7c9e0c8eb5a802fa0cabf89482fddf775ed383bac1acc9331bc3195d21df7ea02c4a73aa6ee163c2959f34175d650
)
Expand Down
2 changes: 1 addition & 1 deletion ports/arrow/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "arrow",
"version": "10.0.1",
"port-version": 3,
"port-version": 4,
"description": "Cross-language development platform for in-memory analytics",
"homepage": "https://arrow.apache.org",
"license": "Apache-2.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/activemq-cpp.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2cf2310a238e646e62043be2f553332d8bd4c171",
"version-semver": "3.9.5",
"port-version": 10
},
{
"git-tree": "4f5d3901f612afe54e714fb14e47d343822e398e",
"version-semver": "3.9.5",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/apr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "beb9b88a2d3bcc63f32177c58622d7ad4b6717cf",
"version": "1.7.0",
"port-version": 12
},
{
"git-tree": "2f23cf24a3496f9fb519512245a3e0f1a66c8ed9",
"version": "1.7.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/a-/arrow.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "04944a4d39fe590b7fed071475502fa8bcfe5a27",
"version": "10.0.1",
"port-version": 4
},
{
"git-tree": "3829a0697ffe3ba8cb1274e2edd7cfbcbc48482b",
"version": "10.0.1",
Expand Down
6 changes: 3 additions & 3 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"activemq-cpp": {
"baseline": "3.9.5",
"port-version": 9
"port-version": 10
},
"ade": {
"baseline": "0.1.1f",
Expand Down Expand Up @@ -134,7 +134,7 @@
},
"apr": {
"baseline": "1.7.0",
"port-version": 11
"port-version": 12
},
"apr-util": {
"baseline": "1.6.1",
Expand Down Expand Up @@ -198,7 +198,7 @@
},
"arrow": {
"baseline": "10.0.1",
"port-version": 3
"port-version": 4
},
"ashes": {
"baseline": "2022-06-08",
Expand Down

0 comments on commit f7ada2a

Please sign in to comment.