aboutsummaryrefslogtreecommitdiff
path: root/security/openssh-portable
Commit message (Collapse)AuthorAgeFilesLines
* - Update and re-add KERB_GSSAPI gsskex patch.Bryan Drewery2013-05-252-2/+20
| | | | | | | | | | | | | | | 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
* - Fix sshd crash when not using HPNBryan Drewery2013-05-232-6/+13
| | | | | | | | | | | | | | 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
* Mark BROKEN as I have received 2 separate reportsBryan Drewery2013-05-211-0/+2
| | | | | | | of crashing. Notes: svn path=/head/; revision=318727
* - Update to 6.2p2Bryan Drewery2013-05-1715-261/+369
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* - Bring in r199804 and r206397 from base to avoid killing sshd inBryan Drewery2013-05-171-0/+43
| | | | | | | high-pressure swapping environments Notes: svn path=/head/; revision=318392
* - Remove copyright as it was a base customization that was removed inBryan Drewery2013-05-171-25/+0
| | | | | | | base r213250 Notes: svn path=/head/; revision=318390
* - Remove CHROOT option and patch. ChrootDirectory was added in 5.0Bryan Drewery2013-05-172-35/+4
| | | | | | | to achieve the same thing. Notes: svn path=/head/; revision=318386
* Fix xauth and ssh-askpass still being expected in /usr/X11R6Bryan Drewery2013-05-021-1/+4
| | | | | | | This was fixed in base in 2007 in r169966 Notes: svn path=/head/; revision=317070
* - Add support for base and port Heimdal for KerberosBryan Drewery2013-04-301-2/+17
| | | | | | | | PR: ports/167554 Requested by: Volodymyr Kostyrko <c.kworr@gmail.com> Notes: svn path=/head/; revision=316929
* - Remove compatibiliy for FreeBSD <4.xBryan Drewery2013-04-1723-1971/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * /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
* - Fix runtime crash on CURRENT due to import of NetBSD strnvis() [1]Bryan Drewery2013-02-081-1/+2
| | | | | | | | | | | | 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
* - Fix all cases of 'No newline at end of file' in ports treeAlex Kozlov2013-02-011-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=311381
* - Update mirror site for HPN patchBryan Drewery2012-12-051-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=308352
* - Take maintainershipBryan Drewery2012-10-291-1/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306620
* Convert to OptionsNGEitan Adler2012-10-131-35/+32
| | | | | | | | | | | Trim Headers PR: ports/172429 Submitted by: Michael Gmelin <freebsd@grem.de> Feature safe: yes Notes: svn path=/head/; revision=305839
* When installing in the base, USE_RCORDER does the right thing withoutDoug Barton2012-08-051-10/+2
| | | | | | | all the gymnastics Notes: svn path=/head/; revision=302140
* Add KEYWORD: shutdownDoug Barton2012-06-241-58/+53
| | | | | | | | Simplify some code Fix an error message Notes: svn path=/head/; revision=299909
* - Fix ECDSA key generation in openssh rc.d scriptSunpoet Po-Chuan Hsieh2012-06-242-2/+2
| | | | | | | | | - Bump PORTREVISION for package change Submitted by: J. Hellenthal <jhellenthal@dataix.net> Notes: svn path=/head/; revision=299902
* Change HPN patch mirror location to one that worksEitan Adler2012-06-131-1/+1
| | | | | | | | PR: ports/168306 Submitted by: "Bryan Drewery" <bryan@shatow.net> Notes: svn path=/head/; revision=299163
* - Reset maintainershipSunpoet Po-Chuan Hsieh2012-05-011-1/+1
| | | | | | | | PR: ports/167423 Submitted by: Grzegorz Blach <magik@roorback.net> (maintainer) Notes: svn path=/head/; revision=295776
* - Perl only needed to build, not needed to run. remove PERL5_RUN from MakefileMichael Scheidell2012-03-281-2/+1
| | | | | | | | | | | | - 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
* 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
* - Add USE_PERL5_BUILDMichael Scheidell2011-12-231-0/+1
| | | | | | | | | PR: ports/163414 Submitted by: portmgr (pav) Approved by: gabor (mentor) Notes: svn path=/head/; revision=287929
* - openssh-portable needs perl to build (reported by Gleb Smirnoff via mail)Michael Scheidell2011-12-231-0/+3
| | | | | | | | | | | - 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
* - update to 5.8p2 [1]Florian Smeets2011-10-2134-5635/+844
| | | | | | | | | | | | | | | | | | | - 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
* - Maintainer to magik@roorback.netStephen Montgomery-Smith2011-07-191-1/+1
| | | | | | | Approved by: maho (mentor) and magik@roorback.net Notes: svn path=/head/; revision=277928
* - Add VersionAddendum support.Stephen Montgomery-Smith2011-07-1312-43/+244
| | | | | | | | | | | - Bump portrevision. PR: ports/142824 Submitted by: Scot Hetzel <swhetzel@gmail.com> Approved by: gabor (mentor) Notes: svn path=/head/; revision=277657
* -remove MD5Olli Hauer2011-07-031-3/+0
| | | | Notes: svn path=/head/; revision=276991
* Unbreak build with LPK option (broken after commit 1.674 in bsd.port.mk).Sergey Skvortsov2011-03-111-1/+1
| | | | Notes: svn path=/head/; revision=270702
* Remove OpenSC support. This port should be updated to support PKCS#11.Alex Dupre2010-12-272-146/+0
| | | | Notes: svn path=/head/; revision=266965
* - Fix optional dependency on security/heimdalRene Ladan2010-11-211-2/+2
| | | | | | | | | | | | - 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
* Add the sftpfilecontrol patch as an OPTION (WITH_FILECONTROL)Philip M. Gollucci2010-08-312-0/+494
| | | | | | | | | | See http://sftpfilecontrol.sourceforge.net/ for details. PR: ports/146338 Submitted by: Steve Wills <steve@mouf.net> Notes: svn path=/head/; revision=260249
* Reset dindin@dindin.ru due to maintainer-timeout and no response to email.Mark Linimon2010-08-221-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=259771
* - Annotate the combination of X509 and KERB_GSSAPI patches as brokenPav Lucistnik2010-05-041-0/+4
| | | | | | | | | PR: ports/142819 Submitted by: Scot Hetzel <swhetzel@gmail.com> Approved by: maintainer timeout (1 month) Notes: svn path=/head/; revision=253666
* Mark BROKEN on 9.x: does not buildErwin Lansing2010-04-181-0/+4
| | | | Notes: svn path=/head/; revision=252887
* RC_SUBR_SUFFIX has not been needed for a long time now, all supportedDoug Barton2010-03-271-1/+1
| | | | | | | | versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh appended to the script name. Notes: svn path=/head/; revision=251570
* 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 BROKEN on 8.x WITH_KERBEROS case. Builds fine on 8.0 and 9.0, i386 ↵Dmitry Marakasov2009-12-162-6/+4
| | | | | | | | | | | | and amd64 - While here, fix minor plist issue for WITH_X509 case PR: 141679 Submitted by: Denis Barov <dindin@dindin.ru> (maintainer) Notes: svn path=/head/; revision=246003
* - Under OSVERSION >= 800000, only mark BROKEN if WITH_KERBEROS.Mario Sergio Fujikawa Ferreira2009-11-021-0/+2
| | | | | | | - The port links fine otherwise. Notes: svn path=/head/; revision=243630
* - Mark BROKEN on 8.X with Kerberos - does not linkPav Lucistnik2009-09-301-0/+4
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=242331
* - Revert USE_RC_SUBR change from last commit, it breaks OVERWRITE_BASEPav Lucistnik2009-09-232-2/+5
| | | | | | | | | | | - Add a hint to pkg-message about running this together with base sshd PR: ports/138943 Submitted by: Denis Barov <dindin@yandex-team.ru> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241992
* - Unbreak KERBEROS optionPav Lucistnik2009-09-183-11/+78
| | | | | | | | | | | | - Add option for OpenBSD support - Fix crash in sftp listing PR: ports/138409 (cumulative patch) Submitted by: Denis Barov <dindin@dindin.ru> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=241653
* - Mark BROKEN on 8.X: does not linkPav Lucistnik2009-08-081-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=239141
* Fix build error WITH_HPN.Norikatsu Shigemura2009-06-271-2/+2
| | | | | | | | | PR: ports/135407 Submitted by: maintainer implicit (already submitted) Pointy hat to: pgollucci Notes: svn path=/head/; revision=236686
* - Fix the previous commitPhilip M. Gollucci2009-06-231-4/+4
| | | | | | | | | | | The patch file names for LPK were not updated completely in the Makefile PR: ports/135968 Submitted by: Konstantin Kukushkin <dark@rambler-co.ru> Approved by: maintainer (implicit, shouyld have been in previous patch) Notes: svn path=/head/; revision=236534
* - security/openssh-portable: update HPN and LPK patches to newer versionsPhilip M. Gollucci2009-06-217-1132/+2684
| | | | | | | | | | - still broken on -CURRENT PR: ports/135407 Submitted by: Denis Barov <dindin@dindin.ru> (maintainer) Notes: svn path=/head/; revision=236442
* Fix build with WITH_LPK support for amd64 by change extra patches order.Sergey A. Osokin2009-05-191-3/+4
| | | | | | | | | | | | | | Do not bump PORTREVISION. Submitted by: Fedor Dikarev aka fe at rambler dash co dot ru Spotted by: maxim Approved by: maintainer unavailable, i.e. $ whois dindin.ru | grep ^state state: REGISTERED, NOT DELEGATED PR: amd64/134706 Notes: svn path=/head/; revision=234197
* Fix HPN crash issue by using aes128-ctr, aes192-ctr and aes256-ctr.Norikatsu Shigemura2009-05-172-3/+4
| | | | | | | Approved by: pav Notes: svn path=/head/; revision=234048
* - Update to 5.2p1Pav Lucistnik2009-05-157-258/+2740
| | | | | | | | | | - Assign maintainership to the submitter PR: ports/134160 Submitted by: Denis Barov <dindin@dindin.ru> Notes: svn path=/head/; revision=233924
* Fix several problems with OPENSSH_OVERWRITE_BASE=1.Munechika SUMIKAWA2009-04-222-12/+6
| | | | | | | | | | | | - Empty dir handling - rc.d installation - prefix modification in manuals From: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> PR: ports/133412 Notes: svn path=/head/; revision=232494