The NetBSD Project

CVS log for pkgsrc/chat/cgiirc/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / chat / cgiirc

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16.12.1 / (download) - annotate - [select for diffs], Sun Mar 6 12:05:24 2011 UTC (14 months, 2 weeks ago) by tron
Branch: pkgsrc-2010Q4
Changes since 1.16: +6 -5 lines
Diff to previous 1.16 (colored) next main 1.17 (colored)

Pullup ticket #3380 - requested by gls
chat/cgiirc: security update

Revisions pulled up:
- chat/cgiirc/Makefile						1.17
- chat/cgiirc/distinfo						1.7
---
Module Name:	pkgsrc
Committed By:	gls
Date:		Wed Mar  2 20:24:40 UTC 2011

Modified Files:
	pkgsrc/chat/cgiirc: Makefile distinfo

Log Message:
Update chat/cgiirc to 0.5.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

Revision 1.17 / (download) - annotate - [select for diffs], Wed Mar 2 20:24:40 2011 UTC (14 months, 3 weeks ago) by gls
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, HEAD
Changes since 1.16: +6 -5 lines
Diff to previous 1.16 (colored)

Update chat/cgiirc to 0.5.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

Revision 1.16 / (download) - annotate - [select for diffs], Fri Jul 17 18:00:13 2009 UTC (2 years, 10 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Branch point for: pkgsrc-2010Q4
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Give up MAINTAINER

Revision 1.15 / (download) - annotate - [select for diffs], Sat Mar 7 08:12:15 2009 UTC (3 years, 2 months ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

Bump PKGREVISION to 2.

Pkgsrc changes:
- Change dependency on the soon to be removed net/p5-INET6 to
the identical net/p5-IO-Socket-INET6

Revision 1.14 / (download) - annotate - [select for diffs], Mon Mar 3 02:19:51 2008 UTC (4 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.13: +36 -31 lines
Diff to previous 1.13 (colored)

Mechanical changes to add full DESTDIR support to packages that install
their files via a custom do-install target.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Sep 7 22:12:10 2007 UTC (4 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3
Changes since 1.12: +6 -5 lines
Diff to previous 1.12 (colored)

Convert packages that test and use USE_INET6 to use the options framework
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.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Jun 30 10:06:36 2006 UTC (5 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 (colored)

Convert dependency to use -[0-9]* style instead of just -*.
Bump revision.

Revision 1.11 / (download) - annotate - [select for diffs], Sun Jun 11 09:40:43 2006 UTC (5 years, 11 months ago) by adrianp
Branch: MAIN
Changes since 1.10: +3 -3 lines
Diff to previous 1.10 (colored)

0.5.9
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)

Revision 1.9.2.1 / (download) - annotate - [select for diffs], Tue May 2 22:26:37 2006 UTC (6 years ago) by salo
Branch: pkgsrc-2006Q1
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored) next main 1.10 (colored)

Pullup ticket 1509 - requested by adrianp
security update for cgiirc

Revisions pulled up:
- pkgsrc/chat/cgiirc/Makefile			1.10
- pkgsrc/chat/cgiirc/PLIST			1.2
- pkgsrc/chat/cgiirc/distinfo			1.5

   Module Name:		pkgsrc
   Committed By:	adrianp
   Date:		Tue May  2 21:43:34 UTC 2006

   Modified Files:
   	pkgsrc/chat/cgiirc: Makefile PLIST distinfo

   Log Message:
   Update to 0.5.8
   > 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

Revision 1.10 / (download) - annotate - [select for diffs], Tue May 2 21:43:34 2006 UTC (6 years ago) by adrianp
Branch: MAIN
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

Update to 0.5.8
> 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

Revision 1.9 / (download) - annotate - [select for diffs], Thu Dec 29 06:21:32 2005 UTC (6 years, 4 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base
Branch point for: pkgsrc-2006Q1
Changes since 1.8: +1 -2 lines
Diff to previous 1.8 (colored)

Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.

Revision 1.8 / (download) - annotate - [select for diffs], Mon Dec 5 20:49:52 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.7: +1 -3 lines
Diff to previous 1.7 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
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

Revision 1.7 / (download) - annotate - [select for diffs], Sat Jul 16 01:19:07 2005 UTC (6 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Get rid of USE_PERL5.  The new way to express needing the Perl executable
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.

Revision 1.6 / (download) - annotate - [select for diffs], Fri May 20 22:12:28 2005 UTC (7 years ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.5: +3 -2 lines
Diff to previous 1.5 (colored)

On second thought, replacing @..@ with ${..} sounds more like a
"configure" step than a "build" step.

Revision 1.5 / (download) - annotate - [select for diffs], Fri May 20 22:08:10 2005 UTC (7 years ago) by jlam
Branch: MAIN
Changes since 1.4: +4 -10 lines
Diff to previous 1.4 (colored)

Replace extravagent use of SUBST_CLASSES with one-liner to build the
cgiirc.conf file.

Revision 1.4 / (download) - annotate - [select for diffs], Mon Apr 11 21:45:03 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
Changes since 1.3: +1 -2 lines
Diff to previous 1.3 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Mar 26 09:26:12 2005 UTC (7 years, 1 month ago) by adrianp
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

- Update from 0.5.5 to 0.5.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)

Revision 1.2 / (download) - annotate - [select for diffs], Wed Jan 19 21:27:39 2005 UTC (7 years, 4 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1
Changes since 1.1: +12 -16 lines
Diff to previous 1.1 (colored)

- Update to 0.5.5
- 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

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Oct 15 18:36:55 2004 UTC (7 years, 7 months ago) by adrianp
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

CGI:IRC is a Perl/CGI program that lets you access IRC from a web browser, it 
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.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Oct 15 18:36:55 2004 UTC (7 years, 7 months ago) by adrianp
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>