diff options
author | Aaron Ball <nullspoon@oper.io> | 2024-05-04 16:49:43 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2024-05-04 16:49:43 -0600 |
commit | 8dfca2fb49db3e9d6241694eb68c69b04a683a1b (patch) | |
tree | c506ebc1a17657bc606a561f3efd38b4c904682c | |
parent | c34bfcf90cf14c807ad45ac5fece553b745af700 (diff) | |
download | ports-8dfca2fb49db3e9d6241694eb68c69b04a683a1b.tar.gz ports-8dfca2fb49db3e9d6241694eb68c69b04a683a1b.tar.xz |
lighttpd:version from 1.4.73 to 1.4.76
-rw-r--r-- | lighttpd/.md5sum | 2 | ||||
-rw-r--r-- | lighttpd/.signature | 6 | ||||
-rw-r--r-- | lighttpd/Pkgfile | 5 |
3 files changed, 7 insertions, 6 deletions
diff --git a/lighttpd/.md5sum b/lighttpd/.md5sum index e14d454..2537e4d 100644 --- a/lighttpd/.md5sum +++ b/lighttpd/.md5sum @@ -1 +1 @@ -c510fb4d2c4a8de8639f80c7c13bc48c lighttpd-1.4.73.tar.xz +c771ed5a1729096f77bbb8b3090c2ecf lighttpd-1.4.76.tar.gz diff --git a/lighttpd/.signature b/lighttpd/.signature index 11a3eba..3e1f4e1 100644 --- a/lighttpd/.signature +++ b/lighttpd/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/nullspoon.pub -RWThnm0RuVZhZo7d3kz83Ti1FC7z/kjxolY1I0mZ3zUvp4GcJbsDok6Snu9yWAYkkK1MuXvaBKpajOb4W4/VAUWXR5i+nmvfggU= -SHA256 (Pkgfile) = 8d0611b793647b59d12f0d36a325e1868d0dd2fe7a360860922a5b283eb000c0 +RWThnm0RuVZhZpWNk+Iv04B5+yQ3uLdwwQWpD8kAVnj+MZbspmVAjJVYVydaj+2ZPuLRqUoLVgKQQUeiLZjM0zej66ECIkiL6w0= +SHA256 (Pkgfile) = e7557cd7f9a884d79449bb332674f0fb74921a5e63ddfd3c682872dcf5d57975 SHA256 (.footprint) = 746b79672bdb9f5c054d56c51ea3044b635eaf450ec85e8b0432d52ffa9528bd -SHA256 (lighttpd-1.4.73.tar.xz) = 818816d0b314b0aa8728a7076513435f6d5eb227f3b61323468e1f10dbe84ca8 +SHA256 (lighttpd-1.4.76.tar.gz) = ba14a030889518194fd88b33e419d51cc38c8fe917126d5a7a965be79b53e995 diff --git a/lighttpd/Pkgfile b/lighttpd/Pkgfile index fe9cabd..691a3d8 100644 --- a/lighttpd/Pkgfile +++ b/lighttpd/Pkgfile @@ -3,12 +3,13 @@ # URL: http://www.lighttpd.net/ # Depends on: lua name=lighttpd -version=1.4.73 +version=1.4.76 release=1 -source=(https://download.lighttpd.net/${name}/releases-${version%.*}.x/${name}-${version}.tar.xz) +source=(https://download.lighttpd.net/${name}/releases-${version%.*}.x/${name}-${version}.tar.gz) build() { cd "${name}-${version}" + ./autogen.sh ./configure --prefix=/usr \ --libdir=/usr/lib/lighttpd \ --sysconfdir=/etc/lighttpd \ |