Skip to content

Commit

Permalink
Update for the changes in InspIRCd v4.0.0rc2.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Jun 14, 2024
1 parent 6dd7b43 commit 56ff5e7
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if [ -z "${INSPIRCD_MODULES}" ]
then
echo "INSPIRCD_MODULES is not set; enabling all modules."
INSPIRCD_MODULES_DEFAULT='1'
INSPIRCD_MODULES='argon2 geo_maxmind ldap log_json log_syslog mysql pgsql regex_pcre regex_posix regex_re2 sqlite3 ssl_gnutls ssl_openssl sslrehashsignal'
INSPIRCD_MODULES='argon2 geo_maxmind ldap log_json log_syslog mysql pgsql regex_pcre2 regex_posix regex_re2 sqlite3 ssl_gnutls ssl_openssl sslrehashsignal'
fi

# Modules which should not be packaged.
Expand Down
4 changes: 2 additions & 2 deletions deb/platforms/debian-12.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ declare -Ax MODULE_BUILD_DEPS=(
["log_syslog"]=""
["mysql"]="default-libmysqlclient-dev"
["pgsql"]="libpq-dev"
["regex_pcre"]="libpcre2-dev pkg-config"
["regex_pcre2"]="libpcre2-dev pkg-config"
["regex_posix"]=""
["regex_re2"]="libre2-dev pkg-config"
["sqlite3"]="libsqlite3-dev pkg-config"
Expand All @@ -37,7 +37,7 @@ declare -Ax MODULE_RUNTIME_DEPS=(
["log_syslog"]=""
["mysql"]=""
["pgsql"]=""
["regex_pcre"]=""
["regex_pcre2"]=""
["regex_posix"]=""
["regex_re2"]=""
["sqlite3"]=""
Expand Down
4 changes: 2 additions & 2 deletions deb/platforms/debian-13.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ declare -Ax MODULE_BUILD_DEPS=(
["log_syslog"]=""
["mysql"]="default-libmysqlclient-dev"
["pgsql"]="libpq-dev"
["regex_pcre"]="libpcre2-dev pkg-config"
["regex_pcre2"]="libpcre2-dev pkg-config"
["regex_posix"]=""
["regex_re2"]="libre2-dev pkg-config"
["sqlite3"]="libsqlite3-dev pkg-config"
Expand All @@ -37,7 +37,7 @@ declare -Ax MODULE_RUNTIME_DEPS=(
["log_syslog"]=""
["mysql"]=""
["pgsql"]=""
["regex_pcre"]=""
["regex_pcre2"]=""
["regex_posix"]=""
["regex_re2"]=""
["sqlite3"]=""
Expand Down
4 changes: 2 additions & 2 deletions deb/platforms/ubuntu-22-04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ declare -Ax MODULE_BUILD_DEPS=(
["log_syslog"]=""
["mysql"]="default-libmysqlclient-dev"
["pgsql"]="libpq-dev"
["regex_pcre"]="libpcre2-dev pkg-config"
["regex_pcre2"]="libpcre2-dev pkg-config"
["regex_posix"]=""
["regex_re2"]="libre2-dev pkg-config"
["sqlite3"]="libsqlite3-dev pkg-config"
Expand All @@ -37,7 +37,7 @@ declare -Ax MODULE_RUNTIME_DEPS=(
["log_syslog"]=""
["mysql"]=""
["pgsql"]=""
["regex_pcre"]=""
["regex_pcre2"]=""
["regex_posix"]=""
["regex_re2"]=""
["sqlite3"]=""
Expand Down
4 changes: 2 additions & 2 deletions deb/platforms/ubuntu-24-04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ declare -Ax MODULE_BUILD_DEPS=(
["log_syslog"]=""
["mysql"]="default-libmysqlclient-dev"
["pgsql"]="libpq-dev"
["regex_pcre"]="libpcre2-dev pkg-config"
["regex_pcre2"]="libpcre2-dev pkg-config"
["regex_posix"]=""
["regex_re2"]="libre2-dev pkg-config"
["sqlite3"]="libsqlite3-dev pkg-config"
Expand All @@ -37,7 +37,7 @@ declare -Ax MODULE_RUNTIME_DEPS=(
["log_syslog"]=""
["mysql"]=""
["pgsql"]=""
["regex_pcre"]=""
["regex_pcre2"]=""
["regex_posix"]=""
["regex_re2"]=""
["sqlite3"]=""
Expand Down
4 changes: 2 additions & 2 deletions rpm/platforms/rocky-8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ declare -Ax MODULE_BUILD_DEPS=(
["log_syslog"]=""
["mysql"]="mariadb-connector-c-devel"
["pgsql"]="postgresql-devel"
["regex_pcre"]="pcre2-devel"
["regex_pcre2"]="pcre2-devel"
["regex_posix"]=""
["sqlite3"]="pkgconfig sqlite-devel"
["ssl_gnutls"]="gnutls-devel pkgconfig"
Expand All @@ -30,7 +30,7 @@ declare -Ax MODULE_RUNTIME_DEPS=(
["log_syslog"]=""
["mysql"]="mariadb-connector-c"
["pgsql"]="postgresql-libs"
["regex_pcre"]="pcre2"
["regex_pcre2"]="pcre2"
["regex_posix"]=""
["sqlite3"]="sqlite"
["ssl_gnutls"]="gnutls perl-IO-Socket-SSL"
Expand Down
4 changes: 2 additions & 2 deletions rpm/platforms/rocky-9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ declare -Ax MODULE_BUILD_DEPS=(
["log_syslog"]=""
["mysql"]="mariadb-connector-c-devel"
["pgsql"]="postgresql-devel"
["regex_pcre"]="pcre2-devel"
["regex_pcre2"]="pcre2-devel"
["regex_posix"]=""
["sqlite3"]="pkgconfig sqlite-devel"
["ssl_gnutls"]="gnutls-devel pkgconfig"
Expand All @@ -30,7 +30,7 @@ declare -Ax MODULE_RUNTIME_DEPS=(
["log_syslog"]=""
["mysql"]="mariadb-connector-c"
["pgsql"]="postgresql-libs"
["regex_pcre"]="pcre2"
["regex_pcre2"]="pcre2"
["regex_posix"]=""
["sqlite3"]="sqlite"
["ssl_gnutls"]="gnutls perl-IO-Socket-SSL"
Expand Down

0 comments on commit 56ff5e7

Please sign in to comment.