summaryrefslogtreecommitdiff
path: root/chat/znc
AgeCommit message (Collapse)AuthorFilesLines
2022-01-10*: Recursive revbump from boost 1.78.0ryoon1-2/+2
2021-12-08revbump for icu and libffiadam1-2/+2
2021-10-31znc: Use `=' instead of `+=' in the (now) only assignment to SUBST_SED.mankim1-2/+2
2021-10-31znc: Fix datadir on man page. Cleanup unused PLIST_SUBST variables.kim1-6/+2
The default datadir for the znc binary is ~/.znc, so do not rewrite the manual page to say otherwise. (The provided rc.d/znc script is using the -d option to explicitly use a different datadir, but the default in the binary is unchanged -- as it should be.)
2021-10-31znc: Separate charset support from nls support by adding option `icu'kim1-6/+11
2021-10-31znc: Fix PLIST and PLIST.nls to correctly list message catalogue fileskim2-629/+116
2021-10-26chat: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07chat: Remove SHA1 hashes for distfilesnia1-2/+1
2021-09-29revbump for boost-libsadam1-2/+2
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2021-04-21revbump for boost-libsadam1-2/+2
2021-04-21revbump for textproc/icuadam1-2/+2
2021-01-01*: Recursive revbump from boost-1.75.0ryoon1-2/+2
2020-12-04Revbump packages with a runtime Python dep but no version prefix.nia1-2/+2
For the Python 3.8 default switch.
2020-11-05*: Recursive revbump from textproc/icu-68.1ryoon1-1/+2
2020-09-12regen PLIST. (right ?)mef1-1/+629
2020-09-09znc: Update to 1.8.2ryoon2-8/+7
Changelog: # ZNC 1.8.2 (2020-07-07) ## New * Polish translation * List names of translators in TRANSLATORS.md file in source, as this contribution isn't directly reflected in git log * During --makeconf warn about listening on port 6697 too, not only about 6667 ## Fixes * webadmin: When confirming deletion of a network and selecting No, redirect to the edituser page instead of listusers page * Make more client command results translateable, which were missed before
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-1/+2
2020-06-09znc: Update to 1.8.1nia2-8/+7
# ZNC 1.8.1 (2020-05-07) Fixed bug introduced in ZNC 1.8.0: Authenticated users can trigger an application crash (with a NULL pointer dereference) if echo-message is not enabled and there is no network. CVE-2020-13775
2020-06-02Revbump for icuadam1-2/+2
2020-05-06revbump after boost updateadam1-1/+2
2020-05-04znc: Update to 1.8.0nia4-31/+10
# ZNC 1.8.0 (2020-05-01) ## New * Output of various commands (e.g. `/znc help`) was switched from a table to a list * Support IP while verifying SSL certificates * Make it more visible that admins have lots of privileges ## Fixes * Fix parsing of channel modes when the last parameter starts with a colon, improving compatibility with InspIRCd v3 * Fix null dereference on startup when reading invalid config * Don't show server passwords on ZNC startup * Fix build with newer OpenSSL * Fix in-source CMake build * Fix echo-message for `status` ## Modules * controlpanel: Add already supported NoTrafficTimeout User variable to help output * modpython: * Use FindPython3 in addition to pkg-config in CMake to simplify builds on Gentoo when not using emerge * Support python 3.9 * modtcl: Added GetNetworkName * partyline: Module is removed * q: Module is removed * route_replies: Handle more numerics * sasl: Fix sending of long authentication information * shell: Unblock signals when spawning child processes * simple_away: Convert to UTC time * watch: Better support multiple clients * webadmin: Better wording for TrustPKI setting ## Internal * Refactor the way how SSL certificate is checked to simplify future socket-related refactors * Build integration test and ZNC itself with the same compiler (https://bugs.gentoo.org/699258) * Various improvements for translation CI * Normalize variable name sUserName/sUsername * Make de-escaping less lenient
2020-04-12Recursive revision bump after textproc/icu updateadam1-2/+2
2020-01-18*: Recursive revision bump for openssl 1.1.1.jperkin1-2/+2
2020-01-12*: Recursive revbump from devel/boost-libsryoon1-1/+2
2019-10-02znc: Needs -lsocket -lnslnia1-1/+3
2019-10-01znc: Update to 1.7.5.nia5-68/+625
pkgsrc changes: - Switched to cmake. Upstream changes: - modpython: Add support for Python 3.8 - modtcl: install .tcl files when building with CMake - nickserv: report success of Clear commands - Update translations, add Italian, Bulgarian, fix name of Dutch - Update error messages to be clearer - Add a deprecation warning to ./configure to use CMake instead in addition to an already existing warning in README
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-1/+2
2019-06-22znc: Move MESSAGE to MESSAGE.rcdnia1-1/+1
2019-06-22znc: Update to 1.7.4nia4-105/+7
Changes: * Local patch for CVE-2019-12816 removed due to presence in release * Send "Connected!" messages to client to the correct nick (#1665)
2019-06-18znc: Rename sasl option to sasl-cyrus.nia1-3/+5
This option is somewhat confusing currently. This does /not/ control support for logging in to IRC servers using SASL, which happily works without the dependency.
2019-06-18znc: Fix CVE-2019-12816nia4-3/+100
This is an remote code execution and privilege escalation vulnerability. It requires an already-existing unprivileged ZNC user. This is znc-1.7.3nb2.
2019-04-03Recursive revbump from textproc/icuryoon1-1/+2
2019-03-31chat/znc: Update to 1.7.3.nia2-7/+7
Changes from 1.7.2 to 1.7.3: * Fix CVE-2019-9917. ZNC before 1.7.3-rc1 allows an existing remote user to cause a Denial of Service (crash) via invalid encoding.
2019-01-30chat/znc: Update to 1.7.2.nia2-9/+8
Take maintainership I guess since I'm using this. Changes from 1.7.1: New Add French translation Update translations Fixes Fix compilation without deprecated APIs in OpenSSL (#1615) Distinguish Channel CTCP Requests and Replies (#1624) admindebug: Enforce need of TTY to turn on debug mode (#1580) controlpanel: Add missing return to ListNetMods (#1589) webadmin: Fix adding the last allowed network (#1584) Internal Add more details to DNS error logs (#1626)
2018-12-16chat/znc: Fix makeconf in rc script.nia3-4/+9
2018-12-16znc: Use https.nia1-3/+3
2018-12-16chat/znc: Import version 1.7.1. Based on work in pkgsrc-wip.nia11-0/+367
ZNC is an advanced IRC bouncer with IPv6 and SSL support.