ports/63698: [PATCH] databases/postgresql73: update to 7.3.6

Palle Girgensohn girgen at pingpong.net
Wed Mar 3 17:10:20 UTC 2004


>Number:         63698
>Category:       ports
>Synopsis:       [PATCH] databases/postgresql73: update to 7.3.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 03 09:10:18 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Palle Girgensohn
>Release:        FreeBSD 4.9-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD banan.pingpong.net 4.9-RELEASE-p3 FreeBSD 4.9-RELEASE-p3 #3: Tue Mar  2 23:36:04 CET
>Description:
- Update to 7.3.6

     * Revert erroneous changes in rule permissions checking
     * Repair incorrect order of operations in GetNewTransactionId()
     * Ensure configure selects -fno-strict-aliasing even when an
       external value for CFLAGS is supplied
     * Make pg_restore handle 64-bit off_t correctly
     * Make contrib/dblink not assume that local and remote type OIDs
       match (Joe)
     * Quote connectby()'s start_with argument properly (Joe)
     * Don't crash when a rowtype argument to a plpgsql function is NULL
     * Avoid generating invalid character encoding sequences in corner
       cases when planning LIKE operations
     * Ensure text_position() cannot scan past end of source string in
       multibyte cases (Korea PostgreSQL Users' Group)
     * Fix index optimization and selectivity estimates for LIKE
       operations on bytea columns (Joe)

This version, as with most minor versions, does not require a dump/reload
to put into place.

---

Please note that there was initially a flaw in the distribution. Hence,
the distinfo here is correct, and if you get checksum errors, please
update your -base distfile from an updated mirror.

/Palle

Generated with FreeBSD Port Tools 0.50
>How-To-Repeat:
>Fix:

--- postgresql-7.3.6.patch begins here ---
Index: Makefile
===================================================================
RCS file: /misc/ncvs/ports/databases/postgresql73/Makefile,v
retrieving revision 1.123
diff -u -u -r1.123 Makefile
--- Makefile	5 Feb 2004 12:59:14 -0000	1.123
+++ Makefile	3 Mar 2004 16:57:12 -0000
@@ -6,8 +6,8 @@
 #
 
 PORTNAME?=	postgresql
-PORTVERSION?=	7.3.5
-PORTREVISION?=	1
+PORTVERSION?=	7.3.6
+PORTREVISION?=	0
 CATEGORIES?=	databases
 MASTER_SITES=	${MASTER_SITE_PGSQL}
 MASTER_SITE_SUBDIR=	source/v${PORTVERSION}
@@ -96,7 +96,7 @@
 .if defined(WITH_KRB5)
 CONFIGURE_ARGS+=	--with-krb5="`${KRB5CONF} --prefix krb5`"
 LDFLAGS+=	`${KRB5CONF} --libs krb5`
-CONFIGURE_ENV=  LDFLAGS="${LDFLAGS}"
+CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"
 .endif
 
 .if defined(WITH_TESTS)
Index: distinfo
===================================================================
RCS file: /misc/ncvs/ports/databases/postgresql73/distinfo,v
retrieving revision 1.31
diff -u -u -r1.31 distinfo
--- distinfo	11 Jan 2004 10:32:54 -0000	1.31
+++ distinfo	3 Mar 2004 16:19:32 -0000
@@ -1,4 +1,8 @@
-MD5 (postgresql/postgresql-base-7.3.5.tar.bz2) = 071efb8cee72a62b4f0da478df39f08d
-MD5 (postgresql/postgresql-docs-7.3.5.tar.bz2) = 7354a7c9cc5f1203586131e454df270e
-MD5 (postgresql/postgresql-opt-7.3.5.tar.bz2) = d106ee6a4b0fb1d63eb51525ee8faed6
-MD5 (postgresql/postgresql-test-7.3.5.tar.bz2) = eaf4977a5e81e6bf8abe66762ef9aab5
+MD5 (postgresql/postgresql-base-7.3.6.tar.bz2) = 7b7abf9072b7e2c2df4c41797ecbeb6c
+SIZE (postgresql/postgresql-base-7.3.6.tar.bz2) = 5719626
+MD5 (postgresql/postgresql-opt-7.3.6.tar.bz2) = 1c0b7f1eee317f402320e7570812d2d9
+SIZE (postgresql/postgresql-opt-7.3.6.tar.bz2) = 340675
+MD5 (postgresql/postgresql-test-7.3.6.tar.bz2) = 66ba78d718b75ce12d8d25f1a513bb1d
+SIZE (postgresql/postgresql-test-7.3.6.tar.bz2) = 908355
+MD5 (postgresql/postgresql-docs-7.3.6.tar.bz2) = 8c6d11971d2e004f6932b271c88d1613
+SIZE (postgresql/postgresql-docs-7.3.6.tar.bz2) = 2339588
--- postgresql-7.3.6.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list