There's a merged pull request on the void-packages repository inspircd: update to 3.13.0. https://github.com/void-linux/void-packages/pull/36911 Description: #### Testing the changes - I tested the changes in this PR: **YES** #### Local build testing - I built this PR locally for my native architecture, x86-64 --- This updates InspIRCd to v3.13.0 and fixes the following package problems: - Fixed depending on geoip-devel instead of libmaxminddb-devel. This is a leftover from v2. - Fixed not passing `--disable-auto-extras` to configure. Without this the previous call to `--enable-extras` would have been overridden and resulted in the enabled extra modules being based on what is installed on the build system. - Fixed not explicitly enabling modules that would have otherwise been automatically enabled based on the dependent packages. - Fixed using `--gid 0 --uid 0` instead of `--disable-ownership`. The latter is more appropriate for distribution packages. - Fixed manually specifying directories in configure instead of using `--system`. Other than `--binary-dir` all of the directories specified were the default for a system-wide install anyway. This also fixes files being installed into /usr. [Note: I am the upstream for this software but I am not a Void user. I have nonetheless tested in a VM to the best of my abilities. Thanks to @leahneukirchen for the help with this.]