aboutsummaryrefslogtreecommitdiff
path: root/security/dropbear
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* security/dropbear: update to 2020.81Piotr Kubaj2020-10-302-5/+4
| | | | | | | | | | | | | | | | | | | | | | | Changelog: - Fix regression in 2020.79 which prevented connecting with some SSH implementations. Increase MAX_PROPOSED_ALGO to 50, and print a log message if the limit is hit. This fixes interoperability with sshj library (used by PyCharm), and GoAnywhere. Reported by Pirmin Walthert and Piotr Jurkiewicz - Fix building with non-GCC compilers, reported by Kazuo Kuroi - Fix potential long delay in dbclient, found by OSS Fuzz - Fix null pointer dereference crash, found by OSS Fuzz - libtommath now uses the same random source as Dropbear (in 2020.79 and 2020.80 used getrandom() separately) - Some fuzzing improvements, start of a dbclient fuzzer Notes: svn path=/head/; revision=553685
* security/dropbear: change in rc DSS to ed25519Piotr Kubaj2020-10-232-12/+8
| | | | | | | | | | | | | | | | 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: Fix typo and unbreak SHA2_512 optionTobias Kortkamp2020-07-071-1/+2
| | | | | | | Reported by: portscan Notes: svn path=/head/; revision=541416
* security/dropbear: update to 2020.80Piotr Kubaj2020-06-282-4/+4
| | | | Notes: svn path=/head/; revision=540659
* security/dropbear: update to 2020.79Piotr Kubaj2020-06-162-67/+59
| | | | | | | Add some new options, remove needless patching, move to Dropbear's system for non-default options. Notes: svn path=/head/; revision=539342
* security/dropbear: add scpPiotr Kubaj2020-01-062-0/+4
| | | | | | | | | | Build and install the scp binary with the dropbear package. To avoid a name colision with openssh-portable, call binary dbscp. PR: 242551 Submitted by: mm Notes: svn path=/head/; revision=522218
* Drop the ipv6 virtual category for s* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514144
* security/dropbear: update to 2019.78, change maintainerPiotr Kubaj2019-06-113-21/+5
| | | | | | | | | | 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: fix CBC optionSteve Wills2018-11-091-2/+2
| | | | | | | | | PR: 232143 Reported by: dewayne@heuristicsystems.com.au Approved by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) Notes: svn path=/head/; revision=484543
* security/dropbear: mark CBC option brokenSteve Wills2018-07-271-0/+2
| | | | | | | | PR: 226339 Approved by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) Notes: svn path=/head/; revision=475463
* security/dropbear: Update to version 2018.76Joseph Mingrone2018-03-275-66/+99
| | | | | | | | | PR: 226339 Submitted by: pkubaj@anongoth.pl (maintainer) Differential Revision: https://reviews.freebsd.org/D14829 Notes: svn path=/head/; revision=465733
* Updated to 2017.75Richard Gallamore2017-07-032-5/+108
| | | | | | | | | | | | | | | Changelog: https://matt.ucc.asn.au/dropbear/CHANGES PR: 220158 Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) Reviewed by: lifanov (mentor) Approved by: lifanov (mentor) MFH: 2017Q3 Security: http://www.vuxml.org/freebsd/60931f98-55a7-11e7-8514-589cfc0654e1.html Differential Revision: https://reviews.freebsd.org/D11400 Notes: svn path=/head/; revision=444987
* - Update to version 2016.74Pawel Pekala2016-08-012-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add license information Changelog: - Security: Message printout was vulnerable to format string injection. If specific usernames including "%" symbols can be created on a system (validated by getpwnam()) then an attacker could run arbitrary code as root when connecting to Dropbear server. A dbclient user who can control username or host arguments could potentially run arbitrary code as the dbclient user. This could be a problem if scripts or webpages pass untrusted input to the dbclient program. - Security: dropbearconvert import of OpenSSH keys could run arbitrary code as the local dropbearconvert user when parsing malicious key files - Security: dbclient could run arbitrary code as the local dbclient user if particular -m or -c arguments are provided. This could be an issue where dbclient is used in scripts. - Security: dbclient or dropbear server could expose process memory to the running user if compiled with DEBUG_TRACE and running with -v PR: 211298 Submitted by: Piotr Kubaj (maintainer) MFH: 2016Q3 Notes: svn path=/head/; revision=419445
* Update to 2016.73Lars Engels2016-04-242-3/+3
| | | | | | | | | PR: 208962 Submitted by: maintainer Sponsored by: Essen Linuxhotel Hackathon 2016 Notes: svn path=/head/; revision=413929
* - Add CPE informationDmitry Marakasov2016-03-291-1/+3
| | | | | | | | | PR: 208327 Submitted by: shun.fbsd.pr@dropcut.net Approved by: portmgr blanket Notes: svn path=/head/; revision=412129
* security/dropbear: Update to 2016.72Mark Felder2016-03-142-3/+3
| | | | | | | | | PR: 207903 MFH: 2016Q1 Security: CVE-2016-3116 Notes: svn path=/head/; revision=411074
* 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
* - Update to 2015.71Martin Wilke2016-01-092-4/+4
| | | | | | | | | | - Update maintainer mail PR: 206000 Submitted by: maintainer Notes: svn path=/head/; revision=405616
* - Pass maintainership to submitterAlex Kozlov2015-10-111-1/+1
| | | | | | | Submitted by: Piotr Kubaj <pkubaj@riseup.net> Notes: svn path=/head/; revision=399085
* - Update to 2015.68 [1]Alex Kozlov2015-10-112-4/+4
| | | | | | | | | | - Drop maintainership PR: 203694 [1] Submitted by: pkubaj@riseup.net Notes: svn path=/head/; revision=399084
* - Update to 2015.67Alex Kozlov2015-03-272-4/+3
| | | | Notes: svn path=/head/; revision=382395
* - Convert to pkg-plistAlex Kozlov2014-12-212-10/+9
| | | | Notes: svn path=/head/; revision=375196
* Put back empty dir in plistAntoine Brodin2014-12-211-0/+2
| | | | Notes: svn path=/head/; revision=375172
* cleanup plistBaptiste Daroussin2014-12-201-2/+0
| | | | Notes: svn path=/head/; revision=375111
* - Update to 2014.66Alex Kozlov2014-10-242-3/+3
| | | | Notes: svn path=/head/; revision=371432
* - Remove obsolete @dirrm(try)Alex Kozlov2014-09-251-1/+1
| | | | | | | - Convert PLIST_DIRSTRY to PLIST_DIRS Notes: svn path=/head/; revision=369242
* - Update to 2014.65Alex Kozlov2014-08-222-3/+3
| | | | Notes: svn path=/head/; revision=365661
* - Update to 2014.63Alex Kozlov2014-05-202-3/+3
| | | | Notes: svn path=/head/; revision=354608
* - Add/update license when possibleAlex Kozlov2014-05-201-2/+1
| | | | | | | | - Modernize ports Makefiles - Update MASTER_SITES/distfile for converters/chmview Notes: svn path=/head/; revision=354597
* - Update to 2013.62Alex Kozlov2014-01-242-3/+3
| | | | Notes: svn path=/head/; revision=340879
* - Update to 2013.60Alex Kozlov2013-10-172-3/+3
| | | | Notes: svn path=/head/; revision=330630
* - Update to 2013.59Alex Kozlov2013-10-142-9/+15
| | | | Notes: svn path=/head/; revision=330285
* - Support STAGEDIRAlex Kozlov2013-09-252-18/+14
| | | | | | | | | - Convert to USES=gmake - Convert to options helpers - Reformat pkg-descr Notes: svn path=/head/; revision=328311
* 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
* - Update to 2013.58Alex Kozlov2013-04-212-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=316170
* - Update to 2013.57Alex Kozlov2013-04-172-3/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315925
* - Install manpages [1]Alex Kozlov2013-02-171-9/+10
| | | | | | | | | | | - Convert Makefile headers to new style - Remove indefinite article from COMMENT PR: ports/176198 (based on) [1] Submitted by: Brett Wynkoop <bsdbugs@wynn.com> Notes: svn path=/head/; revision=312405
* - Convert to optionsNGAlex Kozlov2012-06-252-11/+12
| | | | | | | | | | - Pet portlint - Remove pkg-plist from security/dropbear Approved by: eadler (mentor) Notes: svn path=/head/; revision=299928
* Update to 2012.55Alex Kozlov2012-03-042-3/+3
| | | | | | | | | - fix arbitrary code execution (CVE-2012-0920) Approved by: eadler (mentor) Notes: svn path=/head/; revision=292688
* Update maintainer email in my portsAlex Kozlov2012-03-021-1/+1
| | | | | | | Approved by: eadler (mentor) Notes: svn path=/head/; revision=292555
* 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
* - Fix compile if WITH_STATIC is enabled [1]Michael Scheidell2011-12-272-3/+3
| | | | | | | | | | | - Also pr ports/163593, which is a duplicate of this one. root@42.org [2] PR: ports/163217 Submitted by: Mattia Rossi <mrossi@swin.edu.au> [1], root@42.org [2] Approved by: spam@rm-rf.kiev.ua (maintainer), gabor (mentor) Notes: svn path=/head/; revision=288123
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+1
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Update to 0.53.1Dennis Herrmann2011-06-204-25/+3
| | | | | | | | 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
* - Update to 0.52Martin Wilke2008-12-262-4/+5
| | | | | | | | PR: 129961 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> (maintainer) Notes: svn path=/head/; revision=224822
* - Update to 0.51Rong-En Fan2008-05-053-5/+5
| | | | | | | | | | - Use @dirrmtry PR: ports/123355 Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua> (maintainer) Notes: svn path=/head/; revision=212625
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-1/+1
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584