Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump dependencies: xrdp v0.10.0, xorgxrdp v0.10.1, libjpeg-turbo 3.0.3 #28

Merged
merged 1 commit into from
May 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bump dependencies: xrdp v0.10.0, xorgxrdp v0.10.1, libjpeg-turbo 3.0.3
  • Loading branch information
Frank Fricke committed May 15, 2024
commit 773ac39da55cc6c90e21b8ca8de72ec913a3e361
6 changes: 3 additions & 3 deletions Dockerfile.m4
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get clean

# Build libjpeg-turbo
ARG LIBJPEG_TURBO_TREEISH=3.0.2
ARG LIBJPEG_TURBO_TREEISH=3.0.3
ARG LIBJPEG_TURBO_REMOTE=https://github.com/libjpeg-turbo/libjpeg-turbo.git
RUN mkdir /tmp/libjpeg-turbo/
WORKDIR /tmp/libjpeg-turbo/
Expand Down Expand Up @@ -149,7 +149,7 @@ RUN make deb
RUN dpkg -i ./turbovnc_*.deb

# Build xrdp
ARG XRDP_TREEISH=v0.9.25.1
ARG XRDP_TREEISH=v0.10.0
ARG XRDP_REMOTE=https://github.com/neutrinolabs/xrdp.git
RUN mkdir /tmp/xrdp/
WORKDIR /tmp/xrdp/
Expand All @@ -171,7 +171,7 @@ RUN make -j"$(nproc)"
RUN checkinstall --default --pkgname=xrdp --pkgversion=9:999 --pkgrelease=0

# Build xorgxrdp
ARG XORGXRDP_TREEISH=v0.9.20
ARG XORGXRDP_TREEISH=v0.10.1
ARG XORGXRDP_REMOTE=https://github.com/neutrinolabs/xorgxrdp.git
RUN mkdir /tmp/xorgxrdp/
WORKDIR /tmp/xorgxrdp/
Expand Down