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
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
alpine
aports
Commits
99230fd1
Commit
99230fd1
authored
6 years ago
by
Paul Bredbury
Committed by
Leonardo Arena
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/sslscan: new aport
Fast SSL configuration scanner.
parent
dc9383d2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/sslscan/APKBUILD
+37
-0
37 additions, 0 deletions
testing/sslscan/APKBUILD
with
37 additions
and
0 deletions
testing/sslscan/APKBUILD
0 → 100644
+
37
−
0
View file @
99230fd1
pkgname
=
sslscan
pkgver
=
1.11.12
_openssl_commit
=
"c9ba19c8b7fd131137373dbd1fccd6a8bb0628be"
pkgrel
=
0
pkgdesc
=
"Fast SSL configuration scanner"
url
=
"https://github.com/rbsec/sslscan"
arch
=
"all"
license
=
"GPL-3.0-or-later OpenSSL"
makedepends
=
"zlib-dev"
subpackages
=
"
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/rbsec/sslscan/archive/
$pkgver
-rbsec.tar.gz
sslscan-openssl-
$_openssl_commit
.tar.gz::https://github.com/PeterMosmans/openssl/archive/
$_openssl_commit
.tar.gz"
options
=
"!check"
# No test suite
builddir
=
"
$srcdir
/sslscan-
$pkgver
-rbsec"
build
()
{
cd
"
$builddir
"
ln
-s
"../openssl-
$_openssl_commit
"
openssl
touch
.openssl_is_fresh
sed
-i
-e
'/openssl\/.git/,/fi/d'
-e
'/openssl test/d'
Makefile
# Don't attempt to use strnstr
CFLAGS
=
"
$CFLAGS
-D__USE_GNU"
# To compile against the openssl lib with insecure protocols enabled
make static
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"e667cc50f0ec71343b73ca11871a1a53aa9f255c671f16b7c5f33093125a1e60d6e7945e7bd7296f4a71aa6837c823dc939e18982f3e3f831acc061ead9e7ebb sslscan-1.11.12.tar.gz
9bfdac0b6dcbb9e932ef41db9753f7298cf38ddc18731386968289114fd5ed10d81e95523d557b42b431377638d2f62fb710189e7d944ba89979fe5e3437fd3f sslscan-openssl-c9ba19c8b7fd131137373dbd1fccd6a8bb0628be.tar.gz"
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