1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/security/calife/Makefile
Ollivier Robert 9e154d0c21 Fix a potential security problem on Linux/glibc whose getpass(3) apparently
fails with very long passwords leading to a segfault. It may be exploitable.

FreeBSD is *not* vulnerable.

No thanks to: the jerk who posted on bugtraq w/o mailing me beforehand.
2004-02-27 17:23:50 +00:00

23 lines
451 B
Makefile

# New ports collection makefile for: calife
# Date created: 13 Jun 2000
# Whom: Thomas Quinot <thomas@cuivre.fr.eu.org>
#
# $FreeBSD$
#
PORTNAME= calife
PORTVERSION= 2.8.6
CATEGORIES= security
MASTER_SITES= ftp://postfix.eu.org/pub/calife/
MAINTAINER= thomas@FreeBSD.org
COMMENT= A lightweight alternative to sudo
GNU_CONFIGURE= yes
CONFIGURE_ARGS= "--with-etcdir=${PREFIX}/etc"
MAN1= calife.1
MAN5= calife.auth.5
.include <bsd.port.mk>