compat-openssl10
The package installs prebuilt OpenSSL 1.0 libraries from Fedora's official Koji build system; while the host is not a common whitelist entry, it is a legitimate and trustworthy source for reproducible builds, and no code execution or malicious behavior is present.
Triggered rules
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
llm_review
An AI model (qwen/qwen3-235b-a22b-2507) reviewed this and agrees it is LOW (confidence 95%): The package installs prebuilt OpenSSL 1.0 libraries from Fedora's official Koji build system; while the host is not a common whitelist entry, it is a legitimate and trustworthy source for reproducible builds, and no code execution or malicious behavior is present.
PKGBUILD
# Maintainer: Devin Christensen <quixoten@gmail.com>
# shellcheck disable=SC2034,SC2154
pkgname=compat-openssl10
_ver=1.0.2o
# use a pacman compatible version scheme
pkgver=1.0.3
pkgrel=7
pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
arch=('x86_64')
url='https://www.openssl.org'
license=('OpenSSL')
source=(
"https://kojipkgs.fedoraproject.org/vol/fedora_koji_archive06/packages/compat-openssl10/${_ver}/11.fc33/${CARCH}/compat-openssl10-${_ver}-11.fc33.x86_64.rpm"
)
sha256sums=(
'2e60fb3e1b716e059a99a6b439f634e3372489e1d2608e2e9f776a2b0687f931'
)
package() {
# Move some files around
install -m755 -d "$pkgdir/usr/lib"
install -D -m0644 "$srcdir"/usr/lib64/lib* "$pkgdir"/usr/lib
install -D -m0644 "$srcdir"/usr/share/licenses/compat-openssl10/LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
}
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-25 00:03:36 | Low | 2 |
| 2026-09-24 17:43:55 | Low | 2 |