Commit graph

8 commits

Author SHA1 Message Date
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