Package: postgresql-9.1 / 9.1.21-0+deb7u1

Metadata

Package Version Patches format
postgresql-9.1 9.1.21-0+deb7u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
02 relax sslkey permscheck.patch | (download)

src/backend/libpq/be-secure.c | 7 5 + 2 - 0 !
1 file changed, 5 insertions(+), 2 deletions(-)

 relax security check on private ssl key file: the file is also considered safe if it has owner and/or group "root", and if it is group-readable (unless the group is something other than root or the database owner group).
03 python includedirs.patch | (download)

config/python.m4 | 5 5 + 0 - 0 !
configure | 5 5 + 0 - 0 !
2 files changed, 10 insertions(+)

 detect both python3.3 includes locations
50 per version dirs.patch | (download)

src/Makefile.global.in | 4 2 + 2 - 0 !
src/bin/pg_config/pg_config.c | 11 3 + 8 - 0 !
2 files changed, 5 insertions(+), 10 deletions(-)

 use version specific installation directories so that several major versions can be installed in parallel.
51 default sockets in var.patch | (download)

src/include/pg_config_manual.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 put server unix sockets into /var/run/postgresql/ by default
52 tutorial README.patch | (download)

src/tutorial/README | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 update tutorial readme for required build dependencies.
53 pg_service.conf_directory_doc.patch | (download)

src/interfaces/libpq/pg_service.conf.sample | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 update pg_service.conf example to tell the debian specific file location.
54 debian alternatives for external tools.patch | (download)

src/bin/psql/print.h | 2 1 + 1 - 0 !
src/bin/psql/settings.h | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 use debian alternatives for external tools instead of hardcoded programs
70 history | (download)

HISTORY | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

---