Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TBK
aports
Commits
d40d5db3
Commit
d40d5db3
authored
9 years ago
by
Eivind Uggedal
Browse files
Options
Downloads
Patches
Plain Diff
main/openssh: openssh-sftp-server subpackage
parent
c7b03259
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/openssh/APKBUILD
+11
-3
11 additions, 3 deletions
main/openssh/APKBUILD
with
11 additions
and
3 deletions
main/openssh/APKBUILD
+
11
−
3
View file @
d40d5db3
...
...
@@ -2,15 +2,16 @@
pkgname
=
openssh
pkgver
=
6.9_p1
_myver
=
${
pkgver
%_*
}${
pkgver
#*_
}
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"Port of OpenBSD's free SSH release"
url
=
"http://www.openssh.org/portable.html"
arch
=
"all"
license
=
"as-is"
options
=
"suid"
depends
=
"openssh-client"
depends
=
"openssh-client
openssh-sftp-server
"
makedepends
=
"openssl-dev zlib-dev"
subpackages
=
"
$pkgname
-doc
$pkgname
-client
$pkgname
-keysign"
subpackages
=
"
$pkgname
-doc
$pkgname
-client
$pkgname
-keysign
$pkgname
-sftp-server:sftp"
source
=
"ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/
$pkgname
-
$_myver
.tar.gz
CVE-2015-5600.patch
CVE-2015-6563.patch
...
...
@@ -110,6 +111,13 @@ keysign() {
"
$subpkgdir
"
/usr/lib/ssh/
||
return
1
}
sftp
()
{
pkgdesc
=
"ssh sftp server module"
install
-d
"
$subpkgdir
"
/usr/lib/ssh
||
return
1
mv
"
$pkgdir
"
/usr/lib/ssh/sftp-server
\
"
$subpkgdir
"
/usr/lib/ssh/
||
return
1
}
md5sums
=
"0b161c44fc31fbc6b76a6f8ae639f16f openssh-6.9p1.tar.gz
f3e17e9514d246d415fb6388609bc0f8 CVE-2015-5600.patch
ae3ac6c890f3172327118f3b793e7f05 CVE-2015-6563.patch
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment