oracle-instantclient-sqlplus

MEDIUM
maintainer Malvineous 19 votes scanned 2026-09-08 15:17:32.240420
View on AUR
Why flagged

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

Triggered rules

Medium source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:31 source=("https://download.oracle.com/otn_software/linux/instantclient/${_urlver}/${_pkgname}-linux.x64-${pkgver}${_pkgver_vendor_suffix}.zip")

PKGBUILD

1 offending line(s) highlighted
1# Contributor: Adam Nielsen <malvineous@shikadi.net>
2# Contributor: Vitaliy Berdinskikh <skipper13@archlinux.org.ua>
3# Contributor: Andrea Agosti <cifvts@gmail.com>
4# Contributor: Viliam Pucik <viliam.pucik@gmail.com>
5# Maintainer: Adam Nielsen <malvineous@shikadi.net>
6
7# This package is also available as a Pacman repo, to simplify upgrades.
8# Add the following lines to the end of /etc/pacman.conf:
9#
10# [oracle]
11# SigLevel = Optional TrustAll
12# Server = http://linux.shikadi.net/arch/$repo/$arch/
13#
14# Then run `pacman -Sy` then `pacman -S oracle-instantclient-sqlplus`
15
16_pkgname=instantclient-sqlplus
17pkgname=oracle-${_pkgname}
18pkgver=23.26.3.0.0
19_pkgver_vendor_suffix=
20_urlver=2326300
21_unzippath=instantclient_23_26
22pkgrel=1
23pkgdesc="SQL*Plus for Oracle Instant Client"
24arch=('x86_64')
25url="https://www.oracle.com/at/database/technologies/instant-client/downloads.html"
26license=('custom:OTN')
27depends=(oracle-instantclient-basic=$pkgver)
28replaces=('instantclient-sqlplus')
29options=(!strip)
30
31source=("https://download.oracle.com/otn_software/linux/instantclient/${_urlver}/${_pkgname}-linux.x64-${pkgver}${_pkgver_vendor_suffix}.zip")
32md5sums=('0e63f3c8644798ba37915c29a3006c0a')
33sha256sums=('6570d7939856767cdbb549b51e1423d6a5f53143c57c30c015669706f65a632a')
34
35package() {
36 cd "$srcdir/${_unzippath}"
37 install -d "$pkgdir/usr/bin"
38 install -d "$pkgdir/usr/lib"
39 install -m 755 -t "$pkgdir/usr/bin" sqlplus
40 install -m 755 -t "$pkgdir/usr/lib" *.so
41 install -m 644 -t "$pkgdir/usr/lib" *.sql
42 install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" *LICENSE
43}
44

Changes since previous scan

--- PKGBUILD @ 2026-07-14 00:09
+++ PKGBUILD @ 2026-09-08 15:17
@@ -15,9 +15,9 @@
_pkgname=instantclient-sqlplus
pkgname=oracle-${_pkgname}
-pkgver=23.26.2.0.0
+pkgver=23.26.3.0.0
_pkgver_vendor_suffix=
-_urlver=2326200v2
+_urlver=2326300
_unzippath=instantclient_23_26
pkgrel=1
pkgdesc="SQL*Plus for Oracle Instant Client"
@@ -29,8 +29,8 @@
options=(!strip)
source=("https://download.oracle.com/otn_software/linux/instantclient/${_urlver}/${_pkgname}-linux.x64-${pkgver}${_pkgver_vendor_suffix}.zip")
-md5sums=('56261bd9d512e7cbdd36a8fe63e47fb8')
-sha256sums=('5d3c916c0b7ff761d157edfb8da526b410a9cf40e3f01c02ea22c2654764d5f5')
+md5sums=('0e63f3c8644798ba37915c29a3006c0a')
+sha256sums=('6570d7939856767cdbb549b51e1423d6a5f53143c57c30c015669706f65a632a')
package() {
cd "$srcdir/${_unzippath}"

Scan history

Scanned at (UTC)SeverityRules
2026-09-08 15:17:32 Medium 1
2026-07-14 00:09:48 Clean 2
2026-07-13 09:41:03 Medium 1
2026-07-13 00:19:36 Low 2
2026-07-12 00:27:26 Low 2
2026-07-11 00:25:18 Low 2
2026-07-10 00:20:30 Low 2
2026-07-09 00:22:38 Low 2
2026-07-08 00:26:52 Low 2
2026-07-07 00:22:52 Low 2
2026-07-06 00:10:58 Low 2
2026-07-05 00:27:08 Low 2
2026-07-04 00:27:25 Low 2
2026-07-03 00:17:07 Low 2
2026-07-02 00:22:12 Low 2
2026-07-01 00:30:02 Low 2
2026-06-30 00:15:06 Low 2
2026-06-29 00:20:06 Low 2
2026-06-28 00:09:41 Low 2
2026-06-27 00:00:51 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