forked from getsolus/packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into deprecate-rpi-imager
Showing
4,563 changed files
with
535,494 additions
and
556,263 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
name: Packaging problem report | ||
description: Report problems with a package. This includes build failures or other issues related to a package. This is *not* for bugs with installed software. | ||
labels: ["Packaging Problem", "Priority: Normal"] | ||
title: "packagename: problem with package" | ||
body: | ||
- type: checkboxes | ||
id: search | ||
attributes: | ||
label: Please confirm there isn't an existing open report for this package | ||
description: Before opening a new packaging problem report, please search [existing reports](https://github.com/getsolus/packages/labels/Package%20Problem%20Report) to ensure there is not an existing one. | ||
options: | ||
- label: I have searched through package problem reports | ||
required: true | ||
- type: input | ||
id: name | ||
attributes: | ||
label: Name | ||
description: Name of the package. | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: Software version that has the problem. | ||
- type: textarea | ||
id: problem | ||
attributes: | ||
label: Summary of the problem | ||
description: Describe what's wrong with the package. Does it fail to build? Is the metadata incorrect? Is there a missing dependency? Something else? | ||
placeholder: ex. The foo package fails to build. | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: details | ||
attributes: | ||
label: More information | ||
description: Details about the problem. ex. Errors in make output. | ||
placeholder: The errors when running go-task build *or* description of a packaging issue (e.g. "package foo is missing the bar dependency and crashes") | ||
validations: | ||
required: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Security Policy | ||
|
||
Security is an important concern for Solus. Please report vulnerabilities if you believe that Solus is affected. We accept vulnerability reports for both software developed by the Solus project (ie. [github.com/getsolus](https://github.com/getsolus)) as well as vulnerabilities in software packaged by Solus. | ||
|
||
## Reporting a Vulnerability | ||
|
||
A vulnerability in can be reported in the following ways: | ||
|
||
- By creating a security issue [on GitHub](https://github.com/getsolus/packages/security/advisories/new). | ||
- By contacting security@getsol.us. | ||
|
||
## Supported Versions | ||
|
||
- **Packages**: both the *unstable* and *stable* ('shannon') releases of Solus are supported with security updates. Please report a security issue if you feel that a security issue is present in either release. | ||
- **Software**: both the latest tagged release and master/main branch are supported. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,26 @@ | ||
--- | ||
# Configuration for a repository freeze. | ||
# Dates can be generated using `date --iso-8601=s`. | ||
freeze: | ||
start: null | ||
end: null | ||
start: "2024-09-27T23:59:59+00:00" | ||
end: "2024-10-13T23:59:59+00:00" | ||
|
||
# Configuration for including static libraries. | ||
static_libs: | ||
# These packages are allowed to include static libraries: | ||
allowed_packages: | ||
- gcc | ||
- ghc | ||
- glibc | ||
- golang | ||
- libboost | ||
- libnss | ||
- llvm | ||
- llvm-15 | ||
- ocaml | ||
- qt5-tools | ||
- rocm-llvm | ||
- vlc | ||
# These files are allowed as static libraries: | ||
allowed_files: | ||
- /usr/lib64/ghc-*/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.