notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: security/dropbear/Makefile
SVNWeb

Number of commits found: 70

Tue, 15 Nov 2022
[ 21:52 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:17112226551be3350d06a66040413a26f252cb30  commit hash:17112226551be3350d06a66040413a26f252cb30  commit hash:17112226551be3350d06a66040413a26f252cb30  1711222 
security/dropbear: update to 2022.83

Features and Changes:
  Note >> for compatibility/configuration changes

- >> Disable DROPBEAR_DSS by default
  It is only 1024 bit and uses sha1, most distros disable it by default already.

- Added DROPBEAR_RSA_SHA1 option to allow disabling sha1 rsa signatures.
  >> RSA with sha1 will be disabled in a future release (rsa keys will continue
  to work OK, with sha256 signatures used instead).

- Add option for requiring both password and pubkey (-t)
  Patch from Jackkal
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  commit hash:857c05f8674c5f4c990f49f9d0fb7034ebd340fe  857c05f  (Only the first 10 of 840 ports in this commit are shown above. View all ports for this commit)
security: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Kapranoff <kappa@rambler-co.ru>
  *  Alex Samorukov <samm@freebsd.org>
  *  Alexander Botero-Lowry <alex@foxybanana.com>
  *  Alexander Kriventsov <avk@vl.ru>
  *  Alexander Leidinger <netchild@FreeBSD.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 6 Apr 2022
[ 21:22 Piotr Kubaj (pkubaj) search for other commits by this committer ]    commit hash:01fecbcf810d82cc82064bf5440238a4b621f2df  commit hash:01fecbcf810d82cc82064bf5440238a4b621f2df  commit hash:01fecbcf810d82cc82064bf5440238a4b621f2df  01fecbc 
security/dropbear: update to 2022.82

Remove the not supported TWOFISH options.

Changelog:	https://matt.ucc.asn.au/dropbear/CHANGES
Tue, 14 Sep 2021
[ 10:55 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:1f35da5fb9278cb7775fbc2cb79c72a024e29b65  commit hash:1f35da5fb9278cb7775fbc2cb79c72a024e29b65  commit hash:1f35da5fb9278cb7775fbc2cb79c72a024e29b65  1f35da5 
security/dropbear: Fix CPE information because current one is deprecated

Approved by:    portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 30 Oct 2020
[ 11:53 pkubaj search for other commits by this committer ] Original commit   Revision:553685
security/dropbear: update to 2020.81

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
Fri, 23 Oct 2020
[ 00:18 pkubaj search for other commits by this committer ] Original commit   Revision:553061
security/dropbear: change in rc DSS to ed25519

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)
Tue, 7 Jul 2020
[ 12:25 tobik search for other commits by this committer ] Original commit   Revision:541416
security/dropbear: Fix typo and unbreak SHA2_512 option

Reported by:	portscan
Sun, 28 Jun 2020
[ 00:27 pkubaj search for other commits by this committer ] Original commit   Revision:540659
security/dropbear: update to 2020.80
Tue, 16 Jun 2020
[ 11:44 pkubaj search for other commits by this committer ] Original commit   Revision:539342
security/dropbear: update to 2020.79

Add some new options, remove needless patching, move to Dropbear's system for
non-default options.
Mon, 6 Jan 2020
[ 12:44 pkubaj search for other commits by this committer ] Original commit   Revision:522218
security/dropbear: add scp

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
Wed, 9 Oct 2019
[ 12:20 bapt search for other commits by this committer ] Original commit   Revision:514144 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Drop the ipv6 virtual category for s* category as it is not relevant anymore
Tue, 11 Jun 2019
[ 15:57 pkubaj search for other commits by this committer ] Original commit   Revision:503966
security/dropbear: update to 2019.78, change maintainer

Update the port to 2019.78 and change maintainer to my FreeBSD address.

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D20601
Fri, 9 Nov 2018
[ 19:42 swills search for other commits by this committer ] Original commit   Revision:484543
security/dropbear: fix CBC option

PR:		232143
Reported by:	dewayne@heuristicsystems.com.au
Approved by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Fri, 27 Jul 2018
[ 21:01 swills search for other commits by this committer ] Original commit   Revision:475463
security/dropbear: mark CBC option broken

PR:		226339
Approved by:	Piotr Kubaj <pkubaj@anongoth.pl> (maintainer)
Tue, 27 Mar 2018
[ 18:50 jrm search for other commits by this committer ] Original commit   Revision:465733
security/dropbear: Update to version 2018.76

PR:		226339
Submitted by:	pkubaj@anongoth.pl (maintainer)
Differential Revision:	https://reviews.freebsd.org/D14829
Mon, 3 Jul 2017
[ 19:32 ultima search for other commits by this committer ] Original commit   Revision:444987
Updated to 2017.75

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
Mon, 1 Aug 2016
[ 17:43 pawel search for other commits by this committer ] Original commit   Revision:419445
- Update to version 2016.74
- 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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 24 Apr 2016
[ 09:24 lme search for other commits by this committer ] Original commit   Revision:413929
Update to 2016.73

PR:		208962
Submitted by:	maintainer
Sponsored by:	Essen Linuxhotel Hackathon 2016
Tue, 29 Mar 2016
[ 18:51 amdmi3 search for other commits by this committer ] Original commit   Revision:412129
- Add CPE information

PR:		208327
Submitted by:	shun.fbsd.pr@dropcut.net
Approved by:	portmgr blanket
Mon, 14 Mar 2016
[ 14:09 feld search for other commits by this committer ] Original commit   Revision:411074
security/dropbear: Update to 2016.72

PR:		207903
MFH:		2016Q1
Security:	CVE-2016-3116
Sat, 9 Jan 2016
[ 09:07 miwi search for other commits by this committer ] Original commit   Revision:405616
- Update to 2015.71
- Update maintainer mail

PR:		206000
Submitted by:	maintainer
Sun, 11 Oct 2015
[ 12:02 ak search for other commits by this committer ] Original commit   Revision:399085
- Pass maintainership to submitter

Submitted by:	Piotr Kubaj <pkubaj@riseup.net>
[ 11:42 ak search for other commits by this committer ] Original commit   Revision:399084
- Update to 2015.68 [1]
- Drop maintainership

PR:	203694 [1]
Submitted by:	pkubaj@riseup.net
Fri, 27 Mar 2015
[ 10:43 ak search for other commits by this committer ] Original commit   Revision:382395
- Update to 2015.67
Sun, 21 Dec 2014
[ 21:39 ak search for other commits by this committer ] Original commit   Revision:375196
- Convert to pkg-plist
[ 17:44 antoine search for other commits by this committer ] Original commit   Revision:375172
Put back empty dir in plist
Sat, 20 Dec 2014
[ 19:37 bapt search for other commits by this committer ] Original commit   Revision:375111 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
cleanup plist
Fri, 24 Oct 2014
[ 10:45 ak search for other commits by this committer ] Original commit   Revision:371432
- Update to 2014.66
Thu, 25 Sep 2014
[ 11:35 ak search for other commits by this committer ] Original commit   Revision:369242
- Remove obsolete @dirrm(try)
- Convert PLIST_DIRSTRY to PLIST_DIRS
Fri, 22 Aug 2014
[ 14:16 ak search for other commits by this committer ] Original commit   Revision:365661
- Update to 2014.65
Tue, 20 May 2014
[ 07:06 ak search for other commits by this committer ] Original commit   Revision:354608
- Update to 2014.63
[ 06:06 ak search for other commits by this committer ] Original commit   Revision:354597 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Add/update license when possible
- Modernize ports Makefiles
- Update MASTER_SITES/distfile for converters/chmview
Fri, 24 Jan 2014
[ 06:35 ak search for other commits by this committer ] Original commit   Revision:340879
- Update to 2013.62
Thu, 17 Oct 2013
[ 11:25 ak search for other commits by this committer ] Original commit   Revision:330630
- Update to 2013.60
Mon, 14 Oct 2013
[ 08:56 ak search for other commits by this committer ] Original commit   Revision:330285
- Update to 2013.59
Wed, 25 Sep 2013
[ 20:02 ak search for other commits by this committer ] Original commit   Revision:328311
- Support STAGEDIR
- Convert to USES=gmake
- Convert to options helpers
- Reformat pkg-descr
Fri, 20 Sep 2013
[ 22:55 bapt search for other commits by this committer ] Original commit   Revision:327769 (Only the first 10 of 1016 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
security)
Sun, 21 Apr 2013
[ 07:36 ak search for other commits by this committer ] Original commit   Revision:316170
- Update to 2013.58

Feature safe:	yes
Wed, 17 Apr 2013
[ 02:58 ak search for other commits by this committer ] Original commit   Revision:315925
- Update to 2013.57

Feature safe: yes
Sun, 17 Feb 2013
[ 08:43 ak search for other commits by this committer ] Original commit   Revision:312405
- Install manpages [1]
- Convert Makefile headers to new style
- Remove indefinite article from COMMENT

PR:	ports/176198 (based on) [1]
Submitted by:	Brett Wynkoop <bsdbugs@wynn.com>
Mon, 25 Jun 2012
[ 04:15 ak search for other commits by this committer ] Original commit 
- Convert to optionsNG
- Pet portlint
- Remove pkg-plist from security/dropbear

Approved by:    eadler (mentor)
Sun, 4 Mar 2012
[ 21:20 ak search for other commits by this committer ] Original commit 
Update to 2012.55
- fix arbitrary code execution (CVE-2012-0920)

Approved by:    eadler (mentor)
Fri, 2 Mar 2012
[ 23:43 ak search for other commits by this committer ] Original commit  (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Update maintainer email in my ports

Approved by:    eadler (mentor)
Tue, 27 Dec 2011
[ 23:10 scheidell search for other commits by this committer ] Original commit 
- Fix compile if WITH_STATIC is enabled [1]
- 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)
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
Mon, 20 Jun 2011
[ 12:57 dhn search for other commits by this committer ] Original commit 
- Update to 0.53.1

PR:             ports/158027
Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua> (maintainer)
Fri, 26 Dec 2008
[ 22:16 miwi search for other commits by this committer ] Original commit 
- Update to 0.52

PR:             129961
Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua> (maintainer)
Mon, 5 May 2008
[ 06:52 rafan search for other commits by this committer ] Original commit 
- Update to 0.51
- Use @dirrmtry

PR:             ports/123355
Submitted by:   Alex Kozlov <spam at rm-rf.kiev.ua> (maintainer)
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [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)
Tue, 14 Aug 2007
[ 13:52 itetcu search for other commits by this committer ] Original commit 
- Update security/dropbear to 0.50.
-Drop deprecated WANT_* knob.

PR:             ports/115475
Submitted by:   Alex Kozlov (maintainer)
Mon, 16 Apr 2007
[ 19:33 rafan search for other commits by this committer ] Original commit 
- Use new world rc script

PR:             ports/111361
Approved by:    Alex Kozlov (maintainer)
Tested by:      Alex Kozlov, rafan
Fri, 23 Mar 2007
[ 08:41 clement search for other commits by this committer ] Original commit 
- Pass maintainership to Alex Kozlov.
Sun, 18 Mar 2007
[ 17:51 clement search for other commits by this committer ] Original commit 
- Update to 0.49
- OPTIONify
- Fix some documentation
- drop maintainership

PR:             ports/108785
Submitted by:   Alex Kozlov<spam@rm-rf.kiev.ua>
Fri, 3 Nov 2006
[ 11:15 clement search for other commits by this committer ] Original commit 
- Update to 0.48.1
Sat, 13 May 2006
[ 04:15 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 275 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from all categories starting with S
Mon, 19 Dec 2005
[ 09:20 clement search for other commits by this committer ] Original commit 
- Update to 0.47
- SECURITY: fix for buffer allocation error in server code, could potentially
  allow authenticated users to gain elevated privileges.

PR:             ports/90531
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
Sun, 10 Jul 2005
[ 19:52 clement search for other commits by this committer ] Original commit 
- Update to 0.46
Sat, 8 Jan 2005
[ 16:49 clement search for other commits by this committer ] Original commit 
- Update to 0.44
Sat, 31 Jul 2004
[ 09:10 clement search for other commits by this committer ] Original commit 
Security fix.
- Update to 0.43
  This release fixes a DSS verification vulnerability.
  See:
 
http://www.freebsd.org/ports/portaudit/0316f983-dfb6-11d8-9b0a-000347a4fa7d.html
Wed, 4 Feb 2004
[ 05:10 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1422 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Wed, 21 Jan 2004
[ 10:38 clement search for other commits by this committer ] Original commit 
- Update to 0.41
Wed, 14 Jan 2004
[ 12:17 clement search for other commits by this committer ] Original commit 
- Update to 0.40

Approved by:        erwin (mentor) (implicitly)
Tue, 13 Jan 2004
[ 15:04 clement search for other commits by this committer ] Original commit  (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
- Update my email address

Approved and reviewed by:    erwin (mentor)
Wed, 17 Dec 2003
[ 11:56 krion search for other commits by this committer ] Original commit 
- Update to version 0.39

PR:             60296
Submitted by:   maintainer
Sat, 11 Oct 2003
[ 18:05 erwin search for other commits by this committer ] Original commit 
Update to 0.38

PR:             57866
Submitted by:   maintainer
Mon, 6 Oct 2003
[ 12:30 edwin search for other commits by this committer ] Original commit 
[maintainer patch] security/dropbear: Change fetch location

        I'm rearranging the files a bit on the Dropbear site to
        avoid problems with links going away for previous versions,
        would you be able to change the source url for Dropbear to
        be the package in the http://matt.ucc.asn.au/dropbear/releases/
        directory, rather than just the /dropbear/ dir?

PR:             ports/57643
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>
Thu, 25 Sep 2003
[ 10:22 krion search for other commits by this committer ] Original commit 
- Update to version 0.37

PR:             57188
Submitted by:   maintainer
Mon, 8 Sep 2003
[ 09:09 edwin search for other commits by this committer ] Original commit 
[new port] security/dropbear: a lightweight SSH2 server

        Dropbear is an SSH 2 server, designed to be usable in small
        memory environments.

        It supports:
                * Main features of SSH 2 protocol
                * Implements X11 forwarding, and authentication-agent forwarding
                for OpenSSH clients
                * Compatible with OpenSSH ~/.ssh/authorized_keys public key
                authentication

        WWW: http://matt.ucc.asn.au/dropbear/dropbear.html

PR:             ports/55795
Submitted by:   Clement Laforet <sheepkiller@cultdeadsheep.org>

Number of commits found: 70