aboutsummaryrefslogtreecommitdiff
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* - fix for mhash exporting defined that normally autotools-privateMichael Landin2018-04-104-1/+73
| | | | | | | | | - Bump portrevision Reviewed by: mat Notes: svn path=/head/; revision=466946
* security/testssl.sh: Update to 2.9.5-4Tobias Kortkamp2018-04-103-13/+4
| | | | | | | Changes: https://github.com/drwetter/testssl.sh/releases/tag/v2.9.5-4 Notes: svn path=/head/; revision=466943
* security/nss: update to 3.36.1Jan Beich2018-04-105-77/+8
| | | | | | | | | Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.36.1_release_notes Changes: https://hg.mozilla.org/projects/nss/shortlog/NSS_3_36_1_RTM ABI: https://abi-laboratory.pro/tracker/timeline/nss/ Notes: svn path=/head/; revision=466916
* security/py-zxcvbn-python: update to 4.4.23Jan Beich2018-04-102-4/+4
| | | | | | | Changes: https://github.com/dwolfhub/zxcvbn-python/compare/v4.4.17...v4.4.23 Notes: svn path=/head/; revision=466914
* Update to 1.1.1Antoine Brodin2018-04-092-5/+5
| | | | Notes: svn path=/head/; revision=466901
* security/py-fail2ban: Update to 0.10.3Jochen Neumeister2018-04-093-4/+38
| | | | | | | | | | Changelog: https://github.com/fail2ban/fail2ban/blob/0.10.3.1/ChangeLog PR: 227389 Submitted by: theis@gmx.at (maintainer) Notes: svn path=/head/; revision=466874
* Fixed a wrong version definition for gitlab that report 10.4.6 as affected.Matthias Fechner2018-04-091-2/+3
| | | | | | | | | | | PR: 227293 Reported by: majo-bugs.freebsd.org@cerny.sk Reviewed by: dbaio, swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D14999 Notes: svn path=/head/; revision=466857
* security/py-pycryptodome: Update 3.5.1 -> 3.6.0Yuri Victorovich2018-04-092-9/+9
| | | | | | | | | Also silenced stripping commands. Reported by: portscout Notes: svn path=/head/; revision=466837
* Add rubygem-omniauth-jwt 0.0.2Sunpoet Po-Chuan Hsieh2018-04-084-0/+36
| | | | | | | | | | | | | | | | JSON Web Token (JWT) is a simple way to send verified information between two parties online. This can be useful as a mechanism for providing Single Sign-On (SSO) to an application by allowing an authentication server to send a validated claim and log the user in. This is how Zendesk does SSO, for example. OmniAuth::JWT provides a clean, simple wrapper on top of JWT so that you can easily implement this kind of SSO either between your own applications or allow third parties to delegate authentication. WWW: https://github.com/mbleigh/omniauth-jwt Notes: svn path=/head/; revision=466815
* security/libressl-devel: Force linking libthrBernard Spil2018-04-081-0/+1
| | | | | | | - Fixes problem where private SSH keys loading Notes: svn path=/head/; revision=466813
* category security: Convert to USES=phpBernard Spil2018-04-082-3/+2
| | | | | | | Approved by: infrastructure modernization blanket Notes: svn path=/head/; revision=466797
* - Add LICENSEDmitry Marakasov2018-04-082-5/+10
| | | | | | | | | | - Fix pkg-descr formatting - Add WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=466784
* Update to 4.16.49Antoine Brodin2018-04-082-7/+8
| | | | Notes: svn path=/head/; revision=466783
* Update to 1.3.32Antoine Brodin2018-04-082-4/+4
| | | | Notes: svn path=/head/; revision=466782
* Update to 2.0.14Antoine Brodin2018-04-082-4/+4
| | | | Notes: svn path=/head/; revision=466781
* Update to 0.1.14Antoine Brodin2018-04-082-4/+4
| | | | Notes: svn path=/head/; revision=466780
* security/py-keyring: Update 12.0.0 -> 12.0.1Yuri Victorovich2018-04-083-7/+7
| | | | | | | | | | | | Port changes: * Add USE_PYTHON=concurrent * Update WWW to the real homepage PR: 227357 Submitted by: Douglas Thrift <douglas@douglasthrift.net> (maintainer) Notes: svn path=/head/; revision=466775
* Added information about security problems with port www/gitlab.Matthias Fechner2018-04-071-0/+29
| | | | | | | | | Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D14974 Notes: svn path=/head/; revision=466712
* devel/icu: update to 61.1Jan Beich2018-04-061-1/+1
| | | | | | | | | | | Changes: http://site.icu-project.org/download/61 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ PR: 227042 Exp-run by: antoine MFH: 2018Q2 (required by Firefox 61) Notes: svn path=/head/; revision=466648
* - Update to 1.0.3Ashish SHUKLA2018-04-062-4/+4
| | | | Notes: svn path=/head/; revision=466643
* - Update to 0.6.0Ashish SHUKLA2018-04-062-4/+4
| | | | Notes: svn path=/head/; revision=466642
* Make BROKEN lines more clearBryan Drewery2018-04-051-2/+2
| | | | Notes: svn path=/head/; revision=466595
* security/kr: Does not build on i386Mark Felder2018-04-051-0/+3
| | | | Notes: svn path=/head/; revision=466582
* Update to 7.7p1Bryan Drewery2018-04-057-187/+141
| | | | | | | | | | | | | | | | | - Update x509 patch to 11.3 - Remove SCTP option as it has not had a patch available since 7.2. Changes: https://www.openssh.com/txt/release-7.7 Notable changes: * ssh(1)/sshd(8): Drop compatibility support for some very old SSH implementations, including ssh.com <=2.* and OpenSSH <= 3.*. These versions were all released in or before 2001 and predate the final SSH RFCs. The support in question isn't necessary for RFC-compliant SSH implementations. Notes: svn path=/head/; revision=466577
* Document FreeBSD-SA-18:05.ipsecMark Felder2018-04-051-0/+34
| | | | Notes: svn path=/head/; revision=466563
* Document FreeBSD-SA-18:04.vtMark Felder2018-04-051-0/+38
| | | | Notes: svn path=/head/; revision=466562
* security/signify: Update to 0.7Tobias Kortkamp2018-04-053-14/+11
| | | | | | | MFH: 2018Q2 Notes: svn path=/head/; revision=466547
* New port: security/py-netmiko: Multi-vendor library to simplify SSH ↵Yuri Victorovich2018-04-054-0/+52
| | | | | | | | | | connections to network devices PR: 227088 Submitted by: Kai <freebsd_ports@k-worx.org> Notes: svn path=/head/; revision=466533
* - Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mkJose Alonso Cardenas Marquez2018-04-051-0/+1
| | | | | | | | | | | | | - Convert all fpc-based ports to USES=fpc PR: 227210 Reviewed by: portmgr Approved by: portmgr Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D14617 Notes: svn path=/head/; revision=466532
* New port: security/py-scp: Scp module for paramikoYuri Victorovich2018-04-054-0/+30
| | | | | | | | PR: 224423 Submitted by: Sergey Akhmatov <sergey@akhmatov.ru> Notes: svn path=/head/; revision=466526
* security/akmos: Update to 0.7.2Danilo G. Baio2018-04-052-4/+4
| | | | | | | | | | Changes: https://raw.githubusercontent.com/melanhit/akmos/0.7.2/Changelog PR: 227270 Submitted by: Andrew Romanenko <melanhit@gmail.com> (maintainer) Notes: svn path=/head/; revision=466519
* Update to 0.009Sunpoet Po-Chuan Hsieh2018-04-042-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/Authen-SCRAM/Changes Notes: svn path=/head/; revision=466474
* Update to 1.0.47Sunpoet Po-Chuan Hsieh2018-04-042-4/+4
| | | | | | | | Changes: https://github.com/keybase/client/releases https://github.com/keybase/client/commits/master Notes: svn path=/head/; revision=466456
* Update to 1.0.47Sunpoet Po-Chuan Hsieh2018-04-042-5/+4
| | | | | | | Changes: https://github.com/keybase/kbfs/commits/master Notes: svn path=/head/; revision=466455
* Added a missing PORTSCOUT line to security/rubygem-doorkeeper-openid_connect12.Matthias Fechner2018-04-041-0/+2
| | | | | | | | | Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D14946 Notes: svn path=/head/; revision=466444
* Fixed typo in Makefile for security/rubygem-rack-oauth212.Matthias Fechner2018-04-041-1/+1
| | | | | | | | | Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D14947 Notes: svn path=/head/; revision=466443
* Update to version 2.5.0Kirill Ponomarev2018-04-043-9/+10
| | | | | | | | PR: 227249 Submitted by: maintainer Notes: svn path=/head/; revision=466403
* www/nextcloud: Chase change of /apps pathBernard Spil2018-04-043-5/+8
| | | | | | | | | | | - WWWDIR/apps to WWWDIR/apps-pkg - Bump portrevision to force reinstall - Update Nextcloud version dependencies PR: 227133 Notes: svn path=/head/; revision=466394
* libressl support was fixed in r452358Bryan Drewery2018-04-031-2/+1
| | | | Notes: svn path=/head/; revision=466385
* security/snuffleupagus: Update to 0.2.2Jochen Neumeister2018-04-032-4/+4
| | | | | | | | | | Changelog: https://github.com/nbs-system/snuffleupagus/releases/tag/v0.2.2 PR: 227024 Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer) Notes: svn path=/head/; revision=466361
* Add git-remote-keybaseSunpoet Po-Chuan Hsieh2018-04-031-2/+3
| | | | | | | | | | - Bump PORTREVISION for package change PR: 227206 Submitted by: Hoverbear <andrew@hoverbear.org> Notes: svn path=/head/; revision=466300
* security/orthrus: gavin@16degrees.com.au takes maintainershipYuri Victorovich2018-04-031-1/+1
| | | | | | | | PR: 227237 Submitted by: gavin@16degrees.com.au Notes: svn path=/head/; revision=466289
* - Update to 0.6.15TAKATSU Tomonari2018-04-032-5/+4
| | | | Notes: svn path=/head/; revision=466280
* Reinstate support for GTK2 (rather than GTK3) as an OPTION.Matthias Andree2018-04-024-8/+31
| | | | | | | | | | | | | | While here, add a putty-gtk2 slave port and update _CONFLICTS. Since the default package does not change, and pkg would handle conflicts around attempted installation of the new -gtk2 package, omit the PORTREVISION bump from Miroslav's original patch. PR: 227200 Submitted by: Miroslav Lachman Notes: svn path=/head/; revision=466267
* update to 0.18.6Baptiste Daroussin2018-04-023-9/+12
| | | | | | | While here remove pathfix USES, it is no longer necessary Notes: svn path=/head/; revision=466245
* Upgrade to 0.31.Dag-Erling Smørgrav2018-04-022-4/+4
| | | | | | | | PR: 227064 Submitted by: pi@ Notes: svn path=/head/; revision=466229
* - fix content of manpagesDirk Meyer2018-04-022-1/+43
| | | | | | | PR: 226917 Notes: svn path=/head/; revision=466201
* security/suricata: Update 4.0.3 -> 4.0.4Yuri Victorovich2018-04-023-9/+179
| | | | | | | | | | | | | | | | | | | | | Port changes: * Change to DISTVERSION * Removed HTP_PORT from defaultoptions * Add NSS_CONFIGURE_OFF * Add command silencing I also noticed that it still links to libjansson when JSON=off. This is because it auto-finds it. Requested the upstream to add --disable-{option} flags: https://redmine.openinfosecfoundation.org/issues/2473 PR: 226512 Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer, original version) Submitted by: Renato Botelho <garga@FreeBSD.org> (final version) Approved by: Franco Fichtner <franco@opnsense.org> (maintainer) Notes: svn path=/head/; revision=466193
* security/libressl-devel: Update to 2.7.2Bernard Spil2018-04-012-4/+4
| | | | | | | | | | - LibreSSL 2.7 is now STABLE - Fixes a memleak in libtls MFH: 2018Q2 Notes: svn path=/head/; revision=466186
* security/owasp-dependency-check: add missing security/Makefile entryKurt Jaeger2018-04-011-0/+1
| | | | | | | | PR: 226206 Reported by: antoine Notes: svn path=/head/; revision=466165