FreeBSD Bugzilla – Attachment 86210 Details for
Bug 122616
databases/py-pyPgSQL - apply bytea escape bug patch in PostgreSQL 8.3.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.49 KB, created by
Choe, Cheng-Dae
on 2008-04-10 07:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Choe, Cheng-Dae
Created:
2008-04-10 07:20:01 UTC
Size:
1.49 KB
patch
obsolete
>diff -ruN py-pyPgSQL.orig/Makefile py-pyPgSQL/Makefile >--- py-pyPgSQL.orig/Makefile 2007-06-21 06:24:22.000000000 +0900 >+++ py-pyPgSQL/Makefile 2008-04-05 16:23:01.000000000 +0900 >@@ -7,7 +7,7 @@ > > PORTNAME= pyPgSQL > PORTVERSION= 2.5.1 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= databases python > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= pypgsql >@@ -27,6 +27,16 @@ > > DATETIME_DEP= ${PYTHON_SITELIBDIR}/mx/DateTime/__init__.py > >+OPTIONS= BYTEA_CONN "Apply Bytea connection patch" On >+ >+# bypass infrastructure bug >+OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options >+ >+.if !defined(WITH_BYTEA_CONN) >+PATCH_SITES= http://sourceforge.net/tracker/download.php?group_id=16528&atid=316528&file_id=273956&aid=1939119/ >+PATCHFILES= pyPgSQL-patch_byteaconn >+.endif >+ > DOCSDIR= ${PREFIX}/share/doc/py-pyPgSQL > EXAMPLESDIR= ${PREFIX}/share/examples/py-pyPgSQL > >diff -ruN py-pyPgSQL.orig/distinfo py-pyPgSQL/distinfo >--- py-pyPgSQL.orig/distinfo 2006-07-08 14:29:20.000000000 +0900 >+++ py-pyPgSQL/distinfo 2008-04-05 16:23:37.000000000 +0900 >@@ -1,3 +1,6 @@ > MD5 (pyPgSQL-2.5.1.tar.gz) = 82670f6f1652aa4766fdaec2cb43debd > SHA256 (pyPgSQL-2.5.1.tar.gz) = 498486f066f11a68f5b02a54ba5a008d01d507038c873bfd901c14d3f5ca18af > SIZE (pyPgSQL-2.5.1.tar.gz) = 152840 >+MD5 (pyPgSQL-patch_byteaconn) = 97744f64d06efcba79aa13f4dee9c076 >+SHA256 (pyPgSQL-patch_byteaconn) = 73a324808aef49382e736245023eb8c468e1ca0803052a2a45162465b0ad28d7 >+SIZE (pyPgSQL-patch_byteaconn) = 4718
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 122616
: 86210