aboutsummaryrefslogtreecommitdiff
path: root/security/lasso
Commit message (Collapse)AuthorAgeFilesLines
* security/lasso: Update version 2.6.1=>2.7.0Muhammad Moinur Rahman2021-06-042-4/+4
| | | | | | MFH: 2021Q2 (bugfix) Relnotes: https://git.entrouvert.org/lasso.git/tree/NEWS?id=v2.7.0 Security: https://www.vuxml.org/freebsd/417de1e6-c31b-11eb-9633-b42e99a1b9c3.html
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Fix LICENSEDmitry Marakasov2020-06-022-3/+4
| | | | | | | | | | | - Add LICENSE_FILE - Whitespace fix - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=537530
* security/lasso: Update version 2.6.0=>2.6.1Muhammad Moinur Rahman2020-04-253-5/+6
| | | | | | | Relnotes: https://git.entrouvert.org/lasso.git/tree/NEWS Notes: svn path=/head/; revision=532934
* security/lasso: Update version 2.4.1=>2.6.0Muhammad Moinur Rahman2019-04-124-55/+29
| | | | | | | | | - Take MAINTAINERSHIP - Modernize OPTIONS - Remove OPTIONS PYTHON Notes: svn path=/head/; revision=498733
* Return tj's ports to the pool after his commit bit got safekept.Rene Ladan2018-11-061-1/+1
| | | | Notes: svn path=/head/; revision=484353
* Convert Python ports to FLAVORS.Mathieu Arnold2017-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ports using USE_PYTHON=distutils are now flavored. They will automatically get flavors (py27, py34, py35, py36) depending on what versions they support. There is also a USE_PYTHON=flavors for ports that do not use distutils but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if using distutils but flavors are not wanted. A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been added to cope with Python ports that did not have the Python PKGNAMEPREFIX but are flavored. USES=python now also exports a PY_FLAVOR variable that contains the current python flavor. It can be used in dependency lines when the port itself is not python flavored. For example, deskutils/calibre. By default, all the flavors are generated. To only generate flavors for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf. In all the ports with Python dependencies, the *_DEPENDS entries MUST end with the flavor so that the framework knows which to build/use. This is done by appending '@${PY_FLAVOR}' after the origin (or @${FLAVOR} if in a Python module with Python flavors, as the content will be the same). For example: RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} PR: 223071 Reviewed by: portmgr, python Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D12464 Notes: svn path=/head/; revision=455210
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Convert USE_PHP*=yes into USES=php*Mathieu Arnold2016-06-281-2/+1
| | | | | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936 Notes: svn path=/head/; revision=417719
* 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
* - Add CPE infoDmitry Marakasov2015-04-241-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=384625
* Fix some horribly broken portsAntoine Brodin2014-12-082-6/+5
| | | | | | | Broken resurrections provided by: danfe Notes: svn path=/head/; revision=374335
* - Tighten regexp, drop unneeded quotation marksAlexey Dokuchaev2014-12-052-7/+10
| | | | | | | - Reformat and amend port description while here Notes: svn path=/head/; revision=374070
* - Update to version 2.4.1, unbreak, and undeprecateAlexey Dokuchaev2014-12-058-301/+99
| | | | | | | | | - Define LICENSE, remove --disable-php4 from CONFIGURE_ARGS - Cleanup Makefile and PLIST_SUBs, sort the knobs while here - Fix couple of formatting bugs in the port description Notes: svn path=/head/; revision=373994
* Deprecated ports broken for more than 6 monthsAntoine Brodin2014-11-271-0/+2
| | | | Notes: svn path=/head/; revision=373522
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-8/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - Convert ports of science/ and security to new USES=pythonMarcus von Appen2014-10-241-1/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371453
* Fix some non default LIB_DEPENDSBaptiste Daroussin2014-07-161-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362053
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-041-4/+1
| | | | Notes: svn path=/head/; revision=360671
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* Mark BROKEN: Fails to buildAntoine Brodin2014-05-241-0/+2
| | | | | | | | | | | | | cc -DHAVE_CONFIG_H -I. -I. -I../../lasso -I../.. -I../../lasso -I/usr/local/include/glib-2.0 -DXMLSEC_CRYPTO_DYNAMIC_LOADING=1 -DXMLSEC_CRYPTO=\"openssl\" -D__XMLSEC_FUNCTION__=__FUNCTION__ -DXMLSEC_NO_SIZE_T -DXMLSEC_NO_GOST=1 -DXMLSEC_NO_XKMS=1 -DXMLSEC_DL_LIBLTDL=1 -I/usr/local/include/xmlsec1 -DXMLSEC_OPENSSL_098=1 -DXMLSEC_NO_ECDSA=1 -DXMLSEC_CRYPTO_OPENSSL=1 -I/usr/local/include/libxml2 -I/usr/local/include -DLASSO_INTERNALS -DG_LOG_DOMAIN=\"lasso\" -O2 -pipe -fno-strict-aliasing -MT tools.lo -MD -MP -MF .deps/tools.Tpo -c tools.c -fPIC -DPIC -o .libs/tools.o tools.c: In function 'lasso_node_build_deflated_query': tools.c:752: error: dereferencing pointer to incomplete type tools.c:752: error: dereferencing pointer to incomplete type *** [tools.lo] Error code 1 Reported by: pkg-fallout Notes: svn path=/head/; revision=355002
* - Support stagingDmitry Marakasov2014-05-092-5/+2
| | | | | | | | | - Don't remove mtree directories Approved by: portmgr blanket Notes: svn path=/head/; revision=353493
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* 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
* Convert to new perl frameworkBaptiste Daroussin2013-09-161-1/+1
| | | | | | | Convert USE_GMAKE to USES Notes: svn path=/head/; revision=327414
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-021-0/+1
| | | | Notes: svn path=/head/; revision=326013
* - Don't remove directories not created by this portMartin Wilke2013-06-191-1/+0
| | | | | | | Reported by: pkg (DEVELOPER_MODE) Notes: svn path=/head/; revision=321262
* - Fix build with new site_perlAndrej Zverev2013-06-121-1/+1
| | | | | | | Submitted by: olli hauer <ohauer@gmx.de> Notes: svn path=/head/; revision=320709
* - Remove php4 referenceMartin Wilke2013-06-091-6/+1
| | | | Notes: svn path=/head/; revision=320365
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-0/+11
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* Convert to OptionsNG framework.Tom Judge2012-06-021-6/+4
| | | | | | | Approved by: eadler (mentor) Notes: svn path=/head/; revision=297986
* Update my email address.Tom Judge2012-05-311-1/+1
| | | | | | | Approved by: eadler (mentor) Notes: svn path=/head/; revision=297898
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* Add OPTIONS.Josh Paetzel2010-12-021-1/+7
| | | | | | | | | | Reassign MAINTAINER. PR: ports/152761 Submitted by: Tom Judge <tom@tomjudge.com> Notes: svn path=/head/; revision=265591
* Remove BROKEN: This is now okay after the fix in security/xmlsec1Johan van Selst2010-11-091-2/+0
| | | | | | | | PR: ports/152070 Submitted by: Tom Judge <tom@tomjudge.com> Notes: svn path=/head/; revision=264315
* - Mark BROKEN: does not compile (lasso.c:94: error: stray '\' in program)Pav Lucistnik2010-07-291-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=258449
* Don't use PERL_VER (it will be deleted soon), use PERL_VERSION instead.Sergey Skvortsov2009-02-241-1/+1
| | | | Notes: svn path=/head/; revision=228992
* 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
* - Update to 2.1.1Cheng-Lung Sung2008-01-243-8/+170
| | | | | | | | | | | - Reset maintainership to ports@FreeBSD.org Changes: PR: ports/119807 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=206090
* - Add support for PHP bindingCheng-Lung Sung2007-08-153-14/+43
| | | | | | | | | | | | - Use libxml2 in USE_GNOME (instead of LIB_DEPENDS) - Use USE_PYTHON_BUILD instead of USE_PYTHON - bump PORTREVISION PR: ports/115457 Submitted by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=197713
* Lasso is a free software C library aiming to implement the LibertyCheng-Lung Sung2007-07-255-0/+291
Alliance standards; it defines processes for federated identities, single sign-on and related protocols. Lasso is built on top of libxml2, XMLSec and OpenSSL and is licensed under the GNU General Public License (with an OpenSSL exception). WWW: http://lasso.entrouvert.org/ PR: ports/114639 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=196250