diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile | 6 | ||||
-rw-r--r-- | contrib/caldera/openssh.spec | 4 | ||||
-rw-r--r-- | contrib/cygwin/ssh-host-config | 1 | ||||
-rw-r--r-- | contrib/redhat/openssh.spec | 2 | ||||
-rw-r--r-- | contrib/suse/openssh.spec | 2 |
5 files changed, 9 insertions, 6 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 8b34eb221..c6c48e78a 100644 --- a/contrib/Makefile +++ b/contrib/Makefile | |||
@@ -1,3 +1,5 @@ | |||
1 | PKG_CONFIG = pkg-config | ||
2 | |||
1 | all: | 3 | all: |
2 | @echo "Valid targets: gnome-ssh-askpass1 gnome-ssh-askpass2" | 4 | @echo "Valid targets: gnome-ssh-askpass1 gnome-ssh-askpass2" |
3 | 5 | ||
@@ -7,9 +9,9 @@ gnome-ssh-askpass1: gnome-ssh-askpass1.c | |||
7 | `gnome-config --libs gnome gnomeui` | 9 | `gnome-config --libs gnome gnomeui` |
8 | 10 | ||
9 | gnome-ssh-askpass2: gnome-ssh-askpass2.c | 11 | gnome-ssh-askpass2: gnome-ssh-askpass2.c |
10 | $(CC) `pkg-config --cflags gtk+-2.0` \ | 12 | $(CC) `$(PKG_CONFIG) --cflags gtk+-2.0` \ |
11 | gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \ | 13 | gnome-ssh-askpass2.c -o gnome-ssh-askpass2 \ |
12 | `pkg-config --libs gtk+-2.0 x11` | 14 | `$(PKG_CONFIG) --libs gtk+-2.0 x11` |
13 | 15 | ||
14 | clean: | 16 | clean: |
15 | rm -f *.o gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssh-askpass | 17 | rm -f *.o gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssh-askpass |
diff --git a/contrib/caldera/openssh.spec b/contrib/caldera/openssh.spec index 90be57dac..9fd07953a 100644 --- a/contrib/caldera/openssh.spec +++ b/contrib/caldera/openssh.spec | |||
@@ -16,7 +16,7 @@ | |||
16 | 16 | ||
17 | #old cvs stuff. please update before use. may be deprecated. | 17 | #old cvs stuff. please update before use. may be deprecated. |
18 | %define use_stable 1 | 18 | %define use_stable 1 |
19 | %define version 6.0p1 | 19 | %define version 6.1p1 |
20 | %if %{use_stable} | 20 | %if %{use_stable} |
21 | %define cvs %{nil} | 21 | %define cvs %{nil} |
22 | %define release 1 | 22 | %define release 1 |
@@ -363,4 +363,4 @@ fi | |||
363 | * Mon Jan 01 1998 ... | 363 | * Mon Jan 01 1998 ... |
364 | Template Version: 1.31 | 364 | Template Version: 1.31 |
365 | 365 | ||
366 | $Id: openssh.spec,v 1.77 2012/04/20 00:58:43 djm Exp $ | 366 | $Id: openssh.spec,v 1.78 2012/08/22 11:57:15 djm Exp $ |
diff --git a/contrib/cygwin/ssh-host-config b/contrib/cygwin/ssh-host-config index 3ac39a621..3c9046f5f 100644 --- a/contrib/cygwin/ssh-host-config +++ b/contrib/cygwin/ssh-host-config | |||
@@ -493,6 +493,7 @@ install_service() { | |||
493 | -a "-D" -y tcpip "${cygwin_env[@]}" \ | 493 | -a "-D" -y tcpip "${cygwin_env[@]}" \ |
494 | -u "${run_service_as}" -w "${password}" | 494 | -u "${run_service_as}" -w "${password}" |
495 | then | 495 | then |
496 | /usr/bin/editrights -u "${run_service_as}" -a SeServiceLogonRight | ||
496 | echo | 497 | echo |
497 | csih_inform "The sshd service has been installed under the '${run_service_as}'" | 498 | csih_inform "The sshd service has been installed under the '${run_service_as}'" |
498 | csih_inform "account. To start the service now, call \`net start sshd' or" | 499 | csih_inform "account. To start the service now, call \`net start sshd' or" |
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index d4e44d26d..f74ad4486 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec | |||
@@ -1,4 +1,4 @@ | |||
1 | %define ver 6.0p1 | 1 | %define ver 6.1p1 |
2 | %define rel 1 | 2 | %define rel 1 |
3 | 3 | ||
4 | # OpenSSH privilege separation requires a user & group ID | 4 | # OpenSSH privilege separation requires a user & group ID |
diff --git a/contrib/suse/openssh.spec b/contrib/suse/openssh.spec index 8d99fb5aa..3b8abecc8 100644 --- a/contrib/suse/openssh.spec +++ b/contrib/suse/openssh.spec | |||
@@ -13,7 +13,7 @@ | |||
13 | 13 | ||
14 | Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation | 14 | Summary: OpenSSH, a free Secure Shell (SSH) protocol implementation |
15 | Name: openssh | 15 | Name: openssh |
16 | Version: 6.0p1 | 16 | Version: 6.1p1 |
17 | URL: http://www.openssh.com/ | 17 | URL: http://www.openssh.com/ |
18 | Release: 1 | 18 | Release: 1 |
19 | Source0: openssh-%{version}.tar.gz | 19 | Source0: openssh-%{version}.tar.gz |