Package: libnss-pgsql / 1.4.0debian-5

Metadata

Package Version Patches format
libnss-pgsql 1.4.0debian-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_fix_locks.patch | (download)

src/interface.c | 79 47 + 32 - 0 !
1 file changed, 47 insertions(+), 32 deletions(-)

 use pthreads interface.  taken from debian bug #273800.

02_fix_retcode.patch | (download)

src/interface.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix return code.  taken from debian bug: #329467.

03_fix_errno.patch | (download)

src/backend.c | 36 33 + 3 - 0 !
src/interface.c | 18 18 + 0 - 0 !
2 files changed, 51 insertions(+), 3 deletions(-)

 save value of *errnop for return to c library.  prevents other 
function calls from clobbering and preventing try again from 
working.

04_use_array_for_getgrent.patch | (download)

conf/nss-pgsql.conf | 6 3 + 3 - 0 !
src/backend.c | 85 83 + 2 - 0 !
2 files changed, 86 insertions(+), 5 deletions(-)

 use a single lookup for all groups, instead of one to seed the 
list and one for each group found.

05_schema_fixup.patch | (download)

conf/dbschema.sql | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correct primary key declaration

06_shadowconnstring_doc.patch | (download)

doc/nss-pgsql.xml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correct documentation about connection information variable

07_fix_table_names.patch | (download)

conf/dbschema.sql | 4 2 + 2 - 0 !
doc/nss-pgsql.xml | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 correct documentation about foreign key references

08_suppress_inappropriate_warnings.patch | (download)

src/backend.c | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 disable warning "could not connect to database" for users that cannot
 access the shadowconnectionstring configuration by returning earlier
debian changes 1.4.0debian 5 | (download)

INSTALL | 76 40 + 36 - 0 !
Makefile.in | 700 469 + 231 - 0 !
aclocal.m4 | 7472 7472 + 0 - 0 !
autoconf/config.guess | 601 326 + 275 - 0 !
autoconf/config.sub | 145 101 + 44 - 0 !
autoconf/depcomp | 530 530 + 0 - 0 !
autoconf/install-sh | 452 253 + 199 - 0 !
autoconf/ltmain.sh | 1436 974 + 462 - 0 !
autoconf/missing | 210 186 + 24 - 0 !
autoconf/mkinstalldirs | 170 144 + 26 - 0 !
config.h.in | 5 4 + 1 - 0 !
configure | 15882 8379 + 7503 - 0 !
configure.ac | 6 5 + 1 - 0 !
doc/Makefile.in | 341 230 + 111 - 0 !
src/Makefile.am | 4 2 + 2 - 0 !
src/Makefile.in | 582 341 + 241 - 0 !
src/libnss_pgsql.map | 20 20 + 0 - 0 !
stamp-h.in | 1 1 + 0 - 0 !
18 files changed, 19477 insertions(+), 9156 deletions(-)

 upstream changes introduced in version 1.4.0debian-5
 This patch has been created by dpkg-source during the package build.
 Here's the last changelog entry, hopefully it gives details on why
 those changes were made:
 .
 libnss-pgsql (1.4.0debian-5) unstable; urgency=low
 .
   * Add Vcs-Git and Vcs-Browser fields to debian/control
 .
 The person named in the Author field signed this changelog entry.