Commit Graph

42 Commits

Author SHA1 Message Date
Ingo Weinhold
205db01824 openssh: update recipe
* Update [BUILD_]REQUIRES.
* Add GLOBAL_WRITABLE_FILES, USER_SETTINGS_FILES, POST_INSTALL_SCRIPTS,
  and PACKAGE_USERS attributes.
* Change global settings directory back to $sysconfDir/ssh (as expected
  by sshd_keymaker.sh).
2013-06-18 01:59:42 +02:00
Ingo Weinhold
3a380a174f Update openssh 6.0p1 recipe and patch
* Back-port (and fix) the AuthorizedKeysFile change in sshd_config
  from 6.2p1.
* Declare login and passwd as requires and find them via the package
  links directory.
* configure.ac: Allow passing the path to passwd via the environment.
* Remove all but the ".ssh" dir related changes from the pathnames.h
  patch. The other paths can be specified/overridden via configure, so
  we don't need to patch them. Same for LOGIN_PROGRAM in sshd_config.
* Fix sysconfdir and libexecdir paths. The build system doesn't append
  a subdir path.
2013-04-30 00:38:52 +02:00
Ingo Weinhold
5d2a935523 Remove old and intermediate openssh non-recipes/patches 2013-04-29 01:02:31 +02:00
Ingo Weinhold
2b0aeb6910 Convert openssh 6.0p1 recipe to an actual recipe 2013-04-29 01:02:31 +02:00
Ingo Weinhold
c7a4782483 Convert openssh 5.8p2 recipe to actual recipe 2013-04-29 01:02:31 +02:00
Oliver Tappe
60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00
Oliver Tappe
94cc6aaf85 Merge all changes from trunk 2013-03-29 14:04:07 +00:00
Scott McCreary
7b0444d53a Updated openssh to 5.8p1 2011-02-04 20:09:23 +00:00
Scott McCreary
f5da03cce0 Updated openssh to 5.7p1 2011-01-24 19:27:20 +00:00
Scott McCreary
1516b98acd Added TEST section to openssh-5.6p1, updated 5.7p1 to snapshot 2011-01-17 2011-01-16 19:17:18 +00:00
Scott McCreary
4c1ec28746 Testing openssh-5.7p1 snapshot20110114 2011-01-14 04:45:59 +00:00
Scott McCreary
8e24bab0cb Updated openssh-5.7p1 bep file to snapshot for 2011-01-11, this is a prerelease test only version. 2011-01-10 17:55:52 +00:00
Scott McCreary
3fcda6e400 Added TEST section to openssh .bep file. 2011-01-07 22:05:07 +00:00
Scott McCreary
3ff694de6a Patch for openssh-5.7p1 2011-01-06 23:00:50 +00:00
Scott McCreary
0466148320 Initial bep for the upcoming openssh5.7p1 release, and an updated sshd_keymaker.sh as suggested by diver in Haikuporter trac
ticket #475, also added ecdsa_key generation which seems to be new in 5.7p1
2011-01-06 20:52:08 +00:00
Scott McCreary
3a389c4a88 Added notifications to the sshd_keymaker, patch from mmu_man. 2010-11-03 23:59:33 +00:00
Scott McCreary
45b426e28c Starting to move man files from /boot/common/man to B_COMMON_DOCUMENTATION/man 2010-08-31 06:14:34 +00:00
Scott McCreary
94528fc3cd Update openssh to 5.6p1 2010-08-23 16:02:49 +00:00
Chris Roberts
19fd2d4bfa Merged most of the OPD files into the beps. 2010-05-16 19:28:03 +00:00
Scott McCreary
dbb0d11a88 ok, second try, this time the patch actually applies cleanly. 2010-04-30 05:27:17 +00:00
Scott McCreary
145e8be5e6 moved the pathnames fix into the patch so that the patched archive will will correctly. Eventually we'll need a better fix for this. 2010-04-30 05:20:50 +00:00
Scott McCreary
ad469634a2 Added yasm.OptionalPackageDescription and fixed openssh's known_host2 pathname. 2010-04-30 03:35:31 +00:00
Scott McCreary
64ff58b3e4 Fixed directories for openssh, this should fix the known_hosts issue. 2010-04-30 03:28:40 +00:00
Chris Roberts
fec3cddf49 Minor cleanup to the openssh patch. No functional change. 2010-04-29 23:38:09 +00:00
Chris Roberts
bc403862fc Add libedit dependency for openssh-5.5p1.
libedit only needs to be installed by the packager since it's linked in statically.  No need for an optional package.
2010-04-29 22:24:04 +00:00
Chris Roberts
2314c1cc85 Attempt to clean up the DEPEND field of some of the bep files to match the format described on the wiki. 2010-04-27 01:15:54 +00:00
Scott McCreary
f96e22c70c Initial .bep files for openssh-5.5p1 and curl-7.20.1
Applied with the following Haiku:

OpenSSH
and Curl updated again
surfing securely
2010-04-16 03:31:31 +00:00
Scott McCreary
fde4748886 Changed openssh from using /boot/common/etc/ssh to /boot/common/settings/ssh
Applied with the following Haiku:

Moving from etc
To the common settings dir
Soon depricated?
2010-04-14 16:07:07 +00:00
Chris Roberts
485edf0b8d Add sshd key generator to the install rules for openssh 2010-04-14 06:46:41 +00:00
Scott McCreary
44fa027951 Added the openssh post_install keygen script.
Applied with the following Haiku:

Openssh
Uses this bash post install
Script to make the keys
2010-04-14 06:35:35 +00:00
Scott McCreary
4d48cb4c92 comment out the make check in libtool's bep file as it takes a long time to run. Set the default path for ssh. 2010-04-08 12:28:08 +00:00
Scott McCreary
18f3008d8e Modified the pathnames.h file to put use haiku specific directories, some of these may be wrong, so more changes probably to come 2010-03-27 03:31:19 +00:00
Scott McCreary
90005a4f0f Changed name of the ssh directory from openssh to just ssh. 2010-03-23 15:11:32 +00:00
Scott McCreary
476a5ccbb5 Fixed destdir issue with openssh .bep file, thanks to auggiedoggie. 2010-03-22 00:30:50 +00:00
Scott McCreary
828dc5e9dd Updated sed to got into /boot/system as libtool has issue when sed is in /boot/common, updated python 2.6.5 files, and updated openssh's .opd file 2010-03-21 07:01:14 +00:00
Scott McCreary
bf1c68c2a7 updated openssh .bep file to use finddir, so it now puts the ssh keys into B_USER_SETTINGS_DIRECTORY/openssh 2010-03-21 06:23:02 +00:00
Scott McCreary
9546ff61a1 fixed .bep file for openssh, seems it doesn't need automake, and that slash before make was tripping it up. 2010-03-21 05:17:15 +00:00
Scott McCreary
f8266e68a6 Fixed url for openssh source. Still not building though. 2010-03-19 07:04:21 +00:00
Scott McCreary
510be9353c changed checksum value. 2010-03-16 22:06:09 +00:00
Scott McCreary
4ba3df2d38 initial .bep file for openssh. 2010-03-16 19:10:59 +00:00
Scott McCreary
09537a46ec Initial .OptionalPackageDescription files for many of the Haiku Optional Packages, and a few license files. 2009-11-23 08:02:43 +00:00
Scott McCreary
a97b7b400f patch to configure.ac to build openssh -5.2p1 on Haiku, based on Ingo's patch for 5.0p1 2009-05-19 05:14:37 +00:00