aboutsummaryrefslogtreecommitdiff
path: root/security/openssh-portable
Commit message (Collapse)AuthorAgeFilesLines
* - Mark BROKEN after recent kerberos updatePav Lucistnik2008-06-221-0/+4
| | | | Notes: svn path=/head/; revision=215546
* - Update to 5.0p1Marcus Alves Grando2008-04-195-58/+1915
| | | | | | | | | | | | | | | | | - Port LPK patch to 5.0p1 and add to files dir - Remove USE_PERL_BUILD since doesn't need [1] - Update KERB_GSSAPI to 5.0p1 - Update HPN patch to 5.0p1 13v3 - Respect LOCALBASE on configure_args of LPK [2] - Change MASTER_SITE of snapshot - portlint(1) PR: 121826 [2] Submitted by: Andrew Kolchoogin <andrew___rinet.ru> [2] Reported by: Björn König <bkoenig___alpha-tierchen.d [1] Notes: svn path=/head/; revision=211576
* - Update HPN patch to hpn12v20Marcus Alves Grando2008-01-162-4/+5
| | | | | | | | | - Bump PORTREVISION Submitted by: Ollivier Robert <roberto__keltia.freenix.fr> Notes: svn path=/head/; revision=205724
* - Update gsskex patch to 20070927Marcus Alves Grando2007-10-052-9/+8
| | | | | | | | | - Update HPN patch to hpn12v19 [1] Notified by: ale [1] Notes: svn path=/head/; revision=200908
* Remove always-false/true conditions based on OSVERSION 500000Edwin Groothuis2007-10-041-7/+0
| | | | Notes: svn path=/head/; revision=200791
* - Update MD5/SHA256 of openssh hpn patch. This patch are rerolled to update ↵Marcus Alves Grando2007-09-141-2/+2
| | | | | | | | | | | | | | | | | | | version: --- openssh-4.7p1-hpn12v18.diff 2007-09-13 17:11:05.000000000 -0300 +++ /usr/ports/distfiles/openssh-4.7p1-hpn12v18.diff 2007-09-05 18:13:03.000000000 -0300 @@ -1580,5 +1580,5 @@ #define SSH_PORTABLE "p1" -#define SSH_RELEASE SSH_VERSION SSH_PORTABLE -+#define SSH_HPN "-hpn12v18" ++#define SSH_HPN "-hpn12v17" +#define SSH_RELEASE SSH_VERSION SSH_PORTABLE SSH_HPN Reported by: Tsurutani Naoki <turutani___scphys.kyoto-u.ac.jp> Notes: svn path=/head/; revision=199453
* - Update to 4.7p1Marcus Alves Grando2007-09-083-41/+9
| | | | | | | | - Update HPN patch to 4.7p1-hpn12v18 - Mark as BROKEN WITH_KERB_GSSAPI while developer release a new patch Notes: svn path=/head/; revision=199070
* - Enable ssl-engineMarcus Alves Grando2007-08-305-2349/+52
| | | | | | | | | | | | | - Update gsskex patch to 4.6p1-gsskex-20070312 - Update lpk patch to 4.6p1-0.3.9 - Update hpn patch to 4.6p1-hpn12v17 - Fix challenge-response issue - Bump PORTREVISION Reported by: Stefan Lambrev [1], ale@ [1] Notes: svn path=/head/; revision=198532
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update OpenSSH to 4.6p1Marcus Alves Grando2007-03-124-1828/+2353
| | | | | | | | | - Update GSSKEX patch to 20061220 - Update HPN patch to hpn12v16 - Update LPK patch to 0.3.8 Notes: svn path=/head/; revision=187230
* - Use RC_SUBR_SUFFIXRong-En Fan2007-02-061-6/+1
| | | | | | | Approved by: mnag (maintainer) Notes: svn path=/head/; revision=184366
* Update HPN patch to v14 for openssh 4.5p1.Alex Dupre2006-11-172-4/+4
| | | | | | | Approved by: mnag Notes: svn path=/head/; revision=177474
* - Fix CHROOT patch using chroot() before setusercontext() and add strerror() ↵Marcus Alves Grando2006-11-101-18/+14
| | | | | | | | | in message if chroot() fail. Notified by: Chris Gardner <chris_g_g___hotmail.com> Notes: svn path=/head/; revision=177000
* - Update to 4.5p1Marcus Alves Grando2006-11-103-6/+5
| | | | | | | | | | - patch-sshd.c unconditionally includes <gssapi.h>. Include "ssh-gss.h" instead. [1] PR: 104481 [1] Submitted by: Mark Andrews <Mark_Andrews___isc.org> [1] Notes: svn path=/head/; revision=176995
* - Update HPN patch. Patch are renamed, the only content differences are two ↵Marcus Alves Grando2006-10-172-7/+8
| | | | | | | | | | rows now enclosed in an "else" block. Submitted by: ale Approved by: portmgr (erwin) Notes: svn path=/head/; revision=175372
* - Add OPTION to enable Kerberos/GSSAPI patch [1]Marcus Alves Grando2006-10-073-11/+1850
| | | | | | | | | | - Add OPTION to enable LPK patch (ldap stored public key) [2] PR: 86384 [1], 103399 [2] Submitted by: Garrett Wollman <wollman___khavrinen.csail.mit.edu> [1], Dmitriy Kirhlarov <dkirhlarov___oilspace.com> [2] Notes: svn path=/head/; revision=174854
* - Fix package creation. [1]Marcus Alves Grando2006-10-043-4/+9
| | | | | | | | | | | - Update HPN patch and remove IGNORE. [2] - Bump PORTREVISION PR: 103961 Submitted by: Phil Oleson <oz___nixil.net> [1], ale [2] Notes: svn path=/head/; revision=174461
* - Install ssh_config-dist and sshd_config-dist in OVERWRITE_BASE too.Marcus Alves Grando2006-10-012-4/+2
| | | | Notes: svn path=/head/; revision=174259
* - Update to 4.4p1.Marcus Alves Grando2006-10-0121-448/+467
| | | | | | | | | | | | - Disable temporary HPN patch until HPN release new version. - Fix rc.d script path in sshd.8 - Add FreeBSD-${PKGNAME} in SSH_VERSION and SSH_RELEASE like src does. - Sync patches with src. Security: CVE-2006-4924, CVE-2006-5051 Notes: svn path=/head/; revision=174213
* Update HPN-12 patch to version 8 (no functional changes,Alex Dupre2006-08-292-4/+4
| | | | | | | | | only documentation changes and a small bug fix on option parsing). Approved by: mnag Notes: svn path=/head/; revision=171630
* Add optional OpenSC PIN patch which make it possible for OpenSSH to askSimon L. B. Nielsen2006-08-092-0/+137
| | | | | | | | | | for a PIN when using an OpenSC smartcard. Approved by: mnag (maintainer) Patch obtained from: http://bugzilla.mindrot.org/show_bug.cgi?id=608 Notes: svn path=/head/; revision=170199
* - Remove unecessary ?= in PKGNAMESUFFIX [1]Marcus Alves Grando2006-07-042-21/+5
| | | | | | | | | - Update HPN patch to hpn12. Now none cipher are configured in run time. [2] Notified by: Peter Losher <plosher___plosh.net> [1], Scott Larson <stl___iowainteractive.com> [2] Notes: svn path=/head/; revision=166938
* Add support for smart cards.Alex Dupre2006-06-121-0/+6
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=165242
* - Fix order in rc.d script. Because of pidfile are empty, reload [2] and ↵Marcus Alves Grando2006-02-212-14/+18
| | | | | | | | | | | | | | restart [1] commands kill all connections. - Separate keygen part and create keygen command. - Bump PORTREVISION PR: 93228 [1] Reported by: DanGer on #bsdports [2] Notes: svn path=/head/; revision=156611
* Forget to add HPN patches.Marcus Alves Grando2006-02-112-2/+8
| | | | Notes: svn path=/head/; revision=155801
* - Update to 4.3p2Marcus Alves Grando2006-02-112-10/+4
| | | | Notes: svn path=/head/; revision=155799
* - Update to 4.3p1Marcus Alves Grando2006-02-078-88/+194
| | | | | | | | | | | | | | | | | | | - Use DISTVERSION - Add most configuration in OPTIONS - Enable support to libedit in sftp [1] - Add OPTIONS to HPN patches [2] - Add new rc.d script [3] - New rc.d script are responsible to check configuration and create host keys - Using USE_RC_SUBR - Modify pkg-message to reflect new rc.d script - Fix pkg-plist Reviewd by: dougb [3] Submitted by: vs [1], brooks [2] Tested by: me, John E Hein Notes: svn path=/head/; revision=155433
* - Reorganize Makefile in preparation to update to 4.3p1Marcus Alves Grando2006-02-072-74/+75
| | | | | | | | - Add one http in MASTER_SITES - Update WWW Notes: svn path=/head/; revision=155432
* Add SHA256Marcus Alves Grando2005-11-091-0/+1
| | | | Notes: svn path=/head/; revision=147666
* Update my emailMarcus Alves Grando2005-09-161-1/+1
| | | | | | | Approved by: pav (mentor) Notes: svn path=/head/; revision=142945
* - Pass maintainership to submitter, since he sent the last patch.Renato Botelho2005-09-061-1/+1
| | | | | | | | PR: ports/85775 Submitted by: Marcus Alves Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=142084
* - Update to 4.2p1Renato Botelho2005-09-015-146/+70
| | | | | | | | PR: ports/85578 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> Notes: svn path=/head/; revision=141730
* - Update to 4.1p1Pav Lucistnik2005-06-062-5/+5
| | | | | | | | PR: ports/81948 Submitted by: Daniel Gerzo <danger@rulez.sk> Notes: svn path=/head/; revision=136933
* - Don't specify --with-ssl-dir when using the system's OpenSSLPav Lucistnik2005-04-111-0/+2
| | | | | | | | PR: ports/79355 Submitted by: Mark Andrews <Mark_Andrews@isc.org> Notes: svn path=/head/; revision=133094
* - Update to 4.0p1Michael Johnson2005-03-209-68/+137
| | | | | | | | PR: ports/79029 Submitted by: Dimitry Andric <dimitry@andric.com> Notes: svn path=/head/; revision=131679
* - sshd child process crashes when user with expired password logs in.Pav Lucistnik2004-12-181-1/+1
| | | | | | | | | | Fix unitialized pointer in our local patch. PR: ports/75204 Submitted by: Andriy Gapon <avg@icyb.net.ua> Notes: svn path=/head/; revision=124407
* - drop maintainershipDirk Meyer2004-10-141-1/+1
| | | | Notes: svn path=/head/; revision=119362
* - new option WITH_OPENSSH_CHROOTDirk Meyer2004-10-122-24/+62
| | | | | | | Submitted by: KANAI Makoto Notes: svn path=/head/; revision=118778
* - cleanup patchesDirk Meyer2004-10-125-21/+21
| | | | | | | (only context changed) Notes: svn path=/head/; revision=118777
* - update to 3.9p1Dirk Meyer2004-08-186-63/+46
| | | | | | | | | | set PORTVERSION 3.9.0.1 to avoid another bump of PORTEPOCH if 3.9.1p1 come out. - new option OPENSSH_SNAPSHOT Notes: svn path=/head/; revision=116585
* - bump PORTEPOCHDirk Meyer2004-04-291-0/+1
| | | | | | | Reported by kriS Notes: svn path=/head/; revision=107922
* - update to 3.8.1p1Dirk Meyer2004-04-292-3/+3
| | | | Notes: svn path=/head/; revision=107917
* - force kerberos by option WITH_GSSAPIDirk Meyer2004-04-031-2/+2
| | | | Notes: svn path=/head/; revision=106002
* - make PKGNAMESUFFIX more flexibleDirk Meyer2004-03-261-4/+6
| | | | Notes: svn path=/head/; revision=105368
* - add SIZEDirk Meyer2004-02-261-16/+16
| | | | Notes: svn path=/head/; revision=102162
* - update to 3.8p1Dirk Meyer2004-02-253-11/+13
| | | | Notes: svn path=/head/; revision=102091
* - fix UsageDirk Meyer2003-12-041-2/+2
| | | | Notes: svn path=/head/; revision=94863
* - new option WITHOUT_KERBEROSDirk Meyer2003-10-181-1/+1
| | | | | | | | PR: 58156 Submitted by: matt@peterson.org Notes: svn path=/head/; revision=91564
* - fix build with kerberos5 from base and missing libdesDirk Meyer2003-10-131-16/+6
| | | | | | | - get rid of autoconf dependency Notes: svn path=/head/; revision=91049
* - fix spelling of gssapiDirk Meyer2003-10-131-2/+2
| | | | Notes: svn path=/head/; revision=90981