summaryrefslogtreecommitdiff
path: root/chat/cgiirc
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28*: recursive bump for perl 5.36wiz1-2/+2
2021-10-26chat: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07chat: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-24*: recursive bump for perl 5.34wiz1-2/+2
2020-08-31*: bump PKGREVISION for perl-5.32.wiz1-2/+2
2019-11-02chat: align variable assignmentsrillig1-7/+7
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
2019-08-11Bump PKGREVISIONs for perl 5.30.0wiz1-1/+2
2019-02-07cgiirc: Update to 0.5.12nia2-8/+7
Changes: Fix CVE-2017-8920: XSS in 'R' parameter. Thanks to Niklaus Schiess for discovering this.
2018-08-22Recursive bump for perl5-5.28.0wiz1-2/+2
2018-01-01Sort PLIST files.rillig1-4/+4
Unsorted entries in PLIST files have generated a pkglint warning for at least 12 years. Somewhat more recently, pkglint has learned to sort PLIST files automatically. Since pkglint 5.4.23, the sorting is only done in obvious, simple cases. These have been applied by running: pkglint -Cnone,PLIST -Wnone,plist-sort -r -F
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2015-11-03Add SHA512 digests for distfiles for chat categoryagc1-1/+2
Problems found with existing distfiles: distfiles/icb-5.0.9.tar.gz distfiles/icb.2.1.4.tar.Z distfiles/zenicb-19981202.tar.gz No changes made to these /distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-11-21CGI:IRC 0.5.11mef2-10/+8
There's a new release out, including various browser bug fixes. Key handling fixes for WebKit, removed outline for Chrome. Made it more obvious when the stream is disconnected. Optional support for smilies (see cgiirc.config.full and docs/smilies.conf.example) Date: 24 September 2013 Author: dgl
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-1/+2
are called p5-*. I hope that's all of them.
2012-10-03Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-06-12Add inet6 to default suggested options. It's 2012.wiz1-1/+2
2011-03-02Update chat/cgiirc to 0.5.10gls2-9/+10
Upstream changes: After ~5 years without a release 0.5.10 is now available. This is actually just 0.5.9 with one security fix: CVE-2011-0050: XSS in R param in nonjs interface Thanks to Michael Brooks (Sitewatch) for discovering this. pkgsrc changes: - Update MASTER_SITES and HOMEPAGE to point to cgiirc.org - Add LICENSE
2009-07-17Give up MAINTAINERadrianp1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-12/+1
2009-03-07Bump PKGREVISION to 2.seb1-3/+3
Pkgsrc changes: - Change dependency on the soon to be removed net/p5-INET6 to the identical net/p5-IO-Socket-INET6
2008-03-03Mechanical changes to add full DESTDIR support to packages that installjlam1-31/+36
their files via a custom do-install target.
2007-09-07Convert packages that test and use USE_INET6 to use the options frameworkjlam1-5/+6
and to support the "inet6" option instead. Remaining usage of USE_INET6 was solely for the benefit of the scripts that generate the README.html files. Replace: BUILD_DEFS+= USE_INET6 with BUILD_DEFS+= IPV6_READY and teach the README-generation tools to look for that instead. This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code to continue to support USE_INET6 for pkgsrc-wip until it has been nuked from there as well.
2006-06-30Convert dependency to use -[0-9]* style instead of just -*.joerg1-2/+3
Bump revision.
2006-06-110.5.9adrianp2-7/+7
Bump date (By dgl) Use the resolved IP for the encoded IP too, rather than $ENV{REMOTE_ADDR}. (By dgl) Send real host and IP in USER command (suggested by OUTsider) (By dgl) Near total rewrite, the old version sucked. (By dgl) Fix ticket #145 (Mozilla suite seems to have different behaviour with permissions on XMLHTTP than Firefox) (By dgl) Another oops, /help didn't work.. (By dgl)
2006-05-02Update to 0.5.8adrianp3-9/+13
> 0.5.8 > - Translations into German, Dutch, Romanian and Norwegian (thanks > OUTsider/scarynet) > - Russian translation of help > - Some more UTF-8 fixes (including joining channels with non-ASCII chars, > thanks to Jonas Liljegren) > - Server balancing support > - Identd supports multiple installs > - Fix buffer overflow in client.cgi > - Other misc fixes (see http://cvs.cgiirc.org/timeline?d=300&e=2006-Apr-30&c=2) > > 0.5.7 > - Fixed to work on Perl <5.8 > - Perform config option
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-3/+1
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-05-23Removed trailing white-space.rillig1-3/+3
2005-05-23Removed trailing white-space.rillig1-3/+3
2005-05-20On second thought, replacing @..@ with ${..} sounds more like ajlam1-2/+3
"configure" step than a "build" step.
2005-05-20Replace extravagent use of SUBST_CLASSES with one-liner to build thejlam1-10/+4
cgiirc.conf file.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-03-26- Update from 0.5.5 to 0.5.6adrianp2-6/+6
Set binmode utf8 on STDOUT, fixes Perl 5.8.5 (By dgl) Revert to using $! as gethostbyname error message, still don't get any useful error if Socket6 is installed though.. (By dgl) /charset command (By dgl) Set utf-8 flag on, always turn input into utf-8. (By dgl) Fix utf-8 input handling (By dgl) Non-supported browsers #10 (By dgl Change login options to comma seperated list and document. (By dgl) gethostbyname returns error in $? not $! (By dgl)
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2005-01-19- Update to 0.5.5adrianp2-19/+15
- Simplify installation - Correct usage of USE_INET6 so non-ipv6 systems still work - From the CHANGELOG: - Various bugfixes including: Firefox CSS, paste - Proper UTF-8 support (uses Encode) - Now looks for configuration files in /etc as well - Multiple ipaccess files
2004-10-15CGI:IRC is a Perl/CGI program that lets you access IRC from a web browser, itadrianp6-0/+251
is designed to be flexible and has many uses such as an IRC gateway for an IRC network, a chat-room for a website or to access IRC when stuck behind a restrictive firewall.