non port: irc/unreal/Makefile |
Number of commits found: 61 |
Sunday, 24 Sep 2023
|
21:15 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)
8d02715 |
18:57 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
cb44590 |
Friday, 1 Jul 2022
|
09:51 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
e4d9ab9 |
Sunday, 12 Jun 2022
|
20:59 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>
215f4d2 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Friday, 1 Jan 2021
|
23:51 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)
 |
Thursday, 27 Aug 2020
|
16:57 tcberner
irc/unreal: fix build on recent current
 |
Friday, 15 Nov 2019
|
10:12 tobik
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
 |
Wednesday, 9 Oct 2019
|
11:50 bapt
Drop the ipv6 virtual category for i* category as it is not relevant anymore
 |
Monday, 26 Mar 2018
|
13:49 mat
I no longer use those, give them back.
Sponsored by: Absolight
 |
Wednesday, 15 Mar 2017
|
14:45 mat
Remove all _USE=openssl occurrences.
Sponsored by: Absolight
 |
Thursday, 10 Nov 2016
|
01:21 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)
 |
Monday, 5 Sep 2016
|
13:51 mat
Update to 3.2.10.7
Changes: https://forums.unrealircd.org/viewtopic.php?f=1&t=8588
Sponsored by: Absolight
 |
Tuesday, 19 Jul 2016
|
11:04 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
 |
Friday, 1 Apr 2016
|
14:08 mat
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
 |
Tuesday, 27 Oct 2015
|
13:44 mat
Fix startup.
Don't install as root:wheel/0700.
PR: 204021
Submitted by: loox e-shell net
Sponsored by: Absolight
 |
Tuesday, 18 Aug 2015
|
18: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
 |
Tuesday, 31 Mar 2015
|
14:44 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
 |
Wednesday, 18 Mar 2015
|
13:52 mat
Add CPE.
Sponsored by: Absolight
 |
Thursday, 28 Aug 2014
|
10:21 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)
 |
Wednesday, 27 Aug 2014
|
10:41 mat
Enable SSL by default.
PR: 193010
Submitted by: dumbbell
Sponsored by: Absolight
 |
Friday, 1 Aug 2014
|
11:39 mat
Update to 3.2.10.4.
PR: 192255
Submitted by: Ryan Frederick
Sponsored by: Absolight
 |
Monday, 9 Jun 2014
|
13:40 mat
Update to 3.2.10.3
PR: 190570
Sponsored by: Absolight
 |
Tuesday, 27 May 2014
|
23:58 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
 |
Monday, 6 Jan 2014
|
22:36 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)
 |
Monday, 4 Nov 2013
|
00: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]
 |
Wednesday, 2 Oct 2013
|
12:51 feld
- patch-makenet wasn't deleted last commit
- update LIB_DEPENDS syntax
Approved by: crees (mentor)
 |
Friday, 27 Sep 2013
|
19:47 feld
- Update to 3.2.10.1
- rc script cleanup
PR: ports/177506
Submitted by: JR Aquino <tanawts@gmail.com>
Approved by: crees (mentor)
 |
Friday, 20 Sep 2013
|
18:44 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
 |
Monday, 29 Jul 2013
|
11:30 mat
Typo.
PR: ports/180488
Submitted by: mat
Approved by: maintainer timeout
 |
Thursday, 11 Jul 2013
|
16:26 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
 |
Wednesday, 15 May 2013
|
18:30 zi
- Bump PORTREVISION after dns/c-ares update
 |
Tuesday, 26 Mar 2013
|
12:36 bapt
Convert left unconverted ports in irc to new options framework
 |
Sunday, 7 Oct 2012
|
13:30 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)
 |
Sunday, 5 Aug 2012
|
23:19 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
 |
Thursday, 5 Apr 2012
|
00:24 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
 |
Wednesday, 28 Dec 2011
|
12:13 crees
Update to 3.2.9
PR: ports/162928
Submitted by: Jr Aquino <tanawts@gmail.com> (maintainer)
 |
Friday, 23 Sep 2011
|
22:26 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
 |
Monday, 25 Jul 2011
|
01:52 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)
 |
Saturday, 9 Jul 2011
|
22:37 linimon
Reassign maintainership to submitter of ports/155143 due to maintainer
inactivity.
Hat: portmgr
 |
Saturday, 19 Mar 2011
|
13:15 ale
Bump PORTREVISION for ports linking to default libmysqlclient.
 |
Saturday, 3 Apr 2010
|
10:44 roam
Chase the ftp/curl shlib version bump.
 |
Saturday, 22 Aug 2009
|
20:38 miwi
- Fix build
PR: 137993
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
 |
Tuesday, 18 Aug 2009
|
20:48 miwi
- Update to 3.2.8.1
PR: 137923
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
 |
Tuesday, 23 Jun 2009
|
08:49 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)
 |
Monday, 15 Jun 2009
|
12:10 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)
 |
Friday, 23 Jan 2009
|
15:43 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.
 |
Monday, 10 Sep 2007
|
19:00 miwi
- Update to 3.2.7
Approved by: maintainer implicit
 |
Wednesday, 3 Jan 2007
|
15:29 miwi
- Update to 3.2.6
PR: ports/107458
Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
 |
Saturday, 16 Dec 2006
|
13:11 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
 |
13:09 miwi
- Add ipv6 category
PR: ports/106128
 |
Friday, 15 Dec 2006
|
12:37 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
 |
Wednesday, 13 Dec 2006
|
12:41 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
 |
Saturday, 1 Jul 2006
|
19:57 miwi
Update to 3.2.5
PR: ports/99679
Submitted by: Gerrit Beine <gerrit.beine@gmx.de>
Approved by: krion (mentor)
 |
Monday, 20 Mar 2006
|
20:11 pav
- Update to 3.2.4
- Re-enable remote includes option
PR: ports/94693
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
 |
Monday, 30 Jan 2006
|
15:39 garga
* fix handling of the optional SQLMod
* change mail address
* fix handling of options file
PR: ports/91792
Submitted by: maintainer
 |
Monday, 11 Apr 2005
|
18:56 pav
- Update to 3.2.3
PR: ports/79429
Submitted by: Gerrit Beine <tux@pinguru.net> (maintainer)
 |
Wednesday, 19 Jan 2005
|
10:51 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>
 |
Thursday, 22 Jul 2004
|
02:01 ijliao
upgrade to 3.2.1
PR: 69344
Submitted by: maintainer
 |
Wednesday, 2 Jun 2004
|
21:02 pav
- Add knobs: WITH_IPV6, WITH_SSL
PR: ports/67499
Submitted by: Gerrit Beine <tux@pinguru.net> (maintainer)
 |
Monday, 31 May 2004
|
13:33 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>
 |
Number of commits found: 61 |