Skip to content

Commit

Permalink
Add missing identifiers for products starting with an 'A' (#5459)
Browse files Browse the repository at this point in the history
Added identifiers to all the products which filenames starts with an A. Not everything was in the Repology DB, so some had to be manually filled.

See also #5352.

---------

Co-authored-by: Marc Wrobel <[email protected]>
  • Loading branch information
flo7000 and marcwrobel authored Jul 20, 2024
1 parent e5dc147 commit 5a7d08d
Show file tree
Hide file tree
Showing 14 changed files with 72 additions and 0 deletions.
7 changes: 7 additions & 0 deletions products/ansible-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ changelogTemplate: https://github.com/ansible/ansible/blob/stable-__RELEASE_CYCL
releaseDateColumn: true
eolColumn: Supported

identifiers:
- repology: ansible-core
- cpe: cpe:/a:redhat:ansible_engine
- cpe: cpe:/a:ansible:ansible
- cpe: cpe:/a:redhat:ansible
- cpe: cpe:2.3:a:redhat:ansible

auto:
methods:
- git: https://github.com/ansible/ansible.git
Expand Down
5 changes: 5 additions & 0 deletions products/apache-activemq.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ versionCommand: activemq --version
releaseDateColumn: true
eolColumn: Support

identifiers:
- repology: activemq
- cpe: cpe:/a:apache:activemq
- cpe: cpe:2.3:a:apache:activemq

auto:
methods:
- git: https://github.com/apache/activemq.git
Expand Down
5 changes: 5 additions & 0 deletions products/apache-cassandra.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ releasePolicyLink: https://cassandra.apache.org/_/blog/Behind-the-scenes-of-an-A
changelogTemplate: 'https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=NEWS.txt;hb=refs/tags/cassandra-__LATEST__'
releaseDateColumn: true

identifiers:
- repology: cassandra
- cpe: cpe:/a:apache:cassandra
- cpe: cpe:2.3:a:apache:cassandra

auto:
methods:
- git: https://github.com/apache/cassandra.git
Expand Down
2 changes: 2 additions & 0 deletions products/apache-flink.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ identifiers:
- purl: pkg:github/apache/flink
- purl: pkg:docker/library/flink
- purl: pkg:docker/apache/flink
- cpe: cpe:/a:apache:flink
- cpe: cpe:2.3:a:apache:flink

releases:
- releaseCycle: "1.19"
Expand Down
5 changes: 5 additions & 0 deletions products/apache-groovy.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ releaseDateColumn: true
eoasColumn: true
eolColumn: Bug and Security Fixes

identifiers:
- repology: groovy
- cpe: cpe:/a:apache:groovy
- cpe: cpe:2.3:a:apache:groovy

auto:
methods:
- maven: org.apache.groovy/groovy
Expand Down
7 changes: 7 additions & 0 deletions products/apache-hadoop.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ eolColumn: Support
# https://stackoverflow.com/a/33936569/374236
versionCommand: hadoop version

identifiers:
- repology: hadoop
- cpe: cpe:/a:apache:hadoop
- cpe: cpe:2.3:a:apache:hadoop
- cpe: cpe:/a:cloudera:hadoop
- cpe: cpe:2.3:a:cloudera:hadoop

auto:
methods:
- git: https://github.com/apache/hadoop.git
Expand Down
2 changes: 2 additions & 0 deletions products/apache-http-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ releaseDateColumn: true

identifiers:
- repology: apache
- cpe: cpe:/a:apache:apache_http_server
- cpe: cpe:2.3:a:apache:http_server

auto:
methods:
Expand Down
5 changes: 5 additions & 0 deletions products/apache-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ eoesColumn: Confluent Platform Standard End of Support
# https://stackoverflow.com/a/51782038/374236
versionCommand: ${KAFKA_HOME}/bin/kafka-topics.sh --version

identifiers:
- repology: kafka
- cpe: cpe:/a:apache:kafka
- cpe: cpe:2.3:a:apache:kafka

auto:
methods:
- git: https://github.com/apache/kafka.git
Expand Down
8 changes: 8 additions & 0 deletions products/apache-maven.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ changelogTemplate: "https://github.com/apache/maven/releases/tag/maven-__LATEST_
releaseDateColumn: true
eolColumn: Support

identifiers:
- repology: maven
- cpe: cpe:/a:apache:maven
- cpe: cpe:2.3:a:apache:maven
- repology: maven-shared-utils
- cpe: cpe:/a:apache:maven_shared_utils
- cpe: cpe:2.3:a:apache:maven_shared_utils

auto:
methods:
- maven: org.apache.maven/maven-core
Expand Down
5 changes: 5 additions & 0 deletions products/apache-spark.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ eolColumn: Support
# https://sparkbyexamples.com/spark/check-spark-version/
versionCommand: spark-shell --version

identifiers:
- repology: apache-spark
- cpe: cpe:/a:apache:spark
- cpe: cpe:2.3:a:apache:spark

auto:
methods:
- git: https://github.com/apache/spark.git
Expand Down
5 changes: 5 additions & 0 deletions products/apache-struts.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ changelogTemplate: https://cwiki.apache.org/confluence/display/WW/Version+Notes+
releaseDateColumn: true
eolColumn: Support

identifiers:
- repology: struts
- cpe: cpe:/a:apache:struts
- cpe: cpe:2.3:a:apache:struts

auto:
methods:
- maven: struts/struts
Expand Down
5 changes: 5 additions & 0 deletions products/arangodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ releasePolicyLink: https://arangodb.com/master-services-agreement-inc-may-2023-c
changelogTemplate: "https://docs.arangodb.com/stable/release-notes/version-__RELEASE_CYCLE__/"
eolWarnThreshold: 121

identifiers:
- repology: arangodb
- cpe: cpe:/a:arangodb:arangodb
- cpe: cpe:2.3:a:arangodb:arangodb

auto:
methods:
- git: https://github.com/arangodb/arangodb.git
Expand Down
5 changes: 5 additions & 0 deletions products/artifactory.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ releasePolicyLink: https://jfrog.com/help/r/jfrog-release-information/artifactor
releaseDateColumn: true
eolColumn: Support

identifiers:
- repology: artifactory
- cpe: cpe:/a:jfrog:artifactory
- cpe: cpe:2.3:a:jfrog:artifactory

auto:
methods:
- custom: artifactory
Expand Down
6 changes: 6 additions & 0 deletions products/azul-zulu.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ customColumns:
description: Corresponding latest Java version
link: https://docs.azul.com/core/zulu-openjdk/versioning-and-naming


identifiers:
- repology: zulu-openjdk
- cpe: cpe:/a:azul:zulu
- cpe: cpe:2.3:a:azul:zulu

# Auto-update will be difficult to implement. It's not difficult to get the versions through
# https://app.swaggerhub.com/apis/azul/zulu-download-community/1.0, but the API does not provide
# accurate dates (in the bundles/latest endpoint).
Expand Down

0 comments on commit 5a7d08d

Please sign in to comment.