znc: update to 1.9.0
authorJonas Gorski <jonas.gorski@gmail.com>
Sun, 12 May 2024 12:42:22 +0000 (14:42 +0200)
committerJonas Gorski <jonas.gorski@gmail.com>
Sun, 12 May 2024 12:42:43 +0000 (14:42 +0200)
commitc5fcfc0c1e7c69db0929aadedc4906332782c87a
tree9c8817b6843df0875f49ad28c0c880fe2cb3839f
parent42140c67e04392898e8372c4619a9c7ebfa876ca
znc: update to 1.9.0

Update ZNC to 1.9.0 with the following changes:

* drop all patches:
  * 101-Reduce_rebuild_time.patch was only applicable for the old
    autoconf build, which was dropped in 1.9 and we didn't use anymore
    anyway
  * 104-disable-empty-modules-check.patch not needed anymore since ZNC
    now requires the new corecaps module on startup
  * 120-openssl-deprecated.patch was applied upstream
* disable libargon2 support explicitly to avoid non-deterministic builds
  if it gets added
* package new module corecaps with znc base, as this is a required
  module
* reorder CMAKE_OPTIONS alphabetically

No new modules were introduced or removed besides the new corecaps
module.

Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
net/znc/Makefile
net/znc/patches/101-Reduce_rebuild_time.patch [deleted file]
net/znc/patches/104-disable-empty-modules-check.patch [deleted file]
net/znc/patches/120-openssl-deprecated.patch [deleted file]