Update postgresql74 to 7.4.7. This is security release only, fixes
recently discovered LOAD vulnerability.
This commit is contained in:
parent
93db458de2
commit
a6b103e307
5 changed files with 11 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.9 2004/12/18 14:26:15 darcy Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2005/02/05 14:31:20 jdolecek Exp $
|
||||
|
||||
PKGNAME= postgresql74-client-${BASE_VERS}
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= # empty
|
||||
SVR4_PKGNAME= pstgc
|
||||
COMMENT= PostgreSQL database client programs
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.15 2004/12/18 15:59:55 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.16 2005/02/05 14:31:20 jdolecek Exp $
|
||||
|
||||
PKGNAME= postgresql74-lib-${BASE_VERS}
|
||||
PKGREVISION= 2
|
||||
PKGREVISION= # empty
|
||||
SVR4_PKGNAME= pstgl
|
||||
COMMENT= PostgreSQL database headers and libraries
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.11 2005/02/02 08:23:14 jdolecek Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2005/02/05 14:31:20 jdolecek Exp $
|
||||
|
||||
PKGNAME= postgresql74-server-${BASE_VERS}
|
||||
PKGREVISION= 4
|
||||
PKGREVISION= # empty
|
||||
SVR4_PKGNAME= pstgs
|
||||
COMMENT= PostgreSQL database server programs
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile.common,v 1.18 2005/01/25 05:21:53 tv Exp $
|
||||
# $NetBSD: Makefile.common,v 1.19 2005/02/05 14:31:20 jdolecek Exp $
|
||||
#
|
||||
# This Makefile fragment is included by all PostgreSQL packages built from
|
||||
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
|
||||
|
@ -36,7 +36,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql74/patches
|
|||
# BASE_VERS pkgsrc-mangled version number (convert pl -> .)
|
||||
#
|
||||
# Note: Do not forget jdbc-postgresql when updating version
|
||||
DIST_VERS?= 7.4.6
|
||||
DIST_VERS?= 7.4.7
|
||||
BASE_VERS?= ${DIST_VERS}
|
||||
|
||||
BUILDLINK_DEPENDS.postgresql74-lib?= postgresql74-lib>=${BASE_VERS}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.14 2004/12/18 16:36:29 jlam Exp $
|
||||
$NetBSD: distinfo,v 1.15 2005/02/05 14:31:20 jdolecek Exp $
|
||||
|
||||
SHA1 (postgresql-7.4.6.tar.bz2) = 54e9126053579285b29a3a30e3055d1784a28b0a
|
||||
Size (postgresql-7.4.6.tar.bz2) = 10200107 bytes
|
||||
SHA1 (postgresql-7.4.7.tar.bz2) = 48fe9187ae1776265756b807254552b4f6bcfcb8
|
||||
Size (postgresql-7.4.7.tar.bz2) = 10235394 bytes
|
||||
SHA1 (patch-aa) = 626b4b4bf0d47913072399535c55d413b90675a4
|
||||
SHA1 (patch-ab) = f44a544c56452bad197a88cb827e88624c54656c
|
||||
SHA1 (patch-ac) = 81ef677cc5d196762b6cc3c3e38dee4a37e75ac2
|
||||
|
|
Loading…
Reference in a new issue