Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2024.86 19 Nov 2024 00:10:15 |
Piotr Kubaj (pkubaj) |
security/dropbear: update to 2024.86
Also strip binaries. |
2022.83_2 10 Jan 2024 15:29:49 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
2022.83_1 21 Oct 2023 14:43:22 |
Daniel Engberg (diizzy) |
security/dropbear: Unbundle libtom* libs by default
Add option to use libtom* libraries from ports tree and set as default
PR: 274351
Reviewed by: pkubaj (maintainer) |
2022.83 15 Nov 2022 21:52:51 |
Piotr Kubaj (pkubaj) |
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 ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2022.82 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2022.82 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
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 ) |
2022.82 06 Apr 2022 21:22:23 |
Piotr Kubaj (pkubaj) |
security/dropbear: update to 2022.82
Remove the not supported TWOFISH options.
Changelog: https://matt.ucc.asn.au/dropbear/CHANGES |
2020.81 14 Sep 2021 10:55:29 |
Bernhard Froehlich (decke) |
security/dropbear: Fix CPE information because current one is deprecated
Approved by: portmgr (blanket) |
2020.81 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2020.81 30 Oct 2020 11:53:41 |
pkubaj |
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 |
2020.80_2 23 Oct 2020 00:18:21 |
pkubaj |
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) |
2020.80_1 07 Jul 2020 12:25:53 |
tobik |
security/dropbear: Fix typo and unbreak SHA2_512 option
Reported by: portscan |
2020.80 28 Jun 2020 00:27:22 |
pkubaj |
security/dropbear: update to 2020.80 |
2020.79 16 Jun 2020 11:44:43 |
pkubaj |
security/dropbear: update to 2020.79
Add some new options, remove needless patching, move to Dropbear's system for
non-default options. |
2019.78_1 06 Jan 2020 12:44:25 |
pkubaj |
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 |
2019.78 09 Oct 2019 12:20:31 |
bapt |
Drop the ipv6 virtual category for s* category as it is not relevant anymore |
2019.78 11 Jun 2019 15:57:19 |
pkubaj |
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 |
2018.76 09 Nov 2018 19:42:12 |
swills |
security/dropbear: fix CBC option
PR: 232143
Reported by: dewayne@heuristicsystems.com.au
Approved by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) |
2018.76 27 Jul 2018 21:01:50 |
swills |
security/dropbear: mark CBC option broken
PR: 226339
Approved by: Piotr Kubaj <pkubaj@anongoth.pl> (maintainer) |
2018.76 27 Mar 2018 18:50:24 |
jrm |
security/dropbear: Update to version 2018.76
PR: 226339
Submitted by: pkubaj@anongoth.pl (maintainer)
Differential Revision: https://reviews.freebsd.org/D14829 |
2017.75 03 Jul 2017 19:32:12 |
ultima |
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 |
2016.74 01 Aug 2016 17:43:19 |
pawel |
- 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 ) |
2016.73 24 Apr 2016 09:24:04 |
lme |
Update to 2016.73
PR: 208962
Submitted by: maintainer
Sponsored by: Essen Linuxhotel Hackathon 2016 |
2016.72 29 Mar 2016 18:51:15 |
amdmi3 |
- Add CPE information
PR: 208327
Submitted by: shun.fbsd.pr@dropcut.net
Approved by: portmgr blanket |
2016.72 14 Mar 2016 14:09:07 |
feld |
security/dropbear: Update to 2016.72
PR: 207903
MFH: 2016Q1
Security: CVE-2016-3116 |
2015.71 15 Jan 2016 09:18:54 |
gahr |
security/dropbear: support extra arguments in rc.conf
PR: 206211
Submitted by: gahr
Approved by: pkubaj@anongoth.pl (maintainer) |
2015.71 09 Jan 2016 09:07:27 |
miwi |
- Update to 2015.71
- Update maintainer mail
PR: 206000
Submitted by: maintainer |
2015.68 11 Oct 2015 12:02:39 |
ak |
- Pass maintainership to submitter
Submitted by: Piotr Kubaj <pkubaj@riseup.net> |
2015.68 11 Oct 2015 11:42:27 |
ak |
- Update to 2015.68 [1]
- Drop maintainership
PR: 203694 [1]
Submitted by: pkubaj@riseup.net |
2015.67 27 Mar 2015 10:43:50 |
ak |
- Update to 2015.67 |
2014.66_1 21 Dec 2014 21:39:06 |
ak |
- Convert to pkg-plist |
2014.66_1 21 Dec 2014 17:44:26 |
antoine |
Put back empty dir in plist |
2014.66 20 Dec 2014 19:37:45 |
bapt |
cleanup plist |
2014.66 24 Oct 2014 10:45:20 |
ak |
- Update to 2014.66 |
2014.65 25 Sep 2014 11:35:44 |
ak |
- Remove obsolete @dirrm(try)
- Convert PLIST_DIRSTRY to PLIST_DIRS |
2014.65 22 Aug 2014 14:16:56 |
ak |
- Update to 2014.65 |
2014.63 20 May 2014 07:06:09 |
ak |
- Update to 2014.63 |
2013.62 20 May 2014 06:06:36 |
ak |
- Add/update license when possible
- Modernize ports Makefiles
- Update MASTER_SITES/distfile for converters/chmview |
2013.62 24 Jan 2014 06:35:29 |
ak |
- Update to 2013.62 |
2013.60 17 Oct 2013 11:25:36 |
ak |
- Update to 2013.60 |
2013.59 14 Oct 2013 08:56:37 |
ak |
- Update to 2013.59 |
2013.58 25 Sep 2013 20:02:05 |
ak |
- Support STAGEDIR
- Convert to USES=gmake
- Convert to options helpers
- Reformat pkg-descr |
2013.58 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
2013.58 21 Apr 2013 07:36:55 |
ak |
- Update to 2013.58
Feature safe: yes |
2013.57 17 Apr 2013 02:58:24 |
ak |
- Update to 2013.57
Feature safe: yes |
2012.55 17 Feb 2013 08:43:17 |
ak |
- 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> |
2012.55 25 Jun 2012 04:15:50 |
ak |
- Convert to optionsNG
- Pet portlint
- Remove pkg-plist from security/dropbear
Approved by: eadler (mentor) |
2012.55 04 Mar 2012 21:20:55 |
ak |
Update to 2012.55
- fix arbitrary code execution (CVE-2012-0920)
Approved by: eadler (mentor) |
2011.54 02 Mar 2012 23:43:45 |
ak |
Update maintainer email in my ports
Approved by: eadler (mentor) |
2011.54 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
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. |
2011.54 27 Dec 2011 23:10:11 |
scheidell |
- 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) |
0.53.1 23 Sep 2011 22:26:39 |
amdmi3 |
- 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 |
0.53.1 20 Jun 2011 12:57:56 |
dhn |
- Update to 0.53.1
PR: ports/158027
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> (maintainer) |
0.52 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
0.52 20 Jan 2010 09:24:24 |
ed |
Remove an unneeded inclusion of <utmp.h>.
Submitted by: Alex Kozlov <spam rm-rf kiev ua> |
0.52 26 Dec 2008 22:16:27 |
miwi |
- Update to 0.52
PR: 129961
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> (maintainer) |
0.51 05 May 2008 06:52:58 |
rafan |
- Update to 0.51
- Use @dirrmtry
PR: ports/123355
Submitted by: Alex Kozlov <spam at rm-rf.kiev.ua> (maintainer) |
0.50 19 Apr 2008 17:56:05 |
miwi |
- 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) |
0.50 14 Aug 2007 13:52:32 |
itetcu |
- Update security/dropbear to 0.50.
-Drop deprecated WANT_* knob.
PR: ports/115475
Submitted by: Alex Kozlov (maintainer) |
0.49_1 16 Apr 2007 19:33:06 |
rafan |
- Use new world rc script
PR: ports/111361
Approved by: Alex Kozlov (maintainer)
Tested by: Alex Kozlov, rafan |
0.49 23 Mar 2007 08:41:18 |
clement |
- Pass maintainership to Alex Kozlov. |
0.49 18 Mar 2007 17:51:19 |
clement |
- Update to 0.49
- OPTIONify
- Fix some documentation
- drop maintainership
PR: ports/108785
Submitted by: Alex Kozlov<spam@rm-rf.kiev.ua> |
0.48.1 03 Nov 2006 11:15:46 |
clement |
- Update to 0.48.1 |
0.47 13 May 2006 04:15:53 |
edwin |
Remove USE_REINPLACE from all categories starting with S |
0.47 19 Dec 2005 09:20:32 |
clement |
- 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> |
0.46 10 Jul 2005 19:52:15 |
clement |
- Update to 0.46 |
0.44 08 Jan 2005 16:49:03 |
clement |
- Update to 0.44 |
0.43 31 Jul 2004 09:10:43 |
clement |
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 |
0.41_1 07 Feb 2004 17:16:21 |
clement |
- SIZEify distinfo |
0.41_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.41 21 Jan 2004 10:38:58 |
clement |
- Update to 0.41 |
0.40 14 Jan 2004 12:17:49 |
clement |
- Update to 0.40
Approved by: erwin (mentor) (implicitly) |
0.39 13 Jan 2004 15:04:51 |
clement |
- Update my email address
Approved and reviewed by: erwin (mentor) |
0.39 17 Dec 2003 11:56:01 |
krion |
- Update to version 0.39
PR: 60296
Submitted by: maintainer |
0.38 11 Oct 2003 18:05:09 |
erwin |
Update to 0.38
PR: 57866
Submitted by: maintainer |
0.37 06 Oct 2003 12:30:06 |
edwin |
[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> |
0.37 25 Sep 2003 10:22:59 |
krion |
- Update to version 0.37
PR: 57188
Submitted by: maintainer |
0.36 08 Sep 2003 09:09:36 |
edwin |
[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> |