summaryrefslogtreecommitdiff
path: root/tools (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-16make-binaries: reduce log outputStu Tomlinson1-19/+20
Reduce log output from make-binaries: - quieter curl downloads - quiet build of crosstool-ng - disable crosstool-ng progress bar
2022-11-16make-binaries: Bump zlib version to 1.2.13Stu Tomlinson1-2/+4
Update zlib to 1.2.13 to address CVE-2022-37434 Also change zlib download to use archive URL so builds do not fail when specified version is no longer the current version
2022-11-07Support extended protocol attribute (#3915)Badlop1-5/+36
2022-11-07Fix DOAP file logo namespaceDaniel Brötzmann1-2/+3
2022-11-04New script to generate DOAP fileBadlop1-0/+106
2022-09-23make-binaries: Bump Expat and libpng versionsHolger Weiss1-2/+2
2022-09-23make-binaries: Fix GitHub release version checksHolger Weiss1-3/+3
Adapt to changes to GitHub release pages.
2022-09-13make-binaries: Bump Erlang/OTP version to 24.3.4.5Holger Weiss1-1/+1
2022-09-13make-binaries: Bump dependency versionsStu Tomlinson1-5/+5
2022-08-21make-packages: Fix permissions on RPM systemsHolger Weiss1-0/+2
RPM resets ownership/permissions of /opt/ejabberd and its subdirectories on installation. Therefore, fix those in the "after-install" script.
2022-06-24Fix error reporting in 'make options' on OTP24+Paweł Chmielowski1-1/+5
2022-05-28make-binaries: Include CAPTCHA script with releaseHolger Weiss1-0/+10
2022-05-28make-binaries: Edit rebar.config more carefullyHolger Weiss1-1/+1
Don't break the (currently nonexistent) case where a dependency's rebar.config file specifies LDFLAGS before and after "-lstdc++", such as "-lfoo -lstdc++ -lbar".
2022-05-25make-binaries: Fix linking of EIMP dependenciesHolger Weiss1-2/+2
Avoid linker errors such as the following when using GCC 10 or newer: | multiple definition of `gdImageCreateFromJpegPtr' See: https://gcc.gnu.org/gcc-10/porting_to.html Fixes #3514.
2022-05-18make-binaries: Adjust Mnesia spool directory pathHolger Weiss1-0/+1
Adjust the default Mnesia directory for compatibility with older binary packages. Closes #3818.
2022-05-18make-packages: Include systemd unit with RPMHolger Weiss1-5/+6
Don't forget to include the /etc/systemd/system/ejabberd.service unit with the RPM package. Closes #3816.
2022-05-17make-installers: Support non-root installationHolger Weiss1-66/+172
If the installer is invoked without superuser privileges, warn the user, ask for the installation prefix, and perform a local installation on confirmation.
2022-05-16make-installers: Override code on upgradeHolger Weiss1-7/+7
Use tar's --skip-old-files option for the data directory (/opt/ejabberd) only. Files in the code directory (/opt/ejabberd-$version) should be overridden on upgrade.
2022-05-16make-installers: Apply cosmetic changesHolger Weiss1-24/+29
2022-05-12make-binaries: Bump dependency versionsHolger Weiss1-2/+2
2022-05-06make-binaries: Bump SQLite and ODBC versionsHolger Weiss1-2/+2
2022-05-04Apparently the --tags option is required to properly describe a brand new tagBadlop3-3/+3
2022-05-04Create uninstall.txt with instructionsBadlop1-0/+12
2022-05-04Add help header to the installer helpBadlop1-1/+18
2022-05-04Once installed, show next stepsBadlop1-1/+10
2022-05-04Add some blank lines to outputBadlop1-0/+3
2022-05-04make-binaries: Update to Crosstool-NG 1.25.0-RC2Holger Weiss1-661/+5
Update Crosstool-NG to the current release candidate, and use much shorter "defconfig" files for specifying the configuration.
2022-05-04make-binaries: Try to avoid rebuilding depsHolger Weiss1-69/+156
Don't rebuild external dependencies if all of them are up to date.
2022-05-04Import script for building command line installersHolger Weiss1-0/+217
The tools/make-installers script creates command line installers for Linux/x64 and Linux/arm64 systems using the archives built by the tools/make-binaries script.
2022-05-04Import script for building DEB and RPM packagesHolger Weiss1-0/+237
The tools/make-packages script creates DEB and RPM packages for Linux/x64 and Linux/arm64 systems using the archives built by the tools/make-binaries script.
2022-05-04Import script for building Linux binariesHolger Weiss1-0/+1444
The tools/make-binaries script creates self-contained OTP releases for Linux/x64 and Linux/arm64 systems. All optional ejabberd features are supported. Erlang/OTP, Elixir, and all dependencies are downloaded and built from source (using crosstool-NG). The generated binaries depend on glibc 2.17 or later, all other external libraries are linked statically. The script should work on any non-ancient Linux/x64 system and requires just a few common development tools (to bootstrap crosstool-NG). The release is installed by creating an "ejabberd" user, extracting the archive into /opt, and moving the systemd unit (or init script) into place.
2022-02-24Support Erlang 25 in "make options": returns attribute with simpler syntaxBadlop1-0/+6
This was introduced in Erlang/OTP 25.0-rc1 https://erlang.org/download/otp_src_25.0-rc1.readme https://github.com/erlang/otp/pull/5509 OTP-17894 Application(s): syntax_tools Related Id(s): PR-5509 The erl_syntax_lib:analyze_attribute/1 function would return {Name, {Name, Value}} instead of {Name, Value} (which is the documented return value).
2022-02-11Update copyright year to 2022Badlop1-1/+1
2022-01-24Fix typosKian-Meng Ang1-1/+1
2021-12-23In POSIX sh, RANDOM is undefined: use always the other methodBadlop1-13/+6
2021-12-23Dollar is unnecessary on arithmetic variablesBadlop1-25/+25
2021-12-23Use dollar notation instead of legacy backtickedBadlop1-1/+1
2021-08-12"sort -R" command not POSIX, added "shuf" and "cat" as fallbackballerburg90051-1/+2
2021-04-15Support the recent changes in the "ejabberdctl help" command (#3569)Badlop1-5/+8
2021-03-12Fix INTRUDER and add padding to second text lineBadlop1-7/+7
https://github.com/processone/ejabberd/commit/b41ce8828c579f06a33ca93a7af4fd5984997e16#r47461104
2021-02-23Clone to the dir specified in rebar.config... useful for erlang-sqlite3Badlop1-1/+1
2021-02-22Add question/answer-based CAPTCHA script (#3533)Holger Weiß1-0/+131
* New captcha.sh question/answer based * Keep original CAPTCHA script Rather than replacing the original CAPTCHA script, keep it next to the new one, for the moment. * CAPTCHA-ng script cleanup * remove various bashisms * replace all echos with printf + add quotations to many variables Co-authored-by: Adrien Bourmault <neox@os-k.eu> Co-authored-by: nico wellpott <nico@magicbroccoli.de>
2021-02-19Improve support for rebar3 in "make translations"Badlop1-12/+9
2021-02-16Create annotated tags, meant for releases, instead of lightweight (#3512)Badlop1-1/+1
2021-02-02Improve prepare-tr so *.msg files inform to not edit them (#3484)Badlop1-1/+5
2021-01-27Update newest copyright year to 2021 (#3464)Badlop1-1/+1
2021-01-22When running "make translations" use the external ejabberd_po repositoryBadlop1-5/+19
2020-12-18Add option to check for missing hex releases to update scriptPaweł Chmielowski1-0/+12
2020-12-18Correctly sort mixed versions vX.Y and X.Y in update-deps scriptPaweł Chmielowski1-1/+1
2020-09-03Update one more place where we had -include("xmpp.hrl")Paweł Chmielowski1-1/+1