Skip to content

Commit

Permalink
We are not using p11-kit-server anymore
Browse files Browse the repository at this point in the history
Signed-off-by: Simo Sorce <[email protected]>
  • Loading branch information
simo5 committed Aug 28, 2024
1 parent afb3551 commit 82f466a
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
dnf -y install nss-softokn nss-tools nss-softokn-devel \
nss-devel
elif [ "${{ matrix.token }}" = "softhsm" ]; then
dnf -y install softhsm p11-kit-devel p11-kit-server
dnf -y install softhsm p11-kit-devel
fi
elif [ -f /etc/debian_version ]; then
apt-get -q update
Expand Down
1 change: 0 additions & 1 deletion packaging/pkcs11-provider.spec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ BuildRequires: openssl
BuildRequires: softhsm
BuildRequires: opensc
BuildRequires: p11-kit-devel
BuildRequires: p11-kit-server
BuildRequires: gnutls-utils
BuildRequires: xz
BuildRequires: expect
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/bind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ install_dependencies()
dnf install -y --skip-broken \
meson \
p11-kit httpd mod_ssl openssl-devel gnutls-utils nss-tools \
p11-kit-devel p11-kit-server opensc softhsm-devel procps-ng \
p11-kit-devel opensc softhsm-devel procps-ng \
openssl util-linux bind9-next opensc
}

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/httpd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install_dependencies()
dnf install -y --skip-broken \
meson \
p11-kit httpd mod_ssl openssl-devel gnutls-utils nss-tools \
p11-kit-devel p11-kit-server opensc softhsm-devel procps-ng \
p11-kit-devel opensc softhsm-devel procps-ng \
openssl util-linux
}

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/libssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install_dependencies()
title PARA "Install dependencies"

dnf install -y --skip-broken cmake libcmocka libcmocka-devel softhsm \
nss-tools gnutls-utils p11-kit p11-kit-devel p11-kit-server opensc \
nss-tools gnutls-utils p11-kit p11-kit-devel opensc \
softhsm-devel socket_wrapper nss_wrapper uid_wrapper pam_wrapper \
priv_wrapper openssh-server zlib-devel git meson \
openssl-devel gcc g++ libcmocka-devel
Expand Down
31 changes: 0 additions & 31 deletions tests/softhsm-proxy.sh

This file was deleted.

6 changes: 0 additions & 6 deletions tests/test-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ if [ -f "${TEST_PATH}/t${TEST_NAME}.c" ]; then
COMMAND="$CHECKER $COMMAND"
fi

for option in "${TEST_PARAMS[@]}"; do
if [[ "$option" == "proxy" ]]; then
COMMAND="${TESTSSRCDIR}/softhsm-proxy.sh $COMMAND"
fi
done

LOGFILE="${TESTBLDDIR}/${TEST_NAME}.${TOKEN_DRIVER}.log"

echo "Executing ${COMMAND}"
Expand Down

0 comments on commit 82f466a

Please sign in to comment.