aboutsummaryrefslogtreecommitdiff
path: root/security/pam-pgsql/Makefile
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2002-01-21 20:06:05 +0000
committerMikhail Teterin <mi@FreeBSD.org>2002-01-21 20:06:05 +0000
commit0474c49222bee98896eaa1a2b0190804875d03b1 (patch)
treef533b79eb079cd1b0ba7dc2b34e1aad2271db7b7 /security/pam-pgsql/Makefile
parent344c076cdec1cf6c189253c821213b9c411d3418 (diff)
downloadports-0474c49222bee98896eaa1a2b0190804875d03b1.tar.gz
ports-0474c49222bee98896eaa1a2b0190804875d03b1.zip
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...
Notes
Notes: svn path=/head/; revision=53487
Diffstat (limited to 'security/pam-pgsql/Makefile')
-rw-r--r--security/pam-pgsql/Makefile17
1 files changed, 10 insertions, 7 deletions
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}