aboutsummaryrefslogtreecommitdiff
path: root/security/razorback-api
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for devel/json-c json-cSunpoet Po-Chuan Hsieh2020-05-221-1/+1
| | | | Notes: svn path=/head/; revision=536219
* Fix build with json-c 0.14Sunpoet Po-Chuan Hsieh2020-05-2118-2/+188
| | | | Notes: svn path=/head/; revision=536150
* Update security/razorback-api to compile with OpenSSL 1.1.x.John Baldwin2019-11-1410-44/+175
| | | | | | | | | | | | | | This is only compile tested, not run-tested as I don't use this software. Rather than patching the nested libssh, it switches to using libssh from security/libssh. There is then an additional patch to support OpenSSL 1.1. PR: 228938 Approved by: lwhsu Differential Revision: https://reviews.freebsd.org/D20844 Notes: svn path=/head/; revision=517553
* Mark the port also broken if OpenSSL 1.1.1 from ports is used.Matthias Fechner2019-08-281-1/+1
| | | | | | | | | | | Same error message: incomplete definition of type 'struct rsa_st' like you have with base SSL from FreeBSD 12 and 13. PR: 240094 Notes: svn path=/head/; revision=510102
* Mark BROKEN on FreeBSD 12 and 13Antoine Brodin2019-04-031-1/+8
| | | | | | | | Reported by: pkg-fallout MFH: 2019Q2 Notes: svn path=/head/; revision=497641
* 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
* Update devel/json-c to 0.13.1Sunpoet Po-Chuan Hsieh2018-09-051-1/+1
| | | | | | | | | | | | - Add my LOCAL to MASTER_SITES - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 231007 Exp-run by: antoine Notes: svn path=/head/; revision=479045
* devel/libconfig: update to 1.7.2Fernando Apesteguía2018-08-061-1/+1
| | | | | | | | | | | | | | | * Change to USE_GH * Bump PORTREVISION of dependant ports. Committing after maintainer timeout PR: 229961 Submitted by: che@bein.link Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16442 Notes: svn path=/head/; revision=476517
* Patch configure directly so USE_AUTOTOOLS can be removed.Tijl Coosemans2018-01-113-23/+3
| | | | Notes: svn path=/head/; revision=458729
* Update devel/json-c to 0.13Sunpoet Po-Chuan Hsieh2018-01-032-4/+5
| | | | | | | | | | | | | - Add TEST_TARGET - While I'm here, fix shebang for net/opensips - Bump PORTREVISION of dependent ports for shlib change Changes: https://github.com/json-c/json-c/blob/master/ChangeLog PR: 224675 Exp-run by: antoine Notes: svn path=/head/; revision=457965
* Now builds on sparc64.Mark Linimon2016-11-031-2/+0
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425260
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412349
* Cleanup plistAntoine Brodin2014-11-131-3/+0
| | | | Notes: svn path=/head/; revision=372519
* Fix build, broken in the json-c 0.12 upgrade. Given the nature of the errors ↵Adam Weinberger2014-08-204-22/+39
| | | | | | | | | | | | there are likely other ports that will fail in similar ways. (i.e. libjson.so->libjson-c.so, and json/json.h -> json-c/json.h). While here, use OPTIONS helpers to avoid unnecessary bsd.port.options.mk inclusion. Notes: svn path=/head/; revision=365465
* - Switch to USES=libtool, drop .la filesDmitry Marakasov2014-07-221-1/+1
| | | | | | | | | - Bump dependent ports as .so version has changed Approved by: portmgr blanket Notes: svn path=/head/; revision=362605
* - New LIB_DEPENDS syntaxTijl Coosemans2014-07-052-32/+11
| | | | | | | | | | - Convert to USES=libtool - Use BROKEN_sparc64 - Remove BROKEN for clang - Use @sample Notes: svn path=/head/; revision=360814
* - Stage supportMartin Wilke2014-02-161-5/+4
| | | | Notes: svn path=/head/; revision=344591
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* devel/json-c: update to 0.11William Grzybowski2013-11-091-2/+2
| | | | | | | | | | | | | - Update to 0.11 - Bump revision of dependent ports - Fix pkg-plist [1] PR: ports/182958 Submitted by: zi, wg [1] Approved by: maintainer (timeout) Notes: svn path=/head/; revision=333306
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-1/+1
| | | | | | | security) Notes: svn path=/head/; revision=327769
* Add an explicit dependency on pkgconfigBaptiste Daroussin2013-09-021-3/+3
| | | | Notes: svn path=/head/; revision=325989
* Remove -Werror to allow building with clangBaptiste Daroussin2013-08-261-1/+4
| | | | Notes: svn path=/head/; revision=325394
* Fix build with clangBaptiste Daroussin2013-07-301-5/+2
| | | | | | | While here trim headers Notes: svn path=/head/; revision=323949
* - Update to 7.31.0Sunpoet Po-Chuan Hsieh2013-07-111-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* Mark as broken on sparc64.Mark Linimon2012-09-081-1/+7
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=303870
* Convert to the new OptionsNG framework.Tom Judge2012-06-011-8/+10
| | | | | | | Approved by: eadler (mentor) Notes: svn path=/head/; revision=297962
* Update my email address.Tom Judge2012-05-311-1/+1
| | | | | | | Approved by: eadler (mentor) Notes: svn path=/head/; revision=297898
* New port: security/razorback-apiRyan Steinmetz2012-05-215-0/+182
Razorback is a framework for an intelligence driven security solution. It consists of a Dispatcher at the core of the system, surrounded by Nuggets of varying types. WWW: http://razorbacktm.sourceforge.net/ PR: ports/167736 Submitted by: Tom Judge <tom@tomjudge.com> Notes: svn path=/head/; revision=297116