compat-openssl10

LOW
maintainer quixoten 0 votes scanned 2026-09-25 00:03:36.779685
View on AUR
Why flagged

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

Low Few votes, recently uploaded zero_votes_recent

Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.

Low AI review 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

1# Maintainer: Devin Christensen <quixoten@gmail.com>
2
3# shellcheck disable=SC2034,SC2154
4
5pkgname=compat-openssl10
6_ver=1.0.2o
7# use a pacman compatible version scheme
8pkgver=1.0.3
9pkgrel=7
10pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer Security'
11arch=('x86_64')
12url='https://www.openssl.org'
13license=('OpenSSL')
14source=(
15 "https://kojipkgs.fedoraproject.org/vol/fedora_koji_archive06/packages/compat-openssl10/${_ver}/11.fc33/${CARCH}/compat-openssl10-${_ver}-11.fc33.x86_64.rpm"
16)
17sha256sums=(
18 '2e60fb3e1b716e059a99a6b439f634e3372489e1d2608e2e9f776a2b0687f931'
19)
20
21package() {
22 # Move some files around
23 install -m755 -d "$pkgdir/usr/lib"
24 install -D -m0644 "$srcdir"/usr/lib64/lib* "$pkgdir"/usr/lib
25 install -D -m0644 "$srcdir"/usr/share/licenses/compat-openssl10/LICENSE "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
26}
27

Scan history

Scanned at (UTC)SeverityRules
2026-09-25 00:03:36 Low 2
2026-09-24 17:43:55 Low 2

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion