Skip to content

Commit ff5adaa

Browse files
updating notice.txt per instructions (#4113)
* updating notice.txt per instructions Signed-off-by: Sean Simmons <[email protected]> * updating pg source to internal Signed-off-by: Sean Simmons <[email protected]> --------- Signed-off-by: Sean Simmons <[email protected]>
1 parent 90f8781 commit ff5adaa

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

NOTICE.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5671,7 +5671,7 @@ If you redistribute modified sources, we would appreciate that you include in th
56715671
2. Special Notices Regarding Commercially Licensed Third-Party Components incorporated into the Product:
56725672

56735673
Progress Chef Infra Server v15 incorporates OpenSearch 1.3.20 licensed from TuxCare.
5674-
5674+
Progress Chef Infra Server v15 incorporates PostgreSQL 13.22 licensed from TuxCare.
56755675

56765676
3. Special Notices Regarding Progress Product Components incorporated into the Product:
56775677

omnibus/config/software/postgresql13.rb

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,20 @@
3131

3232
# version_list: url=https://ftp.postgresql.org/pub/source/v#{version}/ filter=*.tar.bz2
3333

34-
version("13.22") { source sha256: "d36d83dc89e625502cf6fb1d0529642ba1266bd614b4e4a41cefd1dddcf09080" }
34+
version("13.22") do
35+
source url: "#{ENV['ARTIFACTORY_REPO_URL']}/postgresql13/#{name}-#{version}.tuxcare.1.0.0.tar.bz2",
36+
authorization: "X-JFrog-Art-Api:#{ENV['ARTIFACTORY_TOKEN']}",
37+
sha256: "d36d83dc89e625502cf6fb1d0529642ba1266bd614b4e4a41cefd1dddcf09080"
38+
end
39+
3540
version("13.21") { source sha256: "dcda1294df45f033b0656cf7a8e4afbbc624c25e1b144aec79530f74d7ef4ab4" }
3641
version("13.18") { source sha256: "ceea92abee2a8c19408d278b68de6a78b6bd3dbb4fa2d653fa7ca745d666aab1" }
3742
version("13.14") { source sha256: "b8df078551898960bd500dc5d38a177e9905376df81fe7f2b660a1407fa6a5ed" }
3843
version("13.5") { source sha256: "9b81067a55edbaabc418aacef457dd8477642827499560b00615a6ea6c13f6b3" }
3944
version("13.6") { source sha256: "bafc7fa3d9d4da8fe71b84c63ba8bdfe8092935c30c0aa85c24b2c08508f67fc" }
4045

4146
source url: "https://ftp.postgresql.org/pub/source/v#{version}/postgresql-#{version}.tar.bz2"
42-
internal_source url: "#{ENV["ARTIFACTORY_REPO_URL"]}/postgresql/postgresql-#{version}.tar.bz2",
47+
internal_source url: "#{ENV["ARTIFACTORY_REPO_URL"]}/postgresql13/#{name}-#{version}.tuxcare.1.0.0.tar.bz2",
4348
authorization: "X-JFrog-Art-Api:#{ENV["ARTIFACTORY_TOKEN"]}"
4449

4550
relative_path "postgresql-#{version}"

0 commit comments

Comments
 (0)