Compare commits
No commits in common. "c8" and "c8s" have entirely different histories.
7
.gitignore
vendored
7
.gitignore
vendored
@ -1 +1,6 @@
|
|||||||
SOURCES/booth-1.1.tar.gz
|
/booth-*.tar.gz
|
||||||
|
/booth-*.rpm
|
||||||
|
/booth-*/
|
||||||
|
|
||||||
|
*~
|
||||||
|
*.sw?
|
||||||
|
@ -47,8 +47,8 @@ License: GPLv2+
|
|||||||
Url: https://github.com/%{github_owner}/%{name}
|
Url: https://github.com/%{github_owner}/%{name}
|
||||||
Source0: https://github.com/%{github_owner}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/%{github_owner}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Patch0: rhel-specific-0001-config-Add-enable-authfile-option.patch
|
Patch0: rhel-specific-0001-config-Add-enable-authfile-option.patch
|
||||||
Patch1: RHEL-32613-1-attr-Fix-reading-of-server_reply.patch
|
Patch1: RHEL-32605-1-attr-Fix-reading-of-server_reply.patch
|
||||||
Patch2: RHEL-32613-2-auth-Check-result-of-gcrypt-gcry_md_get_algo_dlen.patch
|
Patch2: RHEL-32605-2-auth-Check-result-of-gcrypt-gcry_md_get_algo_dlen.patch
|
||||||
|
|
||||||
# direct build process dependencies
|
# direct build process dependencies
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
@ -298,7 +298,7 @@ VERBOSE=1 make check
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Apr 30 2024 Jan Friesse <jfriesse@redhat.com> - 1.1-1.1
|
* Tue Apr 30 2024 Jan Friesse <jfriesse@redhat.com> - 1.1-1.1
|
||||||
- Resolves: RHEL-32613
|
- Resolves: RHEL-32605
|
||||||
|
|
||||||
- attr: Fix reading of server_reply
|
- attr: Fix reading of server_reply
|
||||||
- auth: Check result of gcrypt gcry_md_get_algo_dlen (fixes CVE-2024-3049)
|
- auth: Check result of gcrypt gcry_md_get_algo_dlen (fixes CVE-2024-3049)
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
--- !Policy
|
||||||
|
product_versions:
|
||||||
|
- rhel-8
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
1
sources
Normal file
1
sources
Normal file
@ -0,0 +1 @@
|
|||||||
|
SHA512 (booth-1.1.tar.gz) = dacc3258dd9a5f0dd72406eae753fb4900922bd2d906817a28c9ece7d7a1caaf5fd16959f8dff450382105358f2898c594171ae229ccd94e4d07f49668b0410d
|
3
tests/.gitignore
vendored
Normal file
3
tests/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Ignore tests runs/artefacts.
|
||||||
|
artifacts/**
|
||||||
|
**/*.retry
|
9
tests/tests.yml
Normal file
9
tests/tests.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
- hosts: localhost
|
||||||
|
roles:
|
||||||
|
- role: standard-test-basic
|
||||||
|
tags:
|
||||||
|
- classic
|
||||||
|
tests:
|
||||||
|
- upstream
|
||||||
|
required_packages:
|
||||||
|
- booth-test
|
6
tests/upstream/runtest.sh
Normal file
6
tests/upstream/runtest.sh
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -xe
|
||||||
|
set -o pipefail
|
||||||
|
|
||||||
|
/usr/share/booth/tests/test/runtests.py --allow-root-user
|
Loading…
Reference in New Issue
Block a user