Commit graph

147 commits

Author SHA1 Message Date
Pav Lucistnik
831c9f1680 - Annotate the combination of X509 and KERB_GSSAPI patches as broken
PR:		ports/142819
Submitted by:	Scot Hetzel <swhetzel@gmail.com>
Approved by:	maintainer timeout (1 month)
2010-05-04 09:14:22 +00:00
Erwin Lansing
7b64080d4c Mark BROKEN on 9.x: does not build 2010-04-18 21:46:39 +00:00
Doug Barton
86922094aa RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name.
2010-03-27 06:14:03 +00:00
Dmitry Marakasov
5fc3786e03 - Remove BROKEN on 8.x WITH_KERBEROS case. Builds fine on 8.0 and 9.0, i386 and amd64
- While here, fix minor plist issue for WITH_X509 case

PR:		141679
Submitted by:	Denis Barov <dindin@dindin.ru> (maintainer)
2009-12-16 16:43:21 +00:00
Mario Sergio Fujikawa Ferreira
5eab958e66 - Under OSVERSION >= 800000, only mark BROKEN if WITH_KERBEROS.
- The port links fine otherwise.
2009-11-02 08:08:45 +00:00
Pav Lucistnik
0c0f9abca5 - Mark BROKEN on 8.X with Kerberos - does not link
Reported by:	pointyhat
2009-09-30 21:09:06 +00:00
Pav Lucistnik
980f7d51da - Revert USE_RC_SUBR change from last commit, it breaks OVERWRITE_BASE
- 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
2009-09-23 18:44:47 +00:00
Pav Lucistnik
adcf823bcf - Unbreak KERBEROS option
- 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
2009-09-18 14:05:52 +00:00
Pav Lucistnik
97ab5b2d30 - Mark BROKEN on 8.X: does not link
Reported by:	pointyhat
2009-08-08 07:13:49 +00:00
Norikatsu Shigemura
9a85a84dd2 Fix build error WITH_HPN.
PR:			ports/135407
Submitted by:		maintainer implicit (already submitted)
Pointy hat to:		pgollucci
2009-06-27 14:52:57 +00:00
Philip M. Gollucci
c8f0f76d7d - Fix the previous commit
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)
2009-06-23 17:15:33 +00:00
Sergey A. Osokin
2a56663170 Fix build with WITH_LPK support for amd64 by change extra patches order.
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
2009-05-19 10:13:28 +00:00
Norikatsu Shigemura
4de2c64b49 Fix HPN crash issue by using aes128-ctr, aes192-ctr and aes256-ctr.
Approved by:	pav
2009-05-17 03:00:11 +00:00
Pav Lucistnik
73a15551c8 - Update to 5.2p1
- Assign maintainership to the submitter

PR:		ports/134160
Submitted by:	Denis Barov <dindin@dindin.ru>
2009-05-15 11:00:27 +00:00
Munechika SUMIKAWA
ecec028843 Fix several problems with OPENSSH_OVERWRITE_BASE=1.
- Empty dir handling
- rc.d installation
- prefix modification in manuals

From:		Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
PR:		ports/133412
2009-04-22 06:01:39 +00:00
Pav Lucistnik
82e35ad7ad - Reset long-term inactive maintainer 2009-03-24 17:41:44 +00:00
Pav Lucistnik
8d8b5e57c5 - Integrate x509 certificate patch (optional, default off) from http://www.roumenpetrov.info/openssh/
PR:		ports/121438
Submitted by:	Dirk-Willem van Gulik <dirkx@webweaving.org>
Approved by:	maintainer timeout (mnag; 1 year)
2009-03-24 17:41:06 +00:00
Pav Lucistnik
47c045b38c - Add vendor patch for lpk patch that fixes runtime on amd64
PR:		ports/129092
Submitted by:	Jui-Nan Lin <jnlin@csie.nctu.edu.tw>
Approved by:	maintainer timeout (mnag; 4 months)
2009-03-24 17:33:41 +00:00
Pav Lucistnik
159053be31 - Update to 5.1p1
PR:		ports/128679
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Approved by:	maintainer timeout (mnag; 4 months)
2009-03-24 17:26:18 +00:00
Sergey Skvortsov
98f2d70fc3 Fix rootless build.
PR:		ports/126164
Submitted by:	skv
Approved by:	maintainer timeout (> 3 months)
2008-11-11 13:03:40 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Pav Lucistnik
ca549fb6a4 - Mark BROKEN after recent kerberos update 2008-06-22 19:26:07 +00:00
Marcus Alves Grando
061f2c543f - Update to 5.0p1
- 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]
2008-04-19 13:46:24 +00:00
Marcus Alves Grando
ab17d06e1f - Update HPN patch to hpn12v20
- Bump PORTREVISION

Submitted by:	Ollivier Robert <roberto__keltia.freenix.fr>
2008-01-16 13:09:00 +00:00
Marcus Alves Grando
6263358d77 - Update gsskex patch to 20070927
- Update HPN patch to hpn12v19 [1]

Notified by:	ale [1]
2007-10-05 12:41:25 +00:00
Edwin Groothuis
13441eac4b Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 06:02:06 +00:00
Marcus Alves Grando
651b04a669 - Update to 4.7p1
- Update HPN patch to 4.7p1-hpn12v18
- Mark as BROKEN WITH_KERB_GSSAPI while developer release a new patch
2007-09-08 01:18:31 +00:00
Marcus Alves Grando
a33136265a - Enable ssl-engine
- 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]
2007-08-30 15:40:39 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
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
2007-07-23 09:36:51 +00:00
Marcus Alves Grando
1b02a74de9 - Update OpenSSH to 4.6p1
- Update GSSKEX patch to 20061220
- Update HPN patch to hpn12v16
- Update LPK patch to 0.3.8
2007-03-12 22:13:18 +00:00
Rong-En Fan
06fc0cebe4 - Use RC_SUBR_SUFFIX
Approved by:	mnag (maintainer)
2007-02-06 11:49:46 +00:00
Alex Dupre
851f178959 Update HPN patch to v14 for openssh 4.5p1.
Approved by:	mnag
2006-11-17 18:58:43 +00:00
Marcus Alves Grando
ec6c3d3ee3 - Update to 4.5p1
- 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]
2006-11-10 13:11:49 +00:00
Marcus Alves Grando
3d5fa7b997 - Update HPN patch. Patch are renamed, the only content differences are two rows now enclosed in an "else" block.
Submitted by:	ale
Approved by:	portmgr (erwin)
2006-10-17 13:27:18 +00:00
Marcus Alves Grando
a99bc1ea54 - Add OPTION to enable Kerberos/GSSAPI patch [1]
- 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]
2006-10-07 21:06:55 +00:00
Marcus Alves Grando
bfdda791c6 - Fix package creation. [1]
- Update HPN patch and remove IGNORE. [2]
- Bump PORTREVISION

PR:		103961
Submitted by:	Phil Oleson <oz___nixil.net> [1], ale [2]
2006-10-04 13:53:54 +00:00
Marcus Alves Grando
59fcdc5d04 - Install ssh_config-dist and sshd_config-dist in OVERWRITE_BASE too. 2006-10-01 19:37:54 +00:00
Marcus Alves Grando
5ef0f821ec - Update to 4.4p1.
- 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
2006-10-01 02:15:00 +00:00
Alex Dupre
214233f056 Update HPN-12 patch to version 8 (no functional changes,
only documentation changes and a small bug fix on option parsing).

Approved by:	mnag
2006-08-29 19:47:07 +00:00
Simon L. B. Nielsen
5d8b44f097 Add optional OpenSC PIN patch which make it possible for OpenSSH to ask
for a PIN when using an OpenSC smartcard.

Approved by:		mnag (maintainer)
Patch obtained from:	http://bugzilla.mindrot.org/show_bug.cgi?id=608
2006-08-09 12:49:15 +00:00
Marcus Alves Grando
46c58e9d32 - Remove unecessary ?= in PKGNAMESUFFIX [1]
- 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]
2006-07-04 20:10:25 +00:00
Alex Dupre
32907f0dac Add support for smart cards.
Approved by:	maintainer
2006-06-12 16:56:35 +00:00
Marcus Alves Grando
1468fb643a - Fix order in rc.d script. Because of pidfile are empty, reload [2] and restart [1]
commands kill all connections.
- Separate keygen part and create keygen command.
- Bump PORTREVISION

PR:		93228 [1]
Reported by:	DanGer on #bsdports [2]
2006-02-21 19:28:37 +00:00
Marcus Alves Grando
87f45f45eb Forget to add HPN patches. 2006-02-11 23:59:28 +00:00
Marcus Alves Grando
73824d118c - Update to 4.3p2 2006-02-11 23:55:26 +00:00
Marcus Alves Grando
b62a23c6c7 - Update to 4.3p1
- 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
2006-02-07 20:07:54 +00:00
Marcus Alves Grando
6fae4e91b2 - Reorganize Makefile in preparation to update to 4.3p1
- Add one http in MASTER_SITES
- Update WWW
2006-02-07 20:04:25 +00:00
Marcus Alves Grando
346fd0a6a3 Update my email
Approved by: pav (mentor)
2005-09-16 17:58:32 +00:00
Renato Botelho
7877bb5c51 - Pass maintainership to submitter, since he sent the last patch.
PR:		ports/85775
Submitted by:	Marcus Alves Grando <marcus@corp.grupos.com.br>
2005-09-06 12:36:30 +00:00
Renato Botelho
509cdc26e4 - Update to 4.2p1
PR:		ports/85578
Submitted by:	Marcus Grando <marcus@corp.grupos.com.br>
2005-09-01 19:24:36 +00:00