diff options
author | Damien Miller <djm@mindrot.org> | 2003-04-29 15:22:40 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2003-04-29 15:22:40 +0200 |
commit | eab4bae03894f07ea556db4d781795c724245af7 (patch) | |
tree | 30289e5ea867bf4e9246b6a5bfe2f31f664dedc3 /contrib/redhat | |
parent | - (bal) [defines.h progressmeter.c scp.c] Some more culling of non 64bit (diff) | |
download | openssh-eab4bae03894f07ea556db4d781795c724245af7.tar.xz openssh-eab4bae03894f07ea556db4d781795c724245af7.zip |
- (djm) Add back radix.o (used by AFS support), after it went missing from
Makefile many moons ago
- (djm) Apply "owl-always-auth" patch from Openwall/Solar Designer
- (djm) Fix blibpath specification for AIX/gcc
- (djm) Some systems have basename in -lgen. Fix from ayamura@ayamura.org
Diffstat (limited to 'contrib/redhat')
-rw-r--r-- | contrib/redhat/openssh.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index 11d86a83c..8809ded70 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec @@ -1,5 +1,5 @@ -%define ver 3.6.1p1 -%define rel 2 +%define ver 3.6.1p2 +%define rel 1 # OpenSSH privilege separation requires a user & group ID %define sshd_uid 74 |