aboutsummaryrefslogtreecommitdiff
path: root/security/openconnect
Commit message (Collapse)AuthorAgeFilesLines
* - Add LZ4 OPTIONRyan Steinmetz2016-08-311-1/+5
| | | | | | | | PR: 212254 Submitted by: Piotr Kubaj Notes: svn path=/head/; revision=421160
* - Update to 7.07Ryan Steinmetz2016-08-184-34/+6
| | | | Notes: svn path=/head/; revision=420430
* 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
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rename the LIBDANE option DANE because that's the name of the protocol supported by libgnutls-dane and gnutls-cli. Also clarify the option description. - Add an IDN option. - libgnutls-openssl has been removed in 3.4. Some ports used this library in their LIB_DEPENDS but no port actually required it. - Some old API functions have been removed. Ports that used these have been updated or patched to use the new API. - Add a patch to print/cups to prevent overlinking of libgnutls.so. - Bump PORTREVISION on dependent ports. net-im/jabber: This port used the old API to give users fine grained control over which crypto algorithms were used via a configuration file. It's not immediately obvious how to port this to the new API so the port always uses the defaults now. www/hydra: Mark BROKEN. This uses more removed calls than the other ports, is said to be alpha quality and not fully functional and has been abandoned 10 years ago. PR: 207768 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=411990
* - Add CPE infoDmitry Marakasov2015-04-231-1/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=384617
* - Update to 7.06Ryan Steinmetz2015-03-204-8/+34
| | | | Notes: svn path=/head/; revision=381730
* - Convert USE_PYTHON -> USES leftovers missed in the previous commitsMarcus von Appen2015-01-041-1/+0
| | | | | | | | Spotted by: antoine With hat: python Notes: svn path=/head/; revision=376179
* - Improve wording and formatting (most notably, missing space before openingAlexey Dokuchaev2014-12-161-3/+3
| | | | | | | | parenthesis) in some buggy option descriptions - Standardize Makefile header when appropriate, drop one OPTIONS_DEFAULT=IPV6 Notes: svn path=/head/; revision=374788
* - Convert ports of science/ and security to new USES=pythonMarcus von Appen2014-10-241-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=371453
* - Update to 6.00Ryan Steinmetz2014-07-284-17/+6
| | | | Notes: svn path=/head/; revision=363171
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15Tijl Coosemans2014-07-231-4/+2
| | | | | | | | | | | | | | | - Bump PORTREVISION on all ports that depend on security/gnutls and adjust all ports that depend on security/gnutls3 - Update mail/anubis to version 4.2 which supports gnutls 3.x - Update mail/libvmime to a development snapshot (recommended by upstream developers) PR: 191274 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=362645
* - Depend on python to build documentationTijl Coosemans2014-07-072-4/+6
| | | | | | | | | - Apply patch to Makefile.in instead of Makefile.am to avoid autotools PR: 191705 Notes: svn path=/head/; revision=361112
* - Add --without-liboath and --without-stoken to CONFIGURE_ARGS to preventTijl Coosemans2014-07-062-30/+16
| | | | | | | | | | auto detection - Remove USE_AUTOTOOLS - Add USES=libtool and remove USES=pathfix - Use option helpers and only define USE_OPENSSL when GNUTLS option is off Notes: svn path=/head/; revision=360952
* 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
* Finish stage supportAntoine Brodin2014-04-012-5/+3
| | | | | | | | Reported by: poudriere With hat: portmgr Notes: svn path=/head/; revision=349875
* - Fix STAGE supportRyan Steinmetz2014-02-121-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=343917
* - Update to 5.03Ryan Steinmetz2014-02-062-6/+5
| | | | | | | - Add STAGE support Notes: svn path=/head/; revision=342917
* 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 MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Fix build under 10-CURRENT when using OpenSSL, chasing r254107 (OpenSSL ↵Ryan Steinmetz2013-08-081-5/+9
| | | | | | | | | | | | bugfix for RT #2984) - Add security/ca_root_nss as a dependency to fix GnuTLS build - Do not bump PORTREVISION Reported by: gnn@ Notes: svn path=/head/; revision=324412
* - Unbreak build after autotool updateMartin Wilke2013-07-161-0/+1
| | | | Notes: svn path=/head/; revision=323110
* - Update to 5.01Ryan Steinmetz2013-06-262-5/+3
| | | | Notes: svn path=/head/; revision=321794
* - Update to 4.99Ryan Steinmetz2013-05-182-4/+4
| | | | Notes: svn path=/head/; revision=318439
* Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin2013-04-231-2/+1
| | | | Notes: svn path=/head/; revision=316355
* - Remove A/An in COMMENTCarlo Strub2013-03-291-1/+1
| | | | | | | - Trim Header where applicable Notes: svn path=/head/; revision=315566
* 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
* - Update to 4.08Ryan Steinmetz2013-02-142-4/+3
| | | | Notes: svn path=/head/; revision=312250
* - Use PORT_OPTIONS:MDOCS instead of NOPORTDOCSRyan Steinmetz2013-02-081-7/+6
| | | | | | | | | - Use new 'created by' header - Add PORTSCOUT variable to ignore 4.99 beta - Use USE_PKGCONFIG instead of USE_GNOME=pkgconfig Notes: svn path=/head/; revision=311939
* - Add UPDATING entry for gnutls updateRoman Bogorodskiy2013-02-051-0/+1
| | | | | | | - Chase shlib version bump for dependant ports Notes: svn path=/head/; revision=311722
* - Update to 4.07Ryan Steinmetz2012-09-062-3/+3
| | | | Notes: svn path=/head/; revision=303733
* - Update to 4.06Ryan Steinmetz2012-07-232-3/+3
| | | | Notes: svn path=/head/; revision=301397
* - Update to 4.05Ryan Steinmetz2012-07-132-3/+3
| | | | Notes: svn path=/head/; revision=300855
* - Update to 4.04Ryan Steinmetz2012-07-084-19/+8
| | | | Notes: svn path=/head/; revision=300632
* - Unbreak GnuTLS support for 7.x and 8.xRyan Steinmetz2012-06-242-3/+11
| | | | Notes: svn path=/head/; revision=299869
* - Update to 4.00Ryan Steinmetz2012-06-244-23/+24
| | | | | | | - Convert to OptionsNG Notes: svn path=/head/; revision=299835
* - Update to 3.20Ryan Steinmetz2012-05-274-74/+5
| | | | Notes: svn path=/head/; revision=297547
* - Add LICENSERyan Steinmetz2012-04-151-0/+3
| | | | Notes: svn path=/head/; revision=294860
* - Update to 3.16Ryan Steinmetz2012-04-154-6/+62
| | | | | | | | | | - Fix 10-CURRENT support [1] PR: ports/165997 [1] Submitted by: Stanislav Sedov <stas@deglitch.com> [1] Notes: svn path=/head/; revision=294859
* - Update mirror URL on my portsRyan Steinmetz2012-03-231-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293717
* - Add OPTION to allow users to choose to build agains OpenSSL from portsRyan Steinmetz2012-03-161-1/+8
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=293384
* - Update to 3.15 [1]Ryan Steinmetz2012-03-154-13/+34
| | | | | | | | | | | | - Take maintainership per private conversation with current maintainer - Remove reliance on OpenSSL from ports PR: ports/165992 [1] Submitted by: Stanislav Sedov <stas@deglitch.com> [1] Feature safe: yes Notes: svn path=/head/; revision=293375
* - Update to 3.11.Stanislav Sedov2011-10-204-28/+23
| | | | | | | Approved by: maintainer timeout (52 days) Notes: svn path=/head/; revision=283960
* - Fix OPTIONS processing in previous commitSunpoet Po-Chuan Hsieh2011-04-121-2/+3
| | | | | | | | | - Bump PORTREVISION for package change Noticed by: stas Notes: svn path=/head/; revision=272615
* - Update to 2.26Sunpoet Po-Chuan Hsieh2011-03-232-7/+4
| | | | | | | | | | | | | | | | | | | | | | | - Use bsd.port.mk Changes: - Fix potential crash on relative HTTP redirect. - Use correct TUN/TAP device node on Android. - Check client certificate expiry date. - Implement CSTP and DTLS rekeying (both by reconnecting CSTP). - Add --force-dpd option to set minimum DPD interval. - Don't print webvpn cookie in debug output. - Fix host selection in NetworkManager auth dialog. - Use SSLv3 instead of TLSv1; some servers (or their firewalls) don't accept any ClientHello options. - Never include address family prefix on script-tun connections. PR: ports/155705 Submitted by: Ben <ben@gibbed.org> Approved by: Damian Gerow <dgerow@afflictions.org> (maintainer) Notes: svn path=/head/; revision=271522
* - Update to 2.25Sylvio Cesar Teixeira2010-05-293-17/+8
| | | | | | | | PR: ports/146933 Submitted by: Damian Gerow <dgerow@afflictions.org> (maintainer) Notes: svn path=/head/; revision=255267
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 2.01.Marcelo Araujo2009-08-282-5/+4
| | | | | | | | | PR: ports/138115 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: Damian Gerow <dgerow@afflictions.org> (maintainer) Notes: svn path=/head/; revision=240458
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Clarifications to pkg-message and pkg-descr.Wesley Shields2009-06-162-14/+17
| | | | | | | | PR: ports/135596 Submitted by: Damian Gerow <dgerow@afflictions.org> (maintainer) Notes: svn path=/head/; revision=236026