Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.2.46 23 Jan 2025 11:34:13 |
Santhosh Raju (fox) |
irc/ircd-hybrid: Update to 8.2.46
Changes since 8.2.45:
-- Noteworthy changes in version 8.2.46 (2025-01-22)
* The user mode subsystem now supports dynamic registration and unregistration
of user
modes. This allows modules to register and unregister their own user modes,
making the
system more flexible and modular.
* The `INFO` command output now includes namespaces, organizing configuration
entries
according to their respective configuration blocks for better clarity and
structure
* The `INFO` command output now shows entries from the admin {} config block
* The `WALLOPS` command has been removed
* The `serverinfo::motd_file` configuration directive has been added, allowing
the
Message of the Day (MOTD) file path to be customized instead of hardcoded
* The `channel::max_kick_length` configuration directive has been added,
allowing
servers to specify the maximum length of a `KICK` message that the server will
accept from a client. |
8.2.45 04 Jul 2024 22:19:52 |
Santhosh Raju (fox) |
irc/ircd-hybrid: Update to 8.2.45
Changes since 8.2.44:
-- Noteworthy changes in version 8.2.45 (2024-07-02)
* The module API has been rewritten for improved flexibility. A modules.conf
file is now required for configuring and loading modules. For further
information, refer to the doc/reference.modules.conf.
* The `INFO` subsystem has been updated to support dynamic registration and
unregistration of info entries. This allows modules to register and
unregister their own info entries, which are shown in the `INFO`
output.
* Added support for a flattened `MAP` output when `serverhide::flatten_links`
is enabled. This allows users to view a simplified network topology where
all servers appear as if they are directly connected to the local server. |
8.2.44 29 Jun 2024 01:44:56 |
Santhosh Raju (fox) |
irc/ircd-hybrid: Update to 8.2.44
Changes since 8.2.43:
-- Noteworthy changes in version 8.2.44 (2024-06-15)
* Fixed FTCBFS issue caused by ./configure using macros that lacked special
handling for cross-compilation scenarios
* Fixed the issue where XLINE and UNXLINE were not working properly on
servers within a cluster
* Command-line options now support both short (`-c`) and long
(`--configfile`) formats.
The available options are:
* `-c` or `--configfile` for the configuration file
* `-k` or `--klinefile` for the kline database file
* `-d` or `--dlinefile` for the dline database file (Only the first 15 lines of the commit message are shown above ) |
8.2.43_1 09 Mar 2024 13:23:10 |
Nuno Teixeira (eduardo) |
irc/ircd-hybrid: Move man pages to share/man
While here, fix plist
Approved by: portmgr (blanket) |
8.2.43 12 Nov 2022 06:37:15 |
Santhosh Raju (fox) |
irc/ircd-hybrid: Fix typo in description.
PR: 267669
Reported by: Yonas Yanfa <yonas.yanfa@gmail.com> |
8.2.43 01 Oct 2022 12:01:30 |
Santhosh Raju (fox) |
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) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
8.2.42 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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.
(Only the first 15 lines of the commit message are shown above ) |
8.2.42 04 Sep 2022 08:30:14 |
Santhosh Raju (fox) |
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 |
8.2.41 08 Aug 2022 08:59:57 |
Santhosh Raju (fox) |
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 |
8.2.40_1 21 Jul 2022 00:23:39 |
Santhosh Raju (fox) |
irc/ircd-hybrid: Bump PORTREVISION for the pkg-plist fix.
PR: 265099
Reported by: John Marshall <john@jmarshall.id.au> |
8.2.40 20 Jul 2022 14:22:09 |
Tobias C. Berner (tcberner) |
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> (Only the first 15 lines of the commit message are shown above ) |
8.2.40 09 Jul 2022 07:13:14 |
Santhosh Raju (fox) |
irc/ircd-hybrid: Update the missed out pkg-plist.
PR: 265099
Reported by: John Marshall <john@jmarshall.id.au> |
8.2.40 05 Jul 2022 10:58:49 |
Santhosh Raju (fox) |
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 |
8.2.39 10 Jan 2022 15:15:39 |
Stefan Eßer (se) |
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 (Only the first 15 lines of the commit message are shown above ) |
8.2.39 16 Aug 2021 19:30:48 |
Santhosh Raju (fox) |
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 |
8.2.38 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
8.2.38 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
8.2.38 18 Jan 2021 09:42:49 |
fox |
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 |
8.2.37 16 Jan 2021 19:30:02 |
fox |
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> |
8.2.36 08 Dec 2020 14:51:10 |
fox |
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> |
8.2.35 15 Nov 2020 14:26:58 |
fox |
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 |
8.2.34 08 Nov 2020 13:58:52 |
fox |
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> |
8.2.33 09 Sep 2020 14:48:20 |
mat |
Fixup qat. |
8.2.33 09 Sep 2020 13:23:39 |
fox |
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 |
8.2.32 03 Sep 2020 06:12:22 |
antoine |
Remove duplicate line from plist |
8.2.32 19 Aug 2020 15:29:23 |
fox |
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 |
8.2.31 04 May 2020 11:41:59 |
fox |
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 |
8.2.30 04 Apr 2020 21:49:29 |
fox |
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> |
8.2.30 14 Mar 2020 03:10:43 |
fox |
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 |
8.2.29 20 Feb 2020 07:01:56 |
fox |
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. (Only the first 15 lines of the commit message are shown above ) |
8.2.28 27 Jan 2020 22:54:34 |
fox |
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 |
8.2.27 26 Jan 2020 05:48:16 |
fox |
irc/ircd-hybrid: Adds support for alternative TLS.
- Adds options for GnuTLS and WolfSSL.
- Minor portlint / portfmt fixes.
Reviewed by: philip |
8.2.27 23 Jan 2020 10:10:52 |
fox |
irc/ircd-hybrid: Replaces deprecated openssl options.
Replaces the deprecated --enable-openssl / --disable-openssl with the
--with-tls=openssl for OpenSSL support. |
8.2.27 23 Jan 2020 09:19:38 |
fox |
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 (Only the first 15 lines of the commit message are shown above ) |
8.2.26 09 Oct 2019 22:39:24 |
fox |
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
(Only the first 15 lines of the commit message are shown above ) |
8.2.22 09 Oct 2019 11:50:49 |
bapt |
Drop the ipv6 virtual category for i* category as it is not relevant anymore |
8.2.22 13 Aug 2019 22:22:35 |
mat |
Convert to UCL & cleanup pkg-message (categories h-k) |
8.2.22 10 Jan 2018 19:28:05 |
db |
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 |
8.2.21 23 Dec 2016 14:21:56 |
db |
"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 |
8.2.5 25 Apr 2015 00:10:09 |
amdmi3 |
- Add CPE info
Approved by: portmgr blanket |
8.2.5 23 Mar 2015 01:35:36 |
db |
- unbreak
- fix pkg-plist |
8.2.5 20 Mar 2015 19:15:26 |
antoine |
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 |
8.2.5 14 Mar 2015 14:28:06 |
db |
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: (Only the first 15 lines of the commit message are shown above ) |
8.1.3_1 27 Oct 2014 13:00:22 |
bapt |
Cleanup plist |
8.1.3_1 17 Aug 2014 20:11:22 |
tijl |
Add USES=libtool:keepla |
8.1.3 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
8.1.3 25 Mar 2014 13:10:12 |
db |
- Fix tiny nit with mislabeled option descriptions
Submitted by: fwaggle <fwagglechop@gmail.com> |
8.1.3 14 Nov 2013 10:39:23 |
wg |
irc/ircd-hybrid: fix plist in my last commit |
8.1.3 10 Nov 2013 14:12:17 |
wg |
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) |
8.0.4 20 Sep 2013 18:44:50 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
8.0.4 05 Feb 2013 02:41:24 |
db |
- Update to ircd-hybrid 8.0.4
PR: ports/175085
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> |
7.2.1 05 Aug 2012 23:19:40 |
dougb |
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 |
7.2.1 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
7.2.1 04 Jul 2011 19:42:27 |
crees |
- Use USERS and GROUPS
PR: ports/157610
Approved by: rene (mentor), db (maintainer) |
7.2.1 01 Jul 2011 13:21:02 |
db |
- Fix build under clang
- Needed USE_CSTD= gnu89 in Makefile
- Change Maintainer email (me) |
7.2.1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
7.2.1 02 Sep 2009 15:01:56 |
amdmi3 |
- 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) |
7.2.1 23 Jul 2007 09:36:52 |
rafan |
- 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 |
7.2.1 16 Jun 2006 19:09:27 |
mnag |
- Update to 7.2.1.
- Fix configure when set OPENSSL kbob.
PR: 98207
Submitted by: Nick Hilliard <nick___foobar.org>
Approved by: maintainer |
7.2.0 08 May 2006 10:32:04 |
edwin |
remove USE_REINPLACE for all categories starting with I |
7.2.0 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
7.2.0 09 Jan 2006 22:49:57 |
pav |
- Update to 7.2.0
PR: ports/91559
Submitted by: Diane Bruce <db@db.net> (maintainer) |
7.1.2 07 Jan 2006 01:10:05 |
edwin |
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> |
7.1.2 05 Jan 2006 23:57:18 |
pav |
- Fix SSL option
- Add HALFOPS option
- Fix comment about PREFIX
PR: ports/91340
Submitted by: Geraint Edwards <gedge-oss@yadn.org>
Approved by: maintainer |
7.1.2 11 Nov 2005 00:45:23 |
linimon |
With portmgr hat on, reset inactive maintainer (2 recent timeouts) and assign
maintainership to one of the upstream authors of the software. |
7.1.2 16 Sep 2005 08:22:53 |
pav |
- 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> |
7.0.2_2 21 Jul 2005 15:07:44 |
pav |
- Move .pid file to /var/run
PR: ports/83089
Submitted by: Radim Kolar <hsn@netmag.cz>
Approved by: maintainer timeout (14 days) |
7.0.2_1 19 Jan 2005 15:01:37 |
pav |
- Fix plist
PR: ports/76414
Submitted by: Florent Thoumie <flz@xbsd.org> |
7.0.2 04 Jul 2004 09:53:46 |
erwin |
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 |
7.0.2 02 Jul 2004 06:51:46 |
erwin |
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 |
7.0.2 30 Jun 2004 11:57:40 |
eik |
Use %%PORTVERSION%% instead of 7.0.2
Pointed out by: erwin
Pointy hat to: eik |
7.0.2 30 Jun 2004 11:49:43 |
eik |
- 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) |
7.0_1 31 Mar 2004 06:48:25 |
erwin |
Add a file that was missing here.
Approved by: maintainer |
7.0_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
7.0_1 30 Mar 2004 20:09:00 |
erwin |
Install configuration files as samples and adjust pkg-message
PR: 64919
Submitted by: maintainer |
7.0_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
7.0 30 Jan 2004 07:09:26 |
erwin |
Fix BROKEN.
ircd-hybrid now complies with hier(7) and runs. Good work, Brad!
Submitted by: maintainer |
7.0 29 Jan 2004 18:21:06 |
erwin |
Rename patch files.
Port is still broken though.
Submitted by: maintainer |
7.0 08 Jan 2004 09:49:05 |
erwin |
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. |
7.0 07 Jan 2004 11:05:52 |
erwin |
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 |
7.0 07 Jan 2004 11:04:12 |
erwin |
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 |
6.3.1 07 May 2003 05:04:49 |
kuriyama |
Unbrake by fixing plist. |
6.3.1 06 May 2003 07:18:02 |
kris |
BROKEN: Bad pkg-plist |
6.3.1 21 Feb 2003 12:17:17 |
knu |
De-pkg-comment. |
6.3.1 04 Feb 2003 22:09:50 |
lioux |
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) |
6.3 02 Apr 2002 13:31:25 |
ijliao |
cp -> cp -R to install all files and directories
Submitted by: gslin@ccca.nctu.edu.tw, Sergii Laskavyi <ls@gambit.com.ru> |
6.3 31 Mar 2002 15:32:26 |
ijliao |
upgrade to 6.3
maintainer timeout
No response from: maintainer |
22 Oct 2001 19:05:27 |
petef |
Add missing pkg-message file from PR ports/31116 |
20 Oct 2001 16:10:47 |
clive |
Upgrade to 6.2. Hybrid-5 is unsupported, forget it. |
01 Feb 2001 10:43:35 |
phk |
Also look in .../old/ so that we are more resistant to master-site upgrades. |
08 Oct 2000 11:23:49 |
asami |
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. |
08 Oct 2000 02:27:09 |
asami |
Convert category irc to new layout. |
20 Aug 2000 03:44:19 |
kris |
Upgrade to ircd-hybrid 5.3p8 |
31 Jul 2000 09:47:35 |
kevlo |
The startup script provided with the irc/ircd-hybrid port is missing a ";;" to
close a 'case' statement entry. |
05 Jul 2000 13:37:07 |
tg |
As threatened on freebsd-ports: all startup scripts know about the two options
`start' and `stop' now (unless I have forgotten any). This allows us to call
the scripts from /etc/rc.shutdown with the correct option. |