Skip to content

Commit

Permalink
Remove mcrypt and legacy recrypter
Browse files Browse the repository at this point in the history
Signed-off-by: snipe <[email protected]>
  • Loading branch information
snipe committed Jan 13, 2025
1 parent 587449e commit 99526cf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 469 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ autoconf \
libc-dev \
libldap-common \
pkg-config \
libmcrypt-dev \
php8.1-dev \
ca-certificates \
unzip \
Expand All @@ -51,11 +50,6 @@ dnsutils \
RUN curl -L -O https://github.com/pear/pearweb_phars/raw/master/go-pear.phar
RUN php go-pear.phar

RUN pecl install mcrypt

RUN bash -c "echo extension=/usr/lib/php/20210902/mcrypt.so > /etc/php/8.1/mods-available/mcrypt.ini"

RUN phpenmod mcrypt
RUN phpenmod gd
RUN phpenmod bcmath

Expand Down
157 changes: 0 additions & 157 deletions app/Console/Commands/RecryptFromMcrypt.php

This file was deleted.

81 changes: 0 additions & 81 deletions app/LegacyEncrypter/BaseEncrypter.php

This file was deleted.

Loading

0 comments on commit 99526cf

Please sign in to comment.