From 0474c49222bee98896eaa1a2b0190804875d03b1 Mon Sep 17 00:00:00 2001 From: Mikhail Teterin Date: Mon, 21 Jan 2002 20:06:05 +0000 Subject: Update to 0.5.2, which also includes the fix for the security hole I tried to close before. Note, that the hole WAS STILL THERE in 0.5.1 -- up until today :-( Although I added the pqescape.c, I forgot to add the patch, that made use of it... --- security/pam-pgsql/Makefile | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'security/pam-pgsql/Makefile') diff --git a/security/pam-pgsql/Makefile b/security/pam-pgsql/Makefile index 885b70ca0cec..7cfbb34cf0ea 100644 --- a/security/pam-pgsql/Makefile +++ b/security/pam-pgsql/Makefile @@ -6,25 +6,28 @@ # PORTNAME= pam-pgsql -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= security databases MASTER_SITES= ${MASTER_SITE_DEBIAN} -MASTER_SITE_SUBDIR= pool/main/p/pam-pgsql -DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX} +MASTER_SITE_SUBDIR= pool/non-US/main/p/pam-pgsql +DISTFILES= ${PORTNAME}_${PORTVERSION}.orig${EXTRACT_SUFX} +PATCHFILES= pam-pgsql_0.5.2-1.diff.gz +PATCH_SITES= ${MASTER_SITES} MAINTAINER= mi@aldan.algebra.com LIB_DEPENDS= pq:${PORTSDIR}/databases/postgresql7 +PATCH_DIST_STRIP= -p1 # When the family of Debian mirrors is added to bsd.port.mk, # this will suddenly start making sense: -MASTER_SITE_DEBIAN?= http://ftp.debian.org/debian/%SUBDIR%/ +MASTER_SITE_DEBIAN?= http://debian.yorku.ca/debian/non-US/%SUBDIR%/ # This should help the users of MASTER_SORT_REGEX: .for c in at bg br cz de ee es fi fr hu it jp kr nl no nz pl se si tr uk -MASTER_SITES_DEBIAN+= http://ftp.$c.debian.org/debian/%SUBDIR%/ +MASTER_SITES_DEBIAN+= http://ftp.$c.debian.org/debian-non-US/%SUBDIR%/ .endfor -MASTER_SITES_DEBIAN+= http://ftp.au.debian.org/pub/debian/%SUBDIR%/ \ - ftp://ftp.bora.net/pub/linux/debian/%SUBDIR%/ +MASTER_SITES_DEBIAN+= http://ftp.au.debian.org/pub/debian-non-US/%SUBDIR%/ \ + ftp://ftp.bora.net/pub/linux/debian-non-US/%SUBDIR%/ MAKEFILE= ${FILESDIR}/Makefile.bsd MAKE_ARGS+= -j 2 FILESDIR=${FILESDIR} -- cgit v1.2.3