Skip to content

Commit

Permalink
updated for swaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhangui committed Aug 18, 2023
1 parent 9ea4ae9 commit 9719220
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion indimail-src/alpine.src
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RUN mkdir -p /root /usr/local/srctmp /var/log/build \
pcre pcre-dev pcre2-dev libtirpc libtirpc-dev ncurses-libs \
ncurses-dev linux-pam linux-pam-dev gdbm gdbm-dev db db-dev \
gsl gsl-dev libev libev-dev libsodium libsodium-dev \
mysql mysql-client mrtg libgcrypt krb5-libs \
mysql mysql-client mrtg libgcrypt krb5-libs perl \
perl-Authen-SASL perl-Digest-HMAC perl-Digest-SHA perl-Net-SSLeay \
&& (set -e; \
touch /usr/local/srctmp/incomplete; \
cd /usr/local/srctmp; \
Expand Down
2 changes: 1 addition & 1 deletion indimail-src/fedora.src
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
openssl-devel openldap-devel ncurses-devel gdbm-devel pcre-devel pcre2-devel \
libdb-devel pam-devel krb5-devel libev-devel libsodium-devel libidn-devel \
libidn2-devel readline-devel tcl-devel tk-devel perl-Authen-SASL \
perl-Digest-HMAC perl-Digest-SHA \
perl-Digest-HMAC perl-Digest-SHA perl-Net-SSLeay \
&& (set -e; \
touch /usr/local/srctmp/incomplete; \
cd /usr/local/srctmp; \
Expand Down
3 changes: 2 additions & 1 deletion indimail-src/stream8.src
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
krb5-devel diffutils coreutils which chkconfig procps psmisc flex syslog-ng \
less cronie xmlto file sed wget bzip2 bison perl-Pod-MinimumVersion.noarch \
binutils gnupg2 hostname man-db man-pages net-tools openssl openssh-clients \
rsync systemd telnet vim strace lsof mrtg patch tcl-devel tk-devel \
rsync systemd telnet vim strace passwd lsof mrtg patch tcl-devel tk-devel \
perl-Authen-SASL perl-Digest-HMAC perl-Digest-SHA perl-Net-SSLeay \
&& (set -e; \
touch /usr/local/srctmp/incomplete; \
cd /usr/local/srctmp; \
Expand Down
3 changes: 2 additions & 1 deletion indimail-src/stream9.src
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
krb5-devel diffutils coreutils which chkconfig procps psmisc flex \
less cronie xmlto file sed wget bzip2 bison perl-Pod-MinimumVersion.noarch \
binutils gnupg2 hostname man-db man-pages net-tools openssl openssh-clients \
rsync systemd telnet vim strace lsof syslog-ng mrtg patch tcl-devel tk-devel \
rsync systemd telnet vim strace passwd lsof syslog-ng mrtg patch tcl-devel tk-devel \
perl-Authen-SASL perl-Digest-HMAC perl-Digest-SHA perl-Net-SSLeay \
&& (set -e; \
touch /usr/local/srctmp/incomplete; \
cd /usr/local/srctmp; \
Expand Down
2 changes: 1 addition & 1 deletion indimail-src/ubi8.src
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
openssl-devel openldap-devel ncurses-devel gdbm-devel libidn-devel pcre-devel pcre2-devel \
libsodium-devel libdb-devel pam-devel libgcrypt-devel \
diffutils coreutils which chkconfig procps psmisc flex less cronie xmlto \
file sed wget bzip2 \
file sed wget bzip2 perl perl-Authen-SASL perl-Digest-HMAC perl-Digest-SHA perl-Net-SSLeay \
&& (set -e; \
touch /usr/local/srctmp/incomplete; \
cd /usr/local/srctmp; \
Expand Down
2 changes: 1 addition & 1 deletion indimail-src/ubi9.src
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN export HOSTNAME=indimail.org MYSQL_SOCKET=/run/mysqld/mysqld.sock \
openssl-devel openldap-devel ncurses-devel libidn-devel pcre-devel pcre2-devel \
findutils libsodium-devel libdb-devel libgcrypt-devel krb5-devel \
diffutils coreutils which chkconfig procps psmisc less cronie \
file sed wget bzip2 \
file sed wget bzip2 perl perl-Authen-SASL perl-Digest-HMAC perl-Digest-SHA perl-Net-SSLeay \
&& (set -e; \
touch /usr/local/srctmp/incomplete; \
# mrtg
Expand Down

0 comments on commit 9719220

Please sign in to comment.