aboutsummaryrefslogtreecommitdiff
path: root/security/pam-mysql
Commit message (Collapse)AuthorAgeFilesLines
* *: fix tab vs. space issues, and comments according to the guide.Jimmy Olgeni2021-10-161-6/+6
|
* security/pam-mysql: Update to 0.8.2Jesper Schmitz Mouridsen2021-06-075-34/+22
| | | | | | | | | | | | | Old upstream is unmaintained and taken over by github.com/NigelCunningham/pam-MySQL This version supports newer versions of MySQL and MariaDB, that do not define make_scrambled_password(). Since pam now looks in LOCALBASE for modules change pkg-message accordingly PR: 254731 Reviewed_by: koobs (ports) Differential_Revision: 30646
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Move remaining USE_MYSQL, WANT_MYSQL_VER to USES=mysqlTobias Kortkamp2019-11-151-2/+1
| | | | Notes: svn path=/head/; revision=517643
* Convert to UCL & cleanup pkg-message (categories s)Mathieu Arnold2019-08-141-4/+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
* security/pam-mysql: fix build on GCC architecturesPiotr Kubaj2019-07-181-1/+1
| | | | | | | | | | This port requires -latomic since upgrade to MySQL 5.7: /usr/bin/ld: cannot find -latomic Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=506865
* Add DOCS options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479406
* For ports in `security' category: remove redundant PKGMESSAGE assignment,Alexey Dokuchaev2018-05-051-1/+0
| | | | | | | | which is set appropriately by the b.p.m when `pkg-message' appears on the SUB_FILES list. Notes: svn path=/head/; revision=469113
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-10-311-1/+1
| | | | Notes: svn path=/head/; revision=453238
* - Add LICENSEDmitry Marakasov2016-12-303-16/+20
| | | | | | | | | - Pet portlint - Switch to options helpers - Regenerate patches Notes: svn path=/head/; revision=429962
* - Strip libraryDmitry Marakasov2015-06-011-7/+6
| | | | Notes: svn path=/head/; revision=388218
* security/pam-mysql: add OpenSSL port option for building non crypt() MD5 supportBartek Rutkowski2015-04-051-0/+5
| | | | | | | | PR: 196927 Submitted by: Klaus Mayr <klaus@mayr-software.net> Notes: svn path=/head/; revision=383291
* Drop maintainership of all remaining ports where I am listed.Anders Nordby2014-10-291-1/+1
| | | | | | | No time for this unfortunately. Notes: svn path=/head/; revision=371714
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* Support stageBaptiste Daroussin2014-02-061-15/+8
| | | | | | | | | | Do not build the useless static version Use USES=libtool Remove the unneeded dependencies on autotools General cleanup Notes: svn path=/head/; revision=343095
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Bump PORTREVISION for ports linking to default libmysqlclient.Alex Dupre2011-03-191-1/+1
| | | | Notes: svn path=/head/; revision=271309
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-1/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - 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
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | -Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr Notes: svn path=/head/; revision=238781
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Correct build, libtool is a dependency.Anders Nordby2007-10-151-2/+2
| | | | | | | | PR: ports/116982 Submitted by: Cory R. King <coryking@mozimedia.com> Notes: svn path=/head/; revision=201523
* [update] security/pam-mysql to 7.0RC1Edwin Groothuis2007-09-304-8/+26
| | | | | | | | | | | | | | Includes fix for correct use of -lmd to find MD5 functions (see: http://sourceforge.net/tracker/index.php?func=detail&aid=1485390&group_id=5741&atid=105741) Note: Used autoconf 2.61 to prevent problems with the upcoming sweep PR: ports/113882 Submitted by: Angelo Turetta <aturetta@bestunion.it> Approved by: maintainer timeout Notes: svn path=/head/; revision=200425
* Install DOCSDIR with correct permissions.Anders Nordby2007-02-111-1/+1
| | | | | | | Submitted by: stas Notes: svn path=/head/; revision=184919
* Remove USE_REINPLACE from all categories starting with SEdwin Groothuis2006-05-131-1/+0
| | | | Notes: svn path=/head/; revision=162215
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Update to 0.6.2Marcus Alves Grando2005-10-103-12/+21
| | | | | | | | PR: 86576 Approved by: anders (maintainer timeout, 14 days) Notes: svn path=/head/; revision=144839
* Update to 0.6.0Marcus Alves Grando2005-09-166-140/+15
| | | | | | | | | | | Submitted to ports@ for test. Without reply. PR: ports/83748 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Approved by: pav (mentor), anders (maintainer timeout, 58 days) Notes: svn path=/head/; revision=142967
* Do not run in debug-mode by default.Anders Nordby2004-07-171-0/+4
| | | | Notes: svn path=/head/; revision=113810
* Move post-patch target to pre-build so that gmake is used after it isKris Kennaway2004-04-111-1/+1
| | | | | | | added. Notes: svn path=/head/; revision=106749
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* Use PORTDOCS, DOCSDIR and USE_MYSQL.Anders Nordby2003-11-062-17/+19
| | | | | | | | | | | | Use LOCALBASE instad of PREFIX to locate MySQL includes. Use BROKEN_WITH_MYSQL to indicate that pam-mysql does not work with MySQL 4.1. PR: 57439 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=93201
* Fix MASTER_SITE_SUBDIR so that the distfile is actually fetchable.Anders Nordby2003-07-191-1/+1
| | | | | | | | PR: 54608 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=85187
* Use MASTER_SITE_SOURCEFORGE, this is a SourceForge project.Anders Nordby2003-06-011-2/+2
| | | | Notes: svn path=/head/; revision=81934
* Update to 0.5.Anders Nordby2003-06-014-68/+109
| | | | | | | | | | Unbreak on -current. PR: ports/48239 Submitted by: Sergey Matveychuk <sem@ciam.ru> Notes: svn path=/head/; revision=81933
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Mark as broken for -current with OpenPAM. Does not work yet.Anders Nordby2002-04-101-1/+7
| | | | Notes: svn path=/head/; revision=57548
* Master site updates: www.freenix.no => atreides.freenix.no for theseAnders Nordby2002-03-151-1/+1
| | | | | | | files. Notes: svn path=/head/; revision=56112
* Correct MAINTAINER e-mail address for ports I maintain.Anders Nordby2002-03-141-1/+1
| | | | Notes: svn path=/head/; revision=56047
* Switch from mysql322-{client,server} to mysql323-{client,server}.Dirk Froemberg2001-01-211-1/+1
| | | | | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least). Notes: svn path=/head/; revision=37401
* Update to 0.4.7Ade Lovett2000-10-133-107/+57
| | | | | | | | | | Use strlcpy rather than strncpy etc. PR: 21511 Submitted by: maintainer Notes: svn path=/head/; revision=33779
* New port: pam-mysqlChris D. Faulhaber2000-09-106-0/+166
This is a port of the Linux MySQL PAM module. You can authenticate any PAMified service with MySQL using this module. PR: 20915 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=32491