./security/cy2-login, Cyrus SASL LOGIN authentication plugin

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2017Q1, Version: 2.1.26nb1, Package name: cy2-login-2.1.26nb1, Maintainer: pkgsrc-users

SASL is a method for adding authentication support to connection-based
protocols. To use SASL, a protocol includes a command for identifying and
authenticating a user to a server and for optionally negotiating protection
of subsequent protocol interactions. If its use is negotiated, a security
layer is inserted between the protocol and the connection.

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.


Required to run:
[security/cyrus-sasl]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: d6669fb91434192529bd13ee95737a8a5040241c
RMD160: 861a06d663cf3da37a198d0f971d99b249b5f4b8
Filesize: 5097.882 KB

Version history: (Expand)


CVS history: (Expand)


   2017-05-01 11:36:49 by Benny Siegert | Files touched by this commit (14)
Log message:
Pullup ticket #5381 - requested by sevan
security/cyrus-sasl: build fix

Revisions pulled up:
- security/cy2-anonymous/Makefile                               1.10
- security/cy2-crammd5/Makefile                                 1.10
- security/cy2-digestmd5/Makefile                               1.20
- security/cy2-gssapi/Makefile                                  1.26
- security/cy2-ldapdb/Makefile                                  1.12
- security/cy2-login/Makefile                                   1.17
- security/cy2-ntlm/Makefile                                    1.28
- security/cy2-otp/Makefile                                     1.21
- security/cy2-plain/Makefile                                   1.10
- security/cy2-scram/Makefile                                   1.8
- security/cy2-sql/Makefile                                     1.34
- security/cyrus-sasl/Makefile                                  1.72
- security/cyrus-sasl/Makefile.common                           1.26
- security/cyrus-saslauthd/Makefile                             1.52

---
   Module Name:    pkgsrc
   Committed By:   jperkin
   Date:           Thu Apr 27 13:56:47 UTC 2017

   Modified Files:
           pkgsrc/security/cy2-anonymous: Makefile
           pkgsrc/security/cy2-crammd5: Makefile
           pkgsrc/security/cy2-digestmd5: Makefile
           pkgsrc/security/cy2-gssapi: Makefile
           pkgsrc/security/cy2-ldapdb: Makefile
           pkgsrc/security/cy2-login: Makefile
           pkgsrc/security/cy2-ntlm: Makefile
           pkgsrc/security/cy2-otp: Makefile
           pkgsrc/security/cy2-plain: Makefile
           pkgsrc/security/cy2-scram: Makefile
           pkgsrc/security/cy2-sql: Makefile
           pkgsrc/security/cyrus-sasl: Makefile Makefile.common
           pkgsrc/security/cyrus-saslauthd: Makefile

   Log message:
   Fix to use PKG_SYSCONFDIR.  Bump PKGREVISION for all packages using the
   shared Makefile.common.