Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 2011 07:30:05 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/www/nginx Makefile distinfo ports/www/nginx/files extra-patch-ngx_postgres::config ports/www/nginx-devel Makefile distinfo ports/www/nginx-devel/files extra-patch-ngx_postgres::config extra-patch-ngx_postgres_output.c
Message-ID:  <201112290730.pBT7U55g093597@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
osa         2011-12-29 07:30:05 UTC

  FreeBSD ports repository

  Modified files:
    www/nginx            Makefile distinfo 
    www/nginx/files      extra-patch-ngx_postgres::config 
    www/nginx-devel      Makefile distinfo 
    www/nginx-devel/files extra-patch-ngx_postgres::config 
  Removed files:
    www/nginx-devel/files extra-patch-ngx_postgres_output.c 
  Log:
  Update third-party ngx_postgres module from 0.8 to 0.9.
  Also remove needless patch.
  
  Do not bump PORTREVISION because these modules disabled by default.
  
  <ChangeLog>
  
  * Improve debug logging.
    From Yichun Zhang (agentzh).
  
  * Fix compatibility with poll, select and /dev/poll event models.
    Reported by Yichun Zhang (agentzh).
  
  * Fix compatibility with PostgreSQL 9.x.
    Reported by Yichun Zhang (agentzh).
  
  * Fix compatibility with nginx-1.1.4+.
    From Yichun Zhang (agentzh).
  
  * Enforce writing of proper SQL queries by replacing "row <row>"
    output format with "text" and returning whole result-set with
    values separated by newlines when using "postgres_output"
    directive.
  
  * Enforce writing of proper SQL queries by requiring result-set
    to contain exactly single value when using "binary_value" or
    "value" output formats when using "postgres_output" directive.
  
  * Fix "duplicated last chunk" issue.
    Reported by Silly Sad, diagnosed by Maxim Dounin.
  
  * Improve build-time PostgreSQL client library discovery process
    by using PostgreSQL's pg_config.
    Patch from Silly Sad.
  
  </ChangeLog>
  
  Revision  Changes    Path
  1.417     +2 -3      ports/www/nginx-devel/Makefile
  1.365     +2 -2      ports/www/nginx-devel/distinfo
  1.2       +3 -3      ports/www/nginx-devel/files/extra-patch-ngx_postgres::config
  1.2       +0 -11     ports/www/nginx-devel/files/extra-patch-ngx_postgres_output.c (dead)
  1.294     +1 -1      ports/www/nginx/Makefile
  1.255     +2 -2      ports/www/nginx/distinfo
  1.2       +3 -3      ports/www/nginx/files/extra-patch-ngx_postgres::config



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112290730.pBT7U55g093597>