Commit graph

69 commits

Author SHA1 Message Date
Vsevolod Stakhov
b66e4949cb security/libsodium: update to 1.0.19, bump dependent ports
PR:	278259
Reported by:	Andrey Korobkov <alster-vinterdalen.se>
2024-05-20 10:33:03 +00:00
Daniel Engberg
8d0271570f 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)
2023-09-24 23:15:46 +02:00
JR Aquino
cb44590896 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
2023-09-24 14:57:14 -04:00
Rene Ladan
e4d9ab98ed cleanup: Remove expired ports:
2022-06-30 irc/unreal: Very outdated, listed as end of life in 2016 and has known security issues
2022-07-01 11:51:42 +02:00
Daniel Engberg
215f4d24bc 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>
2022-06-12 22:59:16 +02:00
Dimitry Andric
dc78806965 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
2021-10-02 13:30:32 +02:00
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Mark Linimon
553b088a05 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)
2021-01-01 23:51:48 +00:00
Tobias C. Berner
84808f8dd9 irc/unreal: fix build on recent current 2020-08-27 16:57:53 +00:00
Tobias Kortkamp
581cac9416 Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysql 2019-11-15 10:12:08 +00:00
Baptiste Daroussin
6df3ec3882 Drop the ipv6 virtual category for i* category as it is not relevant anymore 2019-10-09 11:50:48 +00:00
Mathieu Arnold
ecd1d8dea9 I no longer use those, give them back.
Sponsored by:	Absolight
2018-03-26 13:49:19 +00:00
Mathieu Arnold
e51bbb58a4 Remove all _USE=openssl occurrences.
Sponsored by:	Absolight
2017-03-15 14:45:54 +00:00
Baptiste Daroussin
108e1b20c8 Use @sample 2016-12-22 23:02:32 +00:00
Mark Linimon
631eab01cc 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)
2016-11-10 01:21:43 +00:00
Mathieu Arnold
fa31dc8acf Update to 3.2.10.7
Changes:	https://forums.unrealircd.org/viewtopic.php?f=1&t=8588
Sponsored by:	Absolight
2016-09-05 13:51:40 +00:00
Mathieu Arnold
f899c758a6 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
2016-07-19 11:04:13 +00:00
Mathieu Arnold
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Mathieu Arnold
8270403ec3 Fix startup.
Don't install as root:wheel/0700.

PR:		204021
Submitted by:	loox e-shell net
Sponsored by:	Absolight
2015-10-27 13:44:31 +00:00
Mark Felder
5ce42e6b0b Update irc/unreal to 3.2.10.5
This release fixes a SASL Denial of Service issue

Security:	0ecc1f55-45d0-11e5-adde-14dae9d210b8
2015-08-18 18:24:23 +00:00
Mathieu Arnold
771f21f2f8 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
2015-03-31 14:44:16 +00:00
Mathieu Arnold
723d568e7a Add CPE.
Sponsored by:	Absolight
2015-03-18 13:52:54 +00:00
Mathieu Arnold
cd7e7c160c Cleanup @dirrm* from my ports.
Sponsored by:	Absolight
2014-10-02 16:37:02 +00:00
Tijl Coosemans
c8711e099a 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)
2014-08-28 10:21:31 +00:00
Mathieu Arnold
2935e071d9 Enable SSL by default.
PR:		193010
Submitted by:	dumbbell
Sponsored by:	Absolight
2014-08-27 10:41:15 +00:00
Mathieu Arnold
b64206b6bb Update to 3.2.10.4.
PR:		192255
Submitted by:	Ryan Frederick
Sponsored by:	Absolight
2014-08-01 11:39:56 +00:00
Mathieu Arnold
1fa1af4495 Update to 3.2.10.3
PR:		190570
Sponsored by:	Absolight
2014-06-09 13:40:38 +00:00
Mathieu Arnold
9fec22bd72 - 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-Sébastien Pédron [2], Ryan Frederick [3]
Sponsored by:	Absolight
2014-05-27 23:58:42 +00:00
Raphael Kubo da Costa
6b3bb2140e 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)
2014-01-06 22:36:23 +00:00
Bryan Drewery
bcc94221ac - Fix build with REMOTE [1]
- Add missing dependency on pkgconfig

PR:		ports/183587 [1]
Submitted by:	JR Aquino <tanawts@gmail.com> (maintainer) [1]
2013-11-04 00:08:07 +00:00
Mark Felder
3296de57fb - patch-makenet wasn't deleted last commit
- update LIB_DEPENDS syntax

Approved by:	crees (mentor)
2013-10-02 12:51:52 +00:00
Mark Felder
90b165a757 - Update to 3.2.10.1
- rc script cleanup

PR:		ports/177506
Submitted by:	JR Aquino <tanawts@gmail.com>
Approved by:	crees (mentor)
2013-09-27 19:47:16 +00:00
Baptiste Daroussin
f30824b2ef Add NO_STAGE all over the place in preparation for the staging support (cat: irc) 2013-09-20 18:44:49 +00:00
Mathieu Arnold
b6046a79b6 Typo.
PR:		ports/180488
Submitted by:	mat
Approved by:	maintainer timeout
2013-07-29 11:30:33 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - 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
2013-07-11 16:26:26 +00:00
Ryan Steinmetz
005b16901b - Bump PORTREVISION after dns/c-ares update 2013-05-15 18:30:49 +00:00
Baptiste Daroussin
08a50c018b Convert left unconverted ports in irc to new options framework 2013-03-26 12:36:21 +00:00
Carlo Strub
bbf48f757c 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)
2012-10-07 13:30:18 +00:00
Doug Barton
9aac569eaa 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
2012-08-05 23:19:36 +00:00
Michael Scheidell
0980f72d15 - 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
2012-04-05 00:24:36 +00:00
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Chris Rees
3156eabc27 Update to 3.2.9
PR:		ports/162928
Submitted by:	Jr Aquino <tanawts@gmail.com> (maintainer)
2011-12-28 12:13:37 +00:00
Dmitry Marakasov
6f6fbe4bdf - 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
2011-09-23 22:26:39 +00:00
Ryan Steinmetz
430912c3ca 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)
2011-07-25 01:52:22 +00:00
Mark Linimon
58ec204205 Reassign maintainership to submitter of ports/155143 due to maintainer
inactivity.

Hat:		portmgr
2011-07-09 22:37:30 +00:00
Alex Dupre
1bda2b2725 Bump PORTREVISION for ports linking to default libmysqlclient. 2011-03-19 13:15:34 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Peter Pentchev
29863648e3 Chase the ftp/curl shlib version bump. 2010-04-03 10:44:36 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00