Skip to content

Commit 1ed58ba

Browse files
committed
manylinux: update kerberos to krb5-1.18.4
1 parent 2eac548 commit 1ed58ba

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

ci/docker/manylinux/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN yum install zlib-devel cmake3 -y
88

99
ADD libssh-${LIBSSH}.tar.xz libssh.tar.xz
1010
ADD https://www.openssl.org/source/${OPENSSL}.tar.gz ${OPENSSL}.tar.gz
11-
ADD krb5-1.18.2.tar.xz krb5-1.18.2.tar.xz
11+
ADD krb5-1.18.4.tar.xz krb5-1.18.4.tar.xz
1212

1313
RUN tar -xzf ${OPENSSL}.tar.gz
1414
# Openssl
@@ -17,7 +17,7 @@ RUN cd ${OPENSSL} && \
1717
make -j6 && make install
1818

1919
# Kerberos
20-
RUN cd krb5-1.18.2.tar.xz/krb5-1.18.2/src && \
20+
RUN cd krb5-1.18.4.tar.xz/krb5-1.18.4/src && \
2121
./configure && \
2222
make -j6 && \
2323
make install
@@ -28,6 +28,6 @@ RUN mkdir -p build_libssh && cd build_libssh && \
2828
-DWITH_GSS_API=ON && \
2929
make -j6 install
3030

31-
RUN rm -rf ${OPENSSL}* libssh build_libssh krb5-1.18.2.tar.xz
31+
RUN rm -rf ${OPENSSL}* libssh build_libssh krb5-1.18.4.tar.xz
3232

3333
VOLUME /var/cache

ci/docker/manylinux/krb5-1.18.2.tar.xz

-3
This file was deleted.
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:a98e2692c96d9eba586e491530a76bcf2e8e9022e07eadd5a490bb1ad38aaf3b
3+
size 6095136

0 commit comments

Comments
 (0)