Path to this page:
./
security/cyrus-saslauthd,
Cyrus SASL plaintext authentication daemon
Branch: pkgsrc-2017Q1,
Version: 2.1.26nb7,
Package name: cyrus-saslauthd-2.1.26nb7,
Maintainer: pkgsrc-userssaslauthd is a daemon process that handles plaintext authentication
requests on behalf of the Cyrus SASL library.
DEINSTALL [+/-]#!/bin/sh
#
# $NetBSD: DEINSTALL,v 1.1.1.1 2004/01/09 19:44:10 jlam Exp $
SASLSOCKETDIR=@SASLSOCKETDIR@
case ${STAGE} in
POST-DEINSTALL)
${RM} -rf ${SASLSOCKETDIR}
;;
esac
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: d6669fb91434192529bd13ee95737a8a5040241c
RMD160: 861a06d663cf3da37a198d0f971d99b249b5f4b8
Filesize: 5097.882 KB
Version history: (Expand)
- (2017-05-01) Updated to version: cyrus-saslauthd-2.1.26nb7
- (2017-04-04) Package added to pkgsrc.se, version cyrus-saslauthd-2.1.26nb6 (created)
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.
|