The NetBSD Project

CVS log for pkgsrc/chat/unrealircd6/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / chat / unrealircd6

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Apr 19 07:57:32 2025 UTC (3 weeks, 4 days ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
*: recursive bump for default Kerberos implementation switch

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Apr 17 21:49:56 2025 UTC (3 weeks, 6 days ago) by wiz
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
*: recursive bump for icu 77 and libxml2 2.14

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Nov 14 22:18:54 2024 UTC (5 months, 4 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, pkgsrc-2024Q4-base, pkgsrc-2024Q4
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
*: recursive bump for icu 76 shlib major version bump

Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Nov 1 12:51:39 2024 UTC (6 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
*: revbump for icu downgrade

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Nov 1 00:50:53 2024 UTC (6 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
*: recursive bump for icu 76.1 shlib bump

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed May 29 16:31:34 2024 UTC (11 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
revbump after icu and protobuf updates

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu May 16 06:14:37 2024 UTC (11 months, 4 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
*: recursive bump for gnutls p11-kit option

(existing installations need the bl3.mk included, but it's now only
optionally included)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Nov 8 13:18:19 2023 UTC (18 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
*: recursive bump for icu 74.1

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Oct 24 22:08:24 2023 UTC (18 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
*: bump for openssl 3

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Apr 19 08:09:20 2023 UTC (2 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
revbump after textproc/icu update

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Oct 26 10:31:16 2022 UTC (2 years, 6 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
*: bump PKGREVISION for libunistring shlib major bump

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Apr 24 13:46:58 2022 UTC (3 years ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2 lines
unrealircd6: update to 6.0.3

UnrealIRCd 6.0.3
=================

A number of serious issues were discovered in UnrealIRCd 6. Among these is
an issue which will likely crash the IRCd sooner or later if you /REHASH
with any active clients connected.
We suggest everyone who is running UnrealIRCd 6 to upgrade to 6.0.3.

If you are already running UnrealIRCd 6 then read below. Otherwise, jump
straight to the [summary about UnrealIRCd 6](#Summary) to learn more
about UnrealIRCd 6.

Fixes:
* Crash in `WATCH` if the IRCd has been rehashed at least once. After doing
  a `REHASH` with active clients it will likely corrupt memory. It may take
  several days until after the rehash for the crash to occur, or even
  weeks/months on smaller networks (accidental triggering, that is).
* A `REHASH` with certain remote includes setups could cause a crash or
  other weird and confusing problems such as complaining about unable
  to open an ipv6-database or missing snomask configuration.
  This only affected some people with remote includes, not all.
* Potential out-of-bounds write in sending code. In practice it seems
  harmless on most servers but this cannot be 100% guaranteed.
* Unlikely triggered log message would log uninitialized stack data to the
  log file or send it to ircops.
* Channel ops could not remove halfops from a user (`-h`).
* After using the `RESTART` command (not recommended) the new IRCd was
  often no longer writing to log files.
* Fix compile problem if you choose to use cURL remote includes but don't
  have cURL on the system and ask UnrealIRCd to compile cURL.

Enhancements:
* The default text log format on disk changed. It now includes the server
  name where the event was generated. Without this, it was sometimes
  difficult to trace problems, since previously it sometimes looked like
  there was a problem on your server when it was actually another server
  on the network.
  * Old log format: `[DATE TIME] subsystem.EVENT_ID loglevel: ........`
  * New log format: `[DATE TIME] servername subsystem.EVENT_ID loglevel: ........`

Changes:
* Any MOTD lines added by services via
  [`SVSMOTD`](https://www.unrealircd.org/docs/MOTD_and_Rules#SVSMOTD)
  are now shown at the end of the MOTD-on-connect (unless using a shortmotd).
  Previously the lines were only shown if you manually ran the `MOTD` command.

Developers and protocol:
* `LIST C<xx` now means: filter on channels that are created less
  than `xx` minutes ago. This is the opposite of what we had earlier.
  `LIST T<xx` is now supported as well (topic changed in last xx minutes),
  it was already advertised in ELIST but support was not enabled previously.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Mar 4 08:44:33 2022 UTC (3 years, 2 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1
add chat/unrealircd6.

Release notes:
https://www.unrealircd.org/docs/What%27s_new_in_UnrealIRCd_6

Note this package changes the pkgsrc file layout from chat/unrealircd
to a more standard affair:

--with-datadir=${VARBASE}/unrealircd
--with-cachedir=${VARBASE}/cache/unrealircd
--with-controlfile=${VARBASE}/run/unrealircd.ctl
--with-logdir=${VARBASE}/log/unrealircd
--with-tmpdir=${VARBASE}/tmp/unrealircd
--with-pidfile=${VARBASE}/run/unrealircd.pid
--with-scriptdir=${PREFIX}/share/unrealircd/scripts

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>