From 6b4753798571d939ae8e80e8ab6c30ce0784276f Mon Sep 17 00:00:00 2001 From: STAM Date: Tue, 18 Feb 2025 12:25:02 +0300 Subject: [PATCH] openssl FPIC shared --- Makefile | 6 ++++++ .../epicmorg/debian/11-bullseye/develop/Dockerfile | 7 +++++++ .../epicmorg/debian/12-bookworm/develop/Dockerfile | 7 +++++++ .../ecosystem/epicmorg/debian/13-trixie/develop/Dockerfile | 7 +++++++ linux/ecosystem/epicmorg/debian/sid/develop/Dockerfile | 7 +++++++ 5 files changed, 34 insertions(+) diff --git a/Makefile b/Makefile index 9c7bf4509..d01fe0dd0 100644 --- a/Makefile +++ b/Makefile @@ -2488,3 +2488,9 @@ bundle-python: make ecosystem-debian-bookworm-python-images make ecosystem-debian-trixie-python-images make ecosystem-debian-sid-python-images + +develop: + cd `pwd`/linux/ecosystem/epicmorg/debian/11-bullseye/develop && pwd && make build && make deploy + cd `pwd`/linux/ecosystem/epicmorg/debian/12-bookworm/develop && pwd && make build && make deploy + cd `pwd`/linux/ecosystem/epicmorg/debian/13-trixie/develop && pwd && make build && make deploy + cd `pwd`/linux/ecosystem/epicmorg/debian/sid/develop && pwd && make build && make deploy \ No newline at end of file diff --git a/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile index f1995554e..528b98981 100644 --- a/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/11-bullseye/develop/Dockerfile @@ -897,6 +897,7 @@ RUN tar -xzf ${OPENSSL_102_TEMP} --directory /tmp && \ enable-ssl-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_102_DIR} \ && \ @@ -922,6 +923,7 @@ RUN tar -xzf ${OPENSSL_111_TEMP} --directory /tmp && \ enable-ssl-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_111_DIR} \ && \ @@ -950,6 +952,7 @@ RUN tar -xzf ${OPENSSL_30_TEMP} --directory /tmp && \ enable-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_30_DIR} \ && \ @@ -978,6 +981,7 @@ RUN tar -xzf ${OPENSSL_31_TEMP} --directory /tmp && \ enable-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_31_DIR} \ && \ @@ -1008,6 +1012,7 @@ RUN tar -xzf ${OPENSSL_32_TEMP} --directory /tmp && \ enable-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_32_DIR} \ && \ @@ -1038,6 +1043,7 @@ RUN tar -xzf ${OPENSSL_33_TEMP} --directory /tmp && \ enable-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_33_DIR} \ && \ @@ -1071,6 +1077,7 @@ RUN tar -xzf ${OPENSSL_34_TEMP} --directory /tmp && \ enable-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_34_DIR} \ && \ diff --git a/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile index b5e866fb6..49748c76c 100644 --- a/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/12-bookworm/develop/Dockerfile @@ -896,6 +896,7 @@ RUN tar -xzf ${OPENSSL_102_TEMP} --directory /tmp && \ threads \ shared \ sctp \ + shared \ --release \ --prefix=${OPENSSL_102_DIR} \ && \ @@ -921,6 +922,7 @@ RUN tar -xzf ${OPENSSL_111_TEMP} --directory /tmp && \ enable-ssl-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_111_DIR} \ && \ @@ -949,6 +951,7 @@ RUN tar -xzf ${OPENSSL_30_TEMP} --directory /tmp && \ enable-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_30_DIR} \ && \ @@ -977,6 +980,7 @@ RUN tar -xzf ${OPENSSL_31_TEMP} --directory /tmp && \ enable-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_31_DIR} \ && \ @@ -1007,6 +1011,7 @@ RUN tar -xzf ${OPENSSL_32_TEMP} --directory /tmp && \ enable-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_32_DIR} \ && \ @@ -1037,6 +1042,7 @@ RUN tar -xzf ${OPENSSL_33_TEMP} --directory /tmp && \ enable-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_33_DIR} \ && \ @@ -1070,6 +1076,7 @@ RUN tar -xzf ${OPENSSL_34_TEMP} --directory /tmp && \ enable-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_34_DIR} \ && \ diff --git a/linux/ecosystem/epicmorg/debian/13-trixie/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/13-trixie/develop/Dockerfile index 275272dcd..8ebe88f1f 100644 --- a/linux/ecosystem/epicmorg/debian/13-trixie/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/13-trixie/develop/Dockerfile @@ -916,6 +916,7 @@ RUN tar -xzf ${OPENSSL_102_TEMP} --directory /tmp && \ enable-ssl-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_102_DIR} \ && \ @@ -941,6 +942,7 @@ RUN tar -xzf ${OPENSSL_111_TEMP} --directory /tmp && \ enable-ssl-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_111_DIR} \ && \ @@ -969,6 +971,7 @@ RUN tar -xzf ${OPENSSL_30_TEMP} --directory /tmp && \ enable-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_30_DIR} \ && \ @@ -997,6 +1000,7 @@ RUN tar -xzf ${OPENSSL_31_TEMP} --directory /tmp && \ enable-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_31_DIR} \ && \ @@ -1027,6 +1031,7 @@ RUN tar -xzf ${OPENSSL_32_TEMP} --directory /tmp && \ enable-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_32_DIR} \ && \ @@ -1057,6 +1062,7 @@ RUN tar -xzf ${OPENSSL_33_TEMP} --directory /tmp && \ enable-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_33_DIR} \ && \ @@ -1090,6 +1096,7 @@ RUN tar -xzf ${OPENSSL_34_TEMP} --directory /tmp && \ enable-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_34_DIR} \ && \ diff --git a/linux/ecosystem/epicmorg/debian/sid/develop/Dockerfile b/linux/ecosystem/epicmorg/debian/sid/develop/Dockerfile index 8505311c3..21a3bc63a 100644 --- a/linux/ecosystem/epicmorg/debian/sid/develop/Dockerfile +++ b/linux/ecosystem/epicmorg/debian/sid/develop/Dockerfile @@ -895,6 +895,7 @@ RUN tar -xzf ${OPENSSL_102_TEMP} --directory /tmp && \ enable-ssl-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_102_DIR} \ && \ @@ -920,6 +921,7 @@ RUN tar -xzf ${OPENSSL_111_TEMP} --directory /tmp && \ enable-ssl-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_111_DIR} \ && \ @@ -948,6 +950,7 @@ RUN tar -xzf ${OPENSSL_30_TEMP} --directory /tmp && \ enable-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_30_DIR} \ && \ @@ -976,6 +979,7 @@ RUN tar -xzf ${OPENSSL_31_TEMP} --directory /tmp && \ enable-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_31_DIR} \ && \ @@ -1006,6 +1010,7 @@ RUN tar -xzf ${OPENSSL_32_TEMP} --directory /tmp && \ enable-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_32_DIR} \ && \ @@ -1036,6 +1041,7 @@ RUN tar -xzf ${OPENSSL_33_TEMP} --directory /tmp && \ enable-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_33_DIR} \ && \ @@ -1069,6 +1075,7 @@ RUN tar -xzf ${OPENSSL_34_TEMP} --directory /tmp && \ enable-trace \ threads \ sctp \ + shared \ --release \ --prefix=${OPENSSL_34_DIR} \ && \