Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.1.1.1_1 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
6.1.1.1 24 Sep 2023 21:15:46 |
Daniel Engberg (diizzy) |
irc/unreal: Don't extract bundled 3rd party depenencies
We're using system libraries so there's no need have these extracted
Approved by: portmgr (blanket, build improvement) |
6.1.1.1 24 Sep 2023 18:57:14 |
Robert Clausecker (fuz) Author: JR Aquino |
irc/unreal: Unreal - the next generation ircd
A highly advanced IRCd with a strong focus on modularity and security.
Other key features include: full IRCv3 support, SSL/TLS, cloaking,
advanced anti-flood and anti-spam systems, GeoIP, remote includes,
and lots of other features.
WWW: https://www.unrealircd.org/
PR: 273461 |
3.2.10.7 01 Jul 2022 09:51:42 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-06-30 irc/unreal: Very outdated, listed as end of life in 2016 and has
known security issues |
3.2.10.7 12 Jun 2022 20:59:16 |
Daniel Engberg (diizzy) |
irc/unreal: Deprecate and set expiration date to 2022-06-30
Very outdated, declared end of life by upstream in 2016 and has known
security vulnerabilities
Reference: https://www.unrealircd.org/docs/UnrealIRCd_3.2.x_deprecated
PR: 244117
Reported by: Rafael Grether <devnull@apt322.org> |
3.2.10.7 02 Oct 2021 11:30:32 |
Dimitry Andric (dim) |
irc/unreal: fix inline which should be static
During an exp-run for llvm 13 (see bug 258209), it turned out that
irc/unreal fails to build with clang 13:
cc -I../include -I@TREINCDIR@
-I/wrkdirs/usr/ports/irc/unreal/work/Unreal3.2.10.7/extras/regexp/include -pipe
-O2 -pipe -I/usr/local/include -fcommon -fstack-protector-strong
-fno-strict-aliasing -funsigned-char -Wl,-export-dynamic -L/usr/local/lib
-fstack-protector-strong -lssl -lcrypto -o ircd timesynch.o res.o s_bsd.o
auth.o aln.o channel.o cloak.o crule.o dbuf.o events.o fdlist.o hash.o help.o
ircd.o ircsprintf.o list.o lusers.o match.o modules.o packet.o parse.o s_auth.o
s_conf.o s_debug.o s_err.o s_extra.o s_kline.o s_misc.o s_numeric.o s_serv.o
s_svs.o socket.o ssl.o s_user.o charsys.o scache.o send.o support.o umodes.o
version.o whowas.o zip.o cidr.o random.o extcmodes.o extbans.o md5.o
api-isupport.o api-command.o -L/usr/local/lib -fstack-protector-strong
-lcrypt
/wrkdirs/usr/ports/irc/unreal/work/Unreal3.2.10.7/extras/regexp/lib/libtre.a
-L/usr/local/lib -fstack-protector-strong -L/usr/local/lib -lcares -lssl
-lcrypto
ld: error: undefined symbol: parse_addlag
>>> referenced by parse.c
>>> parse.o:(parse)
>>> referenced by parse.c
>>> parse.o:(parse)
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** Error code 1
This is because parse_addlag() is marked as 'inline' but does not have
either 'static' or 'extern' specifiers. Add a 'static' specifier to
resolve the link error.
PR: 258472
Approved by: maintainer timeout (2 weeks)
MFH: 2021Q4 |
3.2.10.7 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
3.2.10.7 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.2.10.7 01 Jan 2021 23:51:49 |
linimon |
Mark ports that are BROKEN due to sbrk on aarch64, also BROKEN on riscv64
where appropriate.
While here, pet portlint (Makevar order; whitespace).
Approved by: portmgr (tier-2 blanket) |
3.2.10.7 27 Aug 2020 16:57:53 |
tcberner |
irc/unreal: fix build on recent current |
3.2.10.7 15 Nov 2019 10:12:08 |
tobik |
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql |
3.2.10.7 09 Oct 2019 11:50:49 |
bapt |
Drop the ipv6 virtual category for i* category as it is not relevant anymore |
3.2.10.7 26 Mar 2018 13:49:19 |
mat |
I no longer use those, give them back.
Sponsored by: Absolight |
3.2.10.7 15 Mar 2017 14:45:55 |
mat |
Remove all _USE=openssl occurrences.
Sponsored by: Absolight |
3.2.10.7 22 Dec 2016 23:02:32 |
bapt |
Use @sample |
3.2.10.7 10 Nov 2016 01:21:43 |
linimon |
Mark as broken on aarch64: fails to link with sbrk.
While here, pet portlint and remove stale ia64 lines.
Approved by: portmgr (tier-2 blanket) |
3.2.10.7 05 Sep 2016 13:51:40 |
mat |
Update to 3.2.10.7
Changes: https://forums.unrealircd.org/viewtopic.php?f=1&t=8588
Sponsored by: Absolight |
3.2.10.5_1 19 Jul 2016 11:04:14 |
mat |
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight |
3.2.10.5_1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
3.2.10.5_1 27 Oct 2015 13:44:32 |
mat |
Fix startup.
Don't install as root:wheel/0700.
PR: 204021
Submitted by: loox e-shell net
Sponsored by: Absolight |
3.2.10.5 18 Aug 2015 18:24:24 |
feld |
Update irc/unreal to 3.2.10.5
This release fixes a SASL Denial of Service issue
Security: 0ecc1f55-45d0-11e5-adde-14dae9d210b8 |
3.2.10.4_2 31 Mar 2015 14:44:16 |
mat |
Make it build with LibreSSL. [1]
While there, catch up with new options behaviors.
PR: 198491 [1]
Submitted by: Bernard Spil [1]
Sponsored by: Absolight |
3.2.10.4_2 18 Mar 2015 13:52:55 |
mat |
Add CPE.
Sponsored by: Absolight |
3.2.10.4_2 02 Oct 2014 16:37:02 |
mat |
Cleanup @dirrm* from my ports.
Sponsored by: Absolight |
3.2.10.4_2 28 Aug 2014 10:21:32 |
tijl |
dns/c-ares:
- Add USES=libtool and bump dependent ports
- Move variable definitions in front of include bsd.port.options.mk
- Replace patch with USES=pathfix
Approved by: portmgr (implicit, bump unstaged port) |
3.2.10.4_1 27 Aug 2014 10:41:15 |
mat |
Enable SSL by default.
PR: 193010
Submitted by: dumbbell
Sponsored by: Absolight |
3.2.10.4 01 Aug 2014 11:39:57 |
mat |
Update to 3.2.10.4.
PR: 192255
Submitted by: Ryan Frederick
Sponsored by: Absolight |
3.2.10.3 09 Jun 2014 13:40:39 |
mat |
Update to 3.2.10.3
PR: 190570
Sponsored by: Absolight |
3.2.10.2_1 27 May 2014 23:58:42 |
mat |
- Fix runtime when built with clang [1] [2]
- Support stage [3]
- Switch to options helpers
- Update patches, and rename them to follow makepatch naming
maintainer timeout [1] [2] [3]
-> take over maintainership
PR: ports/184150 [1], ports/187117 [2], ports/189615 [3]
Submitted by: Ryan Frederick [1], Jean-Sebastien Pedron [2], Ryan Frederick [3]
Sponsored by: Absolight |
3.2.10.2 06 Jan 2014 22:36:23 |
rakuco |
Update to 3.2.10.2.
==[ .2 RELEASE ]==
The following major issues were present in 3.2.10 & 3.2.10.1 and have
been fixed in this version:
- A remote crash issue when compiled with SSL (NULL pointer dereference)
- A second issue that can potentially lead to a crash (read-after-free)
In addition to these 3.2.10.x fixes there were also some other bugs fixed,
mostly in the area of server linking and flood hardening.
The external libraries of the Windows version have been updated (openssl,
c-ares, zlib). The bundled c-ares source (for *NIX) has been updated too.
PR: ports/185249
Submitted by: Jr Aquino <tanawts@gmail.com> (maintainer) |
3.2.10.1 04 Nov 2013 00:08:08 |
bdrewery |
- Fix build with REMOTE [1]
- Add missing dependency on pkgconfig
PR: ports/183587 [1]
Submitted by: JR Aquino <tanawts@gmail.com> (maintainer) [1] |
3.2.10.1 02 Oct 2013 12:51:53 |
feld |
- patch-makenet wasn't deleted last commit
- update LIB_DEPENDS syntax
Approved by: crees (mentor) |
3.2.10.1 27 Sep 2013 19:47:16 |
feld |
- Update to 3.2.10.1
- rc script cleanup
PR: ports/177506
Submitted by: JR Aquino <tanawts@gmail.com>
Approved by: crees (mentor) |
3.2.9_2 20 Sep 2013 18:44:50 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc) |
3.2.9_2 29 Jul 2013 11:30:33 |
mat |
Typo.
PR: ports/180488
Submitted by: mat
Approved by: maintainer timeout |
3.2.9_2 11 Jul 2013 16:26:27 |
sunpoet |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
3.2.9_1 15 May 2013 18:30:49 |
zi |
- Bump PORTREVISION after dns/c-ares update |
3.2.9 26 Mar 2013 12:36:21 |
bapt |
Convert left unconverted ports in irc to new options framework |
3.2.9 07 Oct 2012 13:30:19 |
cs |
Patch to add chown modify at the end of the install. This will correctly assign
the owner of the config, log, and run directories for the owner specified by the
port (by default this is ircd:ircd)
PR: ports/172184
Submitted by: Jr Aquino <tanawts@gmail.com> (maintainer) |
3.2.9 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 |
3.2.9 05 Apr 2012 00:24:36 |
scheidell |
- Unbreak build WITHOUT_IPV6
PR: ports/166370
Submitted by: Svyatoslav Lempert <svyatoslav.lempert@gmail.com>
Approved by: JR Aquino <tanawts@gmail.com> (maintainer)
Feature safe: yes |
3.2.9 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. |
3.2.9 28 Dec 2011 12:13:37 |
crees |
Update to 3.2.9
PR: ports/162928
Submitted by: Jr Aquino <tanawts@gmail.com> (maintainer) |
3.2.8.1_3 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
3.2.8.1_3 25 Jul 2011 01:52:22 |
zi |
Add ability to run as ircd user/group
Pass maintainership to submitter
Pacify portlint(1)
Add LICENSE
PR: ports/155143
Submitted by: Jr Aquino <tanawts@gmail.com>
Approved by: wxs (mentor) |
3.2.8.1_3 09 Jul 2011 22:37:30 |
linimon |
Reassign maintainership to submitter of ports/155143 due to maintainer
inactivity.
Hat: portmgr |
3.2.8.1_3 19 Mar 2011 13:15:34 |
ale |
Bump PORTREVISION for ports linking to default libmysqlclient. |
3.2.8.1_3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
3.2.8.1_2 03 Apr 2010 10:44:36 |
roam |
Chase the ftp/curl shlib version bump. |
3.2.8.1_2 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
3.2.8.1_1 22 Aug 2009 20:38:41 |
miwi |
- Fix build
PR: 137993
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) |
3.2.8.1 18 Aug 2009 20:48:24 |
miwi |
- Update to 3.2.8.1
PR: 137923
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) |
3.2.7_3 23 Jun 2009 08:49:07 |
roam |
Fix the crash with c-ares-1.6.0.
Reported by: several
Submitted by: Ilya Andreev <admin@aivus.name>
Timeout: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) |
3.2.7_2 15 Jun 2009 12:10:15 |
roam |
Well, yeah, leave it to me to test an update and all dependent ports,
notify maintainers, wait for a couple of days, and then only commit
the update itself, leaving the dependent ports un-updated :(
Bump the shared lib dependency on ports touched by the c-ares update.
Pointy hat to: roam (myself) |
3.2.7_1 23 Jan 2009 15:43:14 |
roam |
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working. |
3.2.7 10 Sep 2007 19:00:40 |
miwi |
- Update to 3.2.7
Approved by: maintainer implicit |
3.2.6 03 Jan 2007 15:29:55 |
miwi |
- Update to 3.2.6
PR: ports/107458
Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer) |
3.2.5_1 16 Dec 2006 13:11:08 |
miwi |
force commit: for entry submitter and maintainer:
- Add ipv6 category
PR: ports/106128
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
Approved by: maintainer timeout |
3.2.5_1 16 Dec 2006 13:09:14 |
miwi |
- Add ipv6 category
PR: ports/106128 |
3.2.5_1 15 Dec 2006 12:37:15 |
roam |
Fix the build if the REMOTE option has *not* been selected, and
there is *no* dependency on ftp/curl - even in that case, Unreal
wants to use the c-ares resolver library!
Reported by: krismail |
3.2.5_1 13 Dec 2006 12:41:36 |
roam |
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports |
3.2.5 01 Jul 2006 19:57:15 |
miwi |
Update to 3.2.5
PR: ports/99679
Submitted by: Gerrit Beine <gerrit.beine@gmx.de>
Approved by: krion (mentor) |
3.2.4 20 Mar 2006 20:11:49 |
pav |
- Update to 3.2.4
- Re-enable remote includes option
PR: ports/94693
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) |
3.2.3 30 Jan 2006 15:39:00 |
garga |
* fix handling of the optional SQLMod
* change mail address
* fix handling of options file
PR: ports/91792
Submitted by: maintainer |
3.2.3 22 Jan 2006 12:38:15 |
edwin |
SHA256ify
Approved by: krion@ |
3.2.3 11 Apr 2005 18:56:40 |
pav |
- Update to 3.2.3
PR: ports/79429
Submitted by: Gerrit Beine <tux@pinguru.net> (maintainer) |
3.2.2b 19 Jan 2005 10:51:28 |
edwin |
Update port: irc/unreal (Security Fix)
Trying this, it appears that the list of master sites has
changed, and 3.2.2 has been withdrawn from the mirrors to
be replaced with 3.2.2b.
Here's an updated version of the patch that uses 3.2.2b,
and changes the list of download sites to match the project's
download page (<http://www.unrealircd.com/?page=downloads>).
It also omits files/patch-m_kick.c, as this patch appears
to have been included in 3.2.2b.
PR: ports/76297
Submitted by: Gerrit Beine <tux@pinguru.net> |
3.2.1 22 Jul 2004 02:01:55 |
ijliao |
upgrade to 3.2.1
PR: 69344
Submitted by: maintainer |
3.2 02 Jun 2004 21:02:31 |
pav |
- Add knobs: WITH_IPV6, WITH_SSL
PR: ports/67499
Submitted by: Gerrit Beine <tux@pinguru.net> (maintainer) |
3.2 31 May 2004 13:33:19 |
edwin |
port of Unreal IRCd
Unreal IRCd - the next generation ircd
WWW: http://www.unrealircd.com
PR: ports/67384
Submitted by: Gerrit Beine <tux@pinguru.net> |