Commit graph

33 commits

Author SHA1 Message Date
William Grzybowski
ea6f0fdd1e irc/znc: add rc.d script
- Add rc.d script

PR:		ports/179190
Approved by:	maintainer (timeout)
2013-06-27 12:36:31 +00:00
Jase Thew
3b928a9984 - Add patch to fix null pointer dereferences in webadmin module
Reported by:	    Albert Kult (via email)
Obtained from:	    2bd410ee55
Security:	    19751e06-c798-11e2-a373-000c29833058
2013-05-28 14:21:35 +00:00
Marcus von Appen
a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00
Baptiste Daroussin
26b2bed6dd Convert irc to USES=pkgconfig 2013-04-23 10:51:39 +00:00
Jase Thew
caf90266b5 - Update to 1.0
- Convert to new OPTIONSng
- Add UPDATING entry noting the automatic modification of configuration file

Changes:	http://wiki.znc.in/ChangeLog/1.0

Feature safe:	yes
2012-11-28 23:02:15 +00:00
Jase Thew
3fc566249d - Convert to new format Makefile header
- Assume maintainership [1]

Approved by:	miwi [1]

Feature safe:	yes
2012-11-13 21:45:57 +00:00
Martin Wilke
da7749abb6 - Update to 0.206
PR:		167008
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-04-21 19:03:42 +00:00
Martin Wilke
1675042e59 - Update to 0.204
PR:		164424
Submitted by:	Jase Thew <freebsd@beardz.net>
2012-01-28 17:49:31 +00:00
Martin Wilke
dccab2315e - Update to 0.202
- Add LICENSE
- Change IPv6 option default to On
- Fix typo in WITH_TCLALLOWALL/WITHOUT_TCL IGNORE message
- Fix CONFIGURE_ARGS for PYTHON option
- Add check for EXTRA option to SASL option (required to build)

PR:		159952
Submitted by:	Jase Thew <freebsd@beardz.net>
2011-10-23 15:52:36 +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
Martin Wilke
5516d36dd5 - Update 0.098
PR:		156421
Submitted by:	Jase Thew <freebsd@beardz.net>
2011-05-26 04:03:46 +00:00
Martin Wilke
ec1c43d014 - Update to 0.096
PR:		152273
Submitted by:	Jase Thew <freebsd@beardz.net>
2010-12-17 09:29:13 +00:00
Martin Wilke
8f1bee8fd4 - Update to 0.094
PR:		149964
Submitted by:	Jase Thew <freebsd@beardz.net>
2010-09-11 11:35:24 +00:00
Martin Wilke
2cd5627b20 - Update to 0.092
PR:		148346
Submitted by:	Jase Thew <freebsd@beardz.net>
Feature safe:	yes
2010-07-06 06:52:40 +00:00
Martin Wilke
712e546e62 - Update to 0.090
PR:		174661
Submitted by:	Jase Thew <freebsd@beardz.net> (maintainer)
2010-06-12 15:55:35 +00:00
Martin Wilke
b2b1ec6e88 - Update to 0.080
PR:		144368
Submitted by:	Jase Thew <freebsd@beardz.net> (maintainer)
2010-03-08 23:14:29 +00:00
Martin Wilke
9140f74ed9 - Update to 0.078
PR:		141940
Submitted by:	Jase Thew <freebsd@beardz.net>
2009-12-24 21:49:29 +00:00
Martin Wilke
faf5e464a4 - Update to 0.076
- As 0.076 brings the "extra" modules into the main ZNC package

PR:		141711
Submitted by:	Jase Thew <freebsd@beardz.net>
2009-12-18 23:20:57 +00:00
Mark Linimon
e74370a159 Conditionally uses Perl, so needs WANT_PERL before inclusion of
bsd.port.pre.mk.

Hat:		portmgr
2009-08-30 10:41:41 +00:00
Dmitry Marakasov
8c9b17f3f8 - Remove remaining SFP references (switch these ports to SF)
Approved by:	portmgr (pav)
2009-08-27 15:04:16 +00:00
Martin Wilke
77465f1607 - Update to 0.074 2009-08-13 11:18:28 +00:00
Martin Wilke
40bb3bcd1f - Update to 0.070 2009-06-06 16:25:50 +00:00
Martin Wilke
23e7f7260d - Update to 0.068 2009-03-31 08:43:25 +00:00
Martin Wilke
cbdeb2f2a4 - Update to 0.066 2009-03-07 04:28:25 +00:00
Martin Wilke
da3e62a922 - Update to 0.062 2008-12-11 19:24:27 +00:00
Martin Wilke
21ab9ff3f0 - add really the patch :P 2008-11-15 22:57:32 +00:00
Martin Wilke
dcf0d02873 - Add patch from upstream to fix segfault in modperl on x86
Note:
Fix a crash bug when modperl was loaded on some arches

PERL_SYS_INIT3 was added to modperl in r1155-1158 to fix modperl on arches like
hppa. This added an invalid cast which caused a segfault.

If you have:
  const char *pArgv[];
  Then pArgv will point to the same memory location as &pArgv. This pointer was
  then casted to (char ***) which is one level of pointers too much for this
  pointer.

  Thanks to an anonymous reporter who pointed out the crash.
  Thanks to pippijin for helping me understand the C++ magic.

Reported by:	Elvis Stansvik <elvstone@gmail.com>
2008-11-15 22:56:40 +00:00
Martin Wilke
28163402a1 - Update to 0.060 2008-09-24 14:34:17 +00:00
Martin Wilke
93f7074deb - Update to 0.058
- Take maintainership

PR:		126717
Submitted by:	Wen heping <wenheping@gmail.com>
Approved by:	maintainer
2008-08-25 16:42:58 +00:00
Martin Wilke
ca3b8159bf - Update to 0.056
PR:		124190
Submitted by:	"Matthew Donovan" <kitche@kitchetech.com>
Approved by:	maintainer timeout
2008-06-20 18:04:23 +00:00
Martin Wilke
06eb32ef38 - Fix plist
PR:		based on 123448
2008-05-17 12:26:13 +00:00
Beech Rintoul
248399d815 - Update to 0.054
PR:		ports/123448
Submitted by:	Matthew Donovan <kitche@kitchetech.com>
Approved by:	Aron Stansvik <elvstone@gmail.com> (maintainer)
2008-05-08 23:13:22 +00:00
Martin Wilke
886f013621 ZNC is an advanced IRC bouncer with features that include support for
multiple users, playback buffers, DCC bouncing, SASL authentication
and SSL encryption. It can be extended with dynamically loaded modules
written in C++ or Perl.

WWW: http://znc.in/

    PR:		ports/121412
Submitted by:	elvstone at gmail.com
2008-03-07 15:51:44 +00:00