The NetBSD Project

CVS log for pkgsrc/security/cy2-login/PLIST

[BACK] Up to [cvs.netbsd.org] / pkgsrc / security / cy2-login

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.8 / (download) - annotate - [select for diffs], Wed Sep 22 08:09:51 2004 UTC (7 years, 8 months ago) by jlam
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, pkgsrc-2010Q4-base, pkgsrc-2010Q4, 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, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, 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, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, cwrapper, cube-native-xorg-base, cube-native-xorg, HEAD
Changes since 1.7: +1 -4 lines
Diff to previous 1.7 (colored)

Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".

Revision 1.7 / (download) - annotate - [select for diffs], Sun Aug 8 04:04:53 2004 UTC (7 years, 9 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Update shared library version.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Mar 29 05:47:31 2004 UTC (8 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

Update security/cyrus-sasl2 to 2.1.18.  Changes from version 2.1.17
include:

* Better error-handling.
* Support for Courier-IMAP authdaemond for plaintext password verification.
* Fixed resource leaks and buffer overruns.

pkgsrc changes include:

* SASL_DBTYPE is either "ndbm" or "berkeley" and sets the db format of the
  sasldb authentication database, defaulting to ndbm.
* SASLSOCKETDIR is the location of the saslauthd socket directory.
* AUTHDAEMONVAR is the localt of the authdaemond socket directory.
* SASL_ENTROPY_SOURCE is a file of random bytes used as a PRNG.

This closes PR 24649 and PR 24694.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Feb 14 14:43:51 2004 UTC (8 years, 3 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored)

Add a note to cyrus-sasl2/Makefile.common about which package Makefiles
include it.  This is a reminder to anyone who updates cyrus-sasl2 to also
touch the other packages.

Update the cy2-*/PLIST files to have the correct module version numbers.

Revision 1.4 / (download) - annotate - [select for diffs], Sat Sep 13 19:08:53 2003 UTC (8 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.3: +1 -2 lines
Diff to previous 1.3 (colored)

* Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE.
* Use ${SHLIBTOOL} to build the shared plugins so we don't get the useless
  lib<plugin>.a file.

Revision 1.3 / (download) - annotate - [select for diffs], Tue Aug 19 15:52:03 2003 UTC (8 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

Update to correct version number on library

Revision 1.2 / (download) - annotate - [select for diffs], Fri Jun 6 15:14:04 2003 UTC (8 years, 11 months ago) by jmc
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Sync up library versions

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Mar 19 22:28:23 2003 UTC (9 years, 2 months ago) by jlam
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of security/cy2-login.

This is the Cyrus SASL plugin that implements the LOGIN authentication
mechanism.  It's recommended that it only be used if absolutely necessary
since it is not a secure authentication scheme.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Mar 19 22:28:23 2003 UTC (9 years, 2 months ago) by jlam
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>