Skip to content

Commit

Permalink
Merge remote-tracking branch 'alire/stable-1.2.1' into stable-1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mosteo committed Jan 13, 2023
2 parents 9ce7137 + 8ccc8d1 commit eb142f2
Show file tree
Hide file tree
Showing 61 changed files with 67 additions and 64 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build-crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name: Build Crate
env:
CHECKS_ORG: alire-project
CHECKS_REPO: alire-index-checks
ALR_VERSION: 1.2.2

on:
pull_request:
Expand Down Expand Up @@ -93,7 +94,7 @@ jobs:
uses: alire-project/setup-alire@v1
with:
toolchain: --disable-assistant # We want to use the external ones in this workflow
version: 1.2.1
version: ${{env.ALR_VERSION}}

- name: Set up devel `alr`
if: contains(github.base_ref, 'devel-')
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build-native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ name: Toolchain
env:
CHECKS_ORG: alire-project
CHECKS_REPO: alire-index-checks
ALR_VERSION: 1.2.2

on:
pull_request:
Expand Down Expand Up @@ -64,7 +65,7 @@ jobs:
if: contains(github.base_ref, 'stable-')
uses: alire-project/setup-alire@v1
with:
version: 1.2.1
version: ${{env.ALR_VERSION}}

# By default, this sets up the newest indexed native toolchain
- name: Set up devel `alr`
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/diff-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name: Diff release
env:
CHECKS_ORG: alire-project
CHECKS_REPO: alire-index-checks
ALR_VERSION: 1.2.2

on:
pull_request:
Expand Down Expand Up @@ -41,7 +42,7 @@ jobs:
uses: alire-project/setup-alire@v1
with:
toolchain: --disable-assistant # We don't need the compiler
version: 1.2.1
version: ${{env.ALR_VERSION}}

- name: Set up GNAT toolchain (FSF)
if: (matrix.os == 'ubuntu-latest') && (contains(github.base_ref, 'devel-'))
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_amf/matreshka_amf-18.1.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Implementation of OMG's Meta Object Facility (MOF)"
name = "matreshka_amf"
version = "18.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_amf/matreshka_amf-20.1.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Implementation of OMG's Meta Object Facility (MOF)"
name = "matreshka_amf"
version = "20.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_amf/matreshka_amf-21.0.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Implementation of OMG's Meta Object Facility (MOF)"
name = "matreshka_amf"
version = "21.0.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_amf_dd/matreshka_amf_dd-18.1.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Diagram Definition (DD) specification support for AMF"
name = "matreshka_amf_dd"
version = "18.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_amf_dd/matreshka_amf_dd-20.1.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Diagram Definition (DD) specification support for AMF"
name = "matreshka_amf_dd"
version = "20.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_amf_dd/matreshka_amf_dd-21.0.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Diagram Definition (DD) specification support for AMF"
name = "matreshka_amf_dd"
version = "21.0.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "The UML mofext for AMF"
name = "matreshka_amf_mofext"
version = "18.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "The UML mofext for AMF"
name = "matreshka_amf_mofext"
version = "20.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "The UML mofext for AMF"
name = "matreshka_amf_mofext"
version = "21.0.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_amf_ocl/matreshka_amf_ocl-18.1.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "The UML OCL for AMF"
name = "matreshka_amf_ocl"
version = "18.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_amf_ocl/matreshka_amf_ocl-20.1.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "The UML OCL for AMF"
name = "matreshka_amf_ocl"
version = "20.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_amf_ocl/matreshka_amf_ocl-21.0.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "The UML OCL for AMF"
name = "matreshka_amf_ocl"
version = "21.0.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_amf_uml/matreshka_amf_uml-18.1.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Unified Modeling Language support for AMF"
name = "matreshka_amf_uml"
version = "18.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_amf_uml/matreshka_amf_uml-20.1.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Unified Modeling Language support for AMF"
name = "matreshka_amf_uml"
version = "20.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_amf_uml/matreshka_amf_uml-21.0.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Unified Modeling Language support for AMF"
name = "matreshka_amf_uml"
version = "21.0.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_amf_utp/matreshka_amf_utp-18.1.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "The UML Testing Profile for AMF"
name = "matreshka_amf_utp"
version = "18.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_amf_utp/matreshka_amf_utp-20.1.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "The UML Testing Profile for AMF"
name = "matreshka_amf_utp"
version = "20.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_amf_utp/matreshka_amf_utp-21.0.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "The UML Testing Profile for AMF"
name = "matreshka_amf_utp"
version = "21.0.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_fastcgi/matreshka_fastcgi-18.1.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "FastCGI implementation (demo)"
name = "matreshka_fastcgi"
version = "18.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_fastcgi/matreshka_fastcgi-20.1.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "FastCGI implementation (demo)"
name = "matreshka_fastcgi"
version = "20.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_fastcgi/matreshka_fastcgi-21.0.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "FastCGI implementation (demo)"
name = "matreshka_fastcgi"
version = "21.0.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions index/ma/matreshka_league/matreshka_league-18.1.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "League - universal string library. Part of Matreshka framework"
name = "matreshka_league"
version = "18.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand All @@ -17,6 +17,6 @@ command = ["make", "reconfig"]
make = "any"

[origin]
url = "http://forge.ada-ru.org/matreshka/downloads/matreshka-18.1.tar.gz"
url = "https://github.com/godunko/matreshka/releases/download/18.1/matreshka-18.1.tar.gz"
archive-name = "matreshka-18.1.tar.gz"
hashes = ["sha512:4fab6c039550017f6cd16d6216f76e9651f1fd5c24d842cccd5ca1340733216ff5dca4aea8babd6c43da8bb75db94681b398f3c04c2a7e4cca7ae49a7c56aa76"]
4 changes: 2 additions & 2 deletions index/ma/matreshka_league/matreshka_league-20.1.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "League - universal string library. Part of Matreshka framework"
name = "matreshka_league"
version = "20.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand All @@ -27,6 +27,6 @@ gnat = "<11"
gnat = "<11|(>=2000 & <2021)"

[origin]
url = "http://forge.ada-ru.org/matreshka/downloads/matreshka-20.1.tar.gz"
url = "https://github.com/godunko/matreshka/releases/download/20.1/matreshka-20.1.tar.gz"
archive-name = "matreshka-20.1.tar.gz"
hashes = ["sha512:41ddb44a6073cb57c88e25024f6e2db94003e98263ef38feecb752021d6e9213c12303efc2557e1842100aa4f52d3b58323319dcc1394fe21d3514258c19e466"]
4 changes: 2 additions & 2 deletions index/ma/matreshka_league/matreshka_league-21.0.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "League - universal string library. Part of Matreshka framework"
name = "matreshka_league"
version = "21.0.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand All @@ -21,6 +21,6 @@ gnat = "<2000"
# GNAT CE 2020 miss TLS support, alire GCC 11 works fine

[origin]
url = "http://forge.ada-ru.org/matreshka/downloads/matreshka-21.0.tar.gz"
url = "https://github.com/godunko/matreshka/releases/download/21.0/matreshka-21.0.tar.gz"
archive-name = "matreshka-21.0.tar.gz"
hashes = ["sha512:0c8f4d478d64e761967b3bcb7aae56fe08c4dd254acfe17a704cf21d2ba9f4b8faed470268c8c6dfa2b6e0dcab64e5fdaae04361657b8d5fa85dd35e6a76e9b2"]
2 changes: 1 addition & 1 deletion index/ma/matreshka_servlet/matreshka_servlet-18.1.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Servlet API"
name = "matreshka_servlet"
version = "18.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_servlet/matreshka_servlet-20.1.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Servlet API"
name = "matreshka_servlet"
version = "20.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_servlet/matreshka_servlet-21.0.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Servlet API"
name = "matreshka_servlet"
version = "21.0.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_soap/matreshka_soap-18.1.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Framework for work with SOAP 1.2"
name = "matreshka_soap"
version = "18.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_soap/matreshka_soap-20.1.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Framework for work with SOAP 1.2"
name = "matreshka_soap"
version = "20.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion index/ma/matreshka_soap/matreshka_soap-21.0.0.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Framework for work with SOAP 1.2"
name = "matreshka_soap"
version = "21.0.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "WS-Security 1.1 implementation for SOAP 1.2"
name = "matreshka_soap_wsse"
version = "18.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "WS-Security 1.1 implementation for SOAP 1.2"
name = "matreshka_soap_wsse"
version = "20.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "WS-Security 1.1 implementation for SOAP 1.2"
name = "matreshka_soap_wsse"
version = "21.0.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Web-application server. API library"
name = "matreshka_spikedog_api"
version = "18.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Web-application server. API library"
name = "matreshka_spikedog_api"
version = "20.1.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
description = "Web-application server. API library"
name = "matreshka_spikedog_api"
version = "21.0.0"
website = "https://forge.ada-ru.org/matreshka"
website = "https://github.com/godunko/matreshka"
authors = ["Vadim Godunko"]
licenses = "BSD-3-Clause"
maintainers = ["Vadim Godunko <[email protected]>", "Maxim Reznik <[email protected]>"]
Expand Down
Loading

0 comments on commit eb142f2

Please sign in to comment.