cvs commit: ports/security/cyrus-sasl Makefile pkg-deinstall pkg-install pkg-message pkg-plist ports/security/cyrus-sasl/files patch-ab patch-plugins::kerberos4.c pwcheck.sh saslauthd.sh ports/security/cyrus-sasl/scripts configure.sasl

Tilman Linneweh arved at FreeBSD.org
Fri May 9 05:41:23 PDT 2003


arved       2003/05/09 05:41:21 PDT

  FreeBSD ports repository

  Modified files:
    security/cyrus-sasl  Makefile pkg-deinstall pkg-install 
                         pkg-message pkg-plist 
    security/cyrus-sasl/files patch-ab pwcheck.sh saslauthd.sh 
    security/cyrus-sasl/scripts configure.sasl 
  Added files:
    security/cyrus-sasl/files patch-plugins::kerberos4.c 
  Log:
  * Fix some problems with building the Kerberos IV and 5 mechs.
  
  * Made the port to optionally not build the mechs, define
  WITHOUT_[ANONYMOUS,CRAM,DIGEST,LOGIN,OTP,GSSAPI,PLAIN].
  
  * The Kerberos IV case is special, as we can use the base kerberos 4x
  (<=5.0-RELEASE), or use the security/krb4 port.
      WITH_KERBEROS4 - use security/krb4 port
          if <=5.0-RELEASE, use krb4 port only if /usr/lib/libkrb.a
          doesn't exist
      WITHOUT_KERBEROS4 - disables using the base systems /usr/lib/libkrb.a
          (<=5.0), if it exists and MAKE_KERBEROS4 defined in /etc/make.conf
  
  * Changed the combined rcNG/rcOG scripts, so that the defaults are at the top
  of the rc.d script and not in an external file to the script.
  
  PR:             51505
  Submitted by:   maintainer
  
  Revision  Changes    Path
  1.50      +82 -22    ports/security/cyrus-sasl/Makefile
  1.16      +40 -2     ports/security/cyrus-sasl/files/patch-ab
  1.1       +48 -0     ports/security/cyrus-sasl/files/patch-plugins::kerberos4.c (new)
  1.8       +12 -39    ports/security/cyrus-sasl/files/pwcheck.sh
  1.3       +9 -39     ports/security/cyrus-sasl/files/saslauthd.sh
  1.8       +8 -22     ports/security/cyrus-sasl/pkg-deinstall
  1.12      +7 -22     ports/security/cyrus-sasl/pkg-install
  1.6       +6 -4      ports/security/cyrus-sasl/pkg-message
  1.19      +15 -15    ports/security/cyrus-sasl/pkg-plist
  1.18      +6 -12     ports/security/cyrus-sasl/scripts/configure.sasl


More information about the cvs-ports mailing list