aboutsummaryrefslogtreecommitdiff
path: root/security/pam-pgsql
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-1/+6
| | | | Notes: svn path=/head/; revision=508909
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/Sunpoet Po-Chuan Hsieh2017-01-201-1/+1
| | | | Notes: svn path=/head/; revision=431996
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Update to 0.7.3.2Wen Heping2015-11-252-4/+5
| | | | | | | | | PR: 203975 Submitted by: ports@toco-domains.de Approved by: maintainer(timeout, >30 days) Notes: svn path=/head/; revision=402384
* - Drop @dirrm* from plistDmitry Marakasov2015-08-101-1/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=393919
* security/libgcrypt: 1.6.1 -> 1.6.2, bump dependsKurt Jaeger2015-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: - src/sexp.c (do_vsexp_sscan): Return error for invalid args. - cipher/md.c (_gcry_md_info): Fix a segv in case of calling with wrong parameters. - cipher/primegen.c (_gcry_generate_elg_prime): Change to return an error code, possible NULL deref in call to prime generator. - cipher/dsa.c (generate): Take care of new return code. - cipher/elgamal.c (generate): Change to return an error code. Take care of _gcry_generate_elg_prime return code. - ecc: Support the non-standard 0x40 compression flag for EdDSA. - mpi: Extend the internal mpi_get_buffer. - mpi: Fix regression for powerpc-apple-darwin detection. - Fix bug inhibiting the use of the sentinel attribute in src/gcrypt.h.in - Fix building for the x32 target without asm modules in mpi/generic/mpi-asm-defs.h: Use a fixed value for the x32 ABI. - Fix ARM assembly when building __PIC__ - mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit. * mpi/mpi-bit.c (_gcry_mpi_set_bit, _gcry_mpi_set_highbit): Clear allocated but not used bits before resizing. * tests/t-mpi-bits.c (set_bit_with_resize): New. - Use internal malloc function in fips.c. * src/fips.c (check_binary_integrity): s/gcry_malloc/xtrymalloc/. - pubkey: Re-map all deprecated RSA algo numbers. - cipher: Fix possible NULL dereference in cipher/md.c for being NULL. - Fix ARMv6 detection when CFLAGS modify target CPU architecture. PR: 193264 Approved by: cpm@fbsd.es (maintainer) Notes: svn path=/head/; revision=376062
* Finally retire USE_PGSQLChris Rees2014-11-221-2/+1
| | | | Notes: svn path=/head/; revision=373100
* security/libgcrypt: 1.5.3_3 -> 1.6.1Kurt Jaeger2014-07-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Update to 1.6.1 - Remove some unneeded patches - Fix pkg-plist - report configure bug upstream https://bugs.g10code.com/gnupg/issue1668 - report API breakage downstream and find that MacPorts had the same issue https://rt.cpan.org/Ticket/Display.html?id=97201 - bump PORTREVISION for dependent ports (approx. 100 ports) - Thanks to exp-run by antoine@ to find ports that break - patch ports that would otherwise break security/shishi with PR 192164 is already committed [1] devel/ccrtp [2] editors/abiword [3] security/p5-Crypt-GCrypt PR: 191256, 192162 [1], 192163 [2], 192166 [3] Submitted by: Carlos Jacobo Puga Medina <cjpugmed@gmail.com> Approved by: maintainer timeout, antoine (exp-run), portmgr (implicit) Notes: svn path=/head/; revision=363436
* The old pkg_install is buggy with @cwd. Just install the module underTijl Coosemans2014-07-062-5/+2
| | | | | | | PREFIX like all other PAM ports. Notes: svn path=/head/; revision=360871
* - New LIB_DEPENDS syntaxTijl Coosemans2014-07-053-8/+7
| | | | | | | | - Add USES=libtool - Apply substitutions to pkg-message Notes: svn path=/head/; revision=360819
* Stage supportMartin Wilke2014-03-091-6/+2
| | | | Notes: svn path=/head/; revision=347630
* Remove trailing whitespaces from category securityEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345433
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* - Do not mute install commandWilliam Grzybowski2013-05-211-2/+3
| | | | | | | | | | - Use LICENSE knob and do not install COPYRIGHT Submitted by: danfe (via email) Approved by: culot (mentor) Notes: svn path=/head/; revision=318682
* - Update to 0.7.3.1William Grzybowski2013-05-206-66/+21
| | | | | | | | | | | | | | | - Pass maintainership to submitter - Remove leading article from COMMENT Changes: http://sourceforge.net/p/pam-pgsql/code/ci/46a971d5/tree/CHANGELOG PR: ports/178334 Submitted by: Berend de Boer <berend@pobox.com> Approved by: culot (mentor) Notes: svn path=/head/; revision=318589
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and noMark Linimon2009-08-281-1/+1
| | | | | | | | | response to email. Hat: portmgr Notes: svn path=/head/; revision=240460
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with P,R,S Notes: svn path=/head/; revision=240075
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* Change the following ports to my FreeBSD.org email.Chin-San Huang2006-10-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Approved by: delphij (mentor) archivers/pecl-bz2/Makefile archivers/pecl-lzf/Makefile archivers/pecl-rar/Makefile audio/fapg/Makefile audio/pecl-id3/Makefile chinese/CJKUnifonts/Makefile chinese/auto-tw-l10n/Makefile chinese/dfsongsd/Makefile chinese/fortunetw/Makefile chinese/gcin/Makefile chinese/joe/Makefile chinese/joe2/Makefile chinese/pcmanx/Makefile chinese/phpbb-tw/Makefile chinese/tatter-tools/Makefile chinese/ve/Makefile chinese/zhcon/Makefile devel/pear-Console_Getopt/Makefile devel/pear-Console_Table/Makefile devel/pear-PEAR_Info/Makefile devel/pecl-expect/Makefile games/p5-Baseball-Sabermetrics/Makefile graphics/epdfview/Makefile graphics/p5-Chart-Clicker/Makefile graphics/p5-GD-Thumbnail/Makefile graphics/p5-Visio/Makefile mail/pecl-esmtp/Makefile math/pecl-stats/Makefile misc/pear-Services_Weather/Makefile net/ldapdiff/Makefile net/p5-RRD-Simple/Makefile net/pear-Net_CDDB/Makefile net/pear-Net_SMS/Makefile net/pecl-cvsclient/Makefile security/gwee/Makefile security/p5-GSSAPI/Makefile security/pam-pgsql/Makefile security/pecl-ssh2/Makefile security/pecl-tcpwrap/Makefile sysutils/p5-BSD-Sysctl/Makefile sysutils/p5-File-Next/Makefile textproc/csvdiff/Makefile textproc/p5-CSS/Makefile textproc/p5-Pod-XML/Makefile textproc/p5-SGML-DTDParse/Makefile textproc/p5-Text-Emoticon-GoogleTalk/Makefile textproc/p5-XML-Handler-Dtd2DocBook/Makefile textproc/p5-XML-Handler-Dtd2Html/Makefile textproc/p5-XML-SAXDriver-CSV/Makefile textproc/p5-XML-SAXDriver-Excel/Makefile textproc/p5-ack/Makefile textproc/pear-XML_DTD/Makefile textproc/pecl-stem/Makefile textproc/scim-input-pad/Makefile textproc/sdcv/Makefile www/b2evolution/Makefile www/dokuwiki/Makefile www/dokuwiki-devel/Makefile www/lilurl/Makefile www/p5-HTML-TableParser/Makefile www/p5-HTML-WikiConverter/Makefile www/p5-HTML-WikiConverter-DokuWiki/Makefile www/p5-HTML-WikiConverter-Kwiki/Makefile www/p5-HTML-WikiConverter-Markdown/Makefile www/p5-HTML-WikiConverter-MediaWiki/Makefile www/p5-HTML-WikiConverter-MoinMoin/Makefile www/p5-HTML-WikiConverter-Oddmuse/Makefile www/p5-HTML-WikiConverter-PbWiki/Makefile www/p5-HTML-WikiConverter-PhpWiki/Makefile www/p5-HTML-WikiConverter-PmWiki/Makefile www/p5-HTML-WikiConverter-SnipSnap/Makefile www/p5-HTML-WikiConverter-Socialtext/Makefile www/p5-HTML-WikiConverter-TikiWiki/Makefile www/p5-HTML-WikiConverter-UseMod/Makefile www/p5-HTML-WikiConverter-WakkaWiki/Makefile www/p5-HTML-WikiConverter-WikkaWiki/Makefile www/p5-WWW-Baseball-NPB/Makefile www/p5-WWW-Comic/Makefile www/p5-WWW-VenusEnvy/Makefile www/pear-Services_Delicious/Makefile www/pear-UDDI/Makefile www/xpi-cssviewer/Makefile www/xpi-gmail-manager/Makefile www/xpi-google-notebook/Makefile www/xpi-mrtech-local-install/Makefile www/xpi-no-referrer/Makefile www/xpi-server_switcher/Makefile www/xpi-unplug/Makefile www/xpi-videodownloader/Makefile www/xpi-web_developer/Makefile x11/xdialog/Makefile x11-fm/pcmanfm/Makefile Notes: svn path=/head/; revision=174382
* - Update to 0.6.3Rong-En Fan2006-09-202-4/+4
| | | | | | | | PR: ports/103407 Submitted by: chinsan <chinsan.tw at gmail.com> (maintainer) Notes: svn path=/head/; revision=173471
* - Update to 0.6.2Rong-En Fan2006-09-054-14/+15
| | | | | | | | | | | - Pass maintainership to submitter - Reformat pkg-message, pkg-descr PR: ports/102881 Submitted by: chinsan <chinsan.tw at gmail.com> Notes: svn path=/head/; revision=172350
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149451
* - Update to 0.6.1.Sergey Matveychuk2005-08-188-514/+55
| | | | | | | | | - Unbreak. Approved by: portmgr (krion) Notes: svn path=/head/; revision=140920
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-4/+2
| | | | | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors) Notes: svn path=/head/; revision=127737
* drop maintainership, I don't use it any more and don't have time to fix itMathieu Arnold2004-07-131-1/+1
| | | | Notes: svn path=/head/; revision=113550
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Add SIZE fieldMathieu Arnold2004-01-291-0/+2
| | | | Notes: svn path=/head/; revision=99406
* Update MASTER_SITE and WWWMathieu Arnold2004-01-132-7/+6
| | | | Notes: svn path=/head/; revision=98072
* BROKEN on 5.x: does not compileKris Kennaway2003-10-161-1/+7
| | | | Notes: svn path=/head/; revision=91384
* Update my ports to use my @FreeBSD.org addressMathieu Arnold2003-08-161-1/+1
| | | | | | | Approved by: demon (mentor) Notes: svn path=/head/; revision=87033
* Update MASTER_SITESTilman Keskinoz2003-07-221-3/+3
| | | | | | | | PR: 54721 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=85351
* update maintainer's email addressYen-Ming Lee2003-04-161-1/+1
| | | | | | | | PR: 51035 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=79097
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Use MASTER_SITE_DEBIAN.Christian Weisgerber2003-02-131-10/+2
| | | | Notes: svn path=/head/; revision=75462
* Bump libpq version[1] and PORTREVISION. Add POSTGRESQL_PORT tunable.Sean Chittenden2003-01-181-2/+4
| | | | | | | | | | This should be the last of the PostgreSQL updates and everything should support the POSTGRESQL_PORT tunable. Submitted by: kris/bento[1] Notes: svn path=/head/; revision=73443
* Maitainer update: Fix security/pam-pgsql on -currentEdwin Groothuis2002-11-242-5/+18
| | | | | | | | | | Noticed on: bento PR: ports/45652 Submitted by: Mathieu Arnold <m@absolight.fr> Notes: svn path=/head/; revision=70977
* 1. Fixed coredump on -STABLEYing-Chieh Liao2002-09-184-4/+365
| | | | | | | | | | 2. pass maintainership to Mathieu Arnold <m@absolight.fr> PR: 41637 Submitted by: old maintainer Notes: svn path=/head/; revision=66610
* Catch up to the new bsd.lib.mk API (these libs are not internal).Ruslan Ermilov2002-07-211-5/+1
| | | | Notes: svn path=/head/; revision=63316
* Upgrade to 0.5.2-5 and transfer maintainership to Andrey Pevnev.Mikhail Teterin2002-05-123-5/+7
| | | | | | | | | Add another WWW to the pkg-descr. Woken up by: Andrey Pevnev Notes: svn path=/head/; revision=58966
* Search in the ${LOCABASE}/include too, not just include/pgsql.Mikhail Teterin2002-03-231-1/+1
| | | | | | | Submitted by: Anders Nordby Notes: svn path=/head/; revision=56498
* Fix the patch (a header and an empty line) and remove last mentionsMikhail Teterin2002-02-052-5/+4
| | | | | | | of the shortlived pqescape.c. Notes: svn path=/head/; revision=54220
* Fix bugs in my MASTER_SITES mechanismo (too bad, the MASTER_SITE_DEBIANMikhail Teterin2002-02-052-6/+7
| | | | | | | | idea is not catching up), and upgrade the port to port-revision 2, which uses the newer patch from the authors 0.5.2-2. Notes: svn path=/head/; revision=54219
* Update to 0.5.2, which also includes the fix for the security hole IMikhail Teterin2002-01-214-75/+13
| | | | | | | | | 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... Notes: svn path=/head/; revision=53487
* Close the security hole by making it escape all of the untrusted inputMikhail Teterin2002-01-093-4/+71
| | | | | | | | | | | | | | | | | | 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/ Notes: svn path=/head/; revision=52829
* Remove the dependency on security/mhash by calling MD5Data directly.Mikhail Teterin2002-01-093-5/+101
| | | | | | | | | | No REVISION bump, as the port remained FORBIDDEN ever since the last upgrade. While here, clarify the FORBIDDEN message a little. Notes: svn path=/head/; revision=52828