Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nxssh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rx-etersoft
nxssh
Commits
e4fc5821
Commit
e4fc5821
authored
May 23, 2018
by
Pavel Vainerman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
restore fix-openssl-1.1.patch
parent
12424661
Pipeline
#1548
failed with stages
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
nxssh.spec
.gear/nxssh.spec
+7
-0
rules
.gear/rules
+2
-0
0001-fix-openssl-1.1.patch-eterbug-12901.patch
patches/0001-fix-openssl-1.1.patch-eterbug-12901.patch
+0
-0
No files found.
.gear/nxssh.spec
View file @
e4fc5821
...
@@ -13,6 +13,8 @@ Url: https://github.com/openssh/openssh-portable
...
@@ -13,6 +13,8 @@ Url: https://github.com/openssh/openssh-portable
Source: %name-%version.tar
Source: %name-%version.tar
Patch1: 0001-fix-openssl-1.1.patch-eterbug-12901.patch
Requires: nx-libs >= 3.5.0.31
Requires: nx-libs >= 3.5.0.31
# Automatically added by buildreq on Wed Nov 08 2017
# Automatically added by buildreq on Wed Nov 08 2017
...
@@ -35,6 +37,11 @@ confdir=""
...
@@ -35,6 +37,11 @@ confdir=""
%__subst "s|-DSSHDIR=\\\\\"\$(sysconfdir)\\\\\"|-DSSHDIR=\\\\\"\$(sysconfdir)${confdir}\\\\\"|g" Makefile.in
%__subst "s|-DSSHDIR=\\\\\"\$(sysconfdir)\\\\\"|-DSSHDIR=\\\\\"\$(sysconfdir)${confdir}\\\\\"|g" Makefile.in
# fix build with openssl 1.1
if [ -s %_libdir/libssl.so.1.1 ] ; then
%patch1 -p1
fi
%build
%build
with_kerberos=
with_kerberos=
%if_enabled kerberos5
%if_enabled kerberos5
...
...
.gear/rules
View file @
e4fc5821
tar: . name=@name@-@version@
tar: . name=@name@-@version@
spec: .gear/nxssh.spec
spec: .gear/nxssh.spec
copy: patches/*.patch
patches/0001-fix-openssl-1.1.patch-eterbug-12901.patch
0 → 100644
View file @
e4fc5821
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment