1
0
forked from ports/contrib

sslscan: 1.11.0 -> 1.11.10

This commit is contained in:
Thomas Penteker 2017-05-08 01:56:52 +02:00
parent e3cfc6fe5e
commit bfafb92301
4 changed files with 13 additions and 10 deletions

View File

@ -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

View File

@ -1 +1 @@
039bb71b3256b0958bfd92eb995f1d29 1.11.0-rbsec.tar.gz
a90977ad91315a68c3c41c7cb718dd5a 1.11.10-rbsec.tar.gz

View File

@ -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

View File

@ -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
}