non port: irc/unreal/Makefile |
SVNWeb
|
Number of commits found: 59 |
Fri, 1 Jul 2022
|
[ 09:51 Rene Ladan (rene) ] e4d9ab9 (Only the first 10 of 17 ports in this commit are shown above. )
cleanup: Remove expired ports:
2022-06-30 irc/unreal: Very outdated, listed as end of life in 2016 and has
known security issues
|
Sun, 12 Jun 2022
|
[ 20:59 Daniel Engberg (diizzy) ] 215f4d2
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>
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 1 Jan 2021
|
[ 23:51 linimon ] (Only the first 10 of 32 ports in this commit are shown above. )
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)
|
Thu, 27 Aug 2020
|
[ 16:57 tcberner ]
irc/unreal: fix build on recent current
|
Fri, 15 Nov 2019
|
[ 10:12 tobik ] (Only the first 10 of 95 ports in this commit are shown above. )
Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql
|
Wed, 9 Oct 2019
|
[ 11:50 bapt ] (Only the first 10 of 19 ports in this commit are shown above. )
Drop the ipv6 virtual category for i* category as it is not relevant anymore
|
Mon, 26 Mar 2018
|
[ 13:49 mat ]
I no longer use those, give them back.
Sponsored by: Absolight
|
Wed, 15 Mar 2017
|
[ 14:45 mat ] (Only the first 10 of 42 ports in this commit are shown above. )
Remove all _USE=openssl occurrences.
Sponsored by: Absolight
|
Thu, 10 Nov 2016
|
[ 01:21 linimon ] (Only the first 10 of 48 ports in this commit are shown above. )
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)
|
Mon, 5 Sep 2016
|
[ 13:51 mat ] (Only the first 10 of 17 ports in this commit are shown above. )
Update to 3.2.10.7
Changes: https://forums.unrealircd.org/viewtopic.php?f=1&t=8588
Sponsored by: Absolight
|
Tue, 19 Jul 2016
|
[ 11:04 mat ] (Only the first 10 of 174 ports in this commit are shown above. )
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
|
Fri, 1 Apr 2016
|
[ 14:08 mat ] (Only the first 10 of 481 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
|
Tue, 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
|
Tue, 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
|
Tue, 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
|
Wed, 18 Mar 2015
|
[ 13:52 mat ]
Add CPE.
Sponsored by: Absolight
|
Thu, 28 Aug 2014
|
[ 10:21 tijl ] (Only the first 10 of 13 ports in this commit are shown above. )
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)
|
Wed, 27 Aug 2014
|
[ 10:41 mat ]
Enable SSL by default.
PR: 193010
Submitted by: dumbbell
Sponsored by: Absolight
|
Fri, 1 Aug 2014
|
[ 11:39 mat ]
Update to 3.2.10.4.
PR: 192255
Submitted by: Ryan Frederick
Sponsored by: Absolight
|
Mon, 9 Jun 2014
|
[ 13:40 mat ]
Update to 3.2.10.3
PR: 190570
Sponsored by: Absolight
|
Tue, 27 May 2014
|
[ 23:58 mat ] (Only the first 10 of 17 ports in this commit are shown above. )
- 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
|
Mon, 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)
|
Mon, 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]
|
Wed, 2 Oct 2013
|
[ 12:51 feld ]
- patch-makenet wasn't deleted last commit
- update LIB_DEPENDS syntax
Approved by: crees (mentor)
|
Fri, 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)
|
Fri, 20 Sep 2013
|
[ 18:44 bapt ] (Only the first 10 of 135 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
irc)
|
Mon, 29 Jul 2013
|
[ 11:30 mat ]
Typo.
PR: ports/180488
Submitted by: mat
Approved by: maintainer timeout
|
Thu, 11 Jul 2013
|
[ 16:26 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
- 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
|
Wed, 15 May 2013
|
[ 18:30 zi ]
- Bump PORTREVISION after dns/c-ares update
|
Tue, 26 Mar 2013
|
[ 12:36 bapt ]
Convert left unconverted ports in irc to new options framework
|
Sun, 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)
|
Sun, 5 Aug 2012
|
[ 23:19 dougb ] (Only the first 10 of 936 ports in this commit are shown above. )
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
|
Thu, 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
|
Wed, 28 Dec 2011
|
[ 12:13 crees ]
Update to 3.2.9
PR: ports/162928
Submitted by: Jr Aquino <tanawts@gmail.com> (maintainer)
|
Fri, 23 Sep 2011
|
[ 22:26 amdmi3 ] (Only the first 10 of 2369 ports in this commit are shown above. )
- 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
|
Mon, 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)
|
Sat, 9 Jul 2011
|
[ 22:37 linimon ]
Reassign maintainership to submitter of ports/155143 due to maintainer
inactivity.
Hat: portmgr
|
Sat, 19 Mar 2011
|
[ 13:15 ale ] (Only the first 10 of 131 ports in this commit are shown above. )
Bump PORTREVISION for ports linking to default libmysqlclient.
|
Sat, 3 Apr 2010
|
[ 10:44 roam ] (Only the first 10 of 202 ports in this commit are shown above. )
Chase the ftp/curl shlib version bump.
|
Sat, 22 Aug 2009
|
[ 20:38 miwi ]
- Fix build
PR: 137993
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
|
Tue, 18 Aug 2009
|
[ 20:48 miwi ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update to 3.2.8.1
PR: 137923
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
|
Tue, 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)
|
Mon, 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)
|
Fri, 23 Jan 2009
|
[ 15:43 roam ] (Only the first 10 of 182 ports in this commit are shown above. )
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.
|
Mon, 10 Sep 2007
|
[ 19:00 miwi ]
- Update to 3.2.7
Approved by: maintainer implicit
|
Wed, 3 Jan 2007
|
[ 15:29 miwi ]
- Update to 3.2.6
PR: ports/107458
Submitted by: Gerrit Beine<gerrit.beine@gmx.de> (maintainer)
|
Sat, 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
|
Fri, 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
|
Wed, 13 Dec 2006
|
[ 12:41 roam ] (Only the first 10 of 107 ports in this commit are shown above. )
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
|
Sat, 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)
|
Mon, 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)
|
Mon, 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
|
Mon, 11 Apr 2005
|
[ 18:56 pav ] (Only the first 10 of 11 ports in this commit are shown above. )
- Update to 3.2.3
PR: ports/79429
Submitted by: Gerrit Beine <tux@pinguru.net> (maintainer)
|
Wed, 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>
|
Thu, 22 Jul 2004
|
[ 02:01 ijliao ]
upgrade to 3.2.1
PR: 69344
Submitted by: maintainer
|
Wed, 2 Jun 2004
|
[ 21:02 pav ]
- Add knobs: WITH_IPV6, WITH_SSL
PR: ports/67499
Submitted by: Gerrit Beine <tux@pinguru.net> (maintainer)
|
Mon, 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: 59 |