| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PR: ports/183895
Reported by: mat
Notes:
svn path=/head/; revision=333580
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This release fixes a security bug:
* sshd(8): fix a memory corruption problem triggered during rekeying
when an AES-GCM cipher is selected. Full details of the vulnerability
are available at: http://www.openssh.com/txt/gcmrekey.adv
Security: http://www.openssh.com/txt/gcmrekey.adv
Notes:
svn path=/head/; revision=333215
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: http://www.openssh.org/txt/release-6.3
- Use options helpers where possible
- Use upstream patch mirror for x509 and HPN
- Update HPN patch to v14 and use upstream version
- Add option NONECIPHER to allow disabling NONE in HPN patch
- Update x509 patch from 7.4.1 to 7.6
- Add support for LDNS and enable by it and VerifyHostKeyDNS/SSHFP by default.
See http://lists.freebsd.org/pipermail/freebsd-security/2013-September/007180.html
which describes this change, but is supported on releases before 10 as well
with LDNS option.
- Update SCTP to patchlevel 2329
- Update recommendation on secure usage of SSH
- Add pkg-message warning about ECDSA key possibly being incorrect due to
previously being written as DSA by the rc script and fixed in r299902 in
2012
Notes:
svn path=/head/; revision=330200
|
|
|
|
|
|
|
|
| |
depend on the upstream mirror for the x509 patch and my mirror
as a fallback
Notes:
svn path=/head/; revision=329681
|
|
|
|
| |
Notes:
svn path=/head/; revision=329605
|
|
|
|
| |
Notes:
svn path=/head/; revision=329250
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This was due to a mistake in r319062 when porting the patch from 5.8 to 6.2
There is no active upstream for this patch. For reference here are the
changes made in the patch:
--- - 2013-10-03 11:07:21.262913573 -0500
+++ /tmp/zdiff.XXXXXXXXXX.STScEeSI 2013-10-03 11:07:21.000000000 -0500
@@ -183,7 +183,7 @@
if (ret < 0 || (size_t)ret >= sizeof(ccname))
return ENOMEM;
-+#ifdef USE_CCAPI
++#ifndef USE_CCAPI
old_umask = umask(0177);
tmpfd = mkstemp(ccname + strlen("FILE:"));
oerrno = errno;
PR: ports/180419
Reported by: Garrett Wollman <wollman@khavrinen.csail.mit.edu>
Notes:
svn path=/head/; revision=329246
|
|
|
|
| |
Notes:
svn path=/head/; revision=329189
|
|
|
|
| |
Notes:
svn path=/head/; revision=329185
|
|
|
|
| |
Notes:
svn path=/head/; revision=329176
|
|
|
|
|
|
|
|
|
|
|
| |
privilege separation as it causes crashes when using AES crypto devices.
This now uses 'yes' for UsePrivilegeSeparation instead of 'sandbox' by
default
Reminded by: Garrett Wollman
Notes:
svn path=/head/; revision=328706
|
|
|
|
| |
Notes:
svn path=/head/; revision=328704
|
|
|
|
| |
Notes:
svn path=/head/; revision=328703
|
|
|
|
| |
Notes:
svn path=/head/; revision=328701
|
|
|
|
| |
Notes:
svn path=/head/; revision=327710
|
|
|
|
|
|
|
| |
Approved by: bdrewery@ (maintainer)
Notes:
svn path=/head/; revision=325040
|
|
|
|
| |
Notes:
svn path=/head/; revision=322345
|
|
|
|
| |
Notes:
svn path=/head/; revision=322321
|
|
|
|
|
|
|
|
|
| |
if needed, as well as checking for port collision with base sshd.
Reported by: delphij
Notes:
svn path=/head/; revision=321578
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I did very minor porting of the upstream patch to make
it apply.
Note that this currently does not build with base heimdal, but
does build with port MIT or port HEIMDAL.
- Bump PORTREVISION in case someone built the update, expecting
this option to work and now have a broken ssh.
PR: ports/178885
Reported by: Garrett Wollman <wollman@csail.mit.edu>
Notes:
svn path=/head/; revision=319062
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This was due to not including the canohost.h header for our
base customization to respect class login restrictions. I had
missed this as I was only tested with the default (HPN enabled)
which already was including this header.
Reported by: runelind in ##freenode
Tested by: runelind, myself
Reported by: Krzysztof Stryjek
Notes:
svn path=/head/; revision=318808
|
|
|
|
|
|
|
| |
of crashing.
Notes:
svn path=/head/; revision=318727
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- The LPK patch has been updated but is obsolete, deprecated and
untested. It has been replaced by AuthorizedKeysCommand
- The upstream HPN's last update was for 6.1 and is mostly
abandoned. The patch has had bugs since 5.9. I have reworked
it and split into into HPN and AES_THREADED options. The
debugging/logging part of the patch is incomplete. I may
change the patch to more closely match our base version
eventually.
- The KERB_GSSAPI option has been removed as the patch has not
been updated by upstream since 5.7
- sshd VersionAddendum is currently not working as intended;
it will be fixed later to allow removing the port/pkg version.
- Update our patchset to match latest base version
- Bring in ssh-agent -x support from base
- I incrementally updated the port from 5.8 up to 6.2p2 along
with patches. You can find all of the versions at
https://github.com/bdrewery/openssh
Changes:
http://www.openssh.com/txt/release-5.9
http://www.openssh.org/txt/release-6.0
http://www.openssh.org/txt/release-6.1
http://www.openssh.org/txt/release-6.2
http://www.openssh.org/txt/release-6.2p2
Notes:
svn path=/head/; revision=318400
|
|
|
|
|
|
|
| |
high-pressure swapping environments
Notes:
svn path=/head/; revision=318392
|
|
|
|
|
|
|
| |
base r213250
Notes:
svn path=/head/; revision=318390
|
|
|
|
|
|
|
| |
to achieve the same thing.
Notes:
svn path=/head/; revision=318386
|
|
|
|
|
|
|
| |
This was fixed in base in 2007 in r169966
Notes:
svn path=/head/; revision=317070
|
|
|
|
|
|
|
|
| |
PR: ports/167554
Requested by: Volodymyr Kostyrko <c.kworr@gmail.com>
Notes:
svn path=/head/; revision=316929
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* /var/empty has been in hier(7) since 4.x
* User sshd has been in base since 4.x
* Simplify a patch for realhostname_sa(3) usage
- Remove SUID_SSH - It was removed from ssh in 2002
- Fix 'make test'
- Add some hints into the patches on where they came from
- Mirror all patches
- Move LPK patch out of files/
- Remove the need for 2 patches
* Removal of 'host-key check-config' in install phase
* Adding -lutil
- Add SCTP support [1]
- Remove FILECONTROL as it has not been supported since the 5.8
update
- Replace tab with space pkg-descr
- Remove default WRKSRC
- Add 'configtest' command to rc script
- Mark X509 broken with other patches due to PATCH_DIST_STRIP=-p1
PR: ports/174570 [1]
Submitted by: oleg <proler@gmail.com> [1]
Obtained from: https://bugzilla.mindrot.org/show_bug.cgi?id=2016 (upstream) [1]
Feature safe: yes
Notes:
svn path=/head/; revision=315920
|
|
|
|
|
|
|
|
|
|
|
|
| |
which differs in prototype from OpenBSD strnvis() [2]
[1] http://lists.freebsd.org/pipermail/freebsd-stable/2013-January/071703.html
[2] http://gnats.netbsd.org/44977
Submitted by: dim
Notes:
svn path=/head/; revision=311891
|
|
|
|
|
|
|
| |
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=311381
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=308352
|
|
|
|
|
|
|
| |
Feature safe: yes
Notes:
svn path=/head/; revision=306620
|
|
|
|
|
|
|
|
|
|
|
| |
Trim Headers
PR: ports/172429
Submitted by: Michael Gmelin <freebsd@grem.de>
Feature safe: yes
Notes:
svn path=/head/; revision=305839
|
|
|
|
|
|
|
| |
all the gymnastics
Notes:
svn path=/head/; revision=302140
|
|
|
|
|
|
|
|
| |
Simplify some code
Fix an error message
Notes:
svn path=/head/; revision=299909
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for package change
Submitted by: J. Hellenthal <jhellenthal@dataix.net>
Notes:
svn path=/head/; revision=299902
|
|
|
|
|
|
|
|
| |
PR: ports/168306
Submitted by: "Bryan Drewery" <bryan@shatow.net>
Notes:
svn path=/head/; revision=299163
|
|
|
|
|
|
|
|
| |
PR: ports/167423
Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer)
Notes:
svn path=/head/; revision=295776
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/166413
Submitted by: Gleb Smirnoff <glebius@cell.glebius.int.ru>
Approved by: Grzegorz Blach <magik@roorback.net> (maintainer)
Feature safe: yes
Notes:
svn path=/head/; revision=293925
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
PR: ports/163414
Submitted by: portmgr (pav)
Approved by: gabor (mentor)
Notes:
svn path=/head/; revision=287929
|
|
|
|
|
|
|
|
|
|
|
| |
- add ssh_engine.5 man page when openssh-portable WITH_X509 is turned on (reported by John Hein via mail)
PR: ports/163414
Submitted by: Grzegorz Blach <magik@roorback.net>
Approved by: gabor (mentor)
Notes:
svn path=/head/; revision=287924
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- fix Kerberos knob [2]
- fix build on 9.0 [3]
- fix deinstall with various knobs [4]
- fix LPK knob [5]
PR: ports/161818 [1], ports/144597 [2], ports/160389 [3]
ports/150493, ports/156926 [4], ports/155456 [5]
Submitted by: "Grzegorz Blach" <magik@roorback.net> [1], [2], [4], [5]
pluknet [3]
Reported by: Jonathan <lordsith49@hotmail.com> [2]
Kevin Thompson <antiduh@csh.rit.edu> [4]
Alexey Remizov <alexey@remizov.org> [5]
Notes:
svn path=/head/; revision=284070
|
|
|
|
|
|
|
| |
Approved by: maho (mentor) and magik@roorback.net
Notes:
svn path=/head/; revision=277928
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump portrevision.
PR: ports/142824
Submitted by: Scot Hetzel <swhetzel@gmail.com>
Approved by: gabor (mentor)
Notes:
svn path=/head/; revision=277657
|
|
|
|
| |
Notes:
svn path=/head/; revision=276991
|
|
|
|
| |
Notes:
svn path=/head/; revision=270702
|
|
|
|
| |
Notes:
svn path=/head/; revision=266965
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION
PR: ports/152029
Submitted by: Joerg Pulz [Joerg.Pulz frm2.tum.de]
Approved by: Ryan Steinmetz <rpsfa@rit.edu> (maintainer of net/freeradius*)
girgen (maintainer of databases/postgresql*-server,
14 day timeout)
Notes:
svn path=/head/; revision=264890
|