summaryrefslogtreecommitdiffstats
path: root/http
diff options
context:
space:
mode:
authorVlad Glagolev2019-09-07 19:05:11 +0000
committerVlad Glagolev2019-09-08 02:19:16 +0000
commit2985e36642b1bd413adb6b2efbb9d62de27d6898 (patch)
tree636b16fa8df11119de8c952016b772936b4bbb17 /http
parente83dbf8dc88a8d5c4e72e3fa7ab1b1edfc04a988 (diff)
lighttpd: revert back to PGP signing
Diffstat (limited to 'http')
-rwxr-xr-xhttp/lighttpd/DETAILS8
-rw-r--r--http/lighttpd/HISTORY3
2 files changed, 6 insertions, 5 deletions
diff --git a/http/lighttpd/DETAILS b/http/lighttpd/DETAILS
index 3a0919b6b7..7fdba4c3bf 100755
--- a/http/lighttpd/DETAILS
+++ b/http/lighttpd/DETAILS
@@ -1,9 +1,13 @@
SPELL=lighttpd
VERSION=1.4.54
SECURITY_PATCH=14
+ BRANCH=`echo -n $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_URL[0]=http://download.lighttpd.net/$SPELL/releases-${VERSION%.*}.x/$SOURCE
- SOURCE_HASH=sha512:e310a479231fc05163ca131e674f9acb11f7b16479af7837faaae7335076396d67c3b9e0f8d6151f6df102f4bc9a86111091fdc8f26c3ce662b2bb5644d3d91e:WORKS_FOR_ME
+ SOURCE2=$SOURCE.asc
+ SOURCE_URL[0]=http://download.lighttpd.net/$SPELL/releases-$BRANCH.x/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
+ SOURCE_GPG=lighttpd.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
DOC_DIRS=""
WEB_SITE=http://www.lighttpd.net/
diff --git a/http/lighttpd/HISTORY b/http/lighttpd/HISTORY
index c7ae15a8c4..1c9fe2d7f0 100644
--- a/http/lighttpd/HISTORY
+++ b/http/lighttpd/HISTORY
@@ -9,9 +9,6 @@
Create /var/log/lighttpd with correct permissions.
* init.d/lighttpd.conf: Point config file to /etc/lighttpd/lighttpd.conf
-2017-03-08 Ismael Luceno <ismael@sourcemage.org>
- * DETAILS: updated spell to 1.4.45
-
2016-07-31 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 1.4.41; SECURITY_PATCH++; converted to gpg
upstream checking; don't do useless doc-ing