summaryrefslogtreecommitdiff
path: root/security/dropbear/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* security/dropbear: change in rc DSS to ed25519Piotr Kubaj2020-10-231-6/+6
| | | | | | | | | | | | | | | | dropbear no longer supports DSS keys, use ed25519 instead. rc file needs to be updated. currently starting dropbear fails with error: % service dropbear start ... Unknown key type 'dss' ... Submitted by: waitman@waitman.net PR: 250192 MFH: 2020Q4 (runtime fix) Notes: svn path=/head/; revision=553061
* security/dropbear: update to 2019.78, change maintainerPiotr Kubaj2019-06-111-16/+0
| | | | | | | | | | Update the port to 2019.78 and change maintainer to my FreeBSD address. Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D20601 Notes: svn path=/head/; revision=503966
* security/dropbear: Update to version 2018.76Joseph Mingrone2018-03-271-0/+16
| | | | | | | | | PR: 226339 Submitted by: pkubaj@anongoth.pl (maintainer) Differential Revision: https://reviews.freebsd.org/D14829 Notes: svn path=/head/; revision=465733
* security/dropbear: support extra arguments in rc.confPietro Cerutti2016-01-151-1/+2
| | | | | | | | | PR: 206211 Submitted by: gahr Approved by: pkubaj@anongoth.pl (maintainer) Notes: svn path=/head/; revision=406146
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* - Update to 0.53.1Dennis Herrmann2011-06-202-21/+0
| | | | | | | | PR: ports/158027 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> (maintainer) Notes: svn path=/head/; revision=275896
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Remove an unneeded inclusion of <utmp.h>.Ed Schouten2010-01-201-0/+10
| | | | | | | Submitted by: Alex Kozlov <spam rm-rf kiev ua> Notes: svn path=/head/; revision=248194
* - Use new world rc scriptRong-En Fan2007-04-162-27/+62
| | | | | | | | | PR: ports/111361 Approved by: Alex Kozlov (maintainer) Tested by: Alex Kozlov, rafan Notes: svn path=/head/; revision=190143
* - Update to 0.44Clement Laforet2005-01-082-24/+11
| | | | Notes: svn path=/head/; revision=125831
* Security fix.Clement Laforet2004-07-311-11/+0
| | | | | | | | | | - Update to 0.43 This release fixes a DSS verification vulnerability. See: http://www.freebsd.org/ports/portaudit/0316f983-dfb6-11d8-9b0a-000347a4fa7d.html Notes: svn path=/head/; revision=115138
* - Update to 0.40Clement Laforet2004-01-141-6/+9
| | | | | | | Approved by: erwin (mentor) (implicitly) Notes: svn path=/head/; revision=98148
* - Update to version 0.39Kirill Ponomarev2003-12-172-14/+24
| | | | | | | | PR: 60296 Submitted by: maintainer Notes: svn path=/head/; revision=96043
* Update to 0.38Erwin Lansing2003-10-112-0/+49
PR: 57866 Submitted by: maintainer Notes: svn path=/head/; revision=90857