summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2017-05-08 01:56:52 +0200
committerThomas Penteker <tek@serverop.de>2017-05-08 01:56:52 +0200
commitbfafb923016ff05d148ad1a266a40a139b28905a (patch)
treea782a6729cdcbdf8de14c0db72e43cbf5f7020ff
parente3cfc6fe5e55931bf61d2f73b2ed1b327300a6a9 (diff)
downloadcontrib-bfafb923016ff05d148ad1a266a40a139b28905a.tar.gz
contrib-bfafb923016ff05d148ad1a266a40a139b28905a.tar.xz
sslscan: 1.11.0 -> 1.11.10
-rw-r--r--sslscan/.footprint5
-rw-r--r--sslscan/.md5sum2
-rw-r--r--sslscan/.signature8
-rw-r--r--sslscan/Pkgfile8
4 files changed, 13 insertions, 10 deletions
diff --git a/sslscan/.footprint b/sslscan/.footprint
index 39ac84d2b..191c229a8 100644
--- a/sslscan/.footprint
+++ b/sslscan/.footprint
@@ -3,4 +3,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/sslscan
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/sslscan.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rwxr-xr-x root/root usr/share/man/man1/sslscan.1.gz
diff --git a/sslscan/.md5sum b/sslscan/.md5sum
index a78126151..c334777d2 100644
--- a/sslscan/.md5sum
+++ b/sslscan/.md5sum
@@ -1 +1 @@
-039bb71b3256b0958bfd92eb995f1d29 1.11.0-rbsec.tar.gz
+a90977ad91315a68c3c41c7cb718dd5a 1.11.10-rbsec.tar.gz
diff --git a/sslscan/.signature b/sslscan/.signature
index eb77ef7aa..270b4d08b 100644
--- a/sslscan/.signature
+++ b/sslscan/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3xBBhgEedIIrojlVJsOE4N2McWFAvWgSTh2QEvtmbfAXpgrArdtCNZX4X3XFwlyzkBzkny4tjZAuTGzj80j6cw0=
-SHA256 (Pkgfile) = 2fd0270eeb6b3f76cc13fc2fd4dc2ed28a3244aafe0a7effb6382a2697eac610
-SHA256 (.footprint) = e7df5a2b3a88799db2bfada6df9266c1ca3652d26c8123a8e775e237f7d0f60b
-SHA256 (1.11.0-rbsec.tar.gz) = 698dbf01b9af29aaddf6bce466f568762d852f7b71936861191a3b18d9dda6a5
+RWSagIOpLGJF32nO0t6BgMx056v6ptJxaUKetazCplbDLZLvBzyfmLSz007h0sZCPAKGmqy9ESEwLIoWIrPfbSg91UF6IU2b+QQ=
+SHA256 (Pkgfile) = ca14450a2b9575a9bcf298ead4b10ab52ff4b7e40e5ead0f20353f306d888b39
+SHA256 (.footprint) = 22a3b2c909abe2f031503cde13d2ce5a5b36a7e108bc9bb987827fd59e6607c8
+SHA256 (1.11.10-rbsec.tar.gz) = fbb26fdbf2cf5b2f3f8c88782721b7875f206552cf83201981411e0af9521204
diff --git a/sslscan/Pkgfile b/sslscan/Pkgfile
index 9a12b9dd9..2ec37c4ba 100644
--- a/sslscan/Pkgfile
+++ b/sslscan/Pkgfile
@@ -1,9 +1,9 @@
-# Description:
-# URL: http://sourceforge.net/projects/sslscan/
+# Description: test SSL/TLS enabled services to discover supported cipher suites
+# URL: https://github.com/rbsec/sslscan
# Maintainer: Thomas Penteker, tek at serverop dot de
name=sslscan
-version=1.11.0
+version=1.11.10
release=1
source=(https://github.com/rbsec/sslscan/archive/$version-rbsec.tar.gz)
@@ -12,5 +12,5 @@ build() {
make LDFLAGS=-lcrypto
install -m 755 -d $PKG/usr/bin $PKG/usr/man/man1
- make install MANPATH=$PKG/usr/man/ BINPATH=$PKG/usr/bin
+ make install DESTDIR=$PKG
}

Generated by cgit