notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

non port: irc/ircd-hybrid/Makefile

Number of commits found: 74

Saturday, 9 Mar 2024
13:23 Nuno Teixeira (eduardo) search for other commits by this committer
irc/ircd-hybrid: Move man pages to share/man

While here, fix plist

Approved by:	portmgr (blanket)
commit hash: 4f2c91dcc621c0a0ac9077b91c0915e8d74a5f31 commit hash: 4f2c91dcc621c0a0ac9077b91c0915e8d74a5f31 commit hash: 4f2c91dcc621c0a0ac9077b91c0915e8d74a5f31 commit hash: 4f2c91dcc621c0a0ac9077b91c0915e8d74a5f31 4f2c91d
Saturday, 12 Nov 2022
06:37 Santhosh Raju (fox) search for other commits by this committer
irc/ircd-hybrid: Fix typo in description.

PR: 267669
Reported by: Yonas Yanfa <yonas.yanfa@gmail.com>
commit hash: 1317fdd35e73d3d982e82c7ca91aa898d151b4ee commit hash: 1317fdd35e73d3d982e82c7ca91aa898d151b4ee commit hash: 1317fdd35e73d3d982e82c7ca91aa898d151b4ee commit hash: 1317fdd35e73d3d982e82c7ca91aa898d151b4ee 1317fdd
Saturday, 1 Oct 2022
12:01 Santhosh Raju (fox) search for other commits by this committer
irc/ircd-hybrid: Update to 8.2.43

Changes since 8.2.42:

-- Noteworthy changes in version 8.2.43 (2022-09-26)
  * Due to ongoing protocol modernizations and deprecation of old backwards
    compatibility code, ircd-hybrid is now no longer link compatible to
    8.2.33 and below. As for the Anope IRC Services, 2.0.8 is the minimum
    supported version now.
  * Implemented channel mode `V`. `INVITE` cannot be used on channels with
    that mode set.
  * `WHOIS` on clients connected via TLS now also shows some details about
    the TLS version and cipher being used
  * Removed user mode `d` (debugging notices)
commit hash: a94ad17a1052c1c0e365d17a513c942c91b94d18 commit hash: a94ad17a1052c1c0e365d17a513c942c91b94d18 commit hash: a94ad17a1052c1c0e365d17a513c942c91b94d18 commit hash: a94ad17a1052c1c0e365d17a513c942c91b94d18 a94ad17
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Sunday, 4 Sep 2022
08:30 Santhosh Raju (fox) search for other commits by this committer
irc/ircd-hybrid: Update to 8.2.42

Changes since 8.2.41:

-- Noteworthy changes in version 8.2.42 (2022-08-28)
  * Added support for reproducible builds using the `SOURCE_DATE_EPOCH`
environment
    variable. See https://reproducible-builds.org/docs/source-date-epoch/ for
more
    information.
  * Extban `$Q` of type acting has been implemented. This extban prevents
    matching users from using the `KICK` command.
  * Implemented channel mode `Q`. `KICK` cannot be used on channels with that
mode set.
  * Implemented user mode `Z`. Users with that mode set may only receive private
    messages from other users that are connected via TLS.
  * Fixed issue where `WHO nick` on invisible clients (user mode `i`) wouldn't
work
commit hash: d396ec63c903bdb3281e5bbcda88d8a2b2112ac5 commit hash: d396ec63c903bdb3281e5bbcda88d8a2b2112ac5 commit hash: d396ec63c903bdb3281e5bbcda88d8a2b2112ac5 commit hash: d396ec63c903bdb3281e5bbcda88d8a2b2112ac5 d396ec6
Monday, 8 Aug 2022
08:59 Santhosh Raju (fox) search for other commits by this committer
irc/ircd-hybrid: Update to 8.2.41

Changes since 8.2.40:

-- Noteworthy changes in version 8.2.41 (2022-07-15)
 * Fixed issue where WHO didn't work on channel names with two or more
   consequent asterisk characters
 * IRCv3 WHOX has been implemented. See doc/who.txt for more information
   about the new WHO options and features.
 * Clients that are connected via TLS are now flagged with the letter S in
   the who reply
commit hash: 41c0f8160a9e92021134fa081b4e4490f187a843 commit hash: 41c0f8160a9e92021134fa081b4e4490f187a843 commit hash: 41c0f8160a9e92021134fa081b4e4490f187a843 commit hash: 41c0f8160a9e92021134fa081b4e4490f187a843 41c0f81
Thursday, 21 Jul 2022
00:23 Santhosh Raju (fox) search for other commits by this committer
irc/ircd-hybrid: Bump PORTREVISION for the pkg-plist fix.

PR: 265099
Reported by: John Marshall <john@jmarshall.id.au>
commit hash: 14c9723a310c41881f80d17f8de958ad449aa491 commit hash: 14c9723a310c41881f80d17f8de958ad449aa491 commit hash: 14c9723a310c41881f80d17f8de958ad449aa491 commit hash: 14c9723a310c41881f80d17f8de958ad449aa491 14c9723
Wednesday, 20 Jul 2022
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
irc: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  A. Gabriel <backslash@BSDCode.org>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Alexey Mikhailov <karma@ez.pereslavl.ru>
  *  Alfred Perlstein <alfred@FreeBSD.org>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
  *  Ben Hutchinson <benhutch@xfiles.org.uk>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Chess Griffin <chess@chessgriffin.com>
  *  Chris Piazza <cpiazza@FreeBSD.org>
  *  Craig Edwards <brain@mail1.chatspike.net>
  *  David Bushong <david+ports@bushong.net>
  *  David Taylor <davidt@yadt.co.uk>
  *  Dennis Herrmann <adox@mcx2.org>
  *  Dominic Marks <dom@cus.org.uk>
  *  Edini <ports@edini.net>
  *  Eugeny Kuzakov <CoreDumped@CoreDumped.null.ru>
  *  Evgueni V. Gavrilov <aquatique@rusunix.org>
  *  George Reid <greid@ukug.uk.freebsd.org>
  *  Gerrit Beine <tux@pinguru.net>
  *  Gustau Perez <gustau.perez@gmail.com>
  *  Hye-Shik Chang
  *  Jase Thew <freebsd@beardz.net>
  *  Jens Holmqvist <zparta@hispan.se>
  *  Jimbo Bahooli <griffin@blackhole.iceworld.org>
  *  Jonas Kvinge <jonas@night-light.net>
  *  Josh Paetzel <josh@tcbug.org>
  *  Julien Laffaye <kimelto@gmail.com>
  *  KIMURA Yasuhiro <yasu@utahime.org>
  *  Kirill Ponomarew <ponomarew@oberon.net>
  *  Kubilay Kocak <koobs@FreeBSD.org>
  *  Makoto Matsushita <matusita@FreeBSD.org>
  *  Martin Wilke <miwi@FreeBSD.org
  *  Martin Wilke <miwi@FreeBSD.org>
  *  Masahiro Teramoto <markun@onohara.to>
  *  Matthew West <mwest@uct.ac.za>
  *  Maxim Ignatenko
  *  Michael Ranner
  *  Oliver Eikemeier
  *  Philippe Audeoud <jadawin@tuxaco.net>
  *  Romain Tartiere <romain@blogreen.org>
  *  Rusmir Dusko <nemysis@FreeBSD.org>
  *  Sergey Skvortsov <skv@protey.ru>
  *  Shaun Amott <shaun@inerd.com>
  *  Steve Wills <swills@FreeBSD.org>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TERAMOTO Masahiro <markun@onohara.to>
  *  Tim Bishop <tim@bishnet.net>
  *  Timothy Redaelli <drizzt@gufi.org>
  *  Travis Poppe <tlp@liquidx.org>
  *  Ulrich Spoerlein <q@uni.de>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Walter Venable <weaseal@hotmail.com>
  *  Walter Venable <weaseal@users.sourceforge.net>
  *  Wen Heping <wenheping@gmail.com>
  *  Will Andrews <andrews@technologist.com>
  *  clement
  *  db
  *  elvstone@gmail.com
  *  gahr
  *  hrs
  *  ijliao
  *  koji@jet.es
  *  milki <milki@rescomp.berkeley.edu>
  *  perlguy@perlguy.com
  *  pgl@instinct.org
  *  sec@42.org
  *  tdb
  *  torstenb

With hat:	portmgr
commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 commit hash: 6ec0477414e965e6dc6dfdb6b68a87761082e0a8 6ec0477
Tuesday, 5 Jul 2022
10:58 Santhosh Raju (fox) search for other commits by this committer
irc/ircd-hybrid: Updates to 8.2.40

Changes since 8.2.39:

-- Noteworthy changes in version 8.2.40 (2022-07-02)
* 'channel::disable_fake_channels' now also blocks strikethrough text (0x1E
(30))
* 'KNOCK' can now be used on private channels. Channel mode 'K' may be used
instead
  to control whether or not 'KNOCK' is allowed on a channel.
* Support for '/dev/poll' has been dropped
* 'INFO' now also reports configured values of
'channel::default_join_flood_count'
  and 'channel::default_join_flood_time'
* The founder 'q' and admin 'a' channel prefix modes have been implemented.
  These are optional and can be enabled with the new 'channel::enable_owner'
  and 'channel::enable_admin' configuration directives.
* Channel half-ops may now kick other half-ops
* Extban '$K' of type acting has been implemented. This extban prevents
  matching users from using the 'KNOCK' command.
* Server-side channel mode locking 'MLOCK' has been implemented
* Fixed server name leak in 'WHOWAS' with 'serverhide::hide_services' enabled
commit hash: bb0e66d2fa2179f8d90cba38cf123a148f0ead51 commit hash: bb0e66d2fa2179f8d90cba38cf123a148f0ead51 commit hash: bb0e66d2fa2179f8d90cba38cf123a148f0ead51 commit hash: bb0e66d2fa2179f8d90cba38cf123a148f0ead51 bb0e66d
Monday, 10 Jan 2022
15:15 Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
cannot conflict with itself (due to logic in bsd.port.mk that
supresses the pattern match result in that case).

A few ports that set the conflicts variables depending on complex
conditions (e.g. port options), have been left unmodified, despite
probably containing outdated package names.

These changes should only affect the installation of locally built
ports, not the package building with poudriere. They should give an
early indication of the install conflict in cases where currently
the pkg command aborts an installation when it detects that an
existing file would be overwritten,

Approved by:	portmgr (implicit)
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 bcaf25a
Monday, 16 Aug 2021
19:30 Santhosh Raju (fox) search for other commits by this committer
irc/ircd-hybrid: Updates to 8.2.39

Changes since 8.2.38:

-- Noteworthy changes in version 8.2.39 (2021-08-14)
* `hidechans` and `hideidle` may now be set in `general::oper_only_umodes`
* OpenSSL 3.0 compatibility improvements
* Fixed crashing issue in the mkpasswd tool with older glibc
* Fixed issue where the ircd wouldn't listen on both IPv4 and IPv6 ports in
  case only a port but no address has been specified in a listen {} block
* Fixed a `STATS P` displaying issue with compressed ipv6 loopback/inaddr_any
commit hash: b237992a95abe64ae9d7e01a415c93022d440518 commit hash: b237992a95abe64ae9d7e01a415c93022d440518 commit hash: b237992a95abe64ae9d7e01a415c93022d440518 commit hash: b237992a95abe64ae9d7e01a415c93022d440518 b237992
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 18 Jan 2021
09:42 fox search for other commits by this committer
irc/ircd-hybrid: Updates to 8.2.38

Changes since 8.2.37:

-- Noteworthy changes in version 8.2.38 (2021-01-17)
* Backwards compatibility mode for ircd-hybrid 8.2.22 and below has been removed
* Minimum supported version of the Anope IRC services is now 2.0.8
* Fixed displaying issue with channel MODE messages
* Characters valid for user names for local clients are now [A-Za-z0-9._-].
'Special'
  characters like }|{'^]\[$, that were allowed previously, are no longer valid.
  Also user names may not begin with '.', '_', or '-'.
* The 'general::dots_in_ident' configuration directive has been renamed to
  'general::specials_in_ident' and now covers the '-' and '_' characters in
  addition to '.'
* Fixed issue with clients connected from IPv6 localhost that, depending on the
  system's getaddrinfo() implementation, could lead to a crash of remote servers
Original commitRevision:561905 
Saturday, 16 Jan 2021
19:30 fox search for other commits by this committer
irc/ircd-hybrid: Updates to 8.2.37

Changes since 8.2.36:

-- Noteworthy changes in version 8.2.37 (2020-12-26)
* Implemented IRCv3 'CAP 302'
* Implemented IRCv3 'cap-notify' capability
* In case a client sends multiple 'PASS' messages, ircd only accepts the
password
  sent in the first 'PASS' message instead of the last one
* Missing help file for 'MONITOR' has been added
* Fixed slightly off memory count for motds in 'STATS z'
* For a full list of all changes in this release, see <https://git.io/JLMnk>
Original commitRevision:561754 
Tuesday, 8 Dec 2020
14:51 fox search for other commits by this committer
irc/ircd-hybrid: Updates to 8.2.36

Changes since 8.2.35:

-- Noteworthy changes in version 8.2.36 (2020-12-04)
* The old WATCH implementation has been replaced with IRCv3.2 MONITOR. For this,
  the `general::max_watch` configuration directive has been renamed to
  `general::max_monitor`.
* User mode `B` has been implemented. Clients with that mode set are marked as a
  bot in both `WHOIS` and `WHO`. This mode can only be set by IRC operators (as
  long as the `bot` directive is set in `general::oper_only_umodes`), servers,
  and services.
  This mode can for example be used to mark HOPM as official network bot.
* For a full list of all changes in this release, see <https://git.io/JI3fG>
Original commitRevision:557286 
Sunday, 15 Nov 2020
14:26 fox search for other commits by this committer
irc/ircd-hybrid: Updates to 8.2.35

Changes since 8.2.34:

-- Noteworthy changes in version 8.2.35 (2020-11-14)
* Fixed issue where servers could propagate truncated ban masks during net-join
Original commitRevision:555224 
Sunday, 8 Nov 2020
13:58 fox search for other commits by this committer
irc/ircd-hybrid: Updates to 8.2.34

Changes since 8.2.33:

-- Noteworthy changes in version 8.2.34 (2020-11-01)
* Re-implement backwards compatibility mode for old ircd-hybrid 8.2.23 and
below.
  Final removal is scheduled for early 2021.
* For consistency, the `general::network_desc` configuration directive has been
  renamed to `general::network_description`
* Server notices that previously have been sent to user modes +f and +u are now
  sent to user mode +j (reject notices) instead. Due to this change, `unauth`
and
  `full` have been removed from eneral::oper_only_umodes`,
`general::oper_umodes`,
  and `operator::umodes`.
* User mode +b has been replaced with +f (flood). Spam/flood notices are now
sent
  to this user mode. For this, `bots` has been removed from
  `general::oper_only_umodes`, `general::oper_umodes`, and `operator::umodes`.
  `flood` has been added instead to these configuration directives.
* Stricten server/user ID validation. IDs have to be all uppercase everywhere
now.
* For a full list of all changes in this release, see <https://git.io/JT7UH>
Original commitRevision:554464 
Wednesday, 9 Sep 2020
13:23 fox search for other commits by this committer
irc/ircd-hybrid: Updates to 8.2.33

Changes since 8.2.32:

-- Noteworthy changes in version 8.2.33 (2020-09-07)
o) Added 'client' option to listener::flags
o) Added 'defer' option to listener::flags
o) IRC operators may now use CIDR notation in "WHO"
o) For a full list of all changes in this release, see https://git.io/JUZKO
Original commitRevision:548088 
Wednesday, 19 Aug 2020
15:29 fox search for other commits by this committer
irc/ircd-hybrid: Updates to 8.2.32

Changes since 8.2.31:

-- Noteworthy changes in version 8.2.32 (2020-08-16)
o) RESV couldn't be issued in case no reason has been supplied. This has been
fixed.
o) Fixed possible RPL_WHOISCHANNELS line truncation of remote replies
o) Extban $t of type 'matching' has been implemented. This extban allows
matching
   based on TLS protocol version and/or cipher suite
o) Implemented channel mode 'K'. KNOCK cannot be used on channels with that mode
set
o) "STATS ?" is now oper-only
Original commitRevision:545333 
Monday, 4 May 2020
11:41 fox search for other commits by this committer
irc/ircd-hybrid: Updates to 8.2.31

Changes since 8.2.30:

-- Noteworthy changes in version 8.2.31 (2020-05-03)
o) macOS compatibility fixes
o) Removed 'spoof_notice' from auth::flags. With vhosts now this notice doesn't
make
   much sense anymore
o) Fixed issue where ban masks might become malformed if set by remote
clients/servers
o) Fixed issue with channel mode +c where high ascii characters can be
erroneously
   detected as control characters
o) For a full list of all changes in this release, see https://git.io/JfsmV
Original commitRevision:533922 
Saturday, 4 Apr 2020
21:49 fox search for other commits by this committer
irc/ircd-hybrid: Fixes permissions for localstatedir.

Instead of pointing directly to /var, now localstatedir now
points to /var/ircd-hybrid with proper permissions so that the
databases are correctly created during start up.

Also minor formatting fixes.

PR:		228582
Reported by:	Bunny Evans <bunny.evans@gmail.com>
Original commitRevision:530722 
Saturday, 14 Mar 2020
03:10 fox search for other commits by this committer
chat/ircd-hybrid: Updates to 8.2.30

Changes since 8.2.29:

-- Noteworthy changes in version 8.2.30 (2020-03-01)
o) "QUOTE HELP extban" didn't work because the extban help file hasn't been
   installed properly during 'make install'
o) Fixed broken libcrypto detection which caused the ircd not to work with
   openssl under certain circumstances
o) Extban $n of type 'acting' has been implemented. This extban prevents
   matching users from changing their nick while in the channel. Users
   with voice or above are not affected.
o) Channel mode +N has been changed so channel members with +v can change
   their nick name as well
o) For a full list of all changes in this release, see https://git.io/JvgAq
Original commitRevision:528399 
Thursday, 20 Feb 2020
07:01 fox search for other commits by this committer
irc/ircd-hybrid: Updates to 8.2.29

Changes since 8.2.28:

-- Noteworthy changes in version 8.2.29 (2020-02-19)
o) Extbans have been implemented. Currently supported extbans:

   Matching:

   $a:<account>   Matches users logged into a matching account.
   $c:<channel>   Matches users that are on the given channel. An additional
                  prefix of either @, %, or + can be specified to test for
                  certain channel privileges.
   $o:<class>     Matches IRC operators that have joined a class
                  matching the mask.
   $r:<realname>  Matches users with a matching realname.
   $s:<server>    Matches users that are connected to a server matching the
mask.
   $u:<modes>     Matches users having the specified user modes set or not set.
   $z:<certfp>    Matches users having the given TLS certificate fingerprint.

   Acting:

   $j:<banmask>   Prevents matching users from joining the channel.
   $m:<banmask>   Blocks messages from matching users. Users with voice
                  or above are not affected.

   For more details, see help/extban.
o) Added 'channel::enable_extbans' configuration option. See doc/reference.conf
   for more information.
o) For a full list of all changes in this release, see https://git.io/JvBca
Original commitRevision:526544 
Monday, 27 Jan 2020
22:54 fox search for other commits by this committer
irc/ircd-hybrid: Updates to 8.2.28

Changes since 8.2.27:

-- Noteworthy changes in version 8.2.28 (2020-01-26)
o) Fixed issue with topics set by TBURST not being propagated properly to
clients
o) Allow IRC operators to search for real hosts in "WHO"
o) Ban/exempt/invex masks are now also tested against realhosts to prevent
clients
   from bypassing channel bans by activating a fakehost
o) For a full list of all changes in this release, see https://git.io/JvqpT
Original commitRevision:524451 
Sunday, 26 Jan 2020
05:48 fox search for other commits by this committer
irc/ircd-hybrid: Adds support for alternative TLS.

- Adds options for GnuTLS and WolfSSL.
- Minor portlint / portfmt fixes.

Reviewed by:	philip
Original commitRevision:524154 
Thursday, 23 Jan 2020
10:10 fox search for other commits by this committer
irc/ircd-hybrid: Replaces deprecated openssl options.

Replaces the deprecated --enable-openssl / --disable-openssl with the
--with-tls=openssl for OpenSSL support.
Original commitRevision:523917 
09:19 fox search for other commits by this committer
irc/ircd-hybrid: Updates to 8.2.27

Renames mkpasswd to ircd-hybrid-mkpasswd to avoid conflicts with other packages.

Changes since 8.2.26:

-- Noteworthy changes in version 8.2.27 (2020-01-22)
o) Experimental support for wolfSSL has been implemented. Minimum supported
version is 4.3.0
o) The --enable-openssl, --enable-gnutls switches, and their disabling
counterparts
   --disable-openssl and --disable-gnutls, have been replaced with the
--with-tls switch
   which takes one of the following options: 'openssl', 'wolfssl', 'gnutls', and
'none'.
   If nothing has been specified, configure tries to autodetect in the following
order:
   openssl/libressl -> gnutls -> wolfssl.
o) Fixed segfault with GnuTLS/libgmp in case there's no DH parameters file
   defined in 'serverinfo::ssl_dh_param_file' or if that file is missing
o) The connection timeout for connect{} blocks can now be configured via
   the 'connect::timeout' configuration directive
o) Minimum supported OpenSSL version is 1.1.1 now
o) Minimum supported GnuTLS version is 3.6.5 now
o) Supported TLSv1.3 cipher suites can now be configured explicitely via the
   new 'serverinfo::tls_cipher_suites' configuration directive
o) In the serverinfo {} block, the following configuration directives have been
renamed:
     ssl_certificate_file -> tls_certificate_file
     ssl_dh_param_file -> tls_dh_param_file
     ssl_dh_elliptic_curve -> tls_supported_groups
     ssl_cipher_list -> tls_cipher_list
     ssl_message_digest_algorithm -> tls_message_digest_algorithm
o) In the operator {} block, the following configuration directives have been
renamed:
     ssl_certificate_fingerprint -> tls_certificate_fingerprint
     ssl_connection_required -> tls_connection_required
o) In the connect {} block, the following configuration directives have been
renamed:
     ssl_cipher_list -> tls_cipher_list
     ssl_certificate_fingerprint -> tls_certificate_fingerprint

PR:	243204
Original commitRevision:523914 
Wednesday, 9 Oct 2019
22:39 fox search for other commits by this committer
irc/ircd-hyrbid - Update to 8.2.26

- Removes "halfops" since it is no longer a valid option in configure.
- Updated maintainer email approved by db@ (previous maintainer).
- Adds a logfile entry to the rc.d script.


-- Noteworthy changes in version 8.2.26 (2019-05-31)
o) The 'general::tkline_expire_notices' configuration directive has been
   replaced with user mode 'X'. *LINE expiration notices are sent to IRC
   operators with that mode set
o) Fixed issue with '/rehash conf' creating duplicated class entries
   instead of updating existing ones that are already in use
o) For a full list of all changes in this release, see https://git.io/fjEbq

-- Noteworthy changes in version 8.2.25 (2019-04-24)
o) The 'class::number_per_ip', 'class::max_local' and 'class::max_global'
   configuration directives have been replaced with just
'class::number_per_ip_local'
   and 'class::number_per_ip_global'. The 'class::max_local' basically was
   redundant as it had the same functionality as 'class::number_per_ip'
o) Adding RESVs with wildcards no longer requires administrator privileges
o) The 'general::ignore_bogus_ts' configuration option has been deprecated
o) TLSv1.1 and TLSv1.0 are no longer supported and have been disabled in
   the openssl and gnutls module
o) Minimum supported OpenSSL version is 1.0.1f now
o) Minimum supported GnuTLS version is 3.5.8 now
o) The 'serverinfo::vhost' and 'serverinfo:vhost6' configuration directives have
   been deprecated. If you need to bind() a specific address you can specify one
   in the connect {} block
o) The 'connect::vhost' configuration directive has been renamed to
'connect::bind'
o) For a full list of all changes in this release, see https://git.io/fjRVk

-- Noteworthy changes in version 8.2.24 (2018-04-05)
o) Added "STATS s" to show configured pseudo {} blocks
o) Implemented channel mode 'N' which prevents users from changing their
   nick while in a channel with that mode set
o) Services clients are now shown with 'is a Network Service' in "WHOIS"
o) For a full list of all changes in this release, see https://git.io/fjRVt

-- Noteworthy changes in version 8.2.23 (2018-03-26)
o) irc-operators are now able to see a user's resolved hostname in /whowas,
   and /whois even if the user has a fakehost/vhost
o) RPL_WELCOME now does use the rfc2812 style nick!user@host format
o) Removed rudimentary libgeoip support
o) Added --enable-efence switch to allow easy linking with the
   electric fence memory debugger library
o) "JOIN 0" is no longer supported
o) Fixed bug where ircd would not remove RPL_WHOISOPERATOR based svstags
   when deoppering
o) Fixed 'unknown closes' statistic in "STATS t" showing invalid values
sometimes
o) For a full list of all changes in this release, see https://git.io/fjRVq

PR:		241015
Approved by:	db, philip (mentor)
Original commitRevision:514197 
11:50 bapt search for other commits by this committer
Drop the ipv6 virtual category for i* category as it is not relevant anymore
Original commitRevision:514138 
Wednesday, 10 Jan 2018
19:28 db search for other commits by this committer
Update to 8.2.13 and fix as per robertames@hotmail.com  PR

#######################################################################
Reminder for package maintainers of ircd-hybrid: ircd-hybrid now has
GnuTLS support as of version 8.2.13
#######################################################################

Bug report from robertames@hotmail.com

When shutting down ircd-hybrid, a confusing error is displayed
stating the pid file does not exist:

# /usr/local/etc/rc.d/ircd-hybrid stop
Stopping ircd_hybrid.
Waiting for PIDS: 14504.
rm: /var/run/ircd/ircd.pid: No such file or directory

This is because after ircd correctly cleans up it's pid file, the
rc script tries to delete the non existing file.  In the rc script,
stop_postcmd is not needed.

PR:		ports/224977
Submitted by:	robertames@hotmail.com
Original commitRevision:458681 
Friday, 23 Dec 2016
14:21 db search for other commits by this committer
"Updated the Port to the most recent version. the sources weren't
 available anymore :-) "

portlint also caught a few things
Added LICENSE

PR:             ports/215282
Submitted by:   gehm@doom-labs.net
Original commitRevision:429265 
Saturday, 25 Apr 2015
00:10 amdmi3 search for other commits by this committer
- Add CPE info

Approved by:	portmgr blanket
Original commitRevision:384694 
Monday, 23 Mar 2015
01:35 db search for other commits by this committer
- unbreak
- fix pkg-plist
Original commitRevision:381973 
Friday, 20 Mar 2015
19:15 antoine search for other commits by this committer
Mark BROKEN: Fails to package

===>  Building package for ircd-hybrid-8.2.5
pkg-static: Unable to access file
/wrkdirs/usr/ports/irc/ircd-hybrid/work/stage/usr/local/lib/ircd-hybrid/modules/autoload/m_operwall.la:
No such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/irc/ircd-hybrid/work/stage/usr/local/lib/ircd-hybrid/modules/autoload/m_operwall.so:
No such file or directory
pkg-static: Unable to access file
/wrkdirs/usr/ports/irc/ircd-hybrid/work/stage/usr/local/lib/ircd-hybrid/modules/autoload/m_services.la:
No such file or directory
...

Reported by:	pkg-fallout
Original commitRevision:381774 
Saturday, 14 Mar 2015
14:28 db search for other commits by this committer
Update to 8.2.5

Feedback from upstream:

Hello,

EGD support has been dropped in ircd-hybrid 8.1.20 which was released
on July 20, 2014.

Also the compression issue has been fixed as well sometime last year.

Greets,
Michael

Bernard Spil schrieb:

    Hi,

    ircd-hybrid unconditionally uses RAND_egd which has been removed from
    LibreSSL. Additionally it uses compression which is moved to a separate
    header.

    Attached patches
    1. Use autoconf to detect availability of RAND_egd in libcrypto
    2. Disable EGD if RAND_egd is not available
    3. Add the openssl/comp.h header to src/rsa.c to fix build

    I've been working through over 60 build failures with LibreSSL and
    supplying FreeBSD ports and upstream projects with patches, check
    https://wiki.freebsd.org/LibreSSL and
    https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198505 for this bugs
    status in ports.

    Please include this patch into your product. Additionally please review
    completely removing EGD as no platform requires it or has required perl
    EGD as a random source fer many years.

    Kind regards,

    Bernard Spil.

PR:		ports/198505
Submitted by:	spil.oss@gmail.com
Original commitRevision:381273 
Sunday, 17 Aug 2014
20:11 tijl search for other commits by this committer
Add USES=libtool:keepla
Original commitRevision:365241 
Tuesday, 29 Jul 2014
19:11 adamw search for other commits by this committer
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...

Approved by:	portmgr (not really, but touches unstaged ports)
Original commitRevision:363374 
Tuesday, 25 Mar 2014
13:10 db search for other commits by this committer
- Fix tiny nit with mislabeled option descriptions

Submitted by:	fwaggle <fwagglechop@gmail.com>
Original commitRevision:349138 
Sunday, 10 Nov 2013
14:12 wg search for other commits by this committer
irc/ircd-hybrid: update to 8.1.3

- Update to 8.1.3 [1]
- Convert to options ng [1]
- USES gmake
- Remove leading article from COMMENT
- Use options helpers
- Allow staging

PR:		ports/180201 [1]
Submitted by:	Nick Hilliard <nick foobar.org>
Approved by:	db (maintainer timeout, 4 months)
Original commitRevision:333398 
Friday, 20 Sep 2013
18:44 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
Original commitRevision:327736 
Tuesday, 5 Feb 2013
02:41 db search for other commits by this committer
- Update to ircd-hybrid 8.0.4

PR:		ports/175085
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
Original commitRevision:311662 
Sunday, 5 Aug 2012
23:19 dougb search for other commits by this committer
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Original commit
Monday, 4 Jul 2011
19:42 crees search for other commits by this committer
- Use USERS and GROUPS

PR:             ports/157610
Approved by:    rene (mentor), db (maintainer)
Original commit
Friday, 1 Jul 2011
13:21 db search for other commits by this committer
- Fix build under clang
- Needed USE_CSTD=      gnu89  in Makefile
- Change Maintainer email (me)
Original commit
Wednesday, 2 Sep 2009
15:01 amdmi3 search for other commits by this committer
- Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors
actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick
download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:    portmgr (pav)
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
Original commit
Friday, 16 Jun 2006
19:09 mnag search for other commits by this committer
- Update to 7.2.1.
- Fix configure when set OPENSSL kbob.

PR:             98207
Submitted by:   Nick Hilliard <nick___foobar.org>
Approved by:    maintainer
Original commit
Monday, 8 May 2006
10:32 edwin search for other commits by this committer
remove USE_REINPLACE for all categories starting with I
Original commit
Monday, 9 Jan 2006
22:49 pav search for other commits by this committer
- Update to 7.2.0

PR:             ports/91559
Submitted by:   Diane Bruce <db@db.net> (maintainer)
Original commit
Saturday, 7 Jan 2006
01:10 edwin search for other commits by this committer
Add comment/documentation for WITH_HALFOPS option in port Makefile

        My previous patch neglected to list WITH_HALFOPS in the
        list of port options.

PR:             ports/91383
Submitted by:   Geraint Edwards <gedge-oss@yadn.org>
Original commit
Thursday, 5 Jan 2006
23:57 pav search for other commits by this committer
- Fix SSL option
- Add HALFOPS option
- Fix comment about PREFIX

PR:             ports/91340
Submitted by:   Geraint Edwards <gedge-oss@yadn.org>
Approved by:    maintainer
Original commit
Friday, 11 Nov 2005
00:45 linimon search for other commits by this committer
With portmgr hat on, reset inactive maintainer (2 recent timeouts) and assign
maintainership to one of the upstream authors of the software.
Original commit
Friday, 16 Sep 2005
08:22 pav search for other commits by this committer
- Update to 7.1.2

PR:             ports/84777
Submitted by:   Diane Bruce <db@db.net>
Approved by:    maintainer timeout (1 month)

- Switch to rcNG startup script

PR:             ports/85564
Submitted by:   hr <asher@raout.org>
Original commit
Thursday, 21 Jul 2005
15:07 pav search for other commits by this committer
- Move .pid file to /var/run

PR:             ports/83089
Submitted by:   Radim Kolar <hsn@netmag.cz>
Approved by:    maintainer timeout (14 days)
Original commit
Wednesday, 19 Jan 2005
15:01 pav search for other commits by this committer
- Fix plist

PR:             ports/76414
Submitted by:   Florent Thoumie <flz@xbsd.org>
Original commit
Sunday, 4 Jul 2004
09:53 erwin search for other commits by this committer
Unclutter my previous attempt to on the fly patching by using
EXTRA_PATCHES and putting it in WRKDIR instead of the assumed
read-only FILES-DIR.

Noticed by:     dosirak (via kris)
Pointy hat to:  erwin
Original commit
Friday, 2 Jul 2004
06:51 erwin search for other commits by this committer
Yet another file that had the version number hardcoded in it. Patch
the patch on the fly to use PORTVERSION. The version number should
probably be removed alltogether.

Approved by:    maintainer
Original commit
Wednesday, 30 Jun 2004
11:57 eik search for other commits by this committer
Use %%PORTVERSION%% instead of 7.0.2

Pointed out by: erwin
Pointy hat to:  eik
Original commit
11:49 eik search for other commits by this committer
- update to 7.0.2

security fix:
 
<http://www.freebsd.org/ports/portaudit/23aafa20-c28a-11d8-864c-02e0185c0b53.html>

- make PREFIX-safe
- fix pkg-plist
- create irc user on install

not fixed:
- leaves extra files in /usr/local/etc/ircd-hybrid

PR:             68504
Submitted by:   Brad Davis <so14k@so14k.com> (maintainer)
Original commit
Tuesday, 30 Mar 2004
20:09 erwin search for other commits by this committer
Install configuration files as samples and adjust pkg-message

PR:             64919
Submitted by:   maintainer
Original commit
Wednesday, 4 Feb 2004
05:21 marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Original commit
Friday, 30 Jan 2004
07:09 erwin search for other commits by this committer
Fix BROKEN.

ircd-hybrid now complies with hier(7) and runs. Good work, Brad!

Submitted by:   maintainer
Original commit
Thursday, 8 Jan 2004
09:49 erwin search for other commits by this committer
Mark broken.

It took a lot of time to patch this port to adhere to hier(7), only to
find out that somehow it still has the same old paths in the binary.
It cannot find the log- and configuration files and therefor cannot run.
Original commit
Wednesday, 7 Jan 2004
11:04 erwin search for other commits by this committer
Update to 7.0 adding lot's of new features.

*** IMPORTANT: ***
- The old config format WILL NOT WORK
- The old kline format WILL NOT WORK
Please read the INSTALL file for more information

PR:             60372
Submitted by:   maintainer
Original commit
Wednesday, 7 May 2003
05:04 kuriyama search for other commits by this committer
Unbrake by fixing plist.
Original commit
Tuesday, 6 May 2003
07:18 kris search for other commits by this committer
BROKEN: Bad pkg-plist
Original commit
Friday, 21 Feb 2003
12:17 knu search for other commits by this committer
De-pkg-comment.
Original commit
Tuesday, 4 Feb 2003
22:09 lioux search for other commits by this committer
o Update to 6.3.1
o Style changes: fmt both DESCR and PKGMESSAGE
o Assign maintainership to submitter: previous maintainer passes
  maintainership due to lack of time

Submitted by:   Brad Davis <so14k@so14k.com>
Approved by:    maintainer (previous one)
Original commit
Tuesday, 2 Apr 2002
13:31 ijliao search for other commits by this committer
cp -> cp -R to install all files and directories

Submitted by:   gslin@ccca.nctu.edu.tw, Sergii Laskavyi <ls@gambit.com.ru>
Original commit
Sunday, 31 Mar 2002
15:32 ijliao search for other commits by this committer
upgrade to 6.3
maintainer timeout

No response from:       maintainer
Original commit
Saturday, 20 Oct 2001
16:10 clive search for other commits by this committer
Upgrade to 6.2. Hybrid-5 is unsupported, forget it.    
Original commit
Thursday, 1 Feb 2001
10:43 phk search for other commits by this committer
Also look in .../old/ so that we are more resistant to master-site upgrades.    
Original commit
Sunday, 8 Oct 2000
11:23 asami search for other commits by this committer
Change PKGDIR from pkg/ to .  Also fix places where ${PKGDIR} is   spelled out
(many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type   fixes that
shouldn't have been necessary) and the string "/pkg/"   appear.    
Original commit
Sunday, 20 Aug 2000
03:44 kris search for other commits by this committer
Upgrade to ircd-hybrid 5.3p8    
Original commit

Number of commits found: 74