1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
Edwin Groothuis
4fe8f1b22b Maitainer update: Fix security/pam-pgsql on -current
Noticed on: bento

PR:		ports/45652
Submitted by:	Mathieu Arnold <m@absolight.fr>
2002-11-24 09:21:46 +00:00
Ying-Chieh Liao
cb1f32d722 1. Fixed coredump on -STABLE
2. pass maintainership to Mathieu Arnold <m@absolight.fr>

PR:		41637
Submitted by:	old maintainer
2002-09-18 14:33:23 +00:00
Ruslan Ermilov
7462a3827f Catch up to the new bsd.lib.mk API (these libs are not internal). 2002-07-21 17:02:04 +00:00
Mikhail Teterin
7fd1fa1461 Search in the ${LOCABASE}/include too, not just include/pgsql.
Submitted by:	Anders Nordby
2002-03-23 22:41:04 +00:00
Mikhail Teterin
ef458af235 Fix the patch (a header and an empty line) and remove last mentions
of the shortlived pqescape.c.
2002-02-05 02:10:07 +00:00
Mikhail Teterin
0474c49222 Update to 0.5.2, which also includes the fix for the security hole I
tried to close before. Note, that the hole WAS STILL THERE in 0.5.1 --
up until  today :-( Although I  added the pqescape.c, I  forgot to add
the patch, that made use of it...
2002-01-21 20:06:05 +00:00
Mikhail Teterin
6c09982b17 Close the security hole by making it escape all of the untrusted input
before passing it to the SQL  server. The code in the added pqescape.c
is going to be in the next PostgreSQL release, but it is not there yet
and this port will use its own private copy for now.

No REVISION  bump since  the port  was forbidden  ever since  the last
upgrade. Submitter reviewed  my tweaks of his patch  and approved them
authorizing (as one of the SOs) the removal of the FORBIDDEN flag.

Submitted by:	nectar
Reviewed by:	nectar
Approved by:	nectar
Obtained from:	http://CERT.uni-stuttgart.de/doc/postgresql/escape/
2002-01-09 20:49:02 +00:00
Mikhail Teterin
396ebf2f43 Remove the dependency on security/mhash by calling MD5Data directly.
No REVISION bump, as the port remained FORBIDDEN ever since the last
upgrade.

While here, clarify the FORBIDDEN message a little.
2002-01-09 19:55:47 +00:00
Mikhail Teterin
d9eb6b3687 Upgrade to 0.5.1. It now uses mhash, BTW.
Submitted by:	fenner's script (thanks!)
2002-01-08 19:17:27 +00:00
Vanilla I. Shu
7b48829512 Fix include directory for postgresql7.1's new layout. 2001-04-21 11:43:12 +00:00
Mikhail Teterin
196ab31ef4 Fix the hardcoded prefix path to the ${LOCALBASE}.
Submitted by:	vanilla
2001-03-18 16:23:53 +00:00
Mikhail Teterin
6b65c45f49 Add pam-pgsql 0.3, a pam module for authenticating with PostgreSQL.
PR:		22876
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2001-02-26 23:09:21 +00:00