aboutsummaryrefslogtreecommitdiff
path: root/security/zxid/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix memleak, update MAINTAINERThomas Zander2018-09-011-1/+2
| | | | | | | | | | | | | | Details: - Fix a memory leak in ZXID caused by using system hexdump() function instead of the one included in ZXID. - Set MAINTAINER'ship to admins@perceptyx.com PR: 230978 Submitted by: amontalban@gmail.com (new maintainer) MFH: 2018Q3 Notes: svn path=/head/; revision=478658
* Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=436247
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* - Fix license. COPYING explicitly states that APACHE20 does not apply, the ↵Dmitry Marakasov2016-03-131-1/+5
| | | | | | | | | | | | | | | license is actually commercial: Commercial software. Please write info@synergetics.be for licensing terms. LICENSE-2.0.txt does not apply. It is only provided for information, e.g. on some related software packages. - Switch to options helpers - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=410940
* Update zxid and p5-Net-SAML to 1.42.Adam Weinberger2016-03-011-14/+13
| | | | | | | | | | | While here: - Strip the p5-Net-SAML XS module. - use Uses:localbase in zxid - Replace obtuse compound statements with more straightforward invocations - Add spacing for legibility Notes: svn path=/head/; revision=409877
* Remove BROKEN on Tier-2 systems statements which no longer true at leastAlexey Dokuchaev2015-09-201-3/+0
| | | | | | | | | | on PowerPC (verified for all of them) and some also on SPARC (whenever I was able to test those on flame.freebsd.org) and even IA64 (which should be OK to remove anyways, because it was never really supported system in ports land and was officially killed in -CURRENT a while ago. Notes: svn path=/head/; revision=397374
* - Update to version 1.22Pawel Pekala2014-11-041-2/+3
| | | | | | | | | | - Clean pkg-plist PR: 194501 Submitted by: tkato432@yahoo.com Notes: svn path=/head/; revision=372157
* security/xzid: suppress broken and unnecesary missing target checkJohn Marino2014-08-231-0/+1
| | | | | | | | | | | Line 606 of the vendor Makefile has a malformed error message that comes up if the makefile is given no target. For reasons I don't understand, the gmake on FreeBSD tolerates it and the same exact gmake on DragonFly catches it. Just amend the sed command the remove the line completely as it's never executed in the ports framework. Notes: svn path=/head/; revision=365728
* security/zxid: Upgrade version 1.05 => 1.18John Marino2014-08-071-36/+43
| | | | | | | | PR: 192481 Submitted by: Ports Fury Notes: svn path=/head/; revision=364331
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-291-2/+1
| | | | | | | Approved by: portmgr (not really, but touches unstaged ports) Notes: svn path=/head/; revision=363374
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-241-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362828
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* 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
* Remove --export-all-symbols which is not supported and makes 'make install' ↵Baptiste Daroussin2013-08-261-1/+3
| | | | | | | fail. Notes: svn path=/head/; revision=325406
* Properly fix build with clangBaptiste Daroussin2013-08-011-2/+3
| | | | | | | Fix build without gcc Notes: svn path=/head/; revision=324129
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | - Bump PORTREVISION for ftp/curl shlib change - Add TEST_DEPENDS - Convert to new options framework - Adjust options: - Add COOKIES - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1] - Add GSSAPI and SPNEGO [2] - Remove KERBEROS4 - Rename LIBIDN to IDN - Remove TRACKMEMORY [1] - Sort option handler - Add SLAVEDIRS: ftp/curl-hiphop - Cosmetic change - Cleanup Makefile header - While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile Changes: http://curl.haxx.se/changes.html PR: ports/172325 (-exp run), ports/177369 (based on) [1] Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2] Exp run by: miwi Notes: svn path=/head/; revision=322783
* Fix build with clangBaptiste Daroussin2013-05-271-6/+7
| | | | | | | | While here convert NOPORTDOCS -> PORT_OPTIONS:MDOCS Trim headers Notes: svn path=/head/; revision=319235
* - Update to 1.05Sunpoet Po-Chuan Hsieh2012-02-121-13/+16
| | | | | | | | | PR: ports/163738 Submitted by: sunpoet (myself) Approved by: clsung (maintainer, via IRC) Notes: svn path=/head/; revision=291034
* - Mark MAKE_JOBS_UNSAFEPhilip M. Gollucci2010-12-171-0/+2
| | | | | | | Reported by: P6 TB Notes: svn path=/head/; revision=266511
* Chase the ftp/curl shlib version bump.Peter Pentchev2010-04-031-0/+1
| | | | Notes: svn path=/head/; revision=252125
* Also mark as broken on powerpc.Mark Linimon2010-04-011-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=251930
* - Update to 0.38Cheng-Lung Sung2009-12-181-3/+12
| | | | | | | | PR: ports/140148 Submitted by: Denis Shaposhnikov <dsh_AT_wizard dot volgograd dot ru> Notes: svn path=/head/; revision=246109
* Bump the version of the curl shared library after the ftp/curl updatePeter Pentchev2009-01-231-0/+1
| | | | | | | | | to 7.19.2. Bump PORTREVISION, even on the ports that do not have a versioned dependency, since the binaries will most probably still stop working. Notes: svn path=/head/; revision=226721
* - Update to 0.25Cheng-Lung Sung2008-04-181-1/+1
| | | | Notes: svn path=/head/; revision=211511
* Mark as broken on sparc64: fails to install.Mark Linimon2008-02-011-1/+7
| | | | Notes: svn path=/head/; revision=206590
* - Update to 0.22Cheng-Lung Sung2007-10-241-3/+2
| | | | | | | | | | - Reset maintainership PR: ports/117408 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=201870
* - Add a post-install routine to link file.Cheng-Lung Sung2007-07-101-0/+4
| | | | | | | | | | - Bump PORTREVISION. (since pkg-plist change) PR: ports/114428 Submitted by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=195339
* ZXID aims at full stack implementation of all federated identityCheng-Lung Sung2007-07-091-0/+25
management and identity web services protocols. Initial goal is supporting SP role, followed by ID-WSF WSC and IdP roles. ZXID is light weight, has a small foot print, and is implemented in C. It is suitable for both high performance and embedded applications. Scripting languages are supported using SWIG, including Perl, PHP and Java. The "full stack" nature of ZXID means it's self contained and has minimal external library dependencies (see downloads). WWW: http://zxid.org/ PR: ports/114346 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=195250