Date: Wednesday, April 19, 2023 @ 04:27:13
Author: grawlinson
Revision: 1447338
archrelease: copy trunk to community-x86_64
Added:
sslscan/repos/community-x86_64/PKGBUILD
(from rev 1447337, sslscan/trunk/PKGBUILD)
Deleted:
sslscan/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-19 04:26:14 UTC (rev 1447337)
+++ PKGBUILD 2023-04-19 04:27:13 UTC (rev 1447338)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Remi Gacogne <rgacogne-arch at coredump dot fr>
-# Contributor: George Rawlinson <[email protected]>
-
-pkgname=sslscan
-pkgver=2.0.15
-pkgrel=2
-pkgdesc="A fast tool to scan SSL services such as HTTPS to determine supported
ciphers"
-url="https://github.com/rbsec/sslscan"
-arch=('x86_64')
-license=('GPL3')
-depends=('openssl')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha512sums=('1076914ea86d45fc70bbb60861793acd5e1d64714a5cadca0297a5ad1ab7948a838de7b2d101c199088ee315b802b4342508d37bda94e6b1da47c2bf2289b353')
-b2sums=('fc24c00ba3b6aab3c5a05e2ce7fc61c31df76682ef85ae29ad029358b1a51dd4a2c861546eb2eef38eb1d3f5dfad1d77c03fe02ccff8e9f74aa0e09b39a84b72')
-
-prepare() {
- cd "$pkgname-$pkgver"
- sed -e 's/CFLAGS ?=/CFLAGS +=/' \
- -e 's/LDFLAGS ?=/LDFLAGS +=/' \
- -e "s/^GIT_VERSION =.*/GIT_VERSION = ${pkgver}/" \
- -i Makefile
-}
-
-build() {
- cd "$pkgname-$pkgver"
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: sslscan/repos/community-x86_64/PKGBUILD (from rev 1447337,
sslscan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-19 04:27:13 UTC (rev 1447338)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Remi Gacogne <rgacogne-arch at coredump dot fr>
+# Contributor: George Rawlinson <[email protected]>
+
+pkgname=sslscan
+pkgver=2.0.16
+pkgrel=1
+pkgdesc="A fast tool to scan SSL services such as HTTPS to determine supported
ciphers"
+url="https://github.com/rbsec/sslscan"
+arch=('x86_64')
+license=('GPL3')
+depends=('glibc' 'openssl')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
+sha512sums=('7fb7233fcb770ec0893d35244173a656d2316655aa85226c99d1fad5387dace77c5d0deb0d0a47a11c27012c9b6ebdfe90fd881b1d05a7d34eaf26ab2fbe7b96')
+b2sums=('d5157daafa8d3e8863054daae151506cdb83417b7e63ad7a08f1c7204297f173989a6622305c4f9f19027b50d77cd920d11ad88d5b4dd90ea6bcc4216c3f685b')
+
+prepare() {
+ cd "$pkgname-$pkgver"
+ sed -e 's/CFLAGS ?=/CFLAGS +=/' \
+ -e 's/LDFLAGS ?=/LDFLAGS +=/' \
+ -e "s/^GIT_VERSION =.*/GIT_VERSION = ${pkgver}/" \
+ -i Makefile
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et: